diff options
author | Calum Selkirk <cselkirk@gentoo.org> | 2002-10-19 22:01:14 +0000 |
---|---|---|
committer | Calum Selkirk <cselkirk@gentoo.org> | 2002-10-19 22:01:14 +0000 |
commit | 41386a002ebdce826ea176b26d4851bf4da42a3c (patch) | |
tree | 39683a93e829052d76cab2e99672b7900cf4d48e /gnome-extra | |
parent | Added ppc to KEYWORDS. (diff) | |
download | historical-41386a002ebdce826ea176b26d4851bf4da42a3c.tar.gz historical-41386a002ebdce826ea176b26d4851bf4da42a3c.tar.bz2 historical-41386a002ebdce826ea176b26d4851bf4da42a3c.zip |
Added ppc to KEYWORDS.
Diffstat (limited to 'gnome-extra')
-rw-r--r-- | gnome-extra/libgda/ChangeLog | 11 | ||||
-rw-r--r-- | gnome-extra/libgda/libgda-0.2.96-r2.ebuild | 6 | ||||
-rw-r--r-- | gnome-extra/libgda/libgda-0.8.192.ebuild | 4 |
3 files changed, 15 insertions, 6 deletions
diff --git a/gnome-extra/libgda/ChangeLog b/gnome-extra/libgda/ChangeLog index bf22349c7bb2..0c3bb39cba5f 100644 --- a/gnome-extra/libgda/ChangeLog +++ b/gnome-extra/libgda/ChangeLog @@ -1,14 +1,23 @@ # ChangeLog for gnome-extra/libgda # Copyright 2002 Gentoo Technologies, Inc.; Distributed under the GPL -# $Header: /var/cvsroot/gentoo-x86/gnome-extra/libgda/ChangeLog,v 1.9 2002/09/16 01:15:26 spider Exp $ +# $Header: /var/cvsroot/gentoo-x86/gnome-extra/libgda/ChangeLog,v 1.10 2002/10/19 22:01:14 cselkirk Exp $ *libgda-0.2.96-r2 (30 Jul 2002) + + 19 Oct 2002; Calum Selkirk <cselkirk@gentoo.org> libgda-0.2.96-r2.ebuild : + + Added ppc to KEYWORDS. 30 Jul 2002; Gabriele Giorgetti <stroke@gentoo.org> libgda-0.2.96-r2.ebuild: Fixed bug #4019. (openldap support is still broken with this version). *libgda-0.8.192 (26 Jul 2002) + + 19 oct 2002; Calum Selkirk <cselkirk@gentoo.org> libgda-0.8.192.ebuild : + + Added ppc to KEYWORDS. + 15 Sep 2002; Spider <spider@gentoo.org> : Added patch by Bartosch Pixa <dante@inworld.de> to make it build with Oracle Databases diff --git a/gnome-extra/libgda/libgda-0.2.96-r2.ebuild b/gnome-extra/libgda/libgda-0.2.96-r2.ebuild index 7448199e3f0d..020098c517ba 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-2002 Gentoo Technologies, Inc. # 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.4 2002/10/05 05:39:14 drobbins Exp $ +# $Header: /var/cvsroot/gentoo-x86/gnome-extra/libgda/libgda-0.2.96-r2.ebuild,v 1.5 2002/10/19 22:01:14 cselkirk Exp $ IUSE="odbc postgres mysql" @@ -12,7 +12,7 @@ HOMEPAGE="http://www.gnome.org/gnome-db" SLOT="0" LICENSE="GPL-2 LGPL-2" -KEYWORDS="x86 sparc sparc64" +KEYWORDS="x86 sparc sparc64 ppc" RDEPEND="virtual/glibc @@ -27,7 +27,7 @@ RDEPEND="virtual/glibc >=dev-db/sqlite-2.0.8 mysql? ( >=dev-db/mysql-3.23.26 ) postgres? ( >=dev-db/postgresql-7.1 ) - odbc? ( >=dev-db/unixODBC-1.8.13 )" + odbc? ( >=dev-db/unixODBC-2.0.6 )" # ldap support is currently broken (this fixes bug #4019) # ldap? ( >=net-nds/openldap-1.2.11 )" diff --git a/gnome-extra/libgda/libgda-0.8.192.ebuild b/gnome-extra/libgda/libgda-0.8.192.ebuild index c4f1750885cc..c0b593e55656 100644 --- a/gnome-extra/libgda/libgda-0.8.192.ebuild +++ b/gnome-extra/libgda/libgda-0.8.192.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/gnome-extra/libgda/libgda-0.8.192.ebuild,v 1.6 2002/10/05 05:39:14 drobbins Exp $ +# $Header: /var/cvsroot/gentoo-x86/gnome-extra/libgda/libgda-0.8.192.ebuild,v 1.7 2002/10/19 22:01:14 cselkirk Exp $ IUSE="sqlite oci8 odbc postgres mysql" @@ -13,7 +13,7 @@ SRC_URI="ftp://ftp.gnome-db.org/pub/gnome-db/sources/v0.8.192/${P}.tar.gz HOMEPAGE="http://www.gnome.org/gnome-db" SLOT="0" LICENSE="GPL-2 LGPL-2" -KEYWORDS="x86 sparc sparc64" +KEYWORDS="x86 sparc sparc64 ppc" DEPEND=">=dev-libs/glib-2.0.4 >=dev-libs/libxml2-2.4.23 |