[gentoo-commits] repo/gentoo:master commit in: x11-libs/gtk+extra/, profiles/

2022-08-16 Thread Jakov Smolić
commit: ef87101be75f7f660ce907f6ece9f1dcb836f69f
Author: Jakov Smolić  gentoo  org>
AuthorDate: Tue Aug 16 08:02:25 2022 +
Commit: Jakov Smolić  gentoo  org>
CommitDate: Tue Aug 16 08:02:25 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ef87101b

x11-libs/gtk+extra: treeclean

Signed-off-by: Jakov Smolić  gentoo.org>

 profiles/package.mask |  5 -
 x11-libs/gtk+extra/Manifest   |  1 -
 x11-libs/gtk+extra/gtk+extra-3.3.4.ebuild | 37 ---
 x11-libs/gtk+extra/metadata.xml   | 11 -
 4 files changed, 54 deletions(-)

diff --git a/profiles/package.mask b/profiles/package.mask
index 65369af0c1db..2d32e7d5ac34 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -542,11 +542,6 @@ dev-java/log4j-api-java9
 # Bugs #372053, #438248, #740528, #778338, #832380, #834406.
 media-video/kino
 
-# Matt Turner  (2022-07-11)
-# Dead package upstream. No reverse dependencies.
-# Removal on 2022-08-11.
-x11-libs/gtk+extra
-
 # Fabian Groffen  (2022-07-02)
 # Segfaults handling SPF validations (warn on permerror), like the
 # previous release, better not to trust your important mail to

diff --git a/x11-libs/gtk+extra/Manifest b/x11-libs/gtk+extra/Manifest
deleted file mode 100644
index ae3ba668225b..
--- a/x11-libs/gtk+extra/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST gtkextra-3.3.4.tar.gz 1542795 BLAKE2B 
5a6d5b72f34c8373db615961728a01d0c27005726f316c1233b0b4c4dba688022a53236cc3abe090891a53441d910322ea938ea864a13933a5cea87f18e3426b
 SHA512 
fd61bce7070cf4f28129b47a6c0b01e974101d96b525be9ce1bc4b40ce94197f3c411d17fd8954f5549075c4cdd7ac58a6aaa6faa2f5d3013b761391559e570b

diff --git a/x11-libs/gtk+extra/gtk+extra-3.3.4.ebuild 
b/x11-libs/gtk+extra/gtk+extra-3.3.4.ebuild
deleted file mode 100644
index 02ce2f809e43..
--- a/x11-libs/gtk+extra/gtk+extra-3.3.4.ebuild
+++ /dev/null
@@ -1,37 +0,0 @@
-# Copyright 1999-2021 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 ~riscv ~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)
-}

diff --git a/x11-libs/gtk+extra/metadata.xml b/x11-libs/gtk+extra/metadata.xml
deleted file mode 100644
index 396c6e304014..
--- a/x11-libs/gtk+extra/metadata.xml
+++ /dev/null
@@ -1,11 +0,0 @@
-
-https://www.gentoo.org/dtd/metadata.dtd;>
-
-   
-   gn...@gentoo.org
-   Gentoo GNOME Desktop
-   
-   
-   gtkextra
-   
-



[gentoo-commits] repo/gentoo:master commit in: x11-libs/gtk+extra/

2021-11-22 Thread Yixun Lan
commit: 61fc1112a502851bd62f817f08c243971f3b8f13
Author: Yongxiang Liang  gmail  com>
AuthorDate: Sat Nov 20 13:16:46 2021 +
Commit: Yixun Lan  gentoo  org>
CommitDate: Tue Nov 23 01:10:39 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=61fc1112

x11-libs/gtk+extra: keyword ~riscv

Package-Manager: Portage-3.0.28, Repoman-3.0.3
Signed-off-by: Yongxiang Liang  gmail.com>
Signed-off-by: Yixun Lan  gentoo.org>

 x11-libs/gtk+extra/gtk+extra-3.3.4.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/x11-libs/gtk+extra/gtk+extra-3.3.4.ebuild 
