diff options
author | Anders Rune Jensen <arj@gentoo.org> | 2004-08-06 00:34:08 +0000 |
---|---|---|
committer | Anders Rune Jensen <arj@gentoo.org> | 2004-08-06 00:34:08 +0000 |
commit | 713c3532b78d418dd71b5909b03f47b5bad13ac9 (patch) | |
tree | 0065651aff9e8c10baa4a4147ac5577c20d9fba2 /gnome-extra/libgda | |
parent | version bump; cleanups (Manifest recommit) (diff) | |
download | gentoo-2-713c3532b78d418dd71b5909b03f47b5bad13ac9.tar.gz gentoo-2-713c3532b78d418dd71b5909b03f47b5bad13ac9.tar.bz2 gentoo-2-713c3532b78d418dd71b5909b03f47b5bad13ac9.zip |
new sqlite ebuild slot
Diffstat (limited to 'gnome-extra/libgda')
-rw-r--r-- | gnome-extra/libgda/ChangeLog | 10 | ||||
-rw-r--r-- | gnome-extra/libgda/libgda-0.2.96-r2.ebuild | 4 | ||||
-rw-r--r-- | gnome-extra/libgda/libgda-1.0.2.ebuild | 8 | ||||
-rw-r--r-- | gnome-extra/libgda/libgda-1.0.3.ebuild | 8 | ||||
-rw-r--r-- | gnome-extra/libgda/libgda-1.0.4.ebuild | 8 |
5 files changed, 23 insertions, 15 deletions
diff --git a/gnome-extra/libgda/ChangeLog b/gnome-extra/libgda/ChangeLog index 94492c4cce2e..6f3f99cc2c5e 100644 --- a/gnome-extra/libgda/ChangeLog +++ b/gnome-extra/libgda/ChangeLog @@ -1,7 +1,15 @@ # ChangeLog for gnome-extra/libgda # Copyright 2002-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/gnome-extra/libgda/ChangeLog,v 1.49 2004/08/05 13:36:10 liquidx Exp $ +# $Header: /var/cvsroot/gentoo-x86/gnome-extra/libgda/ChangeLog,v 1.50 2004/08/06 00:29:48 arj Exp $ + 05 Aug 2004; Anders Rune Jensen <arj@gentoo.org> libgda-1.0.2.ebuild, + libgda-1.0.3.ebuild, libgda-1.0.4.ebuild: + clean up horribly broken ebuilds to make repoman happy. + + 05 Aug 2004; Anders Rune Jensen <arj@gentoo.org> libgda-0.2.96-r2.ebuild, + libgda-1.0.2.ebuild, libgda-1.0.3.ebuild, libgda-1.0.4.ebuild: + Depend on version 2 of sqlite. + *libgda-1.0.4 (05 Aug 2004) 05 Aug 2004; Alastair Tse <liquidx@gentoo.org> diff --git a/gnome-extra/libgda/libgda-0.2.96-r2.ebuild b/gnome-extra/libgda/libgda-0.2.96-r2.ebuild index 69f98638bd14..8f7cf3d0b23f 100644 --- a/gnome-extra/libgda/libgda-0.2.96-r2.ebuild +++ b/gnome-extra/libgda/libgda-0.2.96-r2.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/gnome-extra/libgda/libgda-0.2.96-r2.ebuild,v 1.16 2004/07/14 15:56:21 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/gnome-extra/libgda/libgda-0.2.96-r2.ebuild,v 1.17 2004/08/06 00:29:48 arj Exp $ IUSE="odbc postgres mysql" @@ -23,7 +23,7 @@ RDEPEND="virtual/libc >=sys-libs/gdbm-1.8.0 >=sys-libs/readline-4.1 >=dev-perl/CORBA-ORBit-0.4.3 - >=dev-db/sqlite-2.0.8 + =dev-db/sqlite-2* mysql? ( >=dev-db/mysql-3.23.26 ) postgres? ( >=dev-db/postgresql-7.1 ) odbc? ( >=dev-db/unixODBC-2.0.6 )" diff --git a/gnome-extra/libgda/libgda-1.0.2.ebuild b/gnome-extra/libgda/libgda-1.0.2.ebuild index 88c3dc13682e..8d053e92104b 100644 --- a/gnome-extra/libgda/libgda-1.0.2.ebuild +++ b/gnome-extra/libgda/libgda-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/gnome-extra/libgda/libgda-1.0.2.ebuild,v 1.10 2004/06/24 22:08:15 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/gnome-extra/libgda/libgda-1.0.2.ebuild,v 1.11 2004/08/06 00:29:48 arj Exp $ IUSE="odbc postgres mysql ldap firebird freetds sqlite mdb oci8 doc" @@ -22,10 +22,10 @@ RDEPEND=">=dev-libs/glib-2.0 postgres? ( >=dev-db/postgresql-7.2.1 ) odbc? ( >=dev-db/unixODBC-2.0.6 ) ldap? ( >=net-nds/openldap-2.0.25 ) - !ppc? ( firebird? ( >=dev-db/firebird-1.0 ) ) + !ppc? ( !sparc? ( !alpha? ( !ia64? ( !amd64? ( firebird? ( dev-db/firebird ) ) ) ) ) ) freetds? ( >=dev-db/freetds-0.5 ) - sqlite? ( >=dev-db/sqlite-2.4.2 ) - !alpha? ( mdb? ( >=app-office/mdbtools-0.5 ) )" + sqlite? ( =dev-db/sqlite-2* ) + !ia64? ( mdb? ( >=app-office/mdbtools-0.5 ) )" DEPEND=">=dev-util/pkgconfig-0.8 >=dev-util/intltool-0.22 diff --git a/gnome-extra/libgda/libgda-1.0.3.ebuild b/gnome-extra/libgda/libgda-1.0.3.ebuild index 24ef4de2cdae..3a85dc32dafb 100644 --- a/gnome-extra/libgda/libgda-1.0.3.ebuild +++ b/gnome-extra/libgda/libgda-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/gnome-extra/libgda/libgda-1.0.3.ebuild,v 1.7 2004/06/24 22:08:15 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/gnome-extra/libgda/libgda-1.0.3.ebuild,v 1.8 2004/08/06 00:29:48 arj Exp $ inherit gnome2 eutils @@ -22,10 +22,10 @@ RDEPEND=">=dev-libs/glib-2.0 postgres? ( >=dev-db/postgresql-7.2.1 ) odbc? ( >=dev-db/unixODBC-2.0.6 ) ldap? ( >=net-nds/openldap-2.0.25 ) - !ppc? ( firebird? ( >=dev-db/firebird-1.0 ) ) + !ppc? ( !sparc? ( !alpha? ( !ia64? ( !amd64? ( firebird? ( dev-db/firebird ) ) ) ) ) ) freetds? ( >=dev-db/freetds-0.5 ) - sqlite? ( >=dev-db/sqlite-2.4.2 ) - !alpha? ( mdb? ( >=app-office/mdbtools-0.5 ) )" + sqlite? ( =dev-db/sqlite-2* ) + !ia64? ( mdb? ( >=app-office/mdbtools-0.5 ) )" DEPEND=">=dev-util/pkgconfig-0.8 >=dev-util/intltool-0.22 diff --git a/gnome-extra/libgda/libgda-1.0.4.ebuild b/gnome-extra/libgda/libgda-1.0.4.ebuild index 72ac3944192e..6f8ef221be0f 100644 --- a/gnome-extra/libgda/libgda-1.0.4.ebuild +++ b/gnome-extra/libgda/libgda-1.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/gnome-extra/libgda/libgda-1.0.4.ebuild,v 1.1 2004/08/05 13:36:10 liquidx Exp $ +# $Header: /var/cvsroot/gentoo-x86/gnome-extra/libgda/libgda-1.0.4.ebuild,v 1.2 2004/08/06 00:29:48 arj Exp $ inherit gnome2 eutils @@ -22,10 +22,10 @@ RDEPEND=">=dev-libs/glib-2.0 postgres? ( >=dev-db/postgresql-7.2.1 ) odbc? ( >=dev-db/unixODBC-2.0.6 ) ldap? ( >=net-nds/openldap-2.0.25 ) - !ppc? ( firebird? ( >=dev-db/firebird-1.0 ) ) + !ppc? ( !sparc? ( !alpha? ( !ia64? ( !amd64? ( firebird? ( dev-db/firebird ) ) ) ) ) ) freetds? ( >=dev-db/freetds-0.5 ) - sqlite? ( >=dev-db/sqlite-2.4.2 ) - !alpha? ( mdb? ( >=app-office/mdbtools-0.5 ) )" + sqlite? ( =dev-db/sqlite-2* ) + !ia64? ( mdb? ( >=app-office/mdbtools-0.5 ) )" DEPEND=">=dev-util/pkgconfig-0.8 >=dev-util/intltool-0.22 |