diff options
author | Aron Griffis <agriffis@gentoo.org> | 2004-07-14 15:11:58 +0000 |
---|---|---|
committer | Aron Griffis <agriffis@gentoo.org> | 2004-07-14 15:11:58 +0000 |
commit | fe0b0b70a2261c003748e4def4956fab9a3e0af3 (patch) | |
tree | 87e8c3064304ed8241009914f051898a810d41e4 | |
parent | don't assign S=${WORKDIR}/${P} (diff) | |
download | historical-fe0b0b70a2261c003748e4def4956fab9a3e0af3.tar.gz historical-fe0b0b70a2261c003748e4def4956fab9a3e0af3.tar.bz2 historical-fe0b0b70a2261c003748e4def4956fab9a3e0af3.zip |
sync IUSE (missing)
25 files changed, 61 insertions, 47 deletions
diff --git a/dev-libs/log4c/log4c-1.0.6-r1.ebuild b/dev-libs/log4c/log4c-1.0.6-r1.ebuild index 568a25a4c5ea..e94fe38164f4 100644 --- a/dev-libs/log4c/log4c-1.0.6-r1.ebuild +++ b/dev-libs/log4c/log4c-1.0.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/log4c/log4c-1.0.6-r1.ebuild,v 1.15 2004/06/24 23:26:22 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/log4c/log4c-1.0.6-r1.ebuild,v 1.16 2004/07/14 14:58:50 agriffis Exp $ DESCRIPTION="Log4c is a library of C for flexible logging to files, syslog and other destinations. It is modeled after the Log for Java library (http://jakarta.apache.org/log4j/), staying as close to their API as is reasonable." SRC_URI="mirror://sourceforge/log4c/${P}.tar.gz" @@ -9,6 +9,7 @@ HOMEPAGE="http://www.cimai.com/opensource/log4c/" SLOT="0" LICENSE="LGPL-2.1" KEYWORDS="x86 sparc ppc" +IUSE="" DEPEND=">=dev-libs/expat-1.95.2 >=app-doc/doxygen-1.2.15 diff --git a/dev-libs/log4c/log4c-1.0.6.ebuild b/dev-libs/log4c/log4c-1.0.6.ebuild index 1328ab4fc6dd..d589ca860bf3 100644 --- a/dev-libs/log4c/log4c-1.0.6.ebuild +++ b/dev-libs/log4c/log4c-1.0.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/log4c/log4c-1.0.6.ebuild,v 1.14 2004/06/24 23:26:22 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/log4c/log4c-1.0.6.ebuild,v 1.15 2004/07/14 14:58:50 agriffis Exp $ DESCRIPTION="Log4c is a library of C for flexible logging to files, syslog and other destinations. It is modeled after the Log for Java library (http://jakarta.apache.org/log4j/), staying as close to their API as is reasonable." SRC_URI="mirror://sourceforge/log4c/${P}.tar.gz" @@ -9,6 +9,7 @@ HOMEPAGE="http://www.cimai.com/opensource/log4c/" SLOT="0" LICENSE="LGPL-2.1" KEYWORDS="x86 sparc" +IUSE="" DEPEND=">=dev-libs/expat-1.95.2 >=app-doc/doxygen-1.2.15 diff --git a/dev-libs/log4cpp/log4cpp-0.3.4b.ebuild b/dev-libs/log4cpp/log4cpp-0.3.4b.ebuild index 7bc035dfdf83..134ac6acbdcd 100644 --- a/dev-libs/log4cpp/log4cpp-0.3.4b.ebuild +++ b/dev-libs/log4cpp/log4cpp-0.3.4b.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/log4cpp/log4cpp-0.3.4b.ebuild,v 1.11 2004/07/02 04:51:20 eradicator Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/log4cpp/log4cpp-0.3.4b.ebuild,v 1.12 2004/07/14 14:59:16 agriffis Exp $ DESCRIPTION="library of C++ classes for flexible logging to files, syslog, IDSA and other destinations" HOMEPAGE="http://log4cpp.sourcforge.net/" @@ -9,6 +9,7 @@ SRC_URI="mirror://sourceforge/log4cpp/${PN}-0.3.4b.tar.gz" LICENSE="LGPL-2.1" SLOT="0" KEYWORDS="x86 ppc amd64 s390" +IUSE="" DEPEND="virtual/libc" diff --git a/dev-libs/lzo/lzo-1.08.ebuild b/dev-libs/lzo/lzo-1.08.ebuild index 28421bcac22c..96b16bb7fe20 100644 --- a/dev-libs/lzo/lzo-1.08.ebuild +++ b/dev-libs/lzo/lzo-1.08.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/lzo/lzo-1.08.ebuild,v 1.10 2004/07/02 04:51:52 eradicator Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/lzo/lzo-1.08.ebuild,v 1.11 2004/07/14 15:00:12 agriffis Exp $ DESCRIPTION="An extremely fast compression and decompression library" HOMEPAGE="http://www.oberhumer.com/opensource/lzo/" @@ -9,6 +9,7 @@ SRC_URI="http://www.oberhumer.com/opensource/lzo/download/${P}.tar.gz" SLOT="0" LICENSE="GPL-2" KEYWORDS="x86 ppc sparc alpha hppa amd64" +IUSE="" DEPEND="virtual/libc" diff --git a/dev-libs/mapm/mapm-4.9.ebuild b/dev-libs/mapm/mapm-4.9.ebuild index ce5c2ad138ee..0cb14726025e 100644 --- a/dev-libs/mapm/mapm-4.9.ebuild +++ b/dev-libs/mapm/mapm-4.9.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/mapm/mapm-4.9.ebuild,v 1.3 2004/06/24 23:27:48 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/mapm/mapm-4.9.ebuild,v 1.4 2004/07/14 15:00:33 agriffis Exp $ DESCRIPTION="Mike's Arbitrary Precision Math Library" HOMEPAGE="http://www.tc.umn.edu/~ringx004/mapm-main.html" @@ -9,6 +9,7 @@ SRC_URI="http://www.tc.umn.edu/~ringx004/${P}.tar.gz" LICENSE="mapm" SLOT="0" KEYWORDS="x86 ~ppc ~sparc" +IUSE="" DEPEND="" diff --git a/dev-libs/mm/mm-1.1.3-r1.ebuild b/dev-libs/mm/mm-1.1.3-r1.ebuild index e140c53a0691..05919fda1310 100644 --- a/dev-libs/mm/mm-1.1.3-r1.ebuild +++ b/dev-libs/mm/mm-1.1.3-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/mm/mm-1.1.3-r1.ebuild,v 1.12 2004/07/02 04:52:23 eradicator Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/mm/mm-1.1.3-r1.ebuild,v 1.13 2004/07/14 15:01:01 agriffis Exp $ DESCRIPTION="Shared Memory Abstraction Library" HOMEPAGE="http://www.ossp.org/pkg/lib/mm/" @@ -9,6 +9,7 @@ SRC_URI="ftp://ftp.ossp.org/pkg/lib/mm/${P}.tar.gz" SLOT="1" LICENSE="as-is" KEYWORDS="x86 sparc amd64 ~mips" +IUSE="" DEPEND="virtual/libc" diff --git a/dev-libs/mm/mm-1.2.1.ebuild b/dev-libs/mm/mm-1.2.1.ebuild index efa378ab46df..8c5d9ee330b5 100644 --- a/dev-libs/mm/mm-1.2.1.ebuild +++ b/dev-libs/mm/mm-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/mm/mm-1.2.1.ebuild,v 1.15 2004/07/02 04:52:23 eradicator Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/mm/mm-1.2.1.ebuild,v 1.16 2004/07/14 15:01:01 agriffis Exp $ inherit libtool @@ -13,6 +13,7 @@ DEPEND="virtual/libc" LICENSE="as-is" SLOT="1.2" KEYWORDS="x86 ppc sparc alpha hppa" +IUSE="" src_unpack() { unpack ${A} diff --git a/dev-libs/mm/mm-1.3.0.ebuild b/dev-libs/mm/mm-1.3.0.ebuild index 90dacc6c4682..5ad0fd8a5bd8 100644 --- a/dev-libs/mm/mm-1.3.0.ebuild +++ b/dev-libs/mm/mm-1.3.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/mm/mm-1.3.0.ebuild,v 1.9 2004/07/02 04:52:23 eradicator Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/mm/mm-1.3.0.ebuild,v 1.10 2004/07/14 15:01:01 agriffis Exp $ inherit libtool @@ -13,6 +13,7 @@ DEPEND="virtual/libc" LICENSE="as-is" SLOT="1.2" KEYWORDS="~x86 ~ppc ~sparc alpha ~hppa ia64 mips" +IUSE="" src_compile() { elibtoolize diff --git a/dev-libs/nspr/nspr-4.1.2.ebuild b/dev-libs/nspr/nspr-4.1.2.ebuild index 105c613c3bf0..3a7101572cb1 100644 --- a/dev-libs/nspr/nspr-4.1.2.ebuild +++ b/dev-libs/nspr/nspr-4.1.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/nspr/nspr-4.1.2.ebuild,v 1.13 2004/07/02 04:52:37 eradicator Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/nspr/nspr-4.1.2.ebuild,v 1.14 2004/07/14 15:01:56 agriffis Exp $ DESCRIPTION="Netscape Portable Runtime" SRC_URI="ftp://ftp.mozilla.org/pub/nspr/releases/v${PV}/src/${P}.tar.gz" @@ -9,6 +9,7 @@ HOMEPAGE="http://www.mozilla.org/projects/nspr/" SLOT="0" LICENSE="MPL-1.1" KEYWORDS="x86 sparc" +IUSE="" DEPEND="virtual/libc" diff --git a/dev-libs/ogdi/ogdi-3.1.1.ebuild b/dev-libs/ogdi/ogdi-3.1.1.ebuild index 2c3a55eebb46..182147731d63 100644 --- a/dev-libs/ogdi/ogdi-3.1.1.ebuild +++ b/dev-libs/ogdi/ogdi-3.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/ogdi/ogdi-3.1.1.ebuild,v 1.5 2004/06/24 23:29:58 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/ogdi/ogdi-3.1.1.ebuild,v 1.6 2004/07/14 15:02:23 agriffis Exp $ DESCRIPTION="open geographical datastore interface" HOMEPAGE="http://ogdi.sourceforge.net" @@ -9,6 +9,7 @@ SRC_URI="mirror://sourceforge/ogdi/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" KEYWORDS="~x86" +IUSE="" DEPEND="dev-libs/proj sys-libs/zlib diff --git a/dev-libs/openobex/openobex-0.9.8.ebuild b/dev-libs/openobex/openobex-0.9.8.ebuild index 2f9c0b1fc855..4877ab728218 100644 --- a/dev-libs/openobex/openobex-0.9.8.ebuild +++ b/dev-libs/openobex/openobex-0.9.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/openobex/openobex-0.9.8.ebuild,v 1.9 2004/06/24 23:30:30 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/openobex/openobex-0.9.8.ebuild,v 1.10 2004/07/14 15:02:49 agriffis Exp $ DESCRIPTION="An implementation of the OBEX protocol used for transferring data to mobile devices" SRC_URI="mirror://sourceforge/openobex/${P}.tar.gz" @@ -9,6 +9,7 @@ HOMEPAGE="http://sourceforge.net/projects/openobex" SLOT="0" LICENSE="GPL-2" KEYWORDS="x86 sparc" +IUSE="" DEPEND=">=dev-libs/glib-1.2" diff --git a/dev-libs/publib/publib-0.31.ebuild b/dev-libs/publib/publib-0.31.ebuild index ad1e9d7ab031..e07d4309bd28 100644 --- a/dev-libs/publib/publib-0.31.ebuild +++ b/dev-libs/publib/publib-0.31.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/publib/publib-0.31.ebuild,v 1.11 2004/07/02 04:54:54 eradicator Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/publib/publib-0.31.ebuild,v 1.12 2004/07/14 15:04:12 agriffis Exp $ DESCRIPTION="C library of misc utility functions (parsing, data structs, etc.)" SRC_URI="http://liw.iki.fi/liw/programs/debian/publib_${PV}.tar.gz" @@ -9,6 +9,7 @@ HOMEPAGE="http://liw.iki.fi/liw/programs/" SLOT="0" LICENSE="GPL-2" KEYWORDS="x86 sparc" +IUSE="" DEPEND="virtual/libc" diff --git a/dev-libs/safestr/safestr-1.0.2.ebuild b/dev-libs/safestr/safestr-1.0.2.ebuild index f6c657162081..8647548e2941 100644 --- a/dev-libs/safestr/safestr-1.0.2.ebuild +++ b/dev-libs/safestr/safestr-1.0.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/safestr/safestr-1.0.2.ebuild,v 1.4 2004/07/02 04:55:07 eradicator Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/safestr/safestr-1.0.2.ebuild,v 1.5 2004/07/14 15:06:31 agriffis Exp $ DESCRIPTION="provide a standards compatible yet secure string implementation" HOMEPAGE="http://www.zork.org/safestr/" @@ -9,6 +9,7 @@ SRC_URI="http://www.zork.org/software/${P}.tar.gz" LICENSE="ZORK" SLOT="0" KEYWORDS="x86" +IUSE="" DEPEND="virtual/libc dev-libs/xxl" diff --git a/dev-libs/slib/slib-2.4.2.ebuild b/dev-libs/slib/slib-2.4.2.ebuild index 0b4fa2a3c9b3..f8fc3c654fd9 100644 --- a/dev-libs/slib/slib-2.4.2.ebuild +++ b/dev-libs/slib/slib-2.4.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/slib/slib-2.4.2.ebuild,v 1.13 2004/06/24 23:34:08 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/slib/slib-2.4.2.ebuild,v 1.14 2004/07/14 15:07:45 agriffis Exp $ MY_P=${PN}2d2 S=${WORKDIR}/${PN} @@ -11,6 +11,7 @@ HOMEPAGE="http://swissnet.ai.mit.edu/~jaffer/SLIB.html" SLOT="0" LICENSE="public-domain BSD" KEYWORDS="x86 sparc" +IUSE="" RDEPEND=">=dev-util/guile-1.4" DEPEND="${RDEPEND} diff --git a/dev-libs/slib/slib-2.4.3.ebuild b/dev-libs/slib/slib-2.4.3.ebuild index d0dd51c05967..218f6d8c222b 100644 --- a/dev-libs/slib/slib-2.4.3.ebuild +++ b/dev-libs/slib/slib-2.4.3.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/slib/slib-2.4.3.ebuild,v 1.15 2004/06/24 23:34:08 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/slib/slib-2.4.3.ebuild,v 1.16 2004/07/14 15:07:45 agriffis Exp $ MY_P=${PN}2d5 S=${WORKDIR}/${PN} @@ -11,6 +11,7 @@ HOMEPAGE="http://swissnet.ai.mit.edu/~jaffer/SLIB.html" SLOT="0" LICENSE="public-domain BSD" KEYWORDS="x86 ppc sparc alpha" +IUSE="" RDEPEND=">=dev-util/guile-1.4" DEPEND="${RDEPEND} diff --git a/dev-libs/slib/slib-2.4.6.ebuild b/dev-libs/slib/slib-2.4.6.ebuild index a5d45cd80c50..cb368993f6fc 100644 --- a/dev-libs/slib/slib-2.4.6.ebuild +++ b/dev-libs/slib/slib-2.4.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/slib/slib-2.4.6.ebuild,v 1.5 2004/06/24 23:34:08 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/slib/slib-2.4.6.ebuild,v 1.6 2004/07/14 15:07:45 agriffis Exp $ MY_P=${PN}2d6 S=${WORKDIR}/${PN} @@ -11,6 +11,7 @@ HOMEPAGE="http://swissnet.ai.mit.edu/~jaffer/SLIB.html" SLOT="0" LICENSE="public-domain BSD" KEYWORDS="~x86 ~ppc ~sparc alpha amd64" +IUSE="" RDEPEND=">=dev-util/guile-1.4" DEPEND="${RDEPEND} diff --git a/dev-libs/slib/slib-3.1.1.ebuild b/dev-libs/slib/slib-3.1.1.ebuild index c2f73c3945d9..17748372a673 100644 --- a/dev-libs/slib/slib-3.1.1.ebuild +++ b/dev-libs/slib/slib-3.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/slib/slib-3.1.1.ebuild,v 1.3 2004/06/24 23:34:08 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/slib/slib-3.1.1.ebuild,v 1.4 2004/07/14 15:07:45 agriffis Exp $ MY_P=${PN}3a1 S=${WORKDIR}/${PN} @@ -11,6 +11,7 @@ HOMEPAGE="http://swissnet.ai.mit.edu/~jaffer/SLIB.html" SLOT="0" LICENSE="public-domain BSD" KEYWORDS="-x86 ~ppc ~sparc ~alpha ~amd64" +IUSE="" RDEPEND=">=dev-util/guile-1.4" DEPEND="${RDEPEND} diff --git a/dev-libs/socketstream/socketstream-0.3.0.ebuild b/dev-libs/socketstream/socketstream-0.3.0.ebuild index 3ff938802718..103e6c35a799 100644 --- a/dev-libs/socketstream/socketstream-0.3.0.ebuild +++ b/dev-libs/socketstream/socketstream-0.3.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/socketstream/socketstream-0.3.0.ebuild,v 1.4 2004/06/24 23:34:19 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/socketstream/socketstream-0.3.0.ebuild,v 1.5 2004/07/14 15:08:06 agriffis Exp $ DESCRIPTION="C++ Streaming sockets library" SRC_URI="mirror://sourceforge/socketstream/${P}.tar.gz" @@ -10,6 +10,7 @@ SLOT="0" LICENSE="LGPL-2" KEYWORDS="~x86 alpha ~ppc ~sparc ~hppa ~amd64" +IUSE="" DEPEND="" diff --git a/dev-libs/sucs/sucs-0.7.0.ebuild b/dev-libs/sucs/sucs-0.7.0.ebuild index 89726d3c1c24..82a94e086f05 100644 --- a/dev-libs/sucs/sucs-0.7.0.ebuild +++ b/dev-libs/sucs/sucs-0.7.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/sucs/sucs-0.7.0.ebuild,v 1.6 2004/06/24 23:34:41 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/sucs/sucs-0.7.0.ebuild,v 1.7 2004/07/14 15:08:31 agriffis Exp $ DESCRIPTION="The Simple Utility Classes are C++ libraries of common C-based algorithms and libraries" HOMEPAGE="http://sucs.sourceforge.net/" @@ -9,6 +9,7 @@ SRC_URI="mirror://sourceforge/sucs/${P}.tar.bz2" LICENSE="LGPL-2" SLOT="0" KEYWORDS="x86" +IUSE="" DEPEND=">=dev-libs/libpcre-3.9 >=dev-libs/expat-1.95.4" diff --git a/dev-libs/syncdir/syncdir-1.0.ebuild b/dev-libs/syncdir/syncdir-1.0.ebuild index 5a2a88b3854c..244e15dddd55 100644 --- a/dev-libs/syncdir/syncdir-1.0.ebuild +++ b/dev-libs/syncdir/syncdir-1.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/syncdir/syncdir-1.0.ebuild,v 1.10 2004/07/02 04:55:33 eradicator Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/syncdir/syncdir-1.0.ebuild,v 1.11 2004/07/14 15:09:09 agriffis Exp $ DESCRIPTION="Provides an alternate implementation for open, link, rename, and unlink " HOMEPAGE="http://untroubled.org/syncdir" @@ -9,6 +9,7 @@ SRC_URI="http://untroubled.org/syncdir/${P}.tar.gz" SLOT="0" LICENSE="GPL-2" KEYWORDS="x86 sparc" +IUSE="" RDEPEND="virtual/libc" diff --git a/dev-libs/tinyq/tinyq-3.0.4.ebuild b/dev-libs/tinyq/tinyq-3.0.4.ebuild index ccfe6da34b10..d5cd7e53ae88 100644 --- a/dev-libs/tinyq/tinyq-3.0.4.ebuild +++ b/dev-libs/tinyq/tinyq-3.0.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/tinyq/tinyq-3.0.4.ebuild,v 1.11 2004/06/24 23:35:54 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/tinyq/tinyq-3.0.4.ebuild,v 1.12 2004/07/14 15:11:34 agriffis Exp $ DESCRIPTION="Stripped down version of qt ${PV} for console development" SRC_URI="mirror://sourceforge/tinyqt/tinyq-${PV}.tar.bz2" @@ -9,6 +9,7 @@ HOMEPAGE="http://www.uwyn.com/projects/tinyq" SLOT="3" LICENSE="GPL-2" KEYWORDS="x86 sparc" +IUSE="" DEPEND=">=dev-util/yacc-1.9.1-r1 >=sys-devel/flex-2.5.4a-r4" diff --git a/dev-libs/tinyq/tinyq-3.0.5.ebuild b/dev-libs/tinyq/tinyq-3.0.5.ebuild index 7dfeba0059bc..24e415cfb2ff 100644 --- a/dev-libs/tinyq/tinyq-3.0.5.ebuild +++ b/dev-libs/tinyq/tinyq-3.0.5.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/tinyq/tinyq-3.0.5.ebuild,v 1.9 2004/06/24 23:35:54 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/tinyq/tinyq-3.0.5.ebuild,v 1.10 2004/07/14 15:11:34 agriffis Exp $ DESCRIPTION="Stripped down version of qt ${PV} for console development" SRC_URI="http://freesoftware.fsf.org/download/tinyq/tinyq-${PV}.tar.bz2" @@ -9,6 +9,7 @@ HOMEPAGE="http://www.uwyn.com/projects/tinyq" SLOT="3" LICENSE="GPL-2" KEYWORDS="x86 sparc" +IUSE="" DEPEND=">=dev-util/yacc-1.9.1-r1 >=sys-devel/flex-2.5.4a-r4" diff --git a/dev-libs/tinyq/tinyq-3.0.6.ebuild b/dev-libs/tinyq/tinyq-3.0.6.ebuild index f2f3cb930ae0..c4a4ff8b03cb 100644 --- a/dev-libs/tinyq/tinyq-3.0.6.ebuild +++ b/dev-libs/tinyq/tinyq-3.0.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/tinyq/tinyq-3.0.6.ebuild,v 1.6 2004/06/24 23:35:54 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/tinyq/tinyq-3.0.6.ebuild,v 1.7 2004/07/14 15:11:34 agriffis Exp $ DESCRIPTION="Stripped down version of qt ${PV} for console development" SRC_URI="http://freesoftware.fsf.org/download/tinyq/${P}.tar.bz2" @@ -9,6 +9,7 @@ HOMEPAGE="http://www.uwyn.com/projects/tinyq/" SLOT="3" LICENSE="GPL-2" KEYWORDS="x86 sparc" +IUSE="" DEPEND=">=dev-util/yacc-1.9.1-r1 >=sys-devel/flex-2.5.4a-r4" diff --git a/dev-libs/tvision/tvision-2.0.1.ebuild b/dev-libs/tvision/tvision-2.0.1.ebuild index bb8037139619..8f8dfda05045 100644 --- a/dev-libs/tvision/tvision-2.0.1.ebuild +++ b/dev-libs/tvision/tvision-2.0.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/tvision/tvision-2.0.1.ebuild,v 1.4 2004/06/24 23:36:26 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/tvision/tvision-2.0.1.ebuild,v 1.5 2004/07/14 15:11:58 agriffis Exp $ DESCRIPTION="Text User Interface that implements the well known CUA widgets" HOMEPAGE="http://tvision.sourceforge.net/" @@ -9,6 +9,7 @@ SRC_URI="mirror://sourceforge/tvision/rhtvision-${PV}.src.tar.gz" LICENSE="GPL-2" SLOT="0" KEYWORDS="x86 ~ppc" +IUSE="" S=${WORKDIR}/${PN} diff --git a/dev-libs/uclibc/Manifest b/dev-libs/uclibc/Manifest index f3d5e947e733..8d87a7bf7e96 100644 --- a/dev-libs/uclibc/Manifest +++ b/dev-libs/uclibc/Manifest @@ -1,33 +1,23 @@ ------BEGIN PGP SIGNED MESSAGE----- -Hash: SHA1 - +MD5 ebf20118b3d6ced339721338685d97b0 uclibc-0.9.26-r2.ebuild 6191 +MD5 648448f5b143b6002812f0fb0a78c683 uclibc-0.9.26-r1.ebuild 2555 +MD5 3170b1401df6c017bdc3faf4d217376d uclibc-0.9.26-r3.ebuild 6494 MD5 57dc2ecca49be156682fddd8882fa005 ChangeLog 5542 -MD5 f694d40cf09e6c5511ae52f755a5ffe5 metadata.xml 998 MD5 7fde305dfd21aeac12e0eb721e0f6a17 uclibc-0.9.21.ebuild 1096 -MD5 648448f5b143b6002812f0fb0a78c683 uclibc-0.9.26-r1.ebuild 2555 -MD5 752c92c9c8978c96c4647ee348330ec0 uclibc-0.9.26-r2.ebuild 6196 -MD5 33ad17a8f5cdeb2c4d29136f8e6c9e63 uclibc-0.9.26-r3.ebuild 6492 +MD5 f694d40cf09e6c5511ae52f755a5ffe5 metadata.xml 998 MD5 d16f404e56abc9f0ab5c372b88a6905d files/Makefile-cp-order-fix.patch 897 -MD5 799adc7fb6ec9ffd653831cea1d32dd5 files/digest-uclibc-0.9.21 67 -MD5 02ffb023d5b3be46c7e0c9aadf48d304 files/digest-uclibc-0.9.26-r2 231 -MD5 cf4a11cd99eb78be459f253cf9c53030 files/digest-uclibc-0.9.26-r1 67 MD5 0b733285f186f31c1be9ffcc42f1064e files/getent 973 +MD5 cf4a11cd99eb78be459f253cf9c53030 files/digest-uclibc-0.9.26-r1 67 +MD5 02ffb023d5b3be46c7e0c9aadf48d304 files/digest-uclibc-0.9.26-r2 231 MD5 469ea7f6803a9d27eadc0c9437171df6 files/digest-uclibc-0.9.26-r3 231 +MD5 799adc7fb6ec9ffd653831cea1d32dd5 files/digest-uclibc-0.9.21 67 +MD5 4216cdf86d54f45fa04cb44a5425b3ff files/0.9.23/uClibc-0.9.23-pax.patch 3607 MD5 17ecd222df47b5253f35787097440a5a files/0.9.23/uClibc-0.9.23-etdyn.patch 5832 MD5 298b7b42f80e1f8ae395df81c47eb213 files/0.9.23/uClibc-0.9.23-flipturn.patch 1821 -MD5 4216cdf86d54f45fa04cb44a5425b3ff files/0.9.23/uClibc-0.9.23-pax.patch 3607 -MD5 2416f5e954ccb8b39b1c0d6a3cf5e827 files/0.9.26/uClibc-0.9.26-Makefile.patch 1478 -MD5 bdd1e91ee48fb8be0d28cabdfcfdf3ff files/0.9.26/uClibc-0.9.26-pie-option.patch 863 -MD5 49671ccbdf2c8055efc6cde0003cb6c5 files/0.9.26/arm-fix-missing-syscalls.patch 2264 +MD5 f7c264d37687f1a32f1c6e31239f2276 files/0.9.26/uclibc-0.9.26-noexecstack.patch 15273 MD5 ef7fa60d23c46f41d0e9748372cfc7dd files/0.9.26/ssp.c 3937 +MD5 49671ccbdf2c8055efc6cde0003cb6c5 files/0.9.26/arm-fix-missing-syscalls.patch 2264 MD5 874260fc77637deccf7588cfc1c76674 files/0.9.26/uClibc-20040613-do_rem.patch 391 -MD5 b9df87c681aa3a1ef3033cb195e516df files/0.9.26/uclibc-0.9.26-arm-dl-sysdep.patch 795 MD5 d35beaf332590fed8c619483d4598dc6 files/0.9.26/uclibc-0.9.26-ssp-gcc34-after-frandom.patch 542 -MD5 f7c264d37687f1a32f1c6e31239f2276 files/0.9.26/uclibc-0.9.26-noexecstack.patch 15273 ------BEGIN PGP SIGNATURE----- -Version: GnuPG v1.9.8 (GNU/Linux) - -iD8DBQFA9JrCHTu7gpaalycRAhbHAKDzdisqbiQWtrfcbShfm76cNu6A6wCgvTXJ -Ycfw5pR3DCR5V0dfSVf+xeU= -=Pj1v ------END PGP SIGNATURE----- +MD5 bdd1e91ee48fb8be0d28cabdfcfdf3ff files/0.9.26/uClibc-0.9.26-pie-option.patch 863 +MD5 2416f5e954ccb8b39b1c0d6a3cf5e827 files/0.9.26/uClibc-0.9.26-Makefile.patch 1478 +MD5 b9df87c681aa3a1ef3033cb195e516df files/0.9.26/uclibc-0.9.26-arm-dl-sysdep.patch 795 |