b/x11-libs/gtk+extra/gtk+extra-3.3.4.ebuild
index cd3521b0b525..02ce2f809e43 100644
--- a/x11-libs/gtk+extra/gtk+extra-3.3.4.ebuild
+++ b/x11-libs/gtk+extra/gtk+extra-3.3.4.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -10,7 +10,7 @@ SRC_URI="mirror://sourceforge/gtkextra/gtkextra-${PV}.tar.gz"
 
 LICENSE="FDL-1.1 LGPL-2"
 SLOT="0"
-KEYWORDS="amd64 ~ia64 ~ppc ~ppc64 ~sparc x86"
+KEYWORDS="amd64 ~ia64 ~ppc ~ppc64 ~riscv ~sparc x86"
 IUSE="+introspection static-libs test"
 RESTRICT="!test? ( test )"
 



[gentoo-commits] repo/gentoo:master commit in: x11-libs/gtk+extra/

2020-07-04 Thread Mart Raudsepp
commit: 72a7e96ca2055728cc5a970e919c3e58ed0f0ff9
Author: Mart Raudsepp  gentoo  org>
AuthorDate: Sat Jul  4 15:01:08 2020 +
Commit: Mart Raudsepp  gentoo  org>
CommitDate: Sat Jul  4 15:05:35 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=72a7e96c

x11-libs/gtk+extra: remove old

Package-Manager: Portage-2.3.84, Repoman-2.3.20
Signed-off-by: Mart Raudsepp  gentoo.org>

 x11-libs/gtk+extra/Manifest   |  1 -
 x11-libs/gtk+extra/gtk+extra-3.3.3.ebuild | 37 ---
 2 files changed, 38 deletions(-)

diff --git a/x11-libs/gtk+extra/Manifest b/x11-libs/gtk+extra/Manifest
index 80e7f9ec45c..ae3ba668225 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 ae91f559dbf..000
--- 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)
-}



[gentoo-commits] repo/gentoo:master commit in: x11-libs/gtk+extra/

2020-06-29 Thread Mikle Kolyada
commit: 6c9d586aa0b9ad6766cb9e9afde0c969753ae0e6
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Mon Jun 29 15:41:23 2020 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Mon Jun 29 15:41:23 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6c9d586a

x11-libs/gtk+extra: amd64 stable wrt bug #728924

Package-Manager: Portage-2.3.99, Repoman-2.3.22
RepoMan-Options: --include-arches="amd64"
Signed-off-by: Mikle Kolyada  gentoo.org>

 x11-libs/gtk+extra/gtk+extra-3.3.4.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/x11-libs/gtk+extra/gtk+extra-3.3.4.ebuild 
b/x11-libs/gtk+extra/gtk+extra-3.3.4.ebuild
index 98ccbdf2868..cd3521b0b52 100644
--- a/x11-libs/gtk+extra/gtk+extra-3.3.4.ebuild
+++ b/x11-libs/gtk+extra/gtk+extra-3.3.4.ebuild
@@ -10,7 +10,7 @@ SRC_URI="mirror://sourceforge/gtkextra/gtkextra-${PV}.tar.gz"
 
 LICENSE="FDL-1.1 LGPL-2"
 SLOT="0"
-KEYWORDS="~amd64 ~ia64 ~ppc ~ppc64 ~sparc x86"
+KEYWORDS="amd64 ~ia64 ~ppc ~ppc64 ~sparc x86"
 IUSE="+introspection static-libs test"
 RESTRICT="!test? ( test )"
 



[gentoo-commits] repo/gentoo:master commit in: x11-libs/gtk+extra/

2020-06-28 Thread Thomas Deutschmann
commit: 92768a7074906a5c02f9a2826e860a39ce534d6f
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Sun Jun 28 14:16:56 2020 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Sun Jun 28 14:19:19 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=92768a70

