commit: 3102634ae10bf6d9c0a0745867de6b449cdb003f Author: Ulrich Müller <ulm <AT> gentoo <DOT> org> AuthorDate: Sat Jun 25 15:26:31 2016 +0000 Commit: Ulrich Müller <ulm <AT> gentoo <DOT> org> CommitDate: Sat Jun 25 15:39:37 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3102634a
app-i18n/nkf: Migrate from LINGUAS to L10N. Package-Manager: portage-2.3.0 app-i18n/nkf/nkf-2.1.3-r1.ebuild | 10 +++++----- 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 c2b2e22..b80be95 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 44cd1e6..68520ee 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
