summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMart Raudsepp <leio@gentoo.org>2008-04-26 13:17:15 +0000
committerMart Raudsepp <leio@gentoo.org>2008-04-26 13:17:15 +0000
commit501bc4f8cfcf5c49e31f2187853a587b77bac19b (patch)
tree28b9c6d15b552de67799b30f934d0f4ca80b978f /gnome-base/libgtop
parent* bump (diff)
downloadgentoo-2-501bc4f8cfcf5c49e31f2187853a587b77bac19b.tar.gz
gentoo-2-501bc4f8cfcf5c49e31f2187853a587b77bac19b.tar.bz2
gentoo-2-501bc4f8cfcf5c49e31f2187853a587b77bac19b.zip
Remove 2.22.0 version as it is redundant and does not work on non-linux. Also remove ancient 2.14 as it was existing still only due to being last mips stable but they do not have a stable tree anymore.
(Portage version: 2.1.5_rc6)
Diffstat (limited to 'gnome-base/libgtop')
-rw-r--r--gnome-base/libgtop/libgtop-2.14.9.ebuild26
-rw-r--r--gnome-base/libgtop/libgtop-2.22.0.ebuild24
2 files changed, 0 insertions, 50 deletions
diff --git a/gnome-base/libgtop/libgtop-2.14.9.ebuild b/gnome-base/libgtop/libgtop-2.14.9.ebuild
deleted file mode 100644
index 0909918b79d2..000000000000
--- a/gnome-base/libgtop/libgtop-2.14.9.ebuild
+++ /dev/null
@@ -1,26 +0,0 @@
-# Copyright 1999-2007 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/gnome-base/libgtop/libgtop-2.14.9.ebuild,v 1.10 2007/09/26 06:13:45 kumba Exp $
-
-inherit gnome2 eutils
-
-DESCRIPTION="A library that provides top functionality to applications"
-HOMEPAGE="http://www.gnome.org/"
-
-LICENSE="GPL-2"
-SLOT="2"
-KEYWORDS="alpha amd64 arm hppa ia64 mips ppc ppc64 sh sparc x86 ~x86-fbsd"
-IUSE="gdbm X"
-
-RDEPEND=">=dev-libs/glib-2.6
- gdbm? ( sys-libs/gdbm )
- dev-libs/popt"
-DEPEND="${RDEPEND}
- dev-util/pkgconfig
- dev-util/intltool"
-
-DOCS="AUTHORS ChangeLog NEWS README"
-
-pkg_setup() {
- G2CONF="${G2CONF} $(use_with gdbm libgtop-inodedb) $(use_with X x)"
-}
diff --git a/gnome-base/libgtop/libgtop-2.22.0.ebuild b/gnome-base/libgtop/libgtop-2.22.0.ebuild
deleted file mode 100644
index dc7382322b53..000000000000
--- a/gnome-base/libgtop/libgtop-2.22.0.ebuild
+++ /dev/null
@@ -1,24 +0,0 @@
-# Copyright 1999-2008 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/gnome-base/libgtop/libgtop-2.22.0.ebuild,v 1.1 2008/03/17 01:10:29 leio 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 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc ~x86 ~x86-fbsd"
-IUSE="debug"
-
-RDEPEND=">=dev-libs/glib-2.6"
-DEPEND="${RDEPEND}
- dev-util/pkgconfig
- >=dev-util/intltool-0.35"
-
-DOCS="AUTHORS ChangeLog NEWS README"
-
-pkg_config() {
- G2CONF="${G2CONF} $(use_enable debug)"
-}