summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'gnome-base/libgtop/libgtop-2.12.2.ebuild')
-rw-r--r--gnome-base/libgtop/libgtop-2.12.2.ebuild29
1 files changed, 0 insertions, 29 deletions
diff --git a/gnome-base/libgtop/libgtop-2.12.2.ebuild b/gnome-base/libgtop/libgtop-2.12.2.ebuild
deleted file mode 100644
index 631c567d0201..000000000000
--- a/gnome-base/libgtop/libgtop-2.12.2.ebuild
+++ /dev/null
@@ -1,29 +0,0 @@
-# Copyright 1999-2006 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/gnome-base/libgtop/libgtop-2.12.2.ebuild,v 1.10 2006/09/05 02:23:37 kumba Exp $
-
-inherit gnome2
-
-DESCRIPTION="A library that provides top functionality to applications"
-HOMEPAGE="http://www.gnome.org/"
-
-LICENSE="GPL-2"
-SLOT="2"
-KEYWORDS="alpha amd64 hppa ia64 ppc ppc64 sparc x86"
-IUSE="gdbm static X"
-
-RDEPEND=">=dev-libs/glib-2.6
- gdbm? ( sys-libs/gdbm )
- dev-libs/popt"
-
-DEPEND="${RDEPEND}
- dev-util/pkgconfig"
-
-DOCS="AUTHORS ChangeLog NEWS README copyright.txt"
-USE_DESTDIR="1"
-
-
-pkg_setup() {
- G2CONF="$(use_enable static) $(use_with gdbm libgtop-inodedb) \
- $(use_with X x)"
-}