summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAron Griffis <agriffis@gentoo.org>2004-07-15 03:28:34 +0000
committerAron Griffis <agriffis@gentoo.org>2004-07-15 03:28:34 +0000
commit726b5c145257ce263bda874d8b207f687b0a29ed (patch)
tree42795f8b2a89722f1fec965c804af00ba9f9b5f7 /sys-devel
parentdon't assign S=${WORKDIR}/${P}, trim trailing whitespace (Manifest recommit) (diff)
downloadgentoo-2-726b5c145257ce263bda874d8b207f687b0a29ed.tar.gz
gentoo-2-726b5c145257ce263bda874d8b207f687b0a29ed.tar.bz2
gentoo-2-726b5c145257ce263bda874d8b207f687b0a29ed.zip
sync IUSE (+bootstrap, +nls), don't assign S=${WORKDIR}/${P}, trim trailing whitespace
Diffstat (limited to 'sys-devel')
-rw-r--r--sys-devel/gettext/gettext-0.11.5-r1.ebuild4
-rw-r--r--sys-devel/gettext/gettext-0.11.5.ebuild5
-rw-r--r--sys-devel/gettext/gettext-0.12.1-r1.ebuild4
-rw-r--r--sys-devel/gettext/gettext-0.12.1.ebuild6
4 files changed, 7 insertions, 12 deletions
diff --git a/sys-devel/gettext/gettext-0.11.5-r1.ebuild b/sys-devel/gettext/gettext-0.11.5-r1.ebuild
index ca8aa551a157..dac0e116d77e 100644
--- a/sys-devel/gettext/gettext-0.11.5-r1.ebuild
+++ b/sys-devel/gettext/gettext-0.11.5-r1.ebuild
@@ -1,8 +1,7 @@
# Copyright 1999-2004 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-devel/gettext/gettext-0.11.5-r1.ebuild,v 1.20 2004/06/24 22:46:48 agriffis Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-devel/gettext/gettext-0.11.5-r1.ebuild,v 1.21 2004/07/15 03:28:34 agriffis Exp $
-S=${WORKDIR}/${P}
DESCRIPTION="GNU locale utilities"
SRC_URI="mirror://gnu/${PN}/${P}.tar.gz"
HOMEPAGE="http://www.gnu.org/software/gettext/gettext.html"
@@ -70,4 +69,3 @@ src_install() {
dodoc AUTHORS BUGS COPYING ChangeLog DISCLAIM NEWS README* THANKS TODO
}
-
diff --git a/sys-devel/gettext/gettext-0.11.5.ebuild b/sys-devel/gettext/gettext-0.11.5.ebuild
index 2dc3ecfdb3f7..6818e65e6173 100644
--- a/sys-devel/gettext/gettext-0.11.5.ebuild
+++ b/sys-devel/gettext/gettext-0.11.5.ebuild
@@ -1,8 +1,7 @@
# Copyright 1999-2004 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-devel/gettext/gettext-0.11.5.ebuild,v 1.12 2004/06/24 22:46:48 agriffis Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-devel/gettext/gettext-0.11.5.ebuild,v 1.13 2004/07/15 03:28:34 agriffis Exp $
-S=${WORKDIR}/${P}
DESCRIPTION="GNU locale utilities"
SRC_URI="ftp://gatekeeper.dec.com/pub/GNU/gettext/${P}.tar.gz"
HOMEPAGE="http://www.gnu.org/software/gettext/gettext.html"
@@ -10,6 +9,7 @@ HOMEPAGE="http://www.gnu.org/software/gettext/gettext.html"
SLOT="0"
LICENSE="GPL-2"
KEYWORDS="amd64 x86 ppc sparc alpha hppa mips"
+IUSE="nls"
src_unpack() {
unpack ${A}
@@ -57,4 +57,3 @@ src_install() {
dodoc AUTHORS BUGS COPYING ChangeLog DISCLAIM NEWS README* THANKS TODO
}
-
diff --git a/sys-devel/gettext/gettext-0.12.1-r1.ebuild b/sys-devel/gettext/gettext-0.12.1-r1.ebuild
index b20269c9ccf1..9d28923caaef 100644
--- a/sys-devel/gettext/gettext-0.12.1-r1.ebuild
+++ b/sys-devel/gettext/gettext-0.12.1-r1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2004 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-devel/gettext/gettext-0.12.1-r1.ebuild,v 1.16 2004/07/13 04:35:40 pvdabeel Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-devel/gettext/gettext-0.12.1-r1.ebuild,v 1.17 2004/07/15 03:28:34 agriffis Exp $
inherit eutils
@@ -11,7 +11,7 @@ SRC_URI="mirror://gnu/${PN}/${P}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~x86 ~ppc ~sparc ~mips alpha arm hppa amd64 ~ia64 s390 ~macos"
-IUSE="nls emacs"
+IUSE="bootstrap emacs nls"
DEPEND="virtual/libc"
diff --git a/sys-devel/gettext/gettext-0.12.1.ebuild b/sys-devel/gettext/gettext-0.12.1.ebuild
index 9b718187310d..2ebf772f4104 100644
--- a/sys-devel/gettext/gettext-0.12.1.ebuild
+++ b/sys-devel/gettext/gettext-0.12.1.ebuild
@@ -1,12 +1,11 @@
# Copyright 1999-2004 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-devel/gettext/gettext-0.12.1.ebuild,v 1.19 2004/07/02 08:39:44 eradicator Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-devel/gettext/gettext-0.12.1.ebuild,v 1.20 2004/07/15 03:28:34 agriffis Exp $
inherit eutils
-IUSE="nls emacs"
+IUSE="bootstrap emacs nls"
-S=${WORKDIR}/${P}
DESCRIPTION="GNU locale utilities"
HOMEPAGE="http://www.gnu.org/software/gettext/gettext.html"
SRC_URI="mirror://gnu/${PN}/${P}.tar.gz"
@@ -81,4 +80,3 @@ src_install() {
dodoc AUTHORS BUGS COPYING ChangeLog DISCLAIM NEWS README* THANKS TODO
}
-