diff options
author | Mart Raudsepp <leio@gentoo.org> | 2008-03-10 22:49:29 +0000 |
---|---|---|
committer | Mart Raudsepp <leio@gentoo.org> | 2008-03-10 22:49:29 +0000 |
commit | 99a961982a1d238737e225e6f51819a17c256718 (patch) | |
tree | 8227e8c7b90a48c4f26b298e62ca419951b895ee /gnome-extra | |
parent | Remove ancient version (diff) | |
download | gentoo-2-99a961982a1d238737e225e6f51819a17c256718.tar.gz gentoo-2-99a961982a1d238737e225e6f51819a17c256718.tar.bz2 gentoo-2-99a961982a1d238737e225e6f51819a17c256718.zip |
Remove GNOME 2.18
(Portage version: 2.1.4.4)
Diffstat (limited to 'gnome-extra')
-rw-r--r-- | gnome-extra/zenity/zenity-2.18.2.ebuild | 41 | ||||
-rw-r--r-- | gnome-extra/zenity/zenity-2.20.0.ebuild | 34 |
2 files changed, 0 insertions, 75 deletions
diff --git a/gnome-extra/zenity/zenity-2.18.2.ebuild b/gnome-extra/zenity/zenity-2.18.2.ebuild deleted file mode 100644 index 99d61a27fa3e..000000000000 --- a/gnome-extra/zenity/zenity-2.18.2.ebuild +++ /dev/null @@ -1,41 +0,0 @@ -# Copyright 1999-2007 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/gnome-extra/zenity/zenity-2.18.2.ebuild,v 1.11 2007/10/11 21:58:02 eva Exp $ - -inherit gnome2 eutils autotools - -DESCRIPTION="Tool to display dialogs from the commandline and shell scripts" -HOMEPAGE="http://www.gnome.org/" - -LICENSE="LGPL-2" -SLOT="0" -KEYWORDS="alpha amd64 hppa ia64 ppc ppc64 sparc x86 ~x86-fbsd" -IUSE="libnotify" - -RDEPEND=">=x11-libs/gtk+-2.10 - >=dev-libs/glib-2.8 - >=gnome-base/libglade-2 - >=gnome-base/libgnomecanvas-2 - >=dev-lang/perl-5 - libnotify? ( >=x11-libs/libnotify-0.4.1 )" - -DEPEND="${RDEPEND} - app-text/scrollkeeper - >=dev-util/intltool-0.35 - >=sys-devel/gettext-0.14 - >=dev-util/pkgconfig-0.9 - >=app-text/gnome-doc-utils-0.10.1 - >=gnome-base/gnome-common-2.12.0" - -DOCS="AUTHORS ChangeLog HACKING NEWS README THANKS TODO" - -pkg_setup() { - G2CONF="${G2CONF} --disable-scrollkeeper $(use_enable libnotify)" -} - -src_unpack() { - gnome2_src_unpack - - epatch "${FILESDIR}"/${PN}-2.15.90-libnotify-support.patch - eautoreconf -} diff --git a/gnome-extra/zenity/zenity-2.20.0.ebuild b/gnome-extra/zenity/zenity-2.20.0.ebuild deleted file mode 100644 index b9fc6d7bbac1..000000000000 --- a/gnome-extra/zenity/zenity-2.20.0.ebuild +++ /dev/null @@ -1,34 +0,0 @@ -# Copyright 1999-2007 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/gnome-extra/zenity/zenity-2.20.0.ebuild,v 1.8 2007/11/29 06:18:04 jer Exp $ - -inherit gnome2 - -DESCRIPTION="Tool to display dialogs from the commandline and shell scripts" -HOMEPAGE="http://www.gnome.org/" - -LICENSE="LGPL-2" -SLOT="0" -KEYWORDS="alpha amd64 hppa ia64 ppc ppc64 sparc x86 ~x86-fbsd" -IUSE="libnotify" - -RDEPEND=">=x11-libs/gtk+-2.10 - >=dev-libs/glib-2.8 - >=gnome-base/libglade-2 - >=gnome-base/libgnomecanvas-2 - >=dev-lang/perl-5 - libnotify? ( >=x11-libs/libnotify-0.4.1 )" - -DEPEND="${RDEPEND} - app-text/scrollkeeper - >=dev-util/intltool-0.35 - >=sys-devel/gettext-0.14 - >=dev-util/pkgconfig-0.9 - >=app-text/gnome-doc-utils-0.10.1 - >=gnome-base/gnome-common-2.12.0" - -DOCS="AUTHORS ChangeLog HACKING NEWS README THANKS TODO" - -pkg_setup() { - G2CONF="${G2CONF} --disable-scrollkeeper $(use_enable libnotify)" -} |