diff options
author | Aron Griffis <agriffis@gentoo.org> | 2004-07-14 14:33:32 +0000 |
---|---|---|
committer | Aron Griffis <agriffis@gentoo.org> | 2004-07-14 14:33:32 +0000 |
commit | 390b92abb7e5cc205117d3e59e01889c68df9616 (patch) | |
tree | cba2014569bc820e1b461686f2470890bbbf1675 /dev-libs | |
parent | sync IUSE (+sdl, +svga) (Manifest recommit) (diff) | |
download | gentoo-2-390b92abb7e5cc205117d3e59e01889c68df9616.tar.gz gentoo-2-390b92abb7e5cc205117d3e59e01889c68df9616.tar.bz2 gentoo-2-390b92abb7e5cc205117d3e59e01889c68df9616.zip |
sync IUSE (missing)
Diffstat (limited to 'dev-libs')
-rw-r--r-- | dev-libs/icu/icu-2.0.ebuild | 3 | ||||
-rw-r--r-- | dev-libs/icu/icu-2.2.ebuild | 3 | ||||
-rw-r--r-- | dev-libs/icu/icu-2.6.ebuild | 3 | ||||
-rw-r--r-- | dev-libs/icu/icu-2.8.ebuild | 3 | ||||
-rw-r--r-- | dev-libs/libassetml/libassetml-1.1.ebuild | 3 | ||||
-rw-r--r-- | dev-libs/libassetml/libassetml-1.2.1.ebuild | 3 | ||||
-rw-r--r-- | dev-libs/libdnet/libdnet-1.4.ebuild | 3 | ||||
-rw-r--r-- | dev-libs/libdnet/libdnet-1.7.ebuild | 3 |
8 files changed, 16 insertions, 8 deletions
diff --git a/dev-libs/icu/icu-2.0.ebuild b/dev-libs/icu/icu-2.0.ebuild index 06b5abeb0f8c..c070619afd2d 100644 --- a/dev-libs/icu/icu-2.0.ebuild +++ b/dev-libs/icu/icu-2.0.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/icu/icu-2.0.ebuild,v 1.15 2004/07/02 04:43:00 eradicator Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/icu/icu-2.0.ebuild,v 1.16 2004/07/14 14:30:08 agriffis Exp $ S=${WORKDIR}/${PN}/source DESCRIPTION="IBM Internationalization Components for Unicode" @@ -10,6 +10,7 @@ HOMEPAGE="http://oss.software.ibm.com/icu/" SLOT="0" LICENSE="as-is" KEYWORDS="x86 sparc" +IUSE="" DEPEND="virtual/libc" diff --git a/dev-libs/icu/icu-2.2.ebuild b/dev-libs/icu/icu-2.2.ebuild index fb30d7b8e0b7..8f042e883eb3 100644 --- a/dev-libs/icu/icu-2.2.ebuild +++ b/dev-libs/icu/icu-2.2.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/icu/icu-2.2.ebuild,v 1.7 2004/07/02 04:43:00 eradicator Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/icu/icu-2.2.ebuild,v 1.8 2004/07/14 14:30:08 agriffis Exp $ S=${WORKDIR}/${PN}/source DESCRIPTION="IBM Internationalization Components for Unicode" @@ -10,6 +10,7 @@ HOMEPAGE="http://oss.software.ibm.com/icu/" SLOT="0" LICENSE="as-is" KEYWORDS="x86 sparc" +IUSE="" DEPEND="virtual/libc" diff --git a/dev-libs/icu/icu-2.6.ebuild b/dev-libs/icu/icu-2.6.ebuild index e3d0d42df407..c9d99c480bc8 100644 --- a/dev-libs/icu/icu-2.6.ebuild +++ b/dev-libs/icu/icu-2.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/icu/icu-2.6.ebuild,v 1.7 2004/07/02 04:43:00 eradicator Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/icu/icu-2.6.ebuild,v 1.8 2004/07/14 14:30:08 agriffis Exp $ S=${WORKDIR}/${PN}/source DESCRIPTION="IBM Internationalization Components for Unicode" @@ -10,6 +10,7 @@ HOMEPAGE="http://oss.software.ibm.com/icu/" SLOT="0" LICENSE="as-is" KEYWORDS="x86 sparc ~ppc ~alpha ~ia64" +IUSE="" DEPEND="virtual/libc" diff --git a/dev-libs/icu/icu-2.8.ebuild b/dev-libs/icu/icu-2.8.ebuild index 2ff740d7076c..fe6eb1e604cb 100644 --- a/dev-libs/icu/icu-2.8.ebuild +++ b/dev-libs/icu/icu-2.8.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/icu/icu-2.8.ebuild,v 1.8 2004/07/02 04:43:00 eradicator Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/icu/icu-2.8.ebuild,v 1.9 2004/07/14 14:30:08 agriffis Exp $ S=${WORKDIR}/${PN}/source DESCRIPTION="IBM Internationalization Components for Unicode" @@ -10,6 +10,7 @@ HOMEPAGE="http://oss.software.ibm.com/icu/" SLOT="0" LICENSE="as-is" KEYWORDS="~x86 ~amd64 alpha ~ppc s390" +IUSE="" DEPEND="virtual/libc" diff --git a/dev-libs/libassetml/libassetml-1.1.ebuild b/dev-libs/libassetml/libassetml-1.1.ebuild index 9e7f2d9845a6..a2a8e1cedabf 100644 --- a/dev-libs/libassetml/libassetml-1.1.ebuild +++ b/dev-libs/libassetml/libassetml-1.1.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/libassetml/libassetml-1.1.ebuild,v 1.4 2004/07/03 22:21:46 slarti Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/libassetml/libassetml-1.1.ebuild,v 1.5 2004/07/14 14:31:06 agriffis Exp $ DESCRIPTION="use xml files as resource databases" HOMEPAGE="http://ofset.sourceforge.net/" @@ -9,6 +9,7 @@ SRC_URI="mirror://sourceforge/ofset/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" KEYWORDS="x86 ~amd64" +IUSE="" DEPEND="=dev-libs/glib-2* dev-libs/libxml2 diff --git a/dev-libs/libassetml/libassetml-1.2.1.ebuild b/dev-libs/libassetml/libassetml-1.2.1.ebuild index a8e5af3045d5..3a12d6f1138f 100644 --- a/dev-libs/libassetml/libassetml-1.2.1.ebuild +++ b/dev-libs/libassetml/libassetml-1.2.1.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/libassetml/libassetml-1.2.1.ebuild,v 1.2 2004/07/04 11:36:44 dholm Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/libassetml/libassetml-1.2.1.ebuild,v 1.3 2004/07/14 14:31:06 agriffis Exp $ DESCRIPTION="use xml files as resource databases" HOMEPAGE="http://ofset.sourceforge.net/" @@ -9,6 +9,7 @@ SRC_URI="mirror://sourceforge/ofset/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" KEYWORDS="~x86 ~amd64 ~ppc" +IUSE="" DEPEND="=dev-libs/glib-2* dev-libs/libxml2 diff --git a/dev-libs/libdnet/libdnet-1.4.ebuild b/dev-libs/libdnet/libdnet-1.4.ebuild index 8c38ef77adea..7d17a56abe85 100644 --- a/dev-libs/libdnet/libdnet-1.4.ebuild +++ b/dev-libs/libdnet/libdnet-1.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/libdnet/libdnet-1.4.ebuild,v 1.12 2004/06/24 23:15:37 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/libdnet/libdnet-1.4.ebuild,v 1.13 2004/07/14 14:33:32 agriffis Exp $ DESCRIPTION="libdnet provides a simplified, portable interface to several low-level networking routines." HOMEPAGE="http://libdnet.sourceforge.net/" @@ -9,6 +9,7 @@ SRC_URI="mirror://sourceforge/libdnet/${P}.tar.gz" LICENSE="LGPL-2" SLOT="0" KEYWORDS="x86 sparc hppa ~ia64" +IUSE="" src_compile() { econf || die diff --git a/dev-libs/libdnet/libdnet-1.7.ebuild b/dev-libs/libdnet/libdnet-1.7.ebuild index 60c68a68fd3d..a5e38779aac5 100644 --- a/dev-libs/libdnet/libdnet-1.7.ebuild +++ b/dev-libs/libdnet/libdnet-1.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/libdnet/libdnet-1.7.ebuild,v 1.9 2004/07/13 18:44:09 aliz Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/libdnet/libdnet-1.7.ebuild,v 1.10 2004/07/14 14:33:32 agriffis Exp $ DESCRIPTION="simplified, portable interface to several low-level networking routines" HOMEPAGE="http://libdnet.sourceforge.net/" @@ -9,6 +9,7 @@ SRC_URI="mirror://sourceforge/libdnet/${P}.tar.gz" LICENSE="LGPL-2" SLOT="0" KEYWORDS="x86 ppc sparc hppa ~ia64 ~amd64" +IUSE="" src_install () { einstall || die |