x11-libs/gtk+extra: Drop old
authorPacho Ramos <pacho@gentoo.org>
Mon, 5 Dec 2016 13:50:22 +0000 (14:50 +0100)
committerPacho Ramos <pacho@gentoo.org>
Mon, 5 Dec 2016 13:52:46 +0000 (14:52 +0100)
Package-Manager: portage-2.3.2

x11-libs/gtk+extra/Manifest
x11-libs/gtk+extra/gtk+extra-3.2.0.ebuild [deleted file]

index ae9e357803c5f7f1ba82783d22f354610c4dfef0..b32e13727ad8c361bb6c37d4daa1baf26958075c 100644 (file)
@@ -1,2 +1 @@
-DIST gtkextra-3.2.0.tar.gz 1496537 SHA256 f24478ae8b863864708827f18ad7d72fac99ad013ef1396f9f1c277e9be0953b SHA512 545758f50e5f5c0dfdae8ba9bf7a3cd2dff8489c9868c219c2f53770297641f5a36b442dc8f12951b9c39cf87401665560cb1a846ad6cb97b29f45ee12f5e33f WHIRLPOOL 7aa97146194dd312df8520a06f3efc9efe6a30743b51e8c5a461c47f9c192ef443026b39f090ff33a116e86648fd340e955e4e6abee6fc72ce0ff9391664d219
 DIST gtkextra-3.3.0.tar.gz 1502771 SHA256 6ff0b81f77349a8d4675962783ae1d3f8b9d1ef13c4dba8944a54080e22453ce SHA512 345f2e93437220b8ba7b65f312eb86479a45c6131cf32f92e93d26ffe109981a4abf11e5a54e998d806e2b8844877d0f000344fc09e7e945c837dc100cf35fc5 WHIRLPOOL c9a79e1ffc7d9c5f3462ebff88b38d273b22a2b13d5705334dc98e20e74911ecea152e2d03b39892d563c005ff83343492d7702a4f52b9d43425652160287457
diff --git a/x11-libs/gtk+extra/gtk+extra-3.2.0.ebuild b/x11-libs/gtk+extra/gtk+extra-3.2.0.ebuild
deleted file mode 100644 (file)
index 0840292..0000000
+++ /dev/null
@@ -1,38 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-GCONF_DEBUG="no"
-
-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"
-
-RDEPEND="
-       >=x11-libs/gtk+-2.12.0:2
-       dev-libs/glib:2
-       introspection? ( >=dev-libs/gobject-introspection-0.6.14:= )
-"
-DEPEND="${RDEPEND}
-       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)
-}