diff options
author | 2016-12-05 14:50:22 +0100 | |
---|---|---|
committer | 2016-12-05 14:52:46 +0100 | |
commit | 99410e7e12f84c97976434ddc77f2b50ca4345e5 (patch) | |
tree | 408919661f6a75a248cbc6d372ed81cac79a14bb /x11-libs/gtk+extra | |
parent | sys-libs/libosinfo: Version bump (diff) | |
download | gentoo-99410e7e12f84c97976434ddc77f2b50ca4345e5.tar.gz gentoo-99410e7e12f84c97976434ddc77f2b50ca4345e5.tar.bz2 gentoo-99410e7e12f84c97976434ddc77f2b50ca4345e5.zip |
x11-libs/gtk+extra: Drop old
Package-Manager: portage-2.3.2
Diffstat (limited to 'x11-libs/gtk+extra')
-rw-r--r-- | x11-libs/gtk+extra/Manifest | 1 | ||||
-rw-r--r-- | x11-libs/gtk+extra/gtk+extra-3.2.0.ebuild | 38 |
2 files changed, 0 insertions, 39 deletions
diff --git a/x11-libs/gtk+extra/Manifest b/x11-libs/gtk+extra/Manifest index ae9e357803c5..b32e13727ad8 100644 --- a/x11-libs/gtk+extra/Manifest +++ b/x11-libs/gtk+extra/Manifest @@ -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 index 0840292ee2db..000000000000 --- a/x11-libs/gtk+extra/gtk+extra-3.2.0.ebuild +++ /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) -} |