From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 91BFA1382CD for ; Sat, 25 Jun 2016 15:40:12 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 462861419F; Sat, 25 Jun 2016 15:39:55 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 6762714120 for ; Sat, 25 Jun 2016 15:39:54 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 44A39340C7B for ; Sat, 25 Jun 2016 15:39:53 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 025D52407 for ; Sat, 25 Jun 2016 15:39:51 +0000 (UTC) From: "Ulrich Müller" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Ulrich Müller" Message-ID: <1466869177.3102634ae10bf6d9c0a0745867de6b449cdb003f.ulm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-i18n/nkf/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-i18n/nkf/nkf-2.1.3-r1.ebuild app-i18n/nkf/nkf-2.1.3.ebuild X-VCS-Directories: app-i18n/nkf/ X-VCS-Committer: ulm X-VCS-Committer-Name: Ulrich Müller X-VCS-Revision: 3102634ae10bf6d9c0a0745867de6b449cdb003f X-VCS-Branch: master Date: Sat, 25 Jun 2016 15:39:51 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: e20cbe62-2272-41e2-a525-40b1868712e7 X-Archives-Hash: 54e099f094d6d5982d5f8e223254732b commit: 3102634ae10bf6d9c0a0745867de6b449cdb003f Author: Ulrich Müller gentoo org> AuthorDate: Sat Jun 25 15:26:31 2016 +0000 Commit: Ulrich Müller gentoo 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