x11-libs/gtk+extra: x86 stable (bug #728924)

Package-Manager: Portage-2.3.101, Repoman-2.3.22
Signed-off-by: Thomas Deutschmann  gentoo.org>

 x11-libs/gtk+extra/gtk+extra-3.3.4.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/x11-libs/gtk+extra/gtk+extra-3.3.4.ebuild 
b/x11-libs/gtk+extra/gtk+extra-3.3.4.ebuild
index 03058820a69..98ccbdf2868 100644
--- a/x11-libs/gtk+extra/gtk+extra-3.3.4.ebuild
+++ b/x11-libs/gtk+extra/gtk+extra-3.3.4.ebuild
@@ -10,7 +10,7 @@ SRC_URI="mirror://sourceforge/gtkextra/gtkextra-${PV}.tar.gz"
 
 LICENSE="FDL-1.1 LGPL-2"
 SLOT="0"
-KEYWORDS="~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86"
+KEYWORDS="~amd64 ~ia64 ~ppc ~ppc64 ~sparc x86"
 IUSE="+introspection static-libs test"
 RESTRICT="!test? ( test )"
 



[gentoo-commits] repo/gentoo:master commit in: x11-libs/gtk+extra/

2020-03-24 Thread Matt Turner
commit: e0a2c72eaefb5d8da91bdf6af9662fc39abb939c
Author: Matt Turner  gentoo  org>
AuthorDate: Wed Mar 25 04:16:41 2020 +
Commit: Matt Turner  gentoo  org>
CommitDate: Wed Mar 25 04:38:26 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e0a2c72e

x11-libs/gtk+extra: Version bump to 3.3.4

Signed-off-by: Matt Turner  gentoo.org>

 x11-libs/gtk+extra/Manifest   |  1 +
 x11-libs/gtk+extra/gtk+extra-3.3.4.ebuild | 37 +++
 2 files changed, 38 insertions(+)

diff --git a/x11-libs/gtk+extra/Manifest b/x11-libs/gtk+extra/Manifest
index 1f1d6d4c148..80e7f9ec45c 100644
--- a/x11-libs/gtk+extra/Manifest
+++ b/x11-libs/gtk+extra/Manifest
@@ -1 +1,2 @@
 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.4.ebuild 
b/x11-libs/gtk+extra/gtk+extra-3.3.4.ebuild
new file mode 100644
index 000..03058820a69
--- /dev/null
+++ b/x11-libs/gtk+extra/gtk+extra-3.3.4.ebuild
@@ -0,0 +1,37 @@
+# Copyright 1999-2020 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)
+}



[gentoo-commits] repo/gentoo:master commit in: x11-libs/gtk+extra/

2018-10-06 Thread Mart Raudsepp
commit: 621f8fd2d54c841ac030b8744e4dbc1ba0979c7f
Author: Mart Raudsepp  gentoo  org>
AuthorDate: Sat Oct  6 22:00:09 2018 +
Commit: Mart Raudsepp  gentoo  org>
CommitDate: Sat Oct  6 22:36:24 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=621f8fd2

x11-libs/gtk+extra: add explicit build dep on glib-utils

Closes: https://bugs.gentoo.org/667554
Signed-off-by: Mart Raudsepp  gentoo.org>
Package-Manager: Portage-2.3.49, Repoman-2.3.11

 x11-libs/gtk+extra/gtk+extra-3.3.3.ebuild | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/x11-libs/gtk+extra/gtk+extra-3.3.3.ebuild 
b/x11-libs/gtk+extra/gtk+extra-3.3.3.ebuild
index a072f27eba0..b91ed6667f0 100644
--- a/x11-libs/gtk+extra/gtk+extra-3.3.3.ebuild
+++ b/x11-libs/gtk+extra/gtk+extra-3.3.3.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -19,6 +19,7 @@ RDEPEND="
introspection? ( >=dev-libs/gobject-introspection-0.6.14:= )
 "
 DEPEND="${RDEPEND}
+   dev-util/glib-utils
virtual/pkgconfig
 "
 # dev-libs/gobject-introspection-common needed for eautoreconf



[gentoo-commits] repo/gentoo:master commit in: x11-libs/gtk+extra/

