summaryrefslogtreecommitdiff
path: root/dev-util/glade/glade-3.6.0.ebuild
diff options
context:
space:
mode:
authorRené 'Necoro' Neumann <necoro@necoro.net>2009-09-05 23:41:16 +0200
committerRené 'Necoro' Neumann <necoro@necoro.net>2009-09-05 23:41:16 +0200
commit62580ba14d004b3611f4ea14accf1f47fe14922e (patch)
tree6d1950e489ad5980bbe3fb3c780c5b0f825f044d /dev-util/glade/glade-3.6.0.ebuild
parentdf988809b52d542085765cf6d719a60de18359fd (diff)
downloadoverlay-62580ba14d004b3611f4ea14accf1f47fe14922e.tar.gz
overlay-62580ba14d004b3611f4ea14accf1f47fe14922e.tar.bz2
overlay-62580ba14d004b3611f4ea14accf1f47fe14922e.zip
Removed glade ebuild. Newer versions included in tree
Diffstat (limited to '')
-rw-r--r--dev-util/glade/glade-3.6.0.ebuild45
1 files changed, 0 insertions, 45 deletions
diff --git a/dev-util/glade/glade-3.6.0.ebuild b/dev-util/glade/glade-3.6.0.ebuild
deleted file mode 100644
index a0e546e..0000000
--- a/dev-util/glade/glade-3.6.0.ebuild
+++ /dev/null
@@ -1,45 +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.5.ebuild,v 1.8 2008/09/12 14:55:37 jer 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 ~x86-fbsd"
-IUSE="doc gnome python"
-
-RDEPEND=">=dev-libs/glib-2.8.0
- >=x11-libs/gtk+-2.14.0
- >=dev-libs/libxml2-2.4
- gnome? (
- >=gnome-base/libgnomeui-2.0
- >=gnome-base/libbonoboui-2.0 )
- python? ( >=dev-python/pygtk-2.10.0 )
-"
-DEPEND="${RDEPEND}
- >=dev-util/intltool-0.35
- >=dev-util/pkgconfig-0.19
- sys-devel/gettext
- app-text/scrollkeeper
- app-text/gnome-doc-utils
- doc? ( >=dev-util/gtk-doc-1.9 )
-"
-
-S="${WORKDIR}/${MY_P}"
-DOCS="AUTHORS BUGS ChangeLog HACKING INTERNALS MAINTAINERS NEWS README TODO"
-
-pkg_setup() {
- G2CONF="${G2CONF}
- --disable-scrollkeeper
- $(use_enable gnome)
- $(use_enable python)
- "
-}