diff options
author | 2004-07-14 14:19:00 +0000 | |
---|---|---|
committer | 2004-07-14 14:19:00 +0000 | |
commit | 1895b42c047666f8b209bc8011e06095a8f07373 (patch) | |
tree | acfd22894b9453531fc2fda6e6dac1f66827f54a /dev-libs/expat | |
parent | sync IUSE (missing), don't assign S=${WORKDIR}/${P} (diff) | |
download | historical-1895b42c047666f8b209bc8011e06095a8f07373.tar.gz historical-1895b42c047666f8b209bc8011e06095a8f07373.tar.bz2 historical-1895b42c047666f8b209bc8011e06095a8f07373.zip |
sync IUSE (missing), don't dep on arch for gnuconfig_update
Diffstat (limited to 'dev-libs/expat')
-rw-r--r-- | dev-libs/expat/expat-1.95.4.ebuild | 3 | ||||
-rw-r--r-- | dev-libs/expat/expat-1.95.5-r1.ebuild | 3 | ||||
-rw-r--r-- | dev-libs/expat/expat-1.95.6-r1.ebuild | 5 | ||||
-rw-r--r-- | dev-libs/expat/expat-1.95.6.ebuild | 3 | ||||
-rw-r--r-- | dev-libs/expat/expat-1.95.7.ebuild | 4 |
5 files changed, 11 insertions, 7 deletions
diff --git a/dev-libs/expat/expat-1.95.4.ebuild b/dev-libs/expat/expat-1.95.4.ebuild index be48990c568a..ec4057463b3e 100644 --- a/dev-libs/expat/expat-1.95.4.ebuild +++ b/dev-libs/expat/expat-1.95.4.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/dev-libs/expat/expat-1.95.4.ebuild,v 1.17 2004/07/02 04:40:12 eradicator Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/expat/expat-1.95.4.ebuild,v 1.18 2004/07/14 14:19:00 agriffis Exp $ DESCRIPTION="XML parsing libraries" SRC_URI="mirror://sourceforge/expat/${P}.tar.gz" @@ -9,6 +9,7 @@ HOMEPAGE="http://expat.sourceforge.net/" SLOT="0" LICENSE="as-is" KEYWORDS="x86 ppc sparc alpha mips hppa" +IUSE="" DEPEND="virtual/libc" diff --git a/dev-libs/expat/expat-1.95.5-r1.ebuild b/dev-libs/expat/expat-1.95.5-r1.ebuild index cbafee264442..d721c1117abb 100644 --- a/dev-libs/expat/expat-1.95.5-r1.ebuild +++ b/dev-libs/expat/expat-1.95.5-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/dev-libs/expat/expat-1.95.5-r1.ebuild,v 1.12 2004/07/02 04:40:12 eradicator Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/expat/expat-1.95.5-r1.ebuild,v 1.13 2004/07/14 14:19:00 agriffis Exp $ DESCRIPTION="XML parsing libraries" SRC_URI="mirror://sourceforge/expat/${P}.tar.gz" @@ -9,6 +9,7 @@ HOMEPAGE="http://expat.sourceforge.net/" SLOT="0" LICENSE="as-is" KEYWORDS="x86 ~ppc ~sparc ~alpha ~hppa" +IUSE="" DEPEND="virtual/libc" diff --git a/dev-libs/expat/expat-1.95.6-r1.ebuild b/dev-libs/expat/expat-1.95.6-r1.ebuild index 4cbae08b40d0..d935af1f170d 100644 --- a/dev-libs/expat/expat-1.95.6-r1.ebuild +++ b/dev-libs/expat/expat-1.95.6-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/dev-libs/expat/expat-1.95.6-r1.ebuild,v 1.17 2004/07/02 04:40:12 eradicator Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/expat/expat-1.95.6-r1.ebuild,v 1.18 2004/07/14 14:19:00 agriffis Exp $ inherit eutils gnuconfig @@ -11,6 +11,7 @@ HOMEPAGE="http://expat.sourceforge.net/" SLOT="0" LICENSE="as-is" KEYWORDS="amd64 x86 ppc sparc alpha hppa ia64 mips" +IUSE="" DEPEND="virtual/libc" @@ -25,7 +26,7 @@ src_unpack() { src_compile() { # Detect mips systems properly - use mips && gnuconfig_update + gnuconfig_update econf || die # parallel make doesnt work diff --git a/dev-libs/expat/expat-1.95.6.ebuild b/dev-libs/expat/expat-1.95.6.ebuild index 989fcef64c28..7fb175c74a37 100644 --- a/dev-libs/expat/expat-1.95.6.ebuild +++ b/dev-libs/expat/expat-1.95.6.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/dev-libs/expat/expat-1.95.6.ebuild,v 1.9 2004/07/02 04:40:12 eradicator Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/expat/expat-1.95.6.ebuild,v 1.10 2004/07/14 14:19:00 agriffis Exp $ DESCRIPTION="XML parsing libraries" SRC_URI="mirror://sourceforge/expat/${P}.tar.gz" @@ -9,6 +9,7 @@ HOMEPAGE="http://expat.sourceforge.net/" SLOT="0" LICENSE="as-is" KEYWORDS="x86 ~ppc ~sparc ~alpha hppa" +IUSE="" DEPEND="virtual/libc" diff --git a/dev-libs/expat/expat-1.95.7.ebuild b/dev-libs/expat/expat-1.95.7.ebuild index bc0b5e58da5a..11b5b2c4fba0 100644 --- a/dev-libs/expat/expat-1.95.7.ebuild +++ b/dev-libs/expat/expat-1.95.7.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/dev-libs/expat/expat-1.95.7.ebuild,v 1.14 2004/07/02 04:40:12 eradicator Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/expat/expat-1.95.7.ebuild,v 1.15 2004/07/14 14:19:00 agriffis Exp $ inherit gnuconfig @@ -17,7 +17,7 @@ DEPEND="virtual/libc" src_compile() { # Detect mips systems properly - use mips && gnuconfig_update + gnuconfig_update econf || die "econf failed" emake || die |