diff options
author | Ulrich Müller <ulm@gentoo.org> | 2016-06-25 17:26:31 +0200 |
---|---|---|
committer | Ulrich Müller <ulm@gentoo.org> | 2016-06-25 17:39:37 +0200 |
commit | 3102634ae10bf6d9c0a0745867de6b449cdb003f (patch) | |
tree | 66a3ca5f59b3c97544ad3d550a919cbb18737bcf /app-i18n/nkf | |
parent | dev-perl/Gentoo-App-Pram: Fix typo. (diff) | |
download | gentoo-3102634ae10bf6d9c0a0745867de6b449cdb003f.tar.gz gentoo-3102634ae10bf6d9c0a0745867de6b449cdb003f.tar.bz2 gentoo-3102634ae10bf6d9c0a0745867de6b449cdb003f.zip |
app-i18n/nkf: Migrate from LINGUAS to L10N.
Package-Manager: portage-2.3.0
Diffstat (limited to 'app-i18n/nkf')
-rw-r--r-- | app-i18n/nkf/nkf-2.1.3-r1.ebuild | 10 | ||||
-rw-r--r-- | app-i18n/nkf/nkf-2.1.3.ebuild | 6 |
2 files changed, 8 insertions, 8 deletions
diff --git a/app-i18n/nkf/nkf-2.1.3-r1.ebuild b/app-i18n/nkf/nkf-2.1.3-r1.ebuild index c2b2e2237b91..b80be9554142 100644 --- a/app-i18n/nkf/nkf-2.1.3-r1.ebuild +++ b/app-i18n/nkf/nkf-2.1.3-r1.ebuild @@ -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$ @@ -9,13 +9,13 @@ inherit eutils distutils-r1 perl-module toolchain-funcs DESCRIPTION="Network Kanji code conversion Filter with UTF-8/16 support" HOMEPAGE="http://sourceforge.jp/projects/nkf/" SRC_URI="mirror://sourceforge.jp/nkf/59912/${P}.tar.gz - linguas_ja? ( https://dev.gentoo.org/~naota/files/nkf.1j ) + l10n_ja? ( https://dev.gentoo.org/~naota/files/nkf.1j ) python? ( https://dev.gentoo.org/~naota/files/NKF_python20090602.tgz )" LICENSE="ZLIB" SLOT="0" KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~x86-macos" -IUSE="perl python linguas_ja" +IUSE="perl python l10n_ja" src_prepare() { sed -i \ @@ -23,7 +23,7 @@ src_prepare() { -e '/-o nkf/s:$(CFLAGS):$(CFLAGS) $(LDFLAGS):' \ Makefile || die - if use linguas_ja; then + if use l10n_ja; then cp "${DISTDIR}"/nkf.1j "${S}" || die fi @@ -57,7 +57,7 @@ src_install() { dobin nkf || die doman nkf.1 - if use linguas_ja; then + if use l10n_ja; then ./nkf -e nkf.1j > nkf.1 doman -i18n=ja nkf.1 fi diff --git a/app-i18n/nkf/nkf-2.1.3.ebuild b/app-i18n/nkf/nkf-2.1.3.ebuild index 44cd1e612225..68520ee5bdd5 100644 --- a/app-i18n/nkf/nkf-2.1.3.ebuild +++ b/app-i18n/nkf/nkf-2.1.3.ebuild @@ -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$ @@ -14,7 +14,7 @@ SRC_URI="mirror://sourceforge.jp/nkf/59912/${P}.tar.gz LICENSE="ZLIB" SLOT="0" KEYWORDS="alpha amd64 hppa ia64 ppc ppc64 ~sh sparc x86 ~amd64-fbsd ~x86-fbsd ~x86-macos" -IUSE="perl python linguas_ja" +IUSE="perl python l10n_ja" src_prepare() { sed -i \ @@ -52,7 +52,7 @@ src_install() { dobin nkf || die doman nkf.1 - if use linguas_ja; then + if use l10n_ja; then ./nkf -e nkf.1j > nkf.1 doman -i18n=ja nkf.1 fi |