summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPacho Ramos <pacho@gentoo.org>2010-07-09 10:48:47 +0000
committerPacho Ramos <pacho@gentoo.org>2010-07-09 10:48:47 +0000
commitd447485c231cd75ebdb300f2a12ead352d7606c3 (patch)
tree492ecef7de67811869d68a62603b4a632da55062 /dev-libs
parentDrop old yelp that doesn't work with current stable xulrunner. This was also ... (diff)
downloadgentoo-2-d447485c231cd75ebdb300f2a12ead352d7606c3.tar.gz
gentoo-2-d447485c231cd75ebdb300f2a12ead352d7606c3.tar.bz2
gentoo-2-d447485c231cd75ebdb300f2a12ead352d7606c3.zip
Drop old.
(Portage version: 2.1.8.3/cvs/Linux x86_64)
Diffstat (limited to 'dev-libs')
-rw-r--r--dev-libs/gdl/ChangeLog5
-rw-r--r--dev-libs/gdl/gdl-2.24.0.ebuild26
2 files changed, 4 insertions, 27 deletions
diff --git a/dev-libs/gdl/ChangeLog b/dev-libs/gdl/ChangeLog
index b01fb7878c50..d4a460ee9331 100644
--- a/dev-libs/gdl/ChangeLog
+++ b/dev-libs/gdl/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for dev-libs/gdl
# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/gdl/ChangeLog,v 1.43 2010/07/09 10:38:39 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/gdl/ChangeLog,v 1.44 2010/07/09 10:48:47 pacho Exp $
+
+ 09 Jul 2010; Pacho Ramos <pacho@gentoo.org> -gdl-2.24.0.ebuild:
+ Drop old.
09 Jul 2010; Samuli Suominen <ssuominen@gentoo.org> gdl-2.28.2.ebuild:
ppc64 stable wrt #298200
diff --git a/dev-libs/gdl/gdl-2.24.0.ebuild b/dev-libs/gdl/gdl-2.24.0.ebuild
deleted file mode 100644
index 833e49abb763..000000000000
--- a/dev-libs/gdl/gdl-2.24.0.ebuild
+++ /dev/null
@@ -1,26 +0,0 @@
-# Copyright 1999-2010 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/gdl/gdl-2.24.0.ebuild,v 1.12 2010/07/09 10:31:16 pacho Exp $
-
-inherit gnome2
-
-DESCRIPTION="The Gnome Devtool Libraries"
-HOMEPAGE="http://www.gnome.org/"
-
-LICENSE="LGPL-2"
-SLOT="0"
-KEYWORDS="ppc64"
-IUSE="doc"
-
-RDEPEND=">=dev-libs/glib-2
- >=x11-libs/gtk+-2.12
- >=dev-libs/libxml2-2.4
- >=gnome-base/libglade-2.0"
-DEPEND="${RDEPEND}
- !<dev-python/gdl-python-2.19.1-r1
- !<=dev-python/gnome-python-extras-2.19.1-r2
- dev-util/pkgconfig
- >=dev-util/intltool-0.35
- doc? ( >=dev-util/gtk-doc-1.4 )"
-
-DOCS="AUTHORS ChangeLog MAINTAINERS NEWS README"