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 07B0E1382CD for ; Sat, 25 Jun 2016 15:40:06 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 2772D1419B; 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 5322214040 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 EC9C3340C6C for ; Sat, 25 Jun 2016 15:39:52 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 15210241B 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.3b9dd08dad90477bba7c8c837223d87e67983198.ulm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-text/namazu/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-text/namazu/namazu-2.0.21.ebuild app-text/namazu/namazu-2.0.22_p1.ebuild X-VCS-Directories: app-text/namazu/ X-VCS-Committer: ulm X-VCS-Committer-Name: Ulrich Müller X-VCS-Revision: 3b9dd08dad90477bba7c8c837223d87e67983198 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: 7b7c6295-84e0-4c20-beda-fc76a4b33931 X-Archives-Hash: ca0d017c309917b47b818116401390a6 commit: 3b9dd08dad90477bba7c8c837223d87e67983198 Author: Ulrich Müller gentoo org> AuthorDate: Sat Jun 25 15:38:42 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=3b9dd08d app-text/namazu: Migrate from LINGUAS to L10N. Package-Manager: portage-2.3.0 app-text/namazu/namazu-2.0.21.ebuild | 8 ++++---- app-text/namazu/namazu-2.0.22_p1.ebuild | 8 ++++---- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/app-text/namazu/namazu-2.0.21.ebuild b/app-text/namazu/namazu-2.0.21.ebuild index fecdf0f..025fe24 100644 --- a/app-text/namazu/namazu-2.0.21.ebuild +++ b/app-text/namazu/namazu-2.0.21.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2013 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -13,11 +13,11 @@ SRC_URI="http://www.namazu.org/stable/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" KEYWORDS="amd64 ~ppc ~ppc64 x86" -IUSE="emacs nls tk linguas_ja" +IUSE="emacs nls tk l10n_ja" RDEPEND=">=dev-perl/File-MMagic-1.20 emacs? ( virtual/emacs ) - linguas_ja? ( + l10n_ja? ( app-i18n/nkf || ( dev-perl/Text-Kakasi @@ -28,7 +28,7 @@ RDEPEND=">=dev-perl/File-MMagic-1.20 ) nls? ( virtual/libintl ) tk? ( - dev-lang/tk + dev-lang/tk:0 www-client/lynx )" DEPEND="${RDEPEND} diff --git a/app-text/namazu/namazu-2.0.22_p1.ebuild b/app-text/namazu/namazu-2.0.22_p1.ebuild index 2634665..366920e 100644 --- a/app-text/namazu/namazu-2.0.22_p1.ebuild +++ b/app-text/namazu/namazu-2.0.22_p1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2013 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -13,11 +13,11 @@ SRC_URI="http://www.namazu.org/test/${P/_p/pre}.tar.gz" LICENSE="GPL-2" SLOT="0" KEYWORDS="" -IUSE="emacs nls tk linguas_ja" +IUSE="emacs nls tk l10n_ja" RDEPEND=">=dev-perl/File-MMagic-1.20 emacs? ( virtual/emacs ) - linguas_ja? ( + l10n_ja? ( app-i18n/nkf || ( dev-perl/Text-Kakasi @@ -28,7 +28,7 @@ RDEPEND=">=dev-perl/File-MMagic-1.20 ) nls? ( virtual/libintl ) tk? ( - dev-lang/tk + dev-lang/tk:0 www-client/lynx )" DEPEND="${RDEPEND}