mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-08-05 12:38:09 -07:00
gnome-extra/zenity: remove old
Package-Manager: Portage-2.3.5, Repoman-2.3.1
This commit is contained in:
@@ -1,2 +1 @@
|
||||
DIST zenity-3.20.0.tar.xz 3882968 SHA256 02e8759397f813c0a620b93ebeacdab9956191c9dc0d0fcba1815c5ea3f15a48 SHA512 62b7415900f30b3b74ebd1a7a82e2c1240a31caa2b3a6a613f10b451e68f4c4cd575d23414f65776e676b650246791e9199585a1b3395f3ed4eb910829f304a6 WHIRLPOOL 97ab1dfb412ad6b5cc99fbae271c6ccd29a36aba70d4be5b4c744b679a77049bc2fc28d450f871a3ec51d91cf529c57207d3289167067535437ae9ba0562da3a
|
||||
DIST zenity-3.22.0.tar.xz 1082088 SHA256 1ecdfa1071d383b373b8135954b3ec38d402d671dcd528e69d144aff36a0e466 SHA512 0131e854ffb8093e6c36787ffc831af8d1adbb663931b09b86a477c28c3b456ad2c9bb59cdc00a2d6505a1cf645df6fc9ebdd3c46c1a666c69d607e79b4364a3 WHIRLPOOL 02369c5e8721faf23bd247d308d243b5a2f85c3493b6b5e4708fec84a5db9284fb374a9573875d664569978e14eeb8f3a175a9b614eb496a42c173fddeb75a02
|
||||
|
||||
@@ -1,46 +0,0 @@
|
||||
# Copyright 1999-2017 Gentoo Foundation
|
||||
# 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 ~ia64 ~ppc ~ppc64 ~sh ~sparc x86 ~x86-fbsd ~amd64-linux ~x86-linux"
|
||||
IUSE="debug 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-2.8.1:4 )
|
||||
"
|
||||
DEPEND="${RDEPEND}
|
||||
dev-util/itstool
|
||||
>=sys-devel/gettext-0.19.4
|
||||
virtual/pkgconfig
|
||||
test? ( app-text/yelp-tools )
|
||||
"
|
||||
# eautoreconf needs:
|
||||
# >=gnome-base/gnome-common-2.12
|
||||
|
||||
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!"
|
||||
}
|
||||
Reference in New Issue
Block a user