diff options
author | Ulrich Müller <ulm@gentoo.org> | 2016-06-25 17:57:29 +0200 |
---|---|---|
committer | Ulrich Müller <ulm@gentoo.org> | 2016-06-25 17:57:29 +0200 |
commit | 4a93562f5149d62ce4794e4961876bed2e6416fb (patch) | |
tree | 876e840eecd53a669f701f23e8b7ab2415f4e4b1 | |
parent | app-text/namazu: Migrate from LINGUAS to L10N. (diff) | |
download | gentoo-4a93562f5149d62ce4794e4961876bed2e6416fb.tar.gz gentoo-4a93562f5149d62ce4794e4961876bed2e6416fb.tar.bz2 gentoo-4a93562f5149d62ce4794e4961876bed2e6416fb.zip |
sys-process/fcron: Migrate from LINGUAS to L10N.
Package-Manager: portage-2.3.0
-rw-r--r-- | sys-process/fcron/fcron-3.1.1.ebuild | 6 | ||||
-rw-r--r-- | sys-process/fcron/fcron-3.1.2-r2.ebuild | 6 | ||||
-rw-r--r-- | 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 357683b714f5..b41d4abef58d 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 b6d86b5c41ee..2bf7e562e047 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 7f50be1565bc..341eb8ffc132 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} |