From 72a7e96ca2055728cc5a970e919c3e58ed0f0ff9 Mon Sep 17 00:00:00 2001 From: Mart Raudsepp Date: Sat, 4 Jul 2020 18:01:08 +0300 Subject: x11-libs/gtk+extra: remove old Package-Manager: Portage-2.3.84, Repoman-2.3.20 Signed-off-by: Mart Raudsepp --- x11-libs/gtk+extra/Manifest | 1 - x11-libs/gtk+extra/gtk+extra-3.3.3.ebuild | 37 ------------------------------- 2 files changed, 38 deletions(-) delete mode 100644 x11-libs/gtk+extra/gtk+extra-3.3.3.ebuild (limited to 'x11-libs/gtk+extra') diff --git a/x11-libs/gtk+extra/Manifest b/x11-libs/gtk+extra/Manifest index 80e7f9ec45cd..ae3ba668225b 100644 --- a/x11-libs/gtk+extra/Manifest +++ b/x11-libs/gtk+extra/Manifest @@ -1,2 +1 @@ -DIST gtkextra-3.3.3.tar.gz 1503817 BLAKE2B dc99923ad962348d617b8db2171b99e925d0dc06501110d805f166ba25cff72094c02031e3375304ddfd96cc7d3f76a1b06d56b196aec1d1868f10d154acfc8e SHA512 864fa2e957941a05a9c4b4a4283ae48e733d72ab334e2fb8440fc884166b0d1ad34d381924184f7a88f829d00bbd857d5f3f32d89f159e0133dd89233a8a93e9 DIST gtkextra-3.3.4.tar.gz 1542795 BLAKE2B 5a6d5b72f34c8373db615961728a01d0c27005726f316c1233b0b4c4dba688022a53236cc3abe090891a53441d910322ea938ea864a13933a5cea87f18e3426b SHA512 fd61bce7070cf4f28129b47a6c0b01e974101d96b525be9ce1bc4b40ce94197f3c411d17fd8954f5549075c4cdd7ac58a6aaa6faa2f5d3013b761391559e570b diff --git a/x11-libs/gtk+extra/gtk+extra-3.3.3.ebuild b/x11-libs/gtk+extra/gtk+extra-3.3.3.ebuild deleted file mode 100644 index ae91f559dbfc..000000000000 --- a/x11-libs/gtk+extra/gtk+extra-3.3.3.ebuild +++ /dev/null @@ -1,37 +0,0 @@ -# Copyright 1999-2019 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 -inherit gnome2 - -DESCRIPTION="Useful Additional GTK+ widgets" -HOMEPAGE="http://gtkextra.sourceforge.net" -SRC_URI="mirror://sourceforge/gtkextra/gtkextra-${PV}.tar.gz" - -LICENSE="FDL-1.1 LGPL-2" -SLOT="0" -KEYWORDS="amd64 ~ia64 ~ppc ~ppc64 ~sparc x86" -IUSE="+introspection static-libs test" -RESTRICT="!test? ( test )" - -RDEPEND=" - >=x11-libs/gtk+-2.12.0:2 - dev-libs/glib:2 - introspection? ( >=dev-libs/gobject-introspection-0.6.14:= ) -" -DEPEND="${RDEPEND} - dev-util/glib-utils - virtual/pkgconfig -" -# dev-libs/gobject-introspection-common needed for eautoreconf - -S="${WORKDIR}/gtkextra-${PV}" - -src_configure() { - gnome2_src_configure \ - --enable-glade=no \ - --disable-man \ - $(use_enable introspection) \ - $(use_enable static-libs static) \ - $(use_enable test tests) -} -- cgit v1.2.3-65-gdbad