2017-02-15 Thread Mart Raudsepp
commit: 5d6cf0bbd6d42c03742a7b714b9ad685fcea1ed1
Author: Mart Raudsepp  gentoo  org>
AuthorDate: Wed Feb 15 23:53:13 2017 +
Commit: Mart Raudsepp  gentoo  org>
CommitDate: Thu Feb 16 00:15:13 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5d6cf0bb

x11-libs/gtk+extra: remove old

Package-Manager: Portage-2.3.3, Repoman-2.3.1

 x11-libs/gtk+extra/Manifest   |  1 -
 x11-libs/gtk+extra/gtk+extra-3.3.0.ebuild | 36 ---
 2 files changed, 37 deletions(-)

diff --git a/x11-libs/gtk+extra/Manifest b/x11-libs/gtk+extra/Manifest
index 2e1e20285c..6527617d94 100644
--- a/x11-libs/gtk+extra/Manifest
+++ b/x11-libs/gtk+extra/Manifest
@@ -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 
eb93af92deaed2c4b3b0b4ca9c4a58eef33be675bc3f5415b3979992be282dedf9406451e516ac6ed9faca816a5293f1e0e1922dd0413de967e33d981a5e

diff --git a/x11-libs/gtk+extra/gtk+extra-3.3.0.ebuild 
b/x11-libs/gtk+extra/gtk+extra-3.3.0.ebuild
deleted file mode 100644
index 8b8314f6d0..00
--- a/x11-libs/gtk+extra/gtk+extra-3.3.0.ebuild
+++ /dev/null
@@ -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)
-}



[gentoo-commits] repo/gentoo:master commit in: x11-libs/gtk+extra/

2017-02-11 Thread Pacho Ramos
commit: c040d937960a03b53d4ca9ea15b193dfd5b1d6d1
Author: Pacho Ramos  gentoo  org>
AuthorDate: Sat Feb 11 18:09:19 2017 +
Commit: Pacho Ramos  gentoo  org>
CommitDate: Sat Feb 11 18:30:31 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c040d937

x11-libs/gtk+extra: x86 stable, bug 606818

Package-Manager: Portage-2.3.3, Repoman-2.3.1
RepoMan-Options: --include-arches="x86"

 x11-libs/gtk+extra/gtk+extra-3.3.3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/x11-libs/gtk+extra/gtk+extra-3.3.3.ebuild 
b/x11-libs/gtk+extra/gtk+extra-3.3.3.ebuild
index 4787a3de31..893f5eafb3 100644
--- a/x11-libs/gtk+extra/gtk+extra-3.3.3.ebuild
+++ b/x11-libs/gtk+extra/gtk+extra-3.3.3.ebuild
@@ -11,7 +11,7 @@ SRC_URI="mirror://sourceforge/gtkextra/gtkextra-${PV}.tar.gz"
 
 LICENSE="FDL-1.1 LGPL-2"
 SLOT="0"
-KEYWORDS="amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86"
+KEYWORDS="amd64 ~ia64 ~ppc ~ppc64 ~sparc x86"
 IUSE="+introspection static-libs test"
 
 RDEPEND="



[gentoo-commits] repo/gentoo:master commit in: x11-libs/gtk+extra/

2016-12-05 Thread Pacho Ramos
commit: 99410e7e12f84c97976434ddc77f2b50ca4345e5
Author: Pacho Ramos  gentoo  org>
AuthorDate: Mon Dec  5 13:50:22 2016 +
Commit: Pacho Ramos  gentoo  org>
CommitDate: Mon Dec  5 13:52:46 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=99410e7e

x11-libs/gtk+extra: Drop old

Package-Manager: portage-2.3.2

 x11-libs/gtk+extra/Manifest   |  1 -
 x11-libs/gtk+extra/gtk+extra-3.2.0.ebuild | 38 ---
 2 files changed, 39 deletions(-)

diff --git a/x11-libs/gtk+extra/Manifest b/x11-libs/gtk+extra/Manifest
index ae9e357..b32e137 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 0840292..
--- 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)
-}



[gentoo-commits] repo/gentoo:master commit in: x11-libs/gtk+extra/

