Gentoo Archives: gentoo-commits

From: Pacho Ramos <pacho@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: x11-libs/gtk+extra/
Date: Mon, 05 Dec 2016 13:53:01
Message-Id: 1480945966.99410e7e12f84c97976434ddc77f2b50ca4345e5.pacho@gentoo
1 commit: 99410e7e12f84c97976434ddc77f2b50ca4345e5
2 Author: Pacho Ramos <pacho <AT> gentoo <DOT> org>
3 AuthorDate: Mon Dec 5 13:50:22 2016 +0000
4 Commit: Pacho Ramos <pacho <AT> gentoo <DOT> org>
5 CommitDate: Mon Dec 5 13:52:46 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=99410e7e
7
8 x11-libs/gtk+extra: Drop old
9
10 Package-Manager: portage-2.3.2
11
12 x11-libs/gtk+extra/Manifest | 1 -
13 x11-libs/gtk+extra/gtk+extra-3.2.0.ebuild | 38 -------------------------------
14 2 files changed, 39 deletions(-)
15
16 diff --git a/x11-libs/gtk+extra/Manifest b/x11-libs/gtk+extra/Manifest
17 index ae9e357..b32e137 100644
18 --- a/x11-libs/gtk+extra/Manifest
19 +++ b/x11-libs/gtk+extra/Manifest
20 @@ -1,2 +1 @@
21 -DIST gtkextra-3.2.0.tar.gz 1496537 SHA256 f24478ae8b863864708827f18ad7d72fac99ad013ef1396f9f1c277e9be0953b SHA512 545758f50e5f5c0dfdae8ba9bf7a3cd2dff8489c9868c219c2f53770297641f5a36b442dc8f12951b9c39cf87401665560cb1a846ad6cb97b29f45ee12f5e33f WHIRLPOOL 7aa97146194dd312df8520a06f3efc9efe6a30743b51e8c5a461c47f9c192ef443026b39f090ff33a116e86648fd340e955e4e6abee6fc72ce0ff9391664d219
22 DIST gtkextra-3.3.0.tar.gz 1502771 SHA256 6ff0b81f77349a8d4675962783ae1d3f8b9d1ef13c4dba8944a54080e22453ce SHA512 345f2e93437220b8ba7b65f312eb86479a45c6131cf32f92e93d26ffe109981a4abf11e5a54e998d806e2b8844877d0f000344fc09e7e945c837dc100cf35fc5 WHIRLPOOL c9a79e1ffc7d9c5f3462ebff88b38d273b22a2b13d5705334dc98e20e74911ecea152e2d03b39892d563c005ff83343492d7702a4f52b9d43425652160287457
23
24 diff --git a/x11-libs/gtk+extra/gtk+extra-3.2.0.ebuild b/x11-libs/gtk+extra/gtk+extra-3.2.0.ebuild
25 deleted file mode 100644
26 index 0840292..00000000
27 --- a/x11-libs/gtk+extra/gtk+extra-3.2.0.ebuild
28 +++ /dev/null
29 @@ -1,38 +0,0 @@
30 -# Copyright 1999-2014 Gentoo Foundation
31 -# Distributed under the terms of the GNU General Public License v2
32 -# $Id$
33 -
34 -EAPI=5
35 -GCONF_DEBUG="no"
36 -
37 -inherit gnome2
38 -
39 -DESCRIPTION="Useful Additional GTK+ widgets"
40 -HOMEPAGE="http://gtkextra.sourceforge.net"
41 -SRC_URI="mirror://sourceforge/gtkextra/gtkextra-${PV}.tar.gz"
42 -
43 -LICENSE="FDL-1.1 LGPL-2"
44 -SLOT="0"
45 -KEYWORDS="amd64 ~ia64 ~ppc ~ppc64 ~sparc x86"
46 -IUSE="+introspection static-libs test"
47 -
48 -RDEPEND="
49 - >=x11-libs/gtk+-2.12.0:2
50 - dev-libs/glib:2
51 - introspection? ( >=dev-libs/gobject-introspection-0.6.14:= )
52 -"
53 -DEPEND="${RDEPEND}
54 - virtual/pkgconfig
55 -"
56 -# dev-libs/gobject-introspection-common needed for eautoreconf
57 -
58 -S="${WORKDIR}/gtkextra-${PV}"
59 -
60 -src_configure() {
61 - gnome2_src_configure \
62 - --enable-glade=no \
63 - --disable-man \
64 - $(use_enable introspection) \
65 - $(use_enable static-libs static) \
66 - $(use_enable test tests)
67 -}