diff options
author | Pacho Ramos <pacho@gentoo.org> | 2015-06-28 10:11:20 +0000 |
---|---|---|
committer | Pacho Ramos <pacho@gentoo.org> | 2015-06-28 10:11:20 +0000 |
commit | 9539fcbc48fa88f509eb51d6ea4e863d127e8294 (patch) | |
tree | 4ef28fa5b7085ad7149e782ee7a672014b7a0542 /gnome-extra | |
parent | x86 stable wrt bug #553264 (diff) | |
download | gentoo-2-9539fcbc48fa88f509eb51d6ea4e863d127e8294.tar.gz gentoo-2-9539fcbc48fa88f509eb51d6ea4e863d127e8294.tar.bz2 gentoo-2-9539fcbc48fa88f509eb51d6ea4e863d127e8294.zip |
DEPEND on itstool (#553464 by Denis Sokolovsky), drop old
(Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key A188FBD4)
Diffstat (limited to 'gnome-extra')
-rw-r--r-- | gnome-extra/zenity/ChangeLog | 6 | ||||
-rw-r--r-- | gnome-extra/zenity/zenity-3.16.2.ebuild | 48 | ||||
-rw-r--r-- | gnome-extra/zenity/zenity-3.16.3.ebuild | 3 |
3 files changed, 7 insertions, 50 deletions
diff --git a/gnome-extra/zenity/ChangeLog b/gnome-extra/zenity/ChangeLog index 34697ad211e9..f1cc911bebea 100644 --- a/gnome-extra/zenity/ChangeLog +++ b/gnome-extra/zenity/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for gnome-extra/zenity # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/gnome-extra/zenity/ChangeLog,v 1.229 2015/06/27 16:55:35 pacho Exp $ +# $Header: /var/cvsroot/gentoo-x86/gnome-extra/zenity/ChangeLog,v 1.230 2015/06/28 10:11:20 pacho Exp $ + + 28 Jun 2015; Pacho Ramos <pacho@gentoo.org> -zenity-3.16.2.ebuild, + zenity-3.16.3.ebuild: + DEPEND on itstool (#553464 by Denis Sokolovsky), drop old *zenity-3.16.3 (27 Jun 2015) diff --git a/gnome-extra/zenity/zenity-3.16.2.ebuild b/gnome-extra/zenity/zenity-3.16.2.ebuild deleted file mode 100644 index 8a10cb70972c..000000000000 --- a/gnome-extra/zenity/zenity-3.16.2.ebuild +++ /dev/null @@ -1,48 +0,0 @@ -# Copyright 1999-2015 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/gnome-extra/zenity/zenity-3.16.2.ebuild,v 1.1 2015/06/09 14:30:39 eva Exp $ - -EAPI="5" -GCONF_DEBUG="yes" - -inherit gnome2 - -DESCRIPTION="Tool to display dialogs from the commandline and shell scripts" -HOMEPAGE="https://wiki.gnome.org/Projects/Zenity" - -LICENSE="LGPL-2+" -SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sh ~sparc ~x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~ia64-linux ~x86-linux" -IUSE="libnotify test +webkit" - -RDEPEND=" - >=dev-libs/glib-2.8:2 - x11-libs/gdk-pixbuf:2 - >=x11-libs/gtk+-3:3 - x11-libs/libX11 - x11-libs/pango - libnotify? ( >=x11-libs/libnotify-0.6.1:= ) - webkit? ( >=net-libs/webkit-gtk-1.4.0:3 ) -" -DEPEND="${RDEPEND} - >=sys-devel/gettext-0.19.4 - virtual/pkgconfig - test? ( app-text/yelp-tools ) -" -# eautoreconf needs: -# >=gnome-base/gnome-common-2.12 - -src_configure() { - DOCS="AUTHORS ChangeLog HACKING NEWS README THANKS TODO" - - gnome2_src_configure \ - $(use_enable libnotify) \ - $(use_enable webkit webkitgtk) \ - PERL=$(type -P false) \ - ITSTOOL=$(type -P true) -} - -src_install() { - gnome2_src_install - rm "${ED}/usr/bin/gdialog" || die "rm gdialog failed!" -} diff --git a/gnome-extra/zenity/zenity-3.16.3.ebuild b/gnome-extra/zenity/zenity-3.16.3.ebuild index c0e936e8e41a..24b53733562a 100644 --- a/gnome-extra/zenity/zenity-3.16.3.ebuild +++ b/gnome-extra/zenity/zenity-3.16.3.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/gnome-extra/zenity/zenity-3.16.3.ebuild,v 1.1 2015/06/27 16:55:35 pacho Exp $ +# $Header: /var/cvsroot/gentoo-x86/gnome-extra/zenity/zenity-3.16.3.ebuild,v 1.2 2015/06/28 10:11:20 pacho Exp $ EAPI="5" GCONF_DEBUG="yes" @@ -25,6 +25,7 @@ RDEPEND=" webkit? ( >=net-libs/webkit-gtk-2.8.1:4 ) " DEPEND="${RDEPEND} + dev-util/itstool >=sys-devel/gettext-0.19.4 virtual/pkgconfig test? ( app-text/yelp-tools ) |