summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Gryniewicz <dang@gentoo.org>2007-11-07 17:29:19 +0000
committerDaniel Gryniewicz <dang@gentoo.org>2007-11-07 17:29:19 +0000
commitd3880f28f485dfd73fd01efbc9760b82a8eca6e8 (patch)
tree950c46508f99fd95e8a981c8fe6f6fb709f48d5c /gnome-extra/libgda
parentsparc stable wrt #159465, thanks to Alex Maclean for testing (diff)
downloadgentoo-2-d3880f28f485dfd73fd01efbc9760b82a8eca6e8.tar.gz
gentoo-2-d3880f28f485dfd73fd01efbc9760b82a8eca6e8.tar.bz2
gentoo-2-d3880f28f485dfd73fd01efbc9760b82a8eca6e8.zip
Remove firebird support from 1.2.4; bug #183465
(Portage version: 2.1.3.18)
Diffstat (limited to 'gnome-extra/libgda')
-rw-r--r--gnome-extra/libgda/ChangeLog5
-rw-r--r--gnome-extra/libgda/libgda-1.2.4.ebuild8
2 files changed, 8 insertions, 5 deletions
diff --git a/gnome-extra/libgda/ChangeLog b/gnome-extra/libgda/ChangeLog
index 99de905b7875..21fdf65372d2 100644
--- a/gnome-extra/libgda/ChangeLog
+++ b/gnome-extra/libgda/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for gnome-extra/libgda
# Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/gnome-extra/libgda/ChangeLog,v 1.113 2007/11/06 19:18:56 corsair Exp $
+# $Header: /var/cvsroot/gentoo-x86/gnome-extra/libgda/ChangeLog,v 1.114 2007/11/07 17:29:19 dang Exp $
+
+ 07 Nov 2007; Daniel Gryniewicz <dang@gentoo.org> libgda-1.2.4.ebuild:
+ Remove firebird support from 1.2.4; bug #183465
06 Nov 2007; Markus Rothe <corsair@gentoo.org> libgda-1.2.4.ebuild:
Stable on ppc64; bug #197799
diff --git a/gnome-extra/libgda/libgda-1.2.4.ebuild b/gnome-extra/libgda/libgda-1.2.4.ebuild
index eb6d6c19eedd..f5aabf60a2ab 100644
--- a/gnome-extra/libgda/libgda-1.2.4.ebuild
+++ b/gnome-extra/libgda/libgda-1.2.4.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/gnome-extra/libgda/libgda-1.2.4.ebuild,v 1.8 2007/11/06 19:18:56 corsair Exp $
+# $Header: /var/cvsroot/gentoo-x86/gnome-extra/libgda/libgda-1.2.4.ebuild,v 1.9 2007/11/07 17:29:19 dang Exp $
WANT_AUTOMAKE="1.9"
WANT_AUTOCONF="2.5"
@@ -11,7 +11,7 @@ DESCRIPTION="Gnome Database Access Library"
HOMEPAGE="http://www.gnome-db.org/"
LICENSE="GPL-2 LGPL-2"
-IUSE="berkdb doc firebird freetds ldap mdb mysql oci8 odbc postgres sqlite3 xbase"
+IUSE="berkdb doc freetds ldap mdb mysql oci8 odbc postgres sqlite3 xbase"
SLOT="1"
KEYWORDS="alpha ~amd64 hppa ia64 ~ppc ppc64 sparc ~x86 ~x86-fbsd"
@@ -26,7 +26,6 @@ RDEPEND=">=dev-libs/glib-2
mysql? ( virtual/mysql )
postgres? ( >=dev-db/libpq-7.2.1 )
freetds? ( >=dev-db/freetds-0.62 )
- x86? ( firebird? ( dev-db/firebird ) )
xbase? ( dev-db/xbase )
sqlite3? ( >=dev-db/sqlite-3 )
mdb? ( >=app-office/mdbtools-0.5 )
@@ -45,7 +44,6 @@ MAKEOPTS="${MAKEOPTS} -j1"
pkg_setup() {
G2CONF="$(use_with berkdb bdb /usr) \
- $(use_with firebird firebird /usr) \
$(use_with freetds tds /usr) \
$(use_with ldap ldap /usr) \
$(use_with mdb mdb /usr) \
@@ -60,6 +58,8 @@ pkg_setup() {
# not in portage
G2CONF="${G2CONF} --without-msql --without-sybase --without-ibmdb2"
+ # Broken with firebird in portage; fixed in 3.x versions bug #183465
+ G2CONF="${G2CONF} --without-firebird"
}
src_unpack() {