diff options
author | Gilles Dartiguelongue <eva@gentoo.org> | 2008-08-28 20:28:18 +0000 |
---|---|---|
committer | Gilles Dartiguelongue <eva@gentoo.org> | 2008-08-28 20:28:18 +0000 |
commit | 9bb8f1e32a197fbc96b6529b67b2bcb7b2101e13 (patch) | |
tree | 1027bcfeecc86c928249b7343e037e1810fbb7a8 /gnome-extra/zenity | |
parent | remove old revisions and drop keywords of 2.20.2 in preference of 2.20.4. (diff) | |
download | gentoo-2-9bb8f1e32a197fbc96b6529b67b2bcb7b2101e13.tar.gz gentoo-2-9bb8f1e32a197fbc96b6529b67b2bcb7b2101e13.tar.bz2 gentoo-2-9bb8f1e32a197fbc96b6529b67b2bcb7b2101e13.zip |
clean up old revisions.
(Portage version: 2.2_rc8/cvs/Linux 2.6.24-gentoo-r8 i686)
Diffstat (limited to 'gnome-extra/zenity')
-rw-r--r-- | gnome-extra/zenity/ChangeLog | 5 | ||||
-rw-r--r-- | gnome-extra/zenity/zenity-2.22.0.ebuild | 34 |
2 files changed, 4 insertions, 35 deletions
diff --git a/gnome-extra/zenity/ChangeLog b/gnome-extra/zenity/ChangeLog index a4d1c332f808..d6c380a02401 100644 --- a/gnome-extra/zenity/ChangeLog +++ b/gnome-extra/zenity/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for gnome-extra/zenity # Copyright 2000-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/gnome-extra/zenity/ChangeLog,v 1.153 2008/08/12 13:44:15 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/gnome-extra/zenity/ChangeLog,v 1.154 2008/08/28 20:28:18 eva Exp $ + + 28 Aug 2008; Gilles Dartiguelongue <eva@gentoo.org> -zenity-2.22.0.ebuild: + clean up old revisions. 12 Aug 2008; Raúl Porcel <armin76@gentoo.org> zenity-2.22.1.ebuild: alpha/ia64/sparc stable wrt #229709 diff --git a/gnome-extra/zenity/zenity-2.22.0.ebuild b/gnome-extra/zenity/zenity-2.22.0.ebuild deleted file mode 100644 index 0418b5fdf069..000000000000 --- a/gnome-extra/zenity/zenity-2.22.0.ebuild +++ /dev/null @@ -1,34 +0,0 @@ -# Copyright 1999-2008 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/gnome-extra/zenity/zenity-2.22.0.ebuild,v 1.1 2008/03/22 21:58:38 leio 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)" -} |