diff options
author | Aron Griffis <agriffis@gentoo.org> | 2004-06-29 15:34:12 +0000 |
---|---|---|
committer | Aron Griffis <agriffis@gentoo.org> | 2004-06-29 15:34:12 +0000 |
commit | ca0d3dfe8cb26d1caf2223b90427ca776ec02807 (patch) | |
tree | 59e58a6b23dec144c9aa7c4154692962ae69d0fa /dev-db | |
parent | glibc -> libc (Manifest recommit) (diff) | |
download | gentoo-2-ca0d3dfe8cb26d1caf2223b90427ca776ec02807.tar.gz gentoo-2-ca0d3dfe8cb26d1caf2223b90427ca776ec02807.tar.bz2 gentoo-2-ca0d3dfe8cb26d1caf2223b90427ca776ec02807.zip |
sync IUSE (missing), glibc -> libc
Diffstat (limited to 'dev-db')
-rw-r--r-- | dev-db/firebird/ChangeLog | 6 | ||||
-rw-r--r-- | dev-db/firebird/firebird-1.0-r1.ebuild | 3 | ||||
-rw-r--r-- | dev-db/firebird/firebird-1.0.3.ebuild | 3 | ||||
-rw-r--r-- | dev-db/firebird/firebird-1.5.0.ebuild | 4 |
4 files changed, 11 insertions, 5 deletions
diff --git a/dev-db/firebird/ChangeLog b/dev-db/firebird/ChangeLog index 9ccf22f9f1ba..369ff45bbe91 100644 --- a/dev-db/firebird/ChangeLog +++ b/dev-db/firebird/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-db/firebird # Copyright 2002-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-db/firebird/ChangeLog,v 1.18 2004/06/24 21:53:06 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-db/firebird/ChangeLog,v 1.19 2004/06/29 15:34:12 agriffis Exp $ + + 29 Jun 2004; Aron Griffis <agriffis@gentoo.org> firebird-1.0-r1.ebuild, + firebird-1.0.3.ebuild, firebird-1.5.0.ebuild: + sync IUSE (missing), glibc -> libc 14 May 2004; <mksoft@gentoo.org> firebird-1.5.0.ebuild: Marked 1.5.0 as stable on x86 diff --git a/dev-db/firebird/firebird-1.0-r1.ebuild b/dev-db/firebird/firebird-1.0-r1.ebuild index 3df5ae6ee789..763a7f40131f 100644 --- a/dev-db/firebird/firebird-1.0-r1.ebuild +++ b/dev-db/firebird/firebird-1.0-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-db/firebird/firebird-1.0-r1.ebuild,v 1.10 2004/06/24 21:53:06 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-db/firebird/firebird-1.0-r1.ebuild,v 1.11 2004/06/29 15:34:12 agriffis Exp $ S=${WORKDIR}/${PN}-1.0.0.796 DESCRIPTION="A relational database offering many ANSI SQL-92 features" @@ -10,6 +10,7 @@ HOMEPAGE="http://firebird.sourceforge.net/" SLOT="0" LICENSE="MPL-1.1" KEYWORDS="x86" +IUSE="" DEPEND="app-shells/bash app-arch/zip >=sys-devel/gcc-2.95.3-r5" diff --git a/dev-db/firebird/firebird-1.0.3.ebuild b/dev-db/firebird/firebird-1.0.3.ebuild index 4312d154456d..49bf74ccc429 100644 --- a/dev-db/firebird/firebird-1.0.3.ebuild +++ b/dev-db/firebird/firebird-1.0.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-db/firebird/firebird-1.0.3.ebuild,v 1.8 2004/06/24 21:53:06 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-db/firebird/firebird-1.0.3.ebuild,v 1.9 2004/06/29 15:34:12 agriffis Exp $ S=${WORKDIR}/interbase DESCRIPTION="A relational database offering many ANSI SQL-92 features" @@ -10,6 +10,7 @@ HOMEPAGE="http://firebird.sourceforge.net/" SLOT="0" LICENSE="MPL-1.1" KEYWORDS="x86" +IUSE="" DEPEND="app-shells/bash app-arch/zip >=sys-devel/gcc-2.95.3-r5" diff --git a/dev-db/firebird/firebird-1.5.0.ebuild b/dev-db/firebird/firebird-1.5.0.ebuild index 36fbeec41424..85f623fe557f 100644 --- a/dev-db/firebird/firebird-1.5.0.ebuild +++ b/dev-db/firebird/firebird-1.5.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-db/firebird/firebird-1.5.0.ebuild,v 1.8 2004/06/24 21:53:06 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-db/firebird/firebird-1.5.0.ebuild,v 1.9 2004/06/29 15:34:12 agriffis Exp $ inherit flag-o-matic eutils @@ -15,7 +15,7 @@ KEYWORDS="x86" IUSE="inetd" RESTRICT="nouserpriv" -DEPEND="virtual/glibc +DEPEND="virtual/libc inetd? ( virtual/inetd )" S=${WORKDIR}/${P}.${extra_ver} |