summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGilles Dartiguelongue <eva@gentoo.org>2009-01-14 22:33:48 +0000
committerGilles Dartiguelongue <eva@gentoo.org>2009-01-14 22:33:48 +0000
commitdb98ef0e8d25e27100124024ea9c9724f07598dc (patch)
tree5e1d2f4c856ec5e7180d7e038dcba3edf36cb6fc /gnome-extra/zenity
parentBump to 2.24.3. Bug fixes and translation updates. Clean up old revisions. (diff)
downloadgentoo-2-db98ef0e8d25e27100124024ea9c9724f07598dc.tar.gz
gentoo-2-db98ef0e8d25e27100124024ea9c9724f07598dc.tar.bz2
gentoo-2-db98ef0e8d25e27100124024ea9c9724f07598dc.zip
Bump to 2.24.1. Code cleanups, bug fixes and translation updates.
(Portage version: 2.2_rc20/cvs/Linux 2.6.24-gentoo-r8-mactel x86_64)
Diffstat (limited to 'gnome-extra/zenity')
-rw-r--r--gnome-extra/zenity/ChangeLog9
-rw-r--r--gnome-extra/zenity/zenity-2.24.1.ebuild34
2 files changed, 41 insertions, 2 deletions
diff --git a/gnome-extra/zenity/ChangeLog b/gnome-extra/zenity/ChangeLog
index 932cd6bff0db..f31b1afed846 100644
--- a/gnome-extra/zenity/ChangeLog
+++ b/gnome-extra/zenity/ChangeLog
@@ -1,6 +1,11 @@
# 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.157 2008/11/13 19:18:52 ranger Exp $
+# Copyright 2000-2009 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/gnome-extra/zenity/ChangeLog,v 1.158 2009/01/14 22:33:48 eva Exp $
+
+*zenity-2.24.1 (14 Jan 2009)
+
+ 14 Jan 2009; Gilles Dartiguelongue <eva@gentoo.org> +zenity-2.24.1.ebuild:
+ Bump to 2.24.1. Code cleanups, bug fixes and translation updates.
13 Nov 2008; Brent Baude <ranger@gentoo.org> zenity-2.22.1.ebuild:
Marking zenity-2.22.1 ppc64 stable for bug 236971
diff --git a/gnome-extra/zenity/zenity-2.24.1.ebuild b/gnome-extra/zenity/zenity-2.24.1.ebuild
new file mode 100644
index 000000000000..6568351ef09b
--- /dev/null
+++ b/gnome-extra/zenity/zenity-2.24.1.ebuild
@@ -0,0 +1,34 @@
+# Copyright 1999-2009 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/gnome-extra/zenity/zenity-2.24.1.ebuild,v 1.1 2009/01/14 22:33:48 eva 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.40
+ >=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)"
+}