summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAron Griffis <agriffis@gentoo.org>2004-07-15 03:13:24 +0000
committerAron Griffis <agriffis@gentoo.org>2004-07-15 03:13:24 +0000
commitb6e10046965d1b4448fc098eb291f880c13578de (patch)
tree878ee7e186e926bffcb99d96a100304c9ead3c58
parentsync IUSE (+snmp, +usb) (diff)
downloadhistorical-b6e10046965d1b4448fc098eb291f880c13578de.tar.gz
historical-b6e10046965d1b4448fc098eb291f880c13578de.tar.bz2
historical-b6e10046965d1b4448fc098eb291f880c13578de.zip
sync IUSE (+build, +nls, +static), don't assign S=${WORKDIR}/${P}, trim trailing whitespace
-rw-r--r--sys-devel/flex/flex-2.5.23.ebuild5
-rw-r--r--sys-devel/flex/flex-2.5.31-r1.ebuild4
-rw-r--r--sys-devel/flex/flex-2.5.31.ebuild5
-rw-r--r--sys-devel/flex/flex-2.5.4a-r5.ebuild4
-rw-r--r--sys-devel/gcc-compat/Manifest2
5 files changed, 9 insertions, 11 deletions
diff --git a/sys-devel/flex/flex-2.5.23.ebuild b/sys-devel/flex/flex-2.5.23.ebuild
index 1ab795e3fd90..a068d29bd4ef 100644
--- a/sys-devel/flex/flex-2.5.23.ebuild
+++ b/sys-devel/flex/flex-2.5.23.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/flex/flex-2.5.23.ebuild,v 1.13 2004/07/02 08:38:39 eradicator Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-devel/flex/flex-2.5.23.ebuild,v 1.14 2004/07/15 03:13:24 agriffis Exp $
-S=${WORKDIR}/${P}
DESCRIPTION="GNU lexical analyser generator"
SRC_URI="mirror://gentoo/${P}.tar.gz"
HOMEPAGE="http://lex.sourceforge.net/"
@@ -10,6 +9,7 @@ HOMEPAGE="http://lex.sourceforge.net/"
SLOT="0"
LICENSE="FLEX"
KEYWORDS="~x86 ~ppc ~sparc ~alpha"
+IUSE="build nls static"
DEPEND="virtual/libc
nls? ( sys-devel/gettext )"
@@ -42,4 +42,3 @@ src_install() {
dosym flex /usr/bin/lex
}
-
diff --git a/sys-devel/flex/flex-2.5.31-r1.ebuild b/sys-devel/flex/flex-2.5.31-r1.ebuild
index b49f83991b2b..78401b158d8d 100644
--- a/sys-devel/flex/flex-2.5.31-r1.ebuild
+++ b/sys-devel/flex/flex-2.5.31-r1.ebuild
@@ -1,10 +1,9 @@
# Copyright 1999-2004 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-devel/flex/flex-2.5.31-r1.ebuild,v 1.6 2004/07/02 08:38:39 eradicator Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-devel/flex/flex-2.5.31-r1.ebuild,v 1.7 2004/07/15 03:13:24 agriffis Exp $
inherit eutils
-S=${WORKDIR}/${P}
DESCRIPTION="GNU lexical analyser generator"
SRC_URI="mirror://sourceforge/lex/${P}.tar.bz2"
HOMEPAGE="http://lex.sourceforge.net/"
@@ -12,6 +11,7 @@ HOMEPAGE="http://lex.sourceforge.net/"
SLOT="0"
LICENSE="FLEX"
KEYWORDS="~amd64 ~x86 ~ppc ~sparc ~alpha ppc64"
+IUSE="build nls static"
DEPEND="virtual/libc
nls? ( sys-devel/gettext )"
diff --git a/sys-devel/flex/flex-2.5.31.ebuild b/sys-devel/flex/flex-2.5.31.ebuild
index bcd5a598fd95..6f901b5711c1 100644
--- a/sys-devel/flex/flex-2.5.31.ebuild
+++ b/sys-devel/flex/flex-2.5.31.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/flex/flex-2.5.31.ebuild,v 1.8 2004/07/02 08:38:39 eradicator Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-devel/flex/flex-2.5.31.ebuild,v 1.9 2004/07/15 03:13:24 agriffis Exp $
-S=${WORKDIR}/${P}
DESCRIPTION="GNU lexical analyser generator"
SRC_URI="mirror://sourceforge/lex/${P}.tar.bz2"
HOMEPAGE="http://lex.sourceforge.net/"
@@ -10,6 +9,7 @@ HOMEPAGE="http://lex.sourceforge.net/"
SLOT="0"
LICENSE="FLEX"
KEYWORDS="~amd64 ~x86 ~ppc ~sparc ~alpha"
+IUSE="build nls static"
DEPEND="virtual/libc
nls? ( sys-devel/gettext )"
@@ -42,4 +42,3 @@ src_install() {
dosym flex /usr/bin/lex
}
-
diff --git a/sys-devel/flex/flex-2.5.4a-r5.ebuild b/sys-devel/flex/flex-2.5.4a-r5.ebuild
index b0a7d9f82471..da1a243d8129 100644
--- a/sys-devel/flex/flex-2.5.4a-r5.ebuild
+++ b/sys-devel/flex/flex-2.5.4a-r5.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/flex/flex-2.5.4a-r5.ebuild,v 1.20 2004/07/02 08:38:39 eradicator Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-devel/flex/flex-2.5.4a-r5.ebuild,v 1.21 2004/07/15 03:13:24 agriffis Exp $
inherit eutils
@@ -12,7 +12,7 @@ SRC_URI="mirror://gentoo/${P}.tar.gz"
LICENSE="FLEX"
SLOT="0"
KEYWORDS="x86 ppc sparc mips alpha arm hppa amd64 ia64 ppc64 s390"
-IUSE=""
+IUSE="build static"
DEPEND="virtual/libc"
RDEPEND="virtual/libc"
diff --git a/sys-devel/gcc-compat/Manifest b/sys-devel/gcc-compat/Manifest
index 2b9451a22fb1..fe7e707d641d 100644
--- a/sys-devel/gcc-compat/Manifest
+++ b/sys-devel/gcc-compat/Manifest
@@ -1,4 +1,4 @@
-MD5 0dc58bd155e8f545e03615fe3a619389 gcc-compat-1.4.ebuild 894
+MD5 6e4a070c8912b735e622b77b2bfb5922 gcc-compat-1.4.ebuild 902
MD5 4c8825b1abb86530976c4e7fa1fc7f0b ChangeLog 429
MD5 9a09f8d531c582e78977dbfd96edc1f2 metadata.xml 164
MD5 d41d8cd98f00b204e9800998ecf8427e files/digest-gcc-compat-1.4 0