summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPacho Ramos <pacho@gentoo.org>2011-09-13 11:46:42 +0000
committerPacho Ramos <pacho@gentoo.org>2011-09-13 11:46:42 +0000
commitecc0247c4ee3eae949e88881d4d0cc1e2f860e8c (patch)
tree2e9114c1c3c49cfbda761248cca7a8063c909cf1 /gnome-extra
parentRemove app-portage/meatoo (diff)
downloadgentoo-2-ecc0247c4ee3eae949e88881d4d0cc1e2f860e8c.tar.gz
gentoo-2-ecc0247c4ee3eae949e88881d4d0cc1e2f860e8c.tar.bz2
gentoo-2-ecc0247c4ee3eae949e88881d4d0cc1e2f860e8c.zip
Remove old.
(Portage version: 2.1.10.14/cvs/Linux x86_64)
Diffstat (limited to 'gnome-extra')
-rw-r--r--gnome-extra/libgda/ChangeLog5
-rw-r--r--gnome-extra/libgda/libgda-3.0.4.ebuild67
-rw-r--r--gnome-extra/libgda/metadata.xml2
3 files changed, 4 insertions, 70 deletions
diff --git a/gnome-extra/libgda/ChangeLog b/gnome-extra/libgda/ChangeLog
index 821a84996f97..d374257f2553 100644
--- a/gnome-extra/libgda/ChangeLog
+++ b/gnome-extra/libgda/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for gnome-extra/libgda
# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/gnome-extra/libgda/ChangeLog,v 1.175 2011/09/09 19:37:05 pacho Exp $
+# $Header: /var/cvsroot/gentoo-x86/gnome-extra/libgda/ChangeLog,v 1.176 2011/09/13 11:46:42 pacho Exp $
+
+ 13 Sep 2011; Pacho Ramos <pacho@gentoo.org> -libgda-3.0.4.ebuild:
+ Remove old.
*libgda-4.2.9 (09 Sep 2011)
diff --git a/gnome-extra/libgda/libgda-3.0.4.ebuild b/gnome-extra/libgda/libgda-3.0.4.ebuild
deleted file mode 100644
index a9dab555612c..000000000000
--- a/gnome-extra/libgda/libgda-3.0.4.ebuild
+++ /dev/null
@@ -1,67 +0,0 @@
-# Copyright 1999-2010 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/gnome-extra/libgda/libgda-3.0.4.ebuild,v 1.11 2010/07/20 15:37:29 jer Exp $
-
-# TODO:
-# * Verify if the parallel compilation problems persist, and if so fix them.
-
-inherit db-use flag-o-matic gnome2
-
-DESCRIPTION="Gnome Database Access Library"
-HOMEPAGE="http://www.gnome-db.org/"
-LICENSE="GPL-2 LGPL-2"
-
-# MDB support currently works with CVS only, so disable it in the meantime
-IUSE="berkdb bindist doc firebird freetds ldap mysql oci8 odbc postgres xbase"
-SLOT="3"
-KEYWORDS="alpha amd64 ia64 ppc ppc64 sparc x86"
-
-RDEPEND=">=dev-libs/glib-2.8
- >=dev-libs/libxml2-2
- virtual/fam
- sys-libs/readline
- sys-libs/ncurses
- berkdb? ( sys-libs/db )
- odbc? ( >=dev-db/unixODBC-2.0.6 )
- mysql? ( virtual/mysql )
- postgres? ( dev-db/postgresql-base )
- freetds? ( >=dev-db/freetds-0.62 )
- !bindist? ( firebird? ( dev-db/firebird ) )
- xbase? ( dev-db/xbase )
- ldap? ( >=net-nds/openldap-2.0.25 )"
-# mdb? ( >app-office/mdbtools-0.5 )
-
-DEPEND="${RDEPEND}
- >=dev-util/pkgconfig-0.9
- >=dev-util/intltool-0.30
- doc? ( >=dev-util/gtk-doc-1 )"
-
-DOCS="AUTHORS ChangeLog NEWS README"
-
-# problems with parallel builds
-MAKEOPTS="${MAKEOPTS} -j1"
-
-pkg_setup() {
- G2CONF="$(use_with berkdb bdb /usr) \
- $(use_with odbc odbc /usr) \
- $(use_with mysql mysql /usr) \
- $(use_with postgres postgres /usr) \
- $(use_with freetds tds /usr) \
- $(use_with xbase xbase /usr) \
- $(use_with ldap ldap /usr) \
- --without-mdb"
-# $(use_with mdb mdb /usr) \
-
- if use bindist; then
- # firebird license is not GPL compatible
- G2CONF="${G2CONF} --without-firebird"
- else
- G2CONF="${G2CONF} $(use_with firebird firebird /usr)"
- fi
-
- use berkdb && append-cppflags "-I$(db_includedir)"
- use oci8 || G2CONF="${G2CONF} --without-oracle"
-
- # Not in portage
- G2CONF="${G2CONF} --without-mSQL --without-sybase --without-ibmdb2"
-}
diff --git a/gnome-extra/libgda/metadata.xml b/gnome-extra/libgda/metadata.xml
index 196ad3830bde..aaa5090824f2 100644
--- a/gnome-extra/libgda/metadata.xml
+++ b/gnome-extra/libgda/metadata.xml
@@ -9,7 +9,5 @@
introspection</flag>
<flag name="json">Enable support for JSON format</flag>
<flag name="sourceview">Enable support for <pkg>x11-libs/gtksourceview</pkg></flag>
- <flag name='xbase'>Enables support for xbase databases (dBase, FoxPro,
- etc.)</flag>
</use>
</pkgmetadata>