diff options
author | Leonardo Boshell <leonardop@gentoo.org> | 2005-08-01 22:55:28 +0000 |
---|---|---|
committer | Leonardo Boshell <leonardop@gentoo.org> | 2005-08-01 22:55:28 +0000 |
commit | f364274fd4f8469d9d996bb2b7fe1889d5cd7871 (patch) | |
tree | 8c4fa3a5dcb2fb97c1ce02250557c6e16a3e5142 /gnome-extra | |
parent | Added eds and gstreamer to all parent profiles that had gnome is USE at reque... (diff) | |
download | gentoo-2-f364274fd4f8469d9d996bb2b7fe1889d5cd7871.tar.gz gentoo-2-f364274fd4f8469d9d996bb2b7fe1889d5cd7871.tar.bz2 gentoo-2-f364274fd4f8469d9d996bb2b7fe1889d5cd7871.zip |
Removing old ebuild
(Portage version: 2.0.51.22-r2)
Diffstat (limited to 'gnome-extra')
-rw-r--r-- | gnome-extra/libgda/files/digest-libgda-1.2.1 | 1 | ||||
-rw-r--r-- | gnome-extra/libgda/libgda-1.2.1.ebuild | 69 | ||||
-rw-r--r-- | gnome-extra/libgnomedb/files/digest-libgnomedb-1.2.1 | 1 | ||||
-rw-r--r-- | gnome-extra/libgnomedb/libgnomedb-1.2.1.ebuild | 40 |
4 files changed, 0 insertions, 111 deletions
diff --git a/gnome-extra/libgda/files/digest-libgda-1.2.1 b/gnome-extra/libgda/files/digest-libgda-1.2.1 deleted file mode 100644 index f3e6e5355713..000000000000 --- a/gnome-extra/libgda/files/digest-libgda-1.2.1 +++ /dev/null @@ -1 +0,0 @@ -MD5 513a3b7adb66fa5641bae5394f60c017 libgda-1.2.1.tar.bz2 1223001 diff --git a/gnome-extra/libgda/libgda-1.2.1.ebuild b/gnome-extra/libgda/libgda-1.2.1.ebuild deleted file mode 100644 index c5cb5067bfe8..000000000000 --- a/gnome-extra/libgda/libgda-1.2.1.ebuild +++ /dev/null @@ -1,69 +0,0 @@ -# Copyright 1999-2005 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/gnome-extra/libgda/libgda-1.2.1.ebuild,v 1.7 2005/07/04 18:43:49 gustavoz Exp $ - -inherit gnome2 eutils - -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 sqlite \ -static xbase" -SLOT="1" -KEYWORDS="~alpha ~amd64 ppc ~ppc64 sparc x86" - -RDEPEND=">=dev-libs/glib-2 - dev-libs/libxml2 - >=dev-libs/libxslt-1.0.9 - dev-libs/popt - sys-libs/ncurses - sys-libs/readline - berkdb? ( sys-libs/db ) - freetds? ( >=dev-db/freetds-0.62 ) - ldap? ( >=net-nds/openldap-2.0.25 ) - mysql? ( >=dev-db/mysql-3.23.51 ) - odbc? ( >=dev-db/unixODBC-2.0.6 ) - postgres? ( >=dev-db/postgresql-7.2.1 ) - x86? ( firebird? ( dev-db/firebird ) ) - sqlite? ( >=dev-db/sqlite-3 ) - xbase? ( dev-db/xbase ) - !ia64? ( mdb? ( >=app-office/mdbtools-0.5 ) )" - -DEPEND="${RDEPEND} - >=dev-util/pkgconfig-0.8 - >=dev-util/intltool-0.30 - app-text/scrollkeeper - doc? ( >=dev-util/gtk-doc-1 )" - -DOCS="AUTHORS COPYING* ChangeLog NEWS README" - -# problems with parallel builds -MAKEOPTS="${MAKEOPTS} -j1" - -src_unpack() { - unpack ${A} - gnome2_omf_fix ${S}/doc/Makefile.in - - cd ${S} - # Fix freetds API problems - epatch ${FILESDIR}/${PN}-1.0.2-freetds_fix.patch - # Fix compilation of the mdb provider - epatch ${FILESDIR}/${P}-mdb_fix.patch -} - -src_compile() { - G2CONF="${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) $(use_with mysql mysql /usr) \ - $(use_with odbc odbc /usr) $(use_with postgres postgres /usr) \ - $(use_with sqlite sqlite /usr) $(use_with xbase xbase /usr) \ - $(use_enable static)" - use oci8 || G2CONF="${G2CONF} --without-oracle" - - # not in portage - G2CONF="${G2CONF} --without-msql --without-sybase --without-ibmdb2" - - gnome2_src_compile -} diff --git a/gnome-extra/libgnomedb/files/digest-libgnomedb-1.2.1 b/gnome-extra/libgnomedb/files/digest-libgnomedb-1.2.1 deleted file mode 100644 index 5e684b9f91cf..000000000000 --- a/gnome-extra/libgnomedb/files/digest-libgnomedb-1.2.1 +++ /dev/null @@ -1 +0,0 @@ -MD5 5e2ff4eaa2bdb02493af4e21b5f5bf8b libgnomedb-1.2.1.tar.bz2 645167 diff --git a/gnome-extra/libgnomedb/libgnomedb-1.2.1.ebuild b/gnome-extra/libgnomedb/libgnomedb-1.2.1.ebuild deleted file mode 100644 index 8903b9816821..000000000000 --- a/gnome-extra/libgnomedb/libgnomedb-1.2.1.ebuild +++ /dev/null @@ -1,40 +0,0 @@ -# Copyright 1999-2005 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/gnome-extra/libgnomedb/libgnomedb-1.2.1.ebuild,v 1.5 2005/07/04 18:45:39 gustavoz Exp $ - -inherit gnome2 eutils - -DESCRIPTION="Database widget library." -HOMEPAGE="http://www.gnome-db.org/" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~amd64 ppc sparc x86" -IUSE="doc static" - -RDEPEND=">=gnome-extra/libgda-1.1.99 - >=x11-libs/gtk+-2.4 - >=gnome-base/libglade-2 - >=gnome-base/libgnomeui-1.103 - >=gnome-base/libbonobo-2.0 - >=gnome-base/libbonoboui-2.0 - >=gnome-base/gconf-2 - >=x11-libs/gtksourceview-1" -# So far evolution-data-server support consists in a 'configure' check -# eds? ( =gnome-extra/evolution-data-server-1.0* )" - -DEPEND="${RDEPEND} - dev-util/pkgconfig - dev-util/intltool - app-text/scrollkeeper - doc? ( >=dev-util/gtk-doc-1 )" - -DOCS="AUTHORS ChangeLog NEWS" - -# --disable-gnome breaks compilation, hence 'gnome' USE flag is not a good idea -G2CONF="${G2CONF} $(use_enable static)" - -src_unpack() { - unpack ${A} - gnome2_omf_fix ${S}/doc/Makefile.in -} |