summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLeonardo Boshell <leonardop@gentoo.org>2005-08-01 22:55:28 +0000
committerLeonardo Boshell <leonardop@gentoo.org>2005-08-01 22:55:28 +0000
commit66db2155a2dd8105d4b165defead9c0d85af62cf (patch)
tree96c81c14640a7f9af6fc95d6c2397f80d814a484 /gnome-extra/libgnomedb
parentAdded eds and gstreamer to all parent profiles that had gnome is USE at reque... (diff)
downloadhistorical-66db2155a2dd8105d4b165defead9c0d85af62cf.tar.gz
historical-66db2155a2dd8105d4b165defead9c0d85af62cf.tar.bz2
historical-66db2155a2dd8105d4b165defead9c0d85af62cf.zip
Removing old ebuild
Package-Manager: portage-2.0.51.22-r2
Diffstat (limited to 'gnome-extra/libgnomedb')
-rw-r--r--gnome-extra/libgnomedb/files/digest-libgnomedb-1.2.11
-rw-r--r--gnome-extra/libgnomedb/libgnomedb-1.2.1.ebuild40
2 files changed, 0 insertions, 41 deletions
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
-}