2016-12-05 Thread Pacho Ramos
commit: 5e10ba25a0550472f504e37453706e9e18d862c0
Author: Pacho Ramos  gentoo  org>
AuthorDate: Mon Dec  5 13:51:01 2016 +
Commit: Pacho Ramos  gentoo  org>
CommitDate: Mon Dec  5 13:52:49 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5e10ba25

x11-libs/gtk+extra: Version bump

Package-Manager: portage-2.3.2

 x11-libs/gtk+extra/Manifest   |  1 +
 x11-libs/gtk+extra/gtk+extra-3.3.3.ebuild | 36 +++
 2 files changed, 37 insertions(+)

diff --git a/x11-libs/gtk+extra/Manifest b/x11-libs/gtk+extra/Manifest
index b32e137..2e1e202 100644
--- a/x11-libs/gtk+extra/Manifest
+++ b/x11-libs/gtk+extra/Manifest
@@ -1 +1,2 @@
 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 
eb93af92deaed2c4b3b0b4ca9c4a58eef33be675bc3f5415b3979992be282dedf9406451e516ac6ed9faca816a5293f1e0e1922dd0413de967e33d981a5e

diff --git a/x11-libs/gtk+extra/gtk+extra-3.3.3.ebuild 
b/x11-libs/gtk+extra/gtk+extra-3.3.3.ebuild
new file mode 100644
index ..3957e2a
--- /dev/null
+++ b/x11-libs/gtk+extra/gtk+extra-3.3.3.ebuild
@@ -0,0 +1,36 @@
+# 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)
+}



[gentoo-commits] repo/gentoo:master commit in: x11-libs/gtk+extra/

2016-09-17 Thread Pacho Ramos
commit: 3a4ce1606ba4eaf59cba65b029a9d74c223cb1c1
Author: Pacho Ramos  gentoo  org>
AuthorDate: Sat Sep 17 13:35:53 2016 +
Commit: Pacho Ramos  gentoo  org>
CommitDate: Sat Sep 17 13:35:53 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3a4ce160

x11-libs/gtk+extra: Version bump

Package-Manager: portage-2.3.0

 x11-libs/gtk+extra/Manifest   |  1 +
 x11-libs/gtk+extra/gtk+extra-3.3.0.ebuild | 36 +++
 2 files changed, 37 insertions(+)

diff --git a/x11-libs/gtk+extra/Manifest b/x11-libs/gtk+extra/Manifest
index 4ab9b0a..ae9e357 100644
--- a/x11-libs/gtk+extra/Manifest
+++ b/x11-libs/gtk+extra/Manifest
@@ -1 +1,2 @@
 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.3.0.ebuild 
b/x11-libs/gtk+extra/gtk+extra-3.3.0.ebuild
new file mode 100644
index ..3957e2a
--- /dev/null
+++ b/x11-libs/gtk+extra/gtk+extra-3.3.0.ebuild
@@ -0,0 +1,36 @@
+# 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)
+}



[gentoo-commits] repo/gentoo:master commit in: x11-libs/gtk+extra/, x11-libs/gtk+extra/files/

2016-09-17 Thread Pacho Ramos
commit: c5aba822f9c33818a59e15de88ff720a25cc8479
Author: Pacho Ramos  gentoo  org>
AuthorDate: Sat Sep 17 13:35:29 2016 +
Commit: Pacho Ramos  gentoo  org>
CommitDate: Sat Sep 17 13:35:29 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c5aba822

x11-libs/gtk+extra: Drop old

Package-Manager: portage-2.3.0

 x11-libs/gtk+extra/Manifest|   1 -
 .../files/gtk+extra-3.0.1-fix-configure.patch  | 173 -
 .../files/gtk+extra-3.0.1-gunicode.h.patch |  14 --
 x11-libs/gtk+extra/gtk+extra-3.0.5.ebuild  |  39 -
 4 files changed, 227 deletions(-)

diff --git a/x11-libs/gtk+extra/Manifest b/x11-libs/gtk+extra/Manifest
index 332162d..4ab9b0a 100644
--- a/x11-libs/gtk+extra/Manifest
+++ b/x11-libs/gtk+extra/Manifest
@@ -1,2 +1 @@
-DIST gtkextra-3.0.5.tar.gz 1465561 SHA256 
9cab6c5d6b792eb828d17cec2b9c1baba2ef57f789a290464afab80b53969e65 SHA512 
6bd6732dc06648ee3267ec1f5d64b01e0be4bfdc3fff914adaca73a563d28639b825e2881b6c6ed1ae08e605878d3aa92c308dc596a24ae8d803d0be93a56db9
 WHIRLPOOL 
430e43c7d5c257a229efe6e5d282576cacf476653cbf62ccbd0a2525fb271acaaf197db793666573b76f39a42bf82c6bcd2f7cf49ce1264ea15e0f94e7eaeb61
 DIST gtkextra-3.2.0.tar.gz 1496537 SHA256 
f24478ae8b863864708827f18ad7d72fac99ad013ef1396f9f1c277e9be0953b SHA512 
545758f50e5f5c0dfdae8ba9bf7a3cd2dff8489c9868c219c2f53770297641f5a36b442dc8f12951b9c39cf87401665560cb1a846ad6cb97b29f45ee12f5e33f
 WHIRLPOOL 
7aa97146194dd312df8520a06f3efc9efe6a30743b51e8c5a461c47f9c192ef443026b39f090ff33a116e86648fd340e955e4e6abee6fc72ce0ff9391664d219

diff --git a/x11-libs/gtk+extra/files/gtk+extra-3.0.1-fix-configure.patch 
b/x11-libs/gtk+extra/files/gtk+extra-3.0.1-fix-configure.patch
deleted file mode 100644
index 1aa60d2..
--- a/x11-libs/gtk+extra/files/gtk+extra-3.0.1-fix-configure.patch
+++ /dev/null
@@ -1,173 +0,0 @@
 configure.in   2011/05/01 09:17:38 1.14
-+++ configure.in   2011/11/26 10:39:19 1.15
-@@ -1,4 +1,13 @@
- # Process this file with autoconf to produce a configure script.
-+#
-+# Help for autoconf:
-+# - http://www.linuxselfhelp.com/gnu/autoconf/html_chapter/autoconf_toc.html
-+# Option Syntax:
-+# - http://www.linuxselfhelp.com/gnu/autoconf/html_chapter/autoconf_12.html
-+# Printing Messages:
-+# - http://www.linuxselfhelp.com/gnu/autoconf/html_chapter/autoconf_7.html
-+#
-+
- AC_INIT(gtkextra,3.0.1)
- AC_LANG([C])
- 
-@@ -109,12 +118,15 @@
- AM_CONDITIONAL(MS_LIB_AVAILABLE, test x$ms_librarian = xyes)
- 
- # --enable-debug option
--dnl Check if we have enable debug support.
--AC_MSG_CHECKING(whether to enable debugging)
--debug_default="no"
-+
-+AC_MSG_CHECKING([whether to enable debugging])
-+
- AC_ARG_ENABLE(debug, 
--  [  --enable-debug=[no/yes]   turn on debugging [default=no]],, 
--  enable_debug=$debug_default)
-+  AC_HELP_STRING(
-+  [--enable-debug=[no/yes]], 
-+  [turn on debugging [default=no]]),
-+  ,
-+  enable_debug=no)
- 
- if test "x$enable_debug" = "xyes"; then
- test "$cflags_set" = set || CFLAGS="$CFLAGS -g -DDEBUG"
-@@ -237,31 +249,57 @@
- 
- # --enable-man option
- 
-+AC_MSG_CHECKING([whether to enable man pages])
-+
- AC_ARG_ENABLE(man,
--  [AC_HELP_STRING([--enable-man],
--  [regenerate man pages from Docbook 
[default=no]])],enable_man=yes,
--  enable_man=no)
-+  AC_HELP_STRING(
-+  [--enable-man],
-+  [regenerate man pages from Docbook [default=no]])],
-+  ,
-+  enable_man=no)
- 
- if test "${enable_man}" != no; then
--  dnl
--  dnl Check for xsltproc
--  dnl
--  AC_PATH_PROG([XSLTPROC], [xsltproc])
--  if test -z "$XSLTPROC"; then
--enable_man=no
--  fi
-+AC_MSG_RESULT(yes)
- 
--  dnl check for DocBook DTD and stylesheets in the local catalog.
--  JH_CHECK_XML_CATALOG([-//OASIS//DTD DocBook XML V4.1.2//EN],
-- [DocBook XML DTD V4.1.2],,enable_man=no)
--  
JH_CHECK_XML_CATALOG([http://docbook.sourceforge.net/release/xsl/current/manpages/docbook.xsl],
-- [DocBook XSL Stylesheets],,enable_man=no)
-+AC_PATH_PROG([XSLTPROC], [xsltproc])
-+if test -z "$XSLTPROC"; then
-+  enable_man=no
-+fi
-+
-+if test "$enable_man" = "no" ; then
-+  AC_MSG_WARN([xsltproc is missing - disabling man pages])
-+fi
-+
-+#check for DocBook DTD and stylesheets in the local catalog
-+
-+JH_CHECK_XML_CATALOG(
-+  [-//OASIS//DTD DocBook XML V4.1.2//EN],
-+  [DocBook XML DTD V4.1.2],
-+  ,
-+  enable_man=no)
-+
-+if test "$enable_man" = "no" ; then
-+  AC_MSG_WARN([missing DocBook DTD - disabling man pages])
-+fi
-+
-+JH_CHECK_XML_CATALOG(
-+  
[http://docbook.sourceforge.net/release/xsl/current/manpages/docbook.xsl],
-+  [DocBook XSL Stylesheets],
-+  ,
-+  enable_man=no)
-+
-+if test "$enable_man" = "no" ; then
-+  AC_MSG_WARN([missing DocBook XML stylesheets - disabling man pages])
-+

[gentoo-commits] repo/gentoo:master commit in: x11-libs/gtk+extra/

2015-11-11 Thread Agostino Sarubbo
commit: 33eb95b128f3fe79ecb9bc69b45ee5a9367bdcbf
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Wed Nov 11 08:19:21 2015 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Wed Nov 11 08:20:01 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=33eb95b1

x11-libs/gtk+extra: x86 stable wrt bug #565086

Package-Manager: portage-2.2.20.1
RepoMan-Options: --include-arches="x86"

 x11-libs/gtk+extra/gtk+extra-3.2.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/x11-libs/gtk+extra/gtk+extra-3.2.0.ebuild 
b/x11-libs/gtk+extra/gtk+extra-3.2.0.ebuild
index 9435ed8..0840292 100644
--- a/x11-libs/gtk+extra/gtk+extra-3.2.0.ebuild
+++ b/x11-libs/gtk+extra/gtk+extra-3.2.0.ebuild
@@ -13,7 +13,7 @@ SRC_URI="mirror://sourceforge/gtkextra/gtkextra-${PV}.tar.gz"
 
 LICENSE="FDL-1.1 LGPL-2"
 SLOT="0"
-KEYWORDS="amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86"
+KEYWORDS="amd64 ~ia64 ~ppc ~ppc64 ~sparc x86"
 IUSE="+introspection static-libs test"
 
 RDEPEND="



[gentoo-commits] repo/gentoo:master commit in: x11-libs/gtk+extra/

2015-11-10 Thread Agostino Sarubbo
commit: da42d2677c733d472ff4e40fc59377959bcd831b
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Tue Nov 10 17:01:28 2015 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Tue Nov 10 17:02:09 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=da42d267

x11-libs/gtk+extra: amd64 stable wrt bug #565086

Package-Manager: portage-2.2.20.1
RepoMan-Options: --include-arches="amd64"

 x11-libs/gtk+extra/gtk+extra-3.2.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/x11-libs/gtk+extra/gtk+extra-3.2.0.ebuild 
b/x11-libs/gtk+extra/gtk+extra-3.2.0.ebuild
index 77cd831..9435ed8 100644
--- a/x11-libs/gtk+extra/gtk+extra-3.2.0.ebuild
+++ b/x11-libs/gtk+extra/gtk+extra-3.2.0.ebuild
@@ -13,7 +13,7 @@ SRC_URI="mirror://sourceforge/gtkextra/gtkextra-${PV}.tar.gz"
 
 LICENSE="FDL-1.1 LGPL-2"
 SLOT="0"
-KEYWORDS="~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86"
+KEYWORDS="amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86"
 IUSE="+introspection static-libs test"
 
 RDEPEND="



[gentoo-commits] repo/gentoo:master commit in: x11-libs/gtk+extra/

2015-11-07 Thread Pacho Ramos
commit: 1ff9a11d835d40a051bdc578b971bb053b9535ca
Author: Pacho Ramos  gentoo  org>
AuthorDate: Sat Nov  7 12:42:26 2015 +
Commit: Pacho Ramos  gentoo  org>
CommitDate: Sat Nov  7 12:42:26 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1ff9a11d

x11-libs/gtk+extra: Version bump

Package-Manager: portage-2.2.23

 x11-libs/gtk+extra/Manifest   |  1 +
 x11-libs/gtk+extra/gtk+extra-3.2.0.ebuild | 38 +++
 x11-libs/gtk+extra/metadata.xml   |  4 
 3 files changed, 39 insertions(+), 4 deletions(-)

diff --git a/x11-libs/gtk+extra/Manifest b/x11-libs/gtk+extra/Manifest
index a8fff92..332162d 100644
--- a/x11-libs/gtk+extra/Manifest
+++ b/x11-libs/gtk+extra/Manifest
@@ -1 +1,2 @@
 DIST gtkextra-3.0.5.tar.gz 1465561 SHA256 
9cab6c5d6b792eb828d17cec2b9c1baba2ef57f789a290464afab80b53969e65 SHA512 
6bd6732dc06648ee3267ec1f5d64b01e0be4bfdc3fff914adaca73a563d28639b825e2881b6c6ed1ae08e605878d3aa92c308dc596a24ae8d803d0be93a56db9
 WHIRLPOOL 
430e43c7d5c257a229efe6e5d282576cacf476653cbf62ccbd0a2525fb271acaaf197db793666573b76f39a42bf82c6bcd2f7cf49ce1264ea15e0f94e7eaeb61
+DIST gtkextra-3.2.0.tar.gz 1496537 SHA256 
f24478ae8b863864708827f18ad7d72fac99ad013ef1396f9f1c277e9be0953b SHA512 
545758f50e5f5c0dfdae8ba9bf7a3cd2dff8489c9868c219c2f53770297641f5a36b442dc8f12951b9c39cf87401665560cb1a846ad6cb97b29f45ee12f5e33f
 WHIRLPOOL 
7aa97146194dd312df8520a06f3efc9efe6a30743b51e8c5a461c47f9c192ef443026b39f090ff33a116e86648fd340e955e4e6abee6fc72ce0ff9391664d219

diff --git a/x11-libs/gtk+extra/gtk+extra-3.2.0.ebuild 
b/x11-libs/gtk+extra/gtk+extra-3.2.0.ebuild
new file mode 100644
index 000..77cd831
--- /dev/null
+++ b/x11-libs/gtk+extra/gtk+extra-3.2.0.ebuild
@@ -0,0 +1,38 @@
+# 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)
+}

diff --git a/x11-libs/gtk+extra/metadata.xml b/x11-libs/gtk+extra/metadata.xml
index 8e67fd6..a97fafc 100644
--- a/x11-libs/gtk+extra/metadata.xml
+++ b/x11-libs/gtk+extra/metadata.xml
@@ -2,10 +2,6 @@
 http://www.gentoo.org/dtd/metadata.dtd;>
 
gnome
-   
-   Use 
dev-libs/gobject-introspection for
-   introspection
-   

gtkextra