diff options
author | Gilles Dartiguelongue <eva@gentoo.org> | 2009-01-05 23:37:03 +0000 |
---|---|---|
committer | Gilles Dartiguelongue <eva@gentoo.org> | 2009-01-05 23:37:03 +0000 |
commit | d4f8505623fd6d1e5504c545c6d94367c89ba6e7 (patch) | |
tree | 694e202b43ba9c5b4576324a73917c21b335fb11 /dev-util | |
parent | version bump (diff) | |
download | gentoo-2-d4f8505623fd6d1e5504c545c6d94367c89ba6e7.tar.gz gentoo-2-d4f8505623fd6d1e5504c545c6d94367c89ba6e7.tar.bz2 gentoo-2-d4f8505623fd6d1e5504c545c6d94367c89ba6e7.zip |
Clean up old revisions.
(Portage version: 2.2_rc20/cvs/Linux 2.6.24-gentoo-r8-mactel x86_64)
Diffstat (limited to 'dev-util')
-rw-r--r-- | dev-util/glade/ChangeLog | 8 | ||||
-rw-r--r-- | dev-util/glade/glade-3.4.0.ebuild | 37 | ||||
-rw-r--r-- | dev-util/glade/glade-3.4.4.ebuild | 39 |
3 files changed, 6 insertions, 78 deletions
diff --git a/dev-util/glade/ChangeLog b/dev-util/glade/ChangeLog index bcc50739b938..96275f337005 100644 --- a/dev-util/glade/ChangeLog +++ b/dev-util/glade/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-util/glade -# Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/glade/ChangeLog,v 1.109 2008/09/12 14:55:37 jer Exp $ +# Copyright 2002-2009 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-util/glade/ChangeLog,v 1.110 2009/01/05 23:37:03 eva Exp $ + + 05 Jan 2009; Gilles Dartiguelongue <eva@gentoo.org> -glade-3.4.0.ebuild, + -glade-3.4.4.ebuild: + Clean up old revisions. 12 Sep 2008; Jeroen Roovers <jer@gentoo.org> glade-3.4.5.ebuild: Stable for HPPA (bug #235522). diff --git a/dev-util/glade/glade-3.4.0.ebuild b/dev-util/glade/glade-3.4.0.ebuild deleted file mode 100644 index e88c0aa15452..000000000000 --- a/dev-util/glade/glade-3.4.0.ebuild +++ /dev/null @@ -1,37 +0,0 @@ -# Copyright 1999-2007 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/glade/glade-3.4.0.ebuild,v 1.5 2007/12/16 08:58:03 drac Exp $ - -inherit eutils gnome2 - -MY_PN="glade3" -MY_P="${MY_PN}-${PV}" - -DESCRIPTION="GNOME GUI Builder" -HOMEPAGE="http://glade.gnome.org/" -SRC_URI="mirror://gnome/sources/${MY_PN}/${PVP[0]}.${PVP[1]}/${MY_P}.tar.bz2" - -LICENSE="GPL-2" -SLOT="3" -KEYWORDS="alpha amd64 ia64 ppc ppc64 sparc x86" -IUSE="doc gnome" - -RDEPEND=">=dev-libs/glib-2.8.0 - >=x11-libs/gtk+-2.10.0 - >=dev-libs/libxml2-2.4 - gnome? ( - >=gnome-base/libgnomeui-2.0 - >=gnome-base/libbonoboui-2.0 - )" -DEPEND="${RDEPEND} - sys-devel/gettext - >=dev-util/intltool-0.35 - >=dev-util/pkgconfig-0.19 - doc? ( >=dev-util/gtk-doc-1.4 )" - -S="${WORKDIR}/${MY_P}" -DOCS="AUTHORS BUGS ChangeLog HACKING INTERNALS MAINTAINERS NEWS README TODO" - -pkg_config() { - G2CONF="${G2CONF} $(use_enable gnome)" -} diff --git a/dev-util/glade/glade-3.4.4.ebuild b/dev-util/glade/glade-3.4.4.ebuild deleted file mode 100644 index 8ae3fdb4a37b..000000000000 --- a/dev-util/glade/glade-3.4.4.ebuild +++ /dev/null @@ -1,39 +0,0 @@ -# Copyright 1999-2008 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/glade/glade-3.4.4.ebuild,v 1.1 2008/04/20 20:05:23 eva Exp $ - -inherit eutils gnome2 - -MY_PN="glade3" -MY_P="${MY_PN}-${PV}" - -DESCRIPTION="GNOME GUI Builder" -HOMEPAGE="http://glade.gnome.org/" -SRC_URI="mirror://gnome/sources/${MY_PN}/${PVP[0]}.${PVP[1]}/${MY_P}.tar.bz2" - -LICENSE="GPL-2" -SLOT="3" -KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86" -IUSE="doc gnome" - -RDEPEND=">=dev-libs/glib-2.8.0 - >=x11-libs/gtk+-2.12.0 - >=dev-libs/libxml2-2.4 - gnome? ( - >=gnome-base/libgnomeui-2.0 - >=gnome-base/libbonoboui-2.0 - )" -DEPEND="${RDEPEND} - sys-devel/gettext - >=dev-util/intltool-0.35 - >=dev-util/pkgconfig-0.19 - app-text/scrollkeeper - app-text/gnome-doc-utils - doc? ( >=dev-util/gtk-doc-1.4 )" - -S="${WORKDIR}/${MY_P}" -DOCS="AUTHORS BUGS ChangeLog HACKING INTERNALS MAINTAINERS NEWS README TODO" - -pkg_setup() { - G2CONF="${G2CONF} $(use_enable gnome) --disable-scrollkeeper" -} |