mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
app-backup/pdumpfs: Migrate from LINGUAS to L10N.
Package-Manager: portage-2.3.0
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
# Copyright 1999-2015 Gentoo Foundation
|
||||
# Copyright 1999-2016 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
# $Id$
|
||||
|
||||
@@ -6,14 +6,14 @@ EAPI=5
|
||||
|
||||
inherit eutils
|
||||
|
||||
DESCRIPTION="a daily backup system similar to Plan9's dumpfs"
|
||||
DESCRIPTION="A daily backup system similar to Plan9's dumpfs"
|
||||
HOMEPAGE="http://0xcc.net/pdumpfs/"
|
||||
SRC_URI="http://0xcc.net/pdumpfs/${P}.tar.gz"
|
||||
|
||||
LICENSE="GPL-2"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64 ~ppc ~sparc ~x86"
|
||||
IUSE="linguas_ja"
|
||||
IUSE="l10n_ja"
|
||||
|
||||
DEPEND=">=dev-lang/ruby-2.0.0_p598"
|
||||
|
||||
@@ -39,7 +39,7 @@ src_install() {
|
||||
doman man/man8/pdumpfs.8
|
||||
dohtml -r doc/*
|
||||
|
||||
if use linguas_ja; then
|
||||
if use l10n_ja; then
|
||||
insinto /usr/share/man/ja/man8
|
||||
doins man/ja/man8/pdumpfs.8
|
||||
fi
|
||||
|
||||
Reference in New Issue
Block a user