diff options
author | 2008-03-22 21:58:38 +0000 | |
---|---|---|
committer | 2008-03-22 21:58:38 +0000 | |
commit | fac24f0a168a323a61423ab39ea696b4cfbbb498 (patch) | |
tree | 9fedff1b6824a358cf9e09651412451fd0744e37 /gnome-extra/zenity | |
parent | bump to 2.20.4 (diff) | |
download | gentoo-2-fac24f0a168a323a61423ab39ea696b4cfbbb498.tar.gz gentoo-2-fac24f0a168a323a61423ab39ea696b4cfbbb498.tar.bz2 gentoo-2-fac24f0a168a323a61423ab39ea696b4cfbbb498.zip |
New version for GNOME-2.22 with only translation and documentation updates
(Portage version: 2.1.4.4)
Diffstat (limited to 'gnome-extra/zenity')
-rw-r--r-- | gnome-extra/zenity/ChangeLog | 7 | ||||
-rw-r--r-- | gnome-extra/zenity/zenity-2.22.0.ebuild | 34 |
2 files changed, 40 insertions, 1 deletions
diff --git a/gnome-extra/zenity/ChangeLog b/gnome-extra/zenity/ChangeLog index 5e83f47a22cb..569f183b478b 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.147 2008/02/04 04:36:08 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/gnome-extra/zenity/ChangeLog,v 1.148 2008/03/22 21:58:38 leio Exp $ + +*zenity-2.22.0 (22 Mar 2008) + + 22 Mar 2008; Mart Raudsepp <leio@gentoo.org> +zenity-2.22.0.ebuild: + New version for GNOME-2.22 with only translation and documentation updates 04 Feb 2008; Jeroen Roovers <jer@gentoo.org> zenity-2.20.1.ebuild: Stable for HPPA (bug #208366). diff --git a/gnome-extra/zenity/zenity-2.22.0.ebuild b/gnome-extra/zenity/zenity-2.22.0.ebuild new file mode 100644 index 000000000000..0418b5fdf069 --- /dev/null +++ b/gnome-extra/zenity/zenity-2.22.0.ebuild @@ -0,0 +1,34 @@ +# 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)" +} |