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 15BF41382CD for ; Sat, 25 Jun 2016 15:57:56 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 5C0251419B; Sat, 25 Jun 2016 15:57:54 +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 D5E5B1419B for ; Sat, 25 Jun 2016 15:57:53 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 2B398340C59 for ; Sat, 25 Jun 2016 15:57:52 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id D6FBA2407 for ; Sat, 25 Jun 2016 15:57:46 +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: <1466870249.4a93562f5149d62ce4794e4961876bed2e6416fb.ulm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-process/fcron/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-process/fcron/fcron-3.1.1.ebuild sys-process/fcron/fcron-3.1.2-r2.ebuild sys-process/fcron/fcron-3.2.0.ebuild X-VCS-Directories: sys-process/fcron/ X-VCS-Committer: ulm X-VCS-Committer-Name: Ulrich Müller X-VCS-Revision: 4a93562f5149d62ce4794e4961876bed2e6416fb X-VCS-Branch: master Date: Sat, 25 Jun 2016 15:57:46 +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: 16577ca0-35d5-429f-8a45-b2739a896647 X-Archives-Hash: 4a83e194213d4d4516eabd7002b0629a commit: 4a93562f5149d62ce4794e4961876bed2e6416fb Author: Ulrich Müller gentoo org> AuthorDate: Sat Jun 25 15:57:29 2016 +0000 Commit: Ulrich Müller gentoo org> CommitDate: Sat Jun 25 15:57:29 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4a93562f sys-process/fcron: Migrate from LINGUAS to L10N. Package-Manager: portage-2.3.0 sys-process/fcron/fcron-3.1.1.ebuild | 6 +++--- sys-process/fcron/fcron-3.1.2-r2.ebuild | 6 +++--- sys-process/fcron/fcron-3.2.0.ebuild | 4 ++-- 3 files changed, 8 insertions(+), 8 deletions(-) diff --git a/sys-process/fcron/fcron-3.1.1.ebuild b/sys-process/fcron/fcron-3.1.1.ebuild index 357683b..b41d4ab 100644 --- a/sys-process/fcron/fcron-3.1.1.ebuild +++ b/sys-process/fcron/fcron-3.1.1.ebuild @@ -15,11 +15,11 @@ SRC_URI="http://fcron.free.fr/archives/${MY_P}.src.tar.gz" LICENSE="GPL-2" KEYWORDS="amd64 arm hppa ia64 ~mips ppc sparc x86 ~x86-fbsd" -IUSE="debug pam selinux linguas_fr +system-crontab readline" +IUSE="debug pam selinux l10n_fr +system-crontab readline" DEPEND="selinux? ( sys-libs/libselinux ) pam? ( virtual/pam ) - readline? ( sys-libs/readline )" + readline? ( sys-libs/readline:= )" RDEPEND="${DEPEND} >=app-misc/editor-wrapper-3 @@ -160,7 +160,7 @@ src_install() { doman doc/en/man/*.{1,5,8} for lang in fr; do - use linguas_${lang} || continue + use l10n_${lang} || continue doman -i18n=${lang} doc/${lang}/man/*.{1,5,8} || die docinto html/${lang} diff --git a/sys-process/fcron/fcron-3.1.2-r2.ebuild b/sys-process/fcron/fcron-3.1.2-r2.ebuild index b6d86b5..2bf7e56 100644 --- a/sys-process/fcron/fcron-3.1.2-r2.ebuild +++ b/sys-process/fcron/fcron-3.1.2-r2.ebuild @@ -15,12 +15,12 @@ SRC_URI="http://fcron.free.fr/archives/${MY_P}.src.tar.gz" LICENSE="GPL-2" KEYWORDS="amd64 arm hppa ia64 ~mips ppc ~ppc64 sparc x86 ~x86-fbsd" -IUSE="debug pam selinux linguas_fr +mta +system-crontab readline" +IUSE="debug pam selinux l10n_fr +mta +system-crontab readline" DEPEND="selinux? ( sys-libs/libselinux ) mta? ( virtual/mta ) pam? ( virtual/pam ) - readline? ( sys-libs/readline )" + readline? ( sys-libs/readline:= )" RDEPEND="${DEPEND} >=app-misc/editor-wrapper-3 @@ -164,7 +164,7 @@ src_install() { doman doc/en/man/*.{1,5,8} for lang in fr; do - use linguas_${lang} || continue + use l10n_${lang} || continue doman -i18n=${lang} doc/${lang}/man/*.{1,5,8} || die docinto html/${lang} diff --git a/sys-process/fcron/fcron-3.2.0.ebuild b/sys-process/fcron/fcron-3.2.0.ebuild index 7f50be1..341eb8f 100644 --- a/sys-process/fcron/fcron-3.2.0.ebuild +++ b/sys-process/fcron/fcron-3.2.0.ebuild @@ -15,7 +15,7 @@ SRC_URI="http://fcron.free.fr/archives/${MY_P}.src.tar.gz" LICENSE="GPL-2" KEYWORDS="~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd" -IUSE="debug pam selinux linguas_fr +mta +system-crontab readline" +IUSE="debug pam selinux l10n_fr +mta +system-crontab readline" DEPEND="selinux? ( sys-libs/libselinux ) mta? ( virtual/mta ) @@ -164,7 +164,7 @@ src_install() { doman doc/en/man/*.{1,5,8} for lang in fr; do - use linguas_${lang} || continue + use l10n_${lang} || continue doman -i18n=${lang} doc/${lang}/man/*.{1,5,8} || die docinto html/${lang}