From ce81f8ec42a91319ca0ee2762f7d616643788bf7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fran=C3=A7ois=20Revol?= Date: Sat, 19 Jul 2014 00:30:11 +0200 Subject: [PATCH] gettext: Simplify PROVIDES and increment revision Previous changes forgot to bump revision... --- sys-devel/gettext/gettext-0.18.1.1.recipe | 74 ++++++++--------------- 1 file changed, 24 insertions(+), 50 deletions(-) diff --git a/sys-devel/gettext/gettext-0.18.1.1.recipe b/sys-devel/gettext/gettext-0.18.1.1.recipe index f1cddcf98..a85790b9a 100644 --- a/sys-devel/gettext/gettext-0.18.1.1.recipe +++ b/sys-devel/gettext/gettext-0.18.1.1.recipe @@ -18,7 +18,7 @@ LICENSE="GNU GPL v3" COPYRIGHT="1998, 2010 Free Software Foundation, Inc." SRC_URI="http://ftp.gnu.org/pub/gnu/gettext/gettext-0.18.1.1.tar.gz" CHECKSUM_SHA256="93ac71a7afa5b70c1b1032516663658c51e653087f42a3fc8044752c026443e9" -REVISION="5" +REVISION="6" ARCHITECTURES="x86_gcc2 x86 x86_64 arm" SECONDARY_ARCHITECTURES="x86_gcc2 x86" @@ -37,56 +37,29 @@ PROVIDES=" lib:libgettextlib_0.18.1$secondaryArchSuffix = $portVersion lib:libgettextpo$secondaryArchSuffix = 0.5.1 compat >= 0 lib:libgettextsrc_0.18.1$secondaryArchSuffix = $portVersion - cmd:autopoint$secondaryArchSuffix - cmd:envsubst$secondaryArchSuffix - cmd:gettext$secondaryArchSuffix - cmd:gettext.sh$secondaryArchSuffix - cmd:gettextize$secondaryArchSuffix - cmd:msgattrib$secondaryArchSuffix - cmd:msgcat$secondaryArchSuffix - cmd:msgcmp$secondaryArchSuffix - cmd:msgcomm$secondaryArchSuffix - cmd:msgconv$secondaryArchSuffix - cmd:msgen$secondaryArchSuffix - cmd:msgexec$secondaryArchSuffix - cmd:msgfilter$secondaryArchSuffix - cmd:msgfmt$secondaryArchSuffix - cmd:msggrep$secondaryArchSuffix - cmd:msginit$secondaryArchSuffix - cmd:msgmerge$secondaryArchSuffix - cmd:msgunfmt$secondaryArchSuffix - cmd:msguniq$secondaryArchSuffix - cmd:ngettext$secondaryArchSuffix - cmd:recode_sr_latin$secondaryArchSuffix - cmd:xgettext$secondaryArchSuffix - + cmd:autopoint$secondaryArchSuffix = $portVersion compat >= 0 + cmd:envsubst$secondaryArchSuffix = $portVersion compat >= 0 + cmd:gettext$secondaryArchSuffix = $portVersion compat >= 0 + cmd:gettext.sh$secondaryArchSuffix = $portVersion compat >= 0 + cmd:gettextize$secondaryArchSuffix = $portVersion compat >= 0 + cmd:msgattrib$secondaryArchSuffix = $portVersion compat >= 0 + cmd:msgcat$secondaryArchSuffix = $portVersion compat >= 0 + cmd:msgcmp$secondaryArchSuffix = $portVersion compat >= 0 + cmd:msgcomm$secondaryArchSuffix = $portVersion compat >= 0 + cmd:msgconv$secondaryArchSuffix = $portVersion compat >= 0 + cmd:msgen$secondaryArchSuffix = $portVersion compat >= 0 + cmd:msgexec$secondaryArchSuffix = $portVersion compat >= 0 + cmd:msgfilter$secondaryArchSuffix = $portVersion compat >= 0 + cmd:msgfmt$secondaryArchSuffix = $portVersion compat >= 0 + cmd:msggrep$secondaryArchSuffix = $portVersion compat >= 0 + cmd:msginit$secondaryArchSuffix = $portVersion compat >= 0 + cmd:msgmerge$secondaryArchSuffix = $portVersion compat >= 0 + cmd:msgunfmt$secondaryArchSuffix = $portVersion compat >= 0 + cmd:msguniq$secondaryArchSuffix = $portVersion compat >= 0 + cmd:ngettext$secondaryArchSuffix = $portVersion compat >= 0 + cmd:recode_sr_latin$secondaryArchSuffix = $portVersion compat >= 0 + cmd:xgettext$secondaryArchSuffix = $portVersion compat >= 0 " -if [ -z "$secondaryArchSuffix" ]; then - PROVIDES="$PROVIDES - cmd:autopoint = $portVersion compat >= 0 - cmd:envsubst = $portVersion compat >= 0 - cmd:gettext = $portVersion compat >= 0 - cmd:gettext.sh = $portVersion compat >= 0 - cmd:gettextize = $portVersion compat >= 0 - cmd:msgattrib = $portVersion compat >= 0 - cmd:msgcat = $portVersion compat >= 0 - cmd:msgcmp = $portVersion compat >= 0 - cmd:msgcomm = $portVersion compat >= 0 - cmd:msgconv = $portVersion compat >= 0 - cmd:msgen = $portVersion compat >= 0 - cmd:msgexec = $portVersion compat >= 0 - cmd:msgfilter = $portVersion compat >= 0 - cmd:msgfmt = $portVersion compat >= 0 - cmd:msggrep = $portVersion compat >= 0 - cmd:msginit = $portVersion compat >= 0 - cmd:msgmerge = $portVersion compat >= 0 - cmd:msgunfmt = $portVersion compat >= 0 - cmd:msguniq = $portVersion compat >= 0 - cmd:ngettext = $portVersion compat >= 0 - cmd:recode_sr_latin = $portVersion compat >= 0 - cmd:xgettext = $portVersion compat >= 0 - " -fi REQUIRES=" haiku$secondaryArchSuffix >= $haikuVersion @@ -103,6 +76,7 @@ BUILD_PREREQUIRES=" cmd:aclocal cmd:autoconf cmd:automake + cmd:find cmd:gcc$secondaryArchSuffix cmd:ld$secondaryArchSuffix cmd:libtoolize