diff options
author | Mart Raudsepp <leio@gentoo.org> | 2007-11-29 09:42:44 +0000 |
---|---|---|
committer | Mart Raudsepp <leio@gentoo.org> | 2007-11-29 09:42:44 +0000 |
commit | d793001f391ab5cc23bd95e52b77cb346086446c (patch) | |
tree | 34b9d0c804ea74a948f7b443781d82a8ebc0ae0c /gnome-extra/zenity | |
parent | Remove old (diff) | |
download | gentoo-2-d793001f391ab5cc23bd95e52b77cb346086446c.tar.gz gentoo-2-d793001f391ab5cc23bd95e52b77cb346086446c.tar.bz2 gentoo-2-d793001f391ab5cc23bd95e52b77cb346086446c.zip |
Version bump with only translation updates
(Portage version: 2.1.4_rc3)
Diffstat (limited to 'gnome-extra/zenity')
-rw-r--r-- | gnome-extra/zenity/ChangeLog | 7 | ||||
-rw-r--r-- | gnome-extra/zenity/files/digest-zenity-2.20.1 | 3 | ||||
-rw-r--r-- | gnome-extra/zenity/zenity-2.20.1.ebuild | 34 |
3 files changed, 43 insertions, 1 deletions
diff --git a/gnome-extra/zenity/ChangeLog b/gnome-extra/zenity/ChangeLog index 5fcb59560850..e74ed34f6915 100644 --- a/gnome-extra/zenity/ChangeLog +++ b/gnome-extra/zenity/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for gnome-extra/zenity # Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/gnome-extra/zenity/ChangeLog,v 1.141 2007/11/29 06:18:04 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/gnome-extra/zenity/ChangeLog,v 1.142 2007/11/29 09:42:43 leio Exp $ + +*zenity-2.20.1 (29 Nov 2007) + + 29 Nov 2007; Mart Raudsepp <leio@gentoo.org> +zenity-2.20.1.ebuild: + Version bump with only translation updates 29 Nov 2007; Jeroen Roovers <jer@gentoo.org> zenity-2.20.0.ebuild: Stable for HPPA (bug #199740). diff --git a/gnome-extra/zenity/files/digest-zenity-2.20.1 b/gnome-extra/zenity/files/digest-zenity-2.20.1 new file mode 100644 index 000000000000..b0fa40cf9478 --- /dev/null +++ b/gnome-extra/zenity/files/digest-zenity-2.20.1 @@ -0,0 +1,3 @@ +MD5 b9989582ea43f8fd58819d85ef9c9bc5 zenity-2.20.1.tar.bz2 1830201 +RMD160 d851effee30d82339cc10d316006bd5aa7813007 zenity-2.20.1.tar.bz2 1830201 +SHA256 cc3b203acbd745a7c3b6ea3d8e74d7fb07cf8f8aa92bcaa3b2edb023dee02a36 zenity-2.20.1.tar.bz2 1830201 diff --git a/gnome-extra/zenity/zenity-2.20.1.ebuild b/gnome-extra/zenity/zenity-2.20.1.ebuild new file mode 100644 index 000000000000..e95d12d0191c --- /dev/null +++ b/gnome-extra/zenity/zenity-2.20.1.ebuild @@ -0,0 +1,34 @@ +# 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.1.ebuild,v 1.1 2007/11/29 09:42:43 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)" +} |