diff options
author | Anders Rune Jensen <arj@gentoo.org> | 2004-08-06 01:34:08 +0000 |
---|---|---|
committer | Anders Rune Jensen <arj@gentoo.org> | 2004-08-06 01:34:08 +0000 |
commit | ed6c392ec9f7c229cb2d9676e14f0f5cdff19eb1 (patch) | |
tree | 832f59b0f751f47e8d64bee9039fce6dffb1735e /gnome-extra/libgda | |
parent | syntax (whitespace) fix (Manifest recommit) (diff) | |
download | gentoo-2-ed6c392ec9f7c229cb2d9676e14f0f5cdff19eb1.tar.gz gentoo-2-ed6c392ec9f7c229cb2d9676e14f0f5cdff19eb1.tar.bz2 gentoo-2-ed6c392ec9f7c229cb2d9676e14f0f5cdff19eb1.zip |
cleanup
Diffstat (limited to 'gnome-extra/libgda')
-rw-r--r-- | gnome-extra/libgda/ChangeLog | 6 | ||||
-rw-r--r-- | gnome-extra/libgda/libgda-1.0.2.ebuild | 4 | ||||
-rw-r--r-- | gnome-extra/libgda/libgda-1.0.3.ebuild | 4 | ||||
-rw-r--r-- | gnome-extra/libgda/libgda-1.0.4.ebuild | 4 |
4 files changed, 11 insertions, 7 deletions
diff --git a/gnome-extra/libgda/ChangeLog b/gnome-extra/libgda/ChangeLog index 6f3f99cc2c5e..4a768b06cdd7 100644 --- a/gnome-extra/libgda/ChangeLog +++ b/gnome-extra/libgda/ChangeLog @@ -1,6 +1,10 @@ # 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.50 2004/08/06 00:29:48 arj Exp $ +# $Header: /var/cvsroot/gentoo-x86/gnome-extra/libgda/ChangeLog,v 1.51 2004/08/06 01:34:08 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: + cleaner solution. 05 Aug 2004; Anders Rune Jensen <arj@gentoo.org> libgda-1.0.2.ebuild, libgda-1.0.3.ebuild, libgda-1.0.4.ebuild: diff --git a/gnome-extra/libgda/libgda-1.0.2.ebuild b/gnome-extra/libgda/libgda-1.0.2.ebuild index 8d053e92104b..c7404284b359 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.11 2004/08/06 00:29:48 arj Exp $ +# $Header: /var/cvsroot/gentoo-x86/gnome-extra/libgda/libgda-1.0.2.ebuild,v 1.12 2004/08/06 01:34:08 arj Exp $ IUSE="odbc postgres mysql ldap firebird freetds sqlite mdb oci8 doc" @@ -22,7 +22,7 @@ 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? ( !sparc? ( !alpha? ( !ia64? ( !amd64? ( firebird? ( dev-db/firebird ) ) ) ) ) ) + x86? ( firebird? ( dev-db/firebird ) ) freetds? ( >=dev-db/freetds-0.5 ) sqlite? ( =dev-db/sqlite-2* ) !ia64? ( mdb? ( >=app-office/mdbtools-0.5 ) )" diff --git a/gnome-extra/libgda/libgda-1.0.3.ebuild b/gnome-extra/libgda/libgda-1.0.3.ebuild index 3a85dc32dafb..7a2854f74262 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.8 2004/08/06 00:29:48 arj Exp $ +# $Header: /var/cvsroot/gentoo-x86/gnome-extra/libgda/libgda-1.0.3.ebuild,v 1.9 2004/08/06 01:34:08 arj Exp $ inherit gnome2 eutils @@ -22,7 +22,7 @@ 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? ( !sparc? ( !alpha? ( !ia64? ( !amd64? ( firebird? ( dev-db/firebird ) ) ) ) ) ) + x86? ( firebird? ( dev-db/firebird ) ) freetds? ( >=dev-db/freetds-0.5 ) sqlite? ( =dev-db/sqlite-2* ) !ia64? ( mdb? ( >=app-office/mdbtools-0.5 ) )" diff --git a/gnome-extra/libgda/libgda-1.0.4.ebuild b/gnome-extra/libgda/libgda-1.0.4.ebuild index 6f8ef221be0f..75aae774468a 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.2 2004/08/06 00:29:48 arj Exp $ +# $Header: /var/cvsroot/gentoo-x86/gnome-extra/libgda/libgda-1.0.4.ebuild,v 1.3 2004/08/06 01:34:08 arj Exp $ inherit gnome2 eutils @@ -22,7 +22,7 @@ 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? ( !sparc? ( !alpha? ( !ia64? ( !amd64? ( firebird? ( dev-db/firebird ) ) ) ) ) ) + x86? ( firebird? ( dev-db/firebird ) ) freetds? ( >=dev-db/freetds-0.5 ) sqlite? ( =dev-db/sqlite-2* ) !ia64? ( mdb? ( >=app-office/mdbtools-0.5 ) )" |