diff options
author | Gilles Dartiguelongue <eva@gentoo.org> | 2011-04-14 18:13:37 +0000 |
---|---|---|
committer | Gilles Dartiguelongue <eva@gentoo.org> | 2011-04-14 18:13:37 +0000 |
commit | 3914c7a4639f7b71e6de0a225385c31b03cf24ac (patch) | |
tree | da9b3e6e626c52f5f741e6a56b0ed85d50a41c57 /dev-libs/gdl | |
parent | Version bump. (diff) | |
download | gentoo-2-3914c7a4639f7b71e6de0a225385c31b03cf24ac.tar.gz gentoo-2-3914c7a4639f7b71e6de0a225385c31b03cf24ac.tar.bz2 gentoo-2-3914c7a4639f7b71e6de0a225385c31b03cf24ac.zip |
Clean up old revision.
(Portage version: 2.2.0_alpha29/cvs/Linux x86_64)
Diffstat (limited to 'dev-libs/gdl')
-rw-r--r-- | dev-libs/gdl/ChangeLog | 5 | ||||
-rw-r--r-- | dev-libs/gdl/gdl-2.30.0.ebuild | 28 |
2 files changed, 4 insertions, 29 deletions
diff --git a/dev-libs/gdl/ChangeLog b/dev-libs/gdl/ChangeLog index c8fac2528699..e403a2149c99 100644 --- a/dev-libs/gdl/ChangeLog +++ b/dev-libs/gdl/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-libs/gdl # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/gdl/ChangeLog,v 1.58 2011/03/22 18:50:27 ranger Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/gdl/ChangeLog,v 1.59 2011/04/14 18:13:37 eva Exp $ + + 14 Apr 2011; Gilles Dartiguelongue <eva@gentoo.org> -gdl-2.30.0.ebuild: + Clean up old revision. 22 Mar 2011; Brent Baude <ranger@gentoo.org> gdl-2.30.1.ebuild: Marking gdl-2.30.1 ppc stable for bug 353436 diff --git a/dev-libs/gdl/gdl-2.30.0.ebuild b/dev-libs/gdl/gdl-2.30.0.ebuild deleted file mode 100644 index 55478f334838..000000000000 --- a/dev-libs/gdl/gdl-2.30.0.ebuild +++ /dev/null @@ -1,28 +0,0 @@ -# Copyright 1999-2011 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/gdl/gdl-2.30.0.ebuild,v 1.7 2011/02/26 19:12:35 eva Exp $ - -EAPI="2" -GCONF_DEBUG="no" - -inherit eutils gnome2 multilib - -DESCRIPTION="The Gnome Devtool Libraries" -HOMEPAGE="http://www.gnome.org/" - -LICENSE="LGPL-2.1" -SLOT="1" -KEYWORDS="alpha amd64 ~hppa ia64 ppc ppc64 sparc x86 ~x86-fbsd" -IUSE="doc" - -RDEPEND=">=dev-libs/glib-2:2 - >=x11-libs/gtk+-2.12:2 - >=dev-libs/libxml2-2.4" -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" |