diff options
author | Gilles Dartiguelongue <eva@gentoo.org> | 2009-10-29 22:00:30 +0000 |
---|---|---|
committer | Gilles Dartiguelongue <eva@gentoo.org> | 2009-10-29 22:00:30 +0000 |
commit | 70bfc542f4b0da2409c4fb46586f3346017439ab (patch) | |
tree | 017d70dfdaf5f7a5d4d2d7f698a54bee0a2968bf /gnome-extra/zenity | |
parent | New version for GNOME 2.28. (diff) | |
download | gentoo-2-70bfc542f4b0da2409c4fb46586f3346017439ab.tar.gz gentoo-2-70bfc542f4b0da2409c4fb46586f3346017439ab.tar.bz2 gentoo-2-70bfc542f4b0da2409c4fb46586f3346017439ab.zip |
New version for GNOME 2.28.
(Portage version: 2.2_rc46/cvs/Linux x86_64)
Diffstat (limited to 'gnome-extra/zenity')
-rw-r--r-- | gnome-extra/zenity/ChangeLog | 7 | ||||
-rw-r--r-- | gnome-extra/zenity/zenity-2.28.0.ebuild | 34 |
2 files changed, 40 insertions, 1 deletions
diff --git a/gnome-extra/zenity/ChangeLog b/gnome-extra/zenity/ChangeLog index b3bab5448e64..95c69f48551d 100644 --- a/gnome-extra/zenity/ChangeLog +++ b/gnome-extra/zenity/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for gnome-extra/zenity # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/gnome-extra/zenity/ChangeLog,v 1.171 2009/10/24 16:24:49 nixnut Exp $ +# $Header: /var/cvsroot/gentoo-x86/gnome-extra/zenity/ChangeLog,v 1.172 2009/10/29 22:00:30 eva Exp $ + +*zenity-2.28.0 (29 Oct 2009) + + 29 Oct 2009; Gilles Dartiguelongue <eva@gentoo.org> +zenity-2.28.0.ebuild: + New version for GNOME 2.28. 24 Oct 2009; nixnut <nixnut@gentoo.org> zenity-2.26.0.ebuild: ppc stable #281427 diff --git a/gnome-extra/zenity/zenity-2.28.0.ebuild b/gnome-extra/zenity/zenity-2.28.0.ebuild new file mode 100644 index 000000000000..572ec1dcf875 --- /dev/null +++ b/gnome-extra/zenity/zenity-2.28.0.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.28.0.ebuild,v 1.1 2009/10/29 22:00:30 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 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sh ~sparc ~x86 ~x86-fbsd" +IUSE="libnotify" + +RDEPEND=">=x11-libs/gtk+-2.15.2 + >=dev-libs/glib-2.8 + >=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)" +} |