diff options
author | Pacho Ramos <pacho@gentoo.org> | 2012-06-16 12:05:51 +0000 |
---|---|---|
committer | Pacho Ramos <pacho@gentoo.org> | 2012-06-16 12:05:51 +0000 |
commit | 8a285f8421db05aeb45d4864333a7f88a8311ac8 (patch) | |
tree | d35d7a0a74316203adf2763e36c1db9ca2a59b97 /dev-util/glade/glade-2.12.2-r1.ebuild | |
parent | Remove package. (diff) | |
download | gentoo-2-8a285f8421db05aeb45d4864333a7f88a8311ac8.tar.gz gentoo-2-8a285f8421db05aeb45d4864333a7f88a8311ac8.tar.bz2 gentoo-2-8a285f8421db05aeb45d4864333a7f88a8311ac8.zip |
Drop old.
(Portage version: 2.1.10.65/cvs/Linux x86_64)
Diffstat (limited to 'dev-util/glade/glade-2.12.2-r1.ebuild')
-rw-r--r-- | dev-util/glade/glade-2.12.2-r1.ebuild | 35 |
1 files changed, 0 insertions, 35 deletions
diff --git a/dev-util/glade/glade-2.12.2-r1.ebuild b/dev-util/glade/glade-2.12.2-r1.ebuild deleted file mode 100644 index 409447e14b86..000000000000 --- a/dev-util/glade/glade-2.12.2-r1.ebuild +++ /dev/null @@ -1,35 +0,0 @@ -# Copyright 1999-2012 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/glade/glade-2.12.2-r1.ebuild,v 1.9 2012/05/04 17:51:44 jdhore Exp $ - -EAPI="2" - -inherit gnome2 - -DESCRIPTION="A user interface builder for the GTK+ toolkit and GNOME" -HOMEPAGE="http://glade.gnome.org/" - -LICENSE="GPL-2" -SLOT="2" -KEYWORDS="alpha amd64 ppc ppc64 sparc x86" -IUSE="accessibility gnome" - -RDEPEND=">=dev-libs/libxml2-2.4.1:2 - >=x11-libs/gtk+-2.8:2 - gnome? ( - >=gnome-base/libgnomeui-2.9 - >=gnome-base/libgnomecanvas-2 - >=gnome-base/libbonoboui-2 - accessibility? ( gnome-extra/libgail-gnome ) - )" -DEPEND="${RDEPEND} - virtual/pkgconfig - sys-devel/gettext - >=app-text/scrollkeeper-0.1.4 - >=dev-util/intltool-0.28" - -DOCS="AUTHORS ChangeLog FAQ NEWS README TODO" - -pkg_setup() { - G2CONF="$(use_enable gnome)" -} |