From 29aabba0ea759c6a2864ff5631735b67ee38e5e0 Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Wed, 5 Feb 2020 18:44:56 +0000 Subject: gentoo resync : 05.02.2020 --- gnome-extra/zenity/Manifest | 4 +-- gnome-extra/zenity/zenity-3.30.0.ebuild | 45 --------------------------------- gnome-extra/zenity/zenity-3.32.0.ebuild | 4 +-- 3 files changed, 3 insertions(+), 50 deletions(-) delete mode 100644 gnome-extra/zenity/zenity-3.30.0.ebuild (limited to 'gnome-extra/zenity') diff --git a/gnome-extra/zenity/Manifest b/gnome-extra/zenity/Manifest index 7f9720d0d0dd..9a12ee1dbfcd 100644 --- a/gnome-extra/zenity/Manifest +++ b/gnome-extra/zenity/Manifest @@ -1,5 +1,3 @@ -DIST zenity-3.30.0.tar.xz 4485332 BLAKE2B b7dba31693849222f1a01a037a271e20d4ca58d51247635559f66e2afa848f9861b3c6e435d18a882d81263dac02d96e6673774131bb6ccf6d1f8c32dbb2aa40 SHA512 f80aa6c4fb0726bd4db1010dc3b6ca89476272cd4b852c04225bc9e2dc365ec34f6a55f0cfca474abcfba4d28dc47b72f81e8b3c447c0f99e843251c84807432 DIST zenity-3.32.0.tar.xz 4753752 BLAKE2B 220fbd374f2564b345f4668c0583f2678a296bbb0d344af55b849b4e7e718f29856bd43f7ae2b0fa492e3d1d8180ca160236fcc806cd483716f680d03aa019d0 SHA512 d057df25dbb2d780c6be184ec167b0f569eadf0ac1c460d63509843157f14dfdcebe46bb6f93b17c6069ef0208902ce9ecbb4025933f7dc7572323032ec34fda -EBUILD zenity-3.30.0.ebuild 1092 BLAKE2B 7cc2aa83e8d384183df0748f2461bf7ef709ff01d80b54d8521ed28b554029b584468f78c545263ca9edd90852d5726e920533561712765619d5c2cdbde3235b SHA512 f82eb129d3b84ff98cbbf22cdc53412c24e5d8273585c6665c61ffafa0c56d2fa00ea5827cbbf2406ef3b4eeec0b8c8cf2a1db74aae5e8ded4028d3ff94f76e1 -EBUILD zenity-3.32.0.ebuild 1069 BLAKE2B 391a7b1398e3b1b19ab81eeb6ba19d1ced5ff67bfd85655e43159a1e9abd3a02e20cb1c02f7c3cbb2bb770b897dbd500b4d030b78d3d5f4a0698a5597c4a6ecd SHA512 663a1919bc4fcd074c6fe1a00935377542f8723b13290634ca59c856bab87166c50fdf842abab0c0b26416faf1ac31228666b927f1780f31d1935ab8e60393a1 +EBUILD zenity-3.32.0.ebuild 1067 BLAKE2B cda33c26858da9b6a54f7ee33c9c51b562ee7451ec8e084bf3442197b68a32643580e2044bddbcabaa361689cde785c1e442e3cdb748061329f345ef0bbcea14 SHA512 7714848f17f7300ab915c26eb71d04b5e08c69b6b5ee44fa62ee7014e5ed67d189a937609f4d0b43c8f2b1bbf077bfa35b96ce23e4bce23ba1f623186cd15191 MISC metadata.xml 249 BLAKE2B e71e1b95fee768c696704acbf7e3cf0e599ed2bc8de92bae0141d1194ef9e842bdc292798904487a9b90ddfda9b0e84abd3b76b1518576c1d288240e4e46f110 SHA512 c40662134899a5c9f0369a1017806f35adf3280a0b3c91726f7a8ca6012a073a8b471583f5bfb6fe95faac1dcf607e8e2e43f8c91d48ec46f4a8824e2f551506 diff --git a/gnome-extra/zenity/zenity-3.30.0.ebuild b/gnome-extra/zenity/zenity-3.30.0.ebuild deleted file mode 100644 index b1e5a83911e0..000000000000 --- a/gnome-extra/zenity/zenity-3.30.0.ebuild +++ /dev/null @@ -1,45 +0,0 @@ -# Copyright 1999-2019 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 -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 ~arm64 ~ia64 ~ppc ~ppc64 ~sh ~sparc x86 ~amd64-linux ~x86-linux" -IUSE="debug libnotify webkit" - -# TODO: X11 dependency is automagically enabled -RDEPEND=" - >=dev-libs/glib-2.8:2 - x11-libs/gdk-pixbuf:2 - >=x11-libs/gtk+-3:3[X] - x11-libs/libX11 - x11-libs/pango - libnotify? ( >=x11-libs/libnotify-0.6.1:= ) - webkit? ( >=net-libs/webkit-gtk-2.8.1:4 ) -" -DEPEND="${RDEPEND} - dev-util/itstool - gnome-base/gnome-common - >=sys-devel/gettext-0.19.4 - virtual/pkgconfig -" - -src_configure() { - gnome2_src_configure \ - $(usex debug --enable-debug=yes ' ') \ - $(use_enable libnotify) \ - $(use_enable webkit webkitgtk) \ - PERL=$(type -P false) -} - -src_install() { - gnome2_src_install - - # Not really needed and prevent us from needing perl - rm "${ED}/usr/bin/gdialog" || die "rm gdialog failed!" -} diff --git a/gnome-extra/zenity/zenity-3.32.0.ebuild b/gnome-extra/zenity/zenity-3.32.0.ebuild index a22518e62371..915aa6749dda 100644 --- a/gnome-extra/zenity/zenity-3.32.0.ebuild +++ b/gnome-extra/zenity/zenity-3.32.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2019 Gentoo Authors +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -9,7 +9,7 @@ HOMEPAGE="https://wiki.gnome.org/Projects/Zenity" LICENSE="LGPL-2+" SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~sh ~sparc ~x86 ~amd64-linux ~x86-linux" +KEYWORDS="~alpha amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~sh ~sparc x86 ~amd64-linux ~x86-linux" IUSE="debug libnotify webkit" # TODO: X11 dependency is automagically enabled -- cgit v1.2.3