x11-libs/gtk+extra: remove old

Package-Manager: Portage-2.3.3, Repoman-2.3.1
This commit is contained in:
Mart Raudsepp
2017-02-16 01:53:13 +02:00
parent be72ad84dc
commit 5d6cf0bbd6
2 changed files with 0 additions and 37 deletions

View File

@@ -1,2 +1 @@
DIST gtkextra-3.3.0.tar.gz 1502771 SHA256 6ff0b81f77349a8d4675962783ae1d3f8b9d1ef13c4dba8944a54080e22453ce SHA512 345f2e93437220b8ba7b65f312eb86479a45c6131cf32f92e93d26ffe109981a4abf11e5a54e998d806e2b8844877d0f000344fc09e7e945c837dc100cf35fc5 WHIRLPOOL c9a79e1ffc7d9c5f3462ebff88b38d273b22a2b13d5705334dc98e20e74911ecea152e2d03b39892d563c005ff83343492d7702a4f52b9d43425652160287457
DIST gtkextra-3.3.3.tar.gz 1503817 SHA256 7889f958ee9fb6bd564aa941891909c3af7a03b92e232c5a90bab0289407d884 SHA512 864fa2e957941a05a9c4b4a4283ae48e733d72ab334e2fb8440fc884166b0d1ad34d381924184f7a88f829d00bbd857d5f3f32d89f159e0133dd89233a8a93e9 WHIRLPOOL eb93af92deaed2c4b3b0b4ca9c4a58eef33be675bc3f5415b3979992be282dedf9406451e516ac6ed9faca816a529dddd3f1e0e1922dd0413de967e33d981a5e

View File

@@ -1,36 +0,0 @@
# Copyright 1999-2016 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
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"
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)
}