[gentoo-commits] repo/gentoo:master commit in: gnome-extra/gnome-tweak-tool/

2019-02-23 Thread Mart Raudsepp
commit: 8a81c906ad39a6a6787b3d8d7ece610c73d74ed7
Author: Mart Raudsepp  gentoo  org>
AuthorDate: Sat Feb 23 17:25:31 2019 +
Commit: Mart Raudsepp  gentoo  org>
CommitDate: Sat Feb 23 17:25:31 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8a81c906

gnome-extra/gnome-tweak-tool: drop unnecessary subslot operator dep

gnome-desktop is used very lightly via GIR; no need to rebuild
gnome-tweak-tool on gnome-desktop subslot bumps with the current usage.
Even if things aren't compatible anymore on some gnome-desktop ABI
change, the rebuild won't notice it anyways.

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

 gnome-extra/gnome-tweak-tool/gnome-tweak-tool-3.26.4-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnome-extra/gnome-tweak-tool/gnome-tweak-tool-3.26.4-r1.ebuild 
b/gnome-extra/gnome-tweak-tool/gnome-tweak-tool-3.26.4-r1.ebuild
index 333a7e3d562..96daee83ad0 100644
--- a/gnome-extra/gnome-tweak-tool/gnome-tweak-tool-3.26.4-r1.ebuild
+++ b/gnome-extra/gnome-tweak-tool/gnome-tweak-tool-3.26.4-r1.ebuild
@@ -28,7 +28,7 @@ RDEPEND="${COMMON_DEPEND}
 
dev-libs/glib:2
>=x11-libs/gtk+-3.12:3[introspection]
-   >=gnome-base/gnome-desktop-3.6.0.1:3=[introspection]
+   >=gnome-base/gnome-desktop-3.6.0.1:3[introspection]
net-libs/libsoup:2.4[introspection]
x11-libs/libnotify[introspection]
 



[gentoo-commits] repo/gentoo:master commit in: gnome-extra/gnome-tweak-tool/

2019-02-22 Thread Mart Raudsepp
commit: 5505d81b36dda96c486d23f457794827a15f1755
Author: Mart Raudsepp  gentoo  org>
AuthorDate: Fri Feb 22 19:10:38 2019 +
Commit: Mart Raudsepp  gentoo  org>
CommitDate: Fri Feb 22 19:12:29 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5505d81b

gnome-extra/gnome-tweak-tool: fix HOMEPAGE

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

 gnome-extra/gnome-tweak-tool/gnome-tweak-tool-3.24.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnome-extra/gnome-tweak-tool/gnome-tweak-tool-3.24.1.ebuild 
b/gnome-extra/gnome-tweak-tool/gnome-tweak-tool-3.24.1.ebuild
index 203e99cb776..9270081eb2b 100644
--- a/gnome-extra/gnome-tweak-tool/gnome-tweak-tool-3.24.1.ebuild
+++ b/gnome-extra/gnome-tweak-tool/gnome-tweak-tool-3.24.1.ebuild
@@ -8,7 +8,7 @@ PYTHON_COMPAT=( python2_7 )
 inherit gnome2 python-r1
 
 DESCRIPTION="Tool to customize GNOME 3 options"
-HOMEPAGE="https://wiki.gnome.org/action/show/Apps/GnomeTweakTool";
+HOMEPAGE="https://wiki.gnome.org/Apps/Tweaks";
 
 LICENSE="GPL-2+"
 SLOT="0"



[gentoo-commits] repo/gentoo:master commit in: gnome-extra/gnome-tweak-tool/

2019-01-15 Thread Mart Raudsepp
commit: 3b41a33d94f0ed3212ea2de3150f0e4da44afff8
Author: Mart Raudsepp  gentoo  org>
AuthorDate: Wed Jan 16 02:32:33 2019 +
Commit: Mart Raudsepp  gentoo  org>
CommitDate: Wed Jan 16 02:38:00 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3b41a33d

gnome-extra/gnome-tweak-tool: restore ~alpha ~arm ~ppc ~ppc64 keywords

These arches now have gnome-shell-3.24 keyworded, thus the reason that
dropped the keywords is gone, but the re-keywording together with gnome-shell
was missed. Just restore the keywords now, as they are ~arch.

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

 gnome-extra/gnome-tweak-tool/gnome-tweak-tool-3.24.1.ebuild| 4 ++--
 gnome-extra/gnome-tweak-tool/gnome-tweak-tool-3.26.4-r1.ebuild | 2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/gnome-extra/gnome-tweak-tool/gnome-tweak-tool-3.24.1.ebuild 
b/gnome-extra/gnome-tweak-tool/gnome-tweak-tool-3.24.1.ebuild
index e53ec44d1f8..203e99cb776 100644
--- a/gnome-extra/gnome-tweak-tool/gnome-tweak-tool-3.24.1.ebuild
+++ b/gnome-extra/gnome-tweak-tool/gnome-tweak-tool-3.24.1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -16,7 +16,7 @@ SLOT="0"
 IUSE=""
 REQUIRED_USE="${PYTHON_REQUIRED_USE}"
 
-KEYWORDS="amd64 ~ia64 x86"
+KEYWORDS="~alpha amd64 ~arm ~ia64 ~ppc ~ppc64 x86"
 
 COMMON_DEPEND="
${PYTHON_DEPS}

diff --git a/gnome-extra/gnome-tweak-tool/gnome-tweak-tool-3.26.4-r1.ebuild 
b/gnome-extra/gnome-tweak-tool/gnome-tweak-tool-3.26.4-r1.ebuild
index 5964d5a6fc0..333a7e3d562 100644
--- a/gnome-extra/gnome-tweak-tool/gnome-tweak-tool-3.26.4-r1.ebuild
+++ b/gnome-extra/gnome-tweak-tool/gnome-tweak-tool-3.26.4-r1.ebuild
@@ -16,7 +16,7 @@ SLOT="0"
 IUSE=""
 REQUIRED_USE="${PYTHON_REQUIRED_USE}"
 
-KEYWORDS="~amd64 ~ia64 ~x86"
+KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~x86"
 
 COMMON_DEPEND="
${PYTHON_DEPS}



[gentoo-commits] repo/gentoo:master commit in: gnome-extra/gnome-tweak-tool/

2019-01-15 Thread Mart Raudsepp
commit: 0b2ae03e5aeb45960a4a6ebe80ccc0d5a3349d84
Author: Mart Raudsepp  gentoo  org>
AuthorDate: Wed Jan 16 02:36:13 2019 +
Commit: Mart Raudsepp  gentoo  org>
CommitDate: Wed Jan 16 02:38:02 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0b2ae03e

gnome-extra/gnome-tweak-tool: remove old

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

 gnome-extra/gnome-tweak-tool/Manifest  |  1 -
 .../gnome-tweak-tool-3.22.0.ebuild | 71 --
 2 files changed, 72 deletions(-)

diff --git a/gnome-extra/gnome-tweak-tool/Manifest 
b/gnome-extra/gnome-tweak-tool/Manifest
index 9b342c2bce6..d02673f40e5 100644
--- a/gnome-extra/gnome-tweak-tool/Manifest
+++ b/gnome-extra/gnome-tweak-tool/Manifest
@@ -1,3 +1,2 @@
-DIST gnome-tweak-tool-3.22.0.tar.xz 260132 BLAKE2B 
fe3e8810fa3fc209707ca5b2fa16d75114038243ff3930065b44ea34c1030a435a2aec70b108134ae238d8ed4d3ec70cc51c0c1f69c1d41bea162211765fb690
 SHA512 
c63c2c61787c78e2e25077cc83b28ae49bffd9e7c39aa78ebd93587ba9640275083f46273cb55986bcc46842449a31f38b77f0e9be69cea551218fd160f6d769
 DIST gnome-tweak-tool-3.24.1.tar.xz 261872 BLAKE2B 
ce62ad4357d8f8660bbbdcd81a1190f21cf7a832853aba404bc087b8150bff8f6451902102dfe030a6eec5ce658d31f176e0d32055f25e69203fda65ce092120
 SHA512 
b76e9a46de07d12b586fb7326fcd51fff1565b831fe8f4d1ab4bbefe36450b5d2cb7c7a168922960894ba57ac9bd412afa61973c034bd1b5f2b45c52eb34adcd
 DIST gnome-tweak-tool-3.26.4.tar.xz 253036 BLAKE2B 
a63d6977e7b4fb9d7e26752a95e123794daa5412ccc2f4ac1572ee1bf06730b29e5a2bd0d547dc3f8bfc1ab2c4a2d9bd72c42f9c0ff10d9bc9a23d377883562d
 SHA512 
42828720213cf366534eabf46fa4c3e4c3f15f2310adad96a5297300c781abe62e3f59ec305e077cdd6bb5538dae3ec3487e5accecd2ce6221c388c28092c2d0

diff --git a/gnome-extra/gnome-tweak-tool/gnome-tweak-tool-3.22.0.ebuild 
b/gnome-extra/gnome-tweak-tool/gnome-tweak-tool-3.22.0.ebuild
deleted file mode 100644
index 91fd458f0e8..000
--- a/gnome-extra/gnome-tweak-tool/gnome-tweak-tool-3.22.0.ebuild
+++ /dev/null
@@ -1,71 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-GNOME2_LA_PUNT="yes"
-PYTHON_COMPAT=( python2_7 )
-
-inherit gnome2 python-r1
-
-DESCRIPTION="Tool to customize GNOME 3 options"
-HOMEPAGE="https://wiki.gnome.org/action/show/Apps/GnomeTweakTool";
-
-LICENSE="GPL-2+"
-SLOT="0"
-
-IUSE=""
-REQUIRED_USE="${PYTHON_REQUIRED_USE}"
-
-KEYWORDS="~alpha amd64 ~arm ~ia64 ~ppc ~ppc64 x86"
-
-# Newer pygobject needed due upstream bug #723951
-COMMON_DEPEND="
-   ${PYTHON_DEPS}
-   dev-libs/glib:2[dbus]
-   >=dev-python/pygobject-3.10.2:3[${PYTHON_USEDEP}]
-   >=gnome-base/gsettings-desktop-schemas-3.21.2
-"
-# g-s-d, gnome-desktop, gnome-shell etc. needed at runtime for the gsettings 
schemas
-RDEPEND="${COMMON_DEPEND}
-   >=gnome-base/gnome-desktop-3.6.0.1:3=[introspection]
-   >=x11-libs/gtk+-3.12:3[introspection]
-
-   net-libs/libsoup:2.4[introspection]
-   x11-libs/libnotify[introspection]
-
-   >=gnome-base/gnome-settings-daemon-3
-   gnome-base/gnome-shell
-   >=gnome-base/nautilus-3
-"
-DEPEND="${COMMON_DEPEND}
-   >=dev-util/intltool-0.40.0
-   virtual/pkgconfig
-"
-
-src_prepare() {
-   # Add contents of Gentoo's cursor theme directory to cursor theme list
-   eapply "${FILESDIR}/${PN}-3.10.1-gentoo-cursor-themes.patch"
-
-   gnome2_src_prepare
-   python_copy_sources
-}
-
-src_configure() {
-   python_foreach_impl run_in_build_dir gnome2_src_configure
-}
-
-src_compile() {
-   python_foreach_impl run_in_build_dir gnome2_src_compile
-}
-
-src_test() {
-   python_foreach_impl run_in_build_dir default
-}
-
-src_install() {
-   install_python() {
-   gnome2_src_install
-   python_doscript gnome-tweak-tool || die
-   }
-   python_foreach_impl run_in_build_dir install_python
-}



[gentoo-commits] repo/gentoo:master commit in: gnome-extra/gnome-tweak-tool/, gnome-extra/gnome-tweak-tool/files/

2019-01-15 Thread Mart Raudsepp
commit: 242f48cfe76ad769d3419a7749e1b74ddd3d3556
Author: Mart Raudsepp  gentoo  org>
AuthorDate: Wed Jan 16 02:27:16 2019 +
Commit: Mart Raudsepp  gentoo  org>
CommitDate: Wed Jan 16 02:37:58 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=242f48cf

gnome-extra/gnome-tweak-tool: bump to 3.26.4

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

 gnome-extra/gnome-tweak-tool/Manifest  |  1 +
 .../files/3.26.4-gentoo-cursor-themes.patch| 26 +
 .../gnome-tweak-tool-3.26.4-r1.ebuild  | 61 ++
 gnome-extra/gnome-tweak-tool/metadata.xml  |  6 +++
 4 files changed, 94 insertions(+)

diff --git a/gnome-extra/gnome-tweak-tool/Manifest 
b/gnome-extra/gnome-tweak-tool/Manifest
index 91e87ed4975..9b342c2bce6 100644
--- a/gnome-extra/gnome-tweak-tool/Manifest
+++ b/gnome-extra/gnome-tweak-tool/Manifest
@@ -1,2 +1,3 @@
 DIST gnome-tweak-tool-3.22.0.tar.xz 260132 BLAKE2B 
fe3e8810fa3fc209707ca5b2fa16d75114038243ff3930065b44ea34c1030a435a2aec70b108134ae238d8ed4d3ec70cc51c0c1f69c1d41bea162211765fb690
 SHA512 
c63c2c61787c78e2e25077cc83b28ae49bffd9e7c39aa78ebd93587ba9640275083f46273cb55986bcc46842449a31f38b77f0e9be69cea551218fd160f6d769
 DIST gnome-tweak-tool-3.24.1.tar.xz 261872 BLAKE2B 
ce62ad4357d8f8660bbbdcd81a1190f21cf7a832853aba404bc087b8150bff8f6451902102dfe030a6eec5ce658d31f176e0d32055f25e69203fda65ce092120
 SHA512 
b76e9a46de07d12b586fb7326fcd51fff1565b831fe8f4d1ab4bbefe36450b5d2cb7c7a168922960894ba57ac9bd412afa61973c034bd1b5f2b45c52eb34adcd
+DIST gnome-tweak-tool-3.26.4.tar.xz 253036 BLAKE2B 
a63d6977e7b4fb9d7e26752a95e123794daa5412ccc2f4ac1572ee1bf06730b29e5a2bd0d547dc3f8bfc1ab2c4a2d9bd72c42f9c0ff10d9bc9a23d377883562d
 SHA512 
42828720213cf366534eabf46fa4c3e4c3f15f2310adad96a5297300c781abe62e3f59ec305e077cdd6bb5538dae3ec3487e5accecd2ce6221c388c28092c2d0

diff --git 
a/gnome-extra/gnome-tweak-tool/files/3.26.4-gentoo-cursor-themes.patch 
b/gnome-extra/gnome-tweak-tool/files/3.26.4-gentoo-cursor-themes.patch
new file mode 100644
index 000..e7eafc8be8a
--- /dev/null
+++ b/gnome-extra/gnome-tweak-tool/files/3.26.4-gentoo-cursor-themes.patch
@@ -0,0 +1,26 @@
+From 52dc5f832bbb249896f114439d7d1562e26b5e47 Mon Sep 17 00:00:00 2001
+From: Mart Raudsepp 
+Date: Wed, 16 Jan 2019 04:04:16 +0200
+Subject: [PATCH] appearance: Look for cursors in Gentoo location too
+
+---
+ gtweak/tweaks/tweak_group_appearance.py | 3 ++-
+ 1 file changed, 2 insertions(+), 1 deletion(-)
+
+diff --git a/gtweak/tweaks/tweak_group_appearance.py 
b/gtweak/tweaks/tweak_group_appearance.py
+index 1a56287..83159c9 100644
+--- a/gtweak/tweaks/tweak_group_appearance.py
 b/gtweak/tweaks/tweak_group_appearance.py
+@@ -87,7 +87,8 @@ class CursorThemeSwitcher(GSettingsComboTweak):
+ **options)
+ 
+ def _get_valid_cursor_themes(self):
+-dirs = ( os.path.join(gtweak.DATA_DIR, "icons"),
++dirs = ( os.path.join(gtweak.DATA_DIR, "cursors", "xorg-x11"),
++ os.path.join(gtweak.DATA_DIR, "icons"),
+  os.path.join(GLib.get_user_data_dir(), "icons"),
+  os.path.join(os.path.expanduser("~"), ".icons"))
+ valid = walk_directories(dirs, lambda d:
+-- 
+2.17.0
+

diff --git a/gnome-extra/gnome-tweak-tool/gnome-tweak-tool-3.26.4-r1.ebuild 
b/gnome-extra/gnome-tweak-tool/gnome-tweak-tool-3.26.4-r1.ebuild
new file mode 100644
index 000..5964d5a6fc0
--- /dev/null
+++ b/gnome-extra/gnome-tweak-tool/gnome-tweak-tool-3.26.4-r1.ebuild
@@ -0,0 +1,61 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+GNOME2_LA_PUNT="yes"
+PYTHON_COMPAT=( python3_{4,5,6} )
+
+inherit gnome.org meson gnome2-utils python-single-r1 xdg
+
+DESCRIPTION="Customize advanced GNOME 3 options"
+HOMEPAGE="https://wiki.gnome.org/Apps/Tweaks";
+
+LICENSE="GPL-3+"
+SLOT="0"
+
+IUSE=""
+REQUIRED_USE="${PYTHON_REQUIRED_USE}"
+
+KEYWORDS="~amd64 ~ia64 ~x86"
+
+COMMON_DEPEND="
+   ${PYTHON_DEPS}
+"
+# g-s-d, gnome-desktop, gnome-shell etc. needed at runtime for the gsettings 
schemas
+RDEPEND="${COMMON_DEPEND}
+   >=dev-python/pygobject-3.10.2:3[${PYTHON_USEDEP}]
+   >=gnome-base/gnome-settings-daemon-3
+
+   dev-libs/glib:2
+   >=x11-libs/gtk+-3.12:3[introspection]
+   >=gnome-base/gnome-desktop-3.6.0.1:3=[introspection]
+   net-libs/libsoup:2.4[introspection]
+   x11-libs/libnotify[introspection]
+
+   >=gnome-base/gsettings-desktop-schemas-3.24
+   >=gnome-base/gnome-shell-3.24
+   x11-wm/mutter
+   >=gnome-base/nautilus-3
+"
+DEPEND="${COMMON_DEPEND}
+   >=sys-devel/gettext-0.19.8
+"
+
+PATCHES=(
+   "${FILESDIR}"/${PV}-gentoo-cursor-themes.patch # Add contents of 
Gentoo's cursor theme directory to cursor theme list
+)
+
+src_install() {
+   meson_src_install
+   python_fix_shebang "${ED}"/usr/bin/
+}
+
+pkg_postinst() {
+   

[gentoo-commits] repo/gentoo:master commit in: gnome-extra/gnome-tweak-tool/

2018-01-17 Thread Mikle Kolyada
commit: 2a6358d639712a718f54df12ba33c9f85665a4fb
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Thu Jan 18 03:24:49 2018 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Thu Jan 18 03:24:49 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2a6358d6

gnome-extra/gnome-tweak-tool: amd64 stable wrt bug #631656

Package-Manager: Portage-2.3.19, Repoman-2.3.6

 gnome-extra/gnome-tweak-tool/gnome-tweak-tool-3.24.1.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnome-extra/gnome-tweak-tool/gnome-tweak-tool-3.24.1.ebuild 
b/gnome-extra/gnome-tweak-tool/gnome-tweak-tool-3.24.1.ebuild
index ad1a344271f..70d7fdf0d06 100644
--- a/gnome-extra/gnome-tweak-tool/gnome-tweak-tool-3.24.1.ebuild
+++ b/gnome-extra/gnome-tweak-tool/gnome-tweak-tool-3.24.1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -16,7 +16,7 @@ SLOT="0"
 IUSE=""
 REQUIRED_USE="${PYTHON_REQUIRED_USE}"
 
-KEYWORDS="~amd64 ~ia64 ~x86"
+KEYWORDS="amd64 ~ia64 ~x86"
 
 COMMON_DEPEND="
${PYTHON_DEPS}



[gentoo-commits] repo/gentoo:master commit in: gnome-extra/gnome-tweak-tool/

2017-08-15 Thread Gilles Dartiguelongue
commit: 4434e53db9b7dfefba804ccebc85451ee7360d58
Author: Gilles Dartiguelongue  gentoo  org>
AuthorDate: Tue Aug 15 23:22:19 2017 +
Commit: Gilles Dartiguelongue  gentoo  org>
CommitDate: Tue Aug 15 23:22:19 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4434e53d

gnome-extra/gnome-tweak-tool: drop keywords due to missing keyword on 
gnome-shell

Package-Manager: Portage-2.3.7, Repoman-2.3.3

 gnome-extra/gnome-tweak-tool/gnome-tweak-tool-3.24.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnome-extra/gnome-tweak-tool/gnome-tweak-tool-3.24.1.ebuild 
b/gnome-extra/gnome-tweak-tool/gnome-tweak-tool-3.24.1.ebuild
index 5791e8849e4..ad1a344271f 100644
--- a/gnome-extra/gnome-tweak-tool/gnome-tweak-tool-3.24.1.ebuild
+++ b/gnome-extra/gnome-tweak-tool/gnome-tweak-tool-3.24.1.ebuild
@@ -16,7 +16,7 @@ SLOT="0"
 IUSE=""
 REQUIRED_USE="${PYTHON_REQUIRED_USE}"
 
-KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~x86"
+KEYWORDS="~amd64 ~ia64 ~x86"
 
 COMMON_DEPEND="
${PYTHON_DEPS}



[gentoo-commits] repo/gentoo:master commit in: gnome-extra/gnome-tweak-tool/

2017-08-15 Thread Gilles Dartiguelongue
commit: b1ed8cf0d0fcb8c8be03b7c020c9aac729eac749
Author: Gilles Dartiguelongue  gentoo  org>
AuthorDate: Tue Aug 15 22:14:37 2017 +
Commit: Gilles Dartiguelongue  gentoo  org>
CommitDate: Tue Aug 15 22:43:27 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b1ed8cf0

gnome-extra/gnome-tweak-tool: raise dependency on gnome-shell

due to new schema entry.

Package-Manager: Portage-2.3.7, Repoman-2.3.3

 gnome-extra/gnome-tweak-tool/gnome-tweak-tool-3.24.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnome-extra/gnome-tweak-tool/gnome-tweak-tool-3.24.1.ebuild 
b/gnome-extra/gnome-tweak-tool/gnome-tweak-tool-3.24.1.ebuild
index eb0b408ac41..5791e8849e4 100644
--- a/gnome-extra/gnome-tweak-tool/gnome-tweak-tool-3.24.1.ebuild
+++ b/gnome-extra/gnome-tweak-tool/gnome-tweak-tool-3.24.1.ebuild
@@ -33,7 +33,7 @@ RDEPEND="${COMMON_DEPEND}
x11-libs/libnotify[introspection]
 
>=gnome-base/gnome-settings-daemon-3
-   gnome-base/gnome-shell
+   >=gnome-base/gnome-shell-3.24
>=gnome-base/nautilus-3
 "
 DEPEND="${COMMON_DEPEND}



[gentoo-commits] repo/gentoo:master commit in: gnome-extra/gnome-tweak-tool/

2017-08-13 Thread Gilles Dartiguelongue
commit: ad537b39569dfc5fe7aaf8c1d27ff5ff942943dd
Author: Gilles Dartiguelongue  gentoo  org>
AuthorDate: Sun Aug 13 16:48:43 2017 +
Commit: Gilles Dartiguelongue  gentoo  org>
CommitDate: Sun Aug 13 17:02:56 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ad537b39

gnome-extra/gnome-teak-tool: version bump 3.22.0 → 3.24.1

Package-Manager: Portage-2.3.7, Repoman-2.3.3

 gnome-extra/gnome-tweak-tool/Manifest  |  1 +
 .../gnome-tweak-tool-3.24.1.ebuild | 70 ++
 2 files changed, 71 insertions(+)

diff --git a/gnome-extra/gnome-tweak-tool/Manifest 
b/gnome-extra/gnome-tweak-tool/Manifest
index 390354f70c1..6c33c61539a 100644
--- a/gnome-extra/gnome-tweak-tool/Manifest
+++ b/gnome-extra/gnome-tweak-tool/Manifest
@@ -1 +1,2 @@
 DIST gnome-tweak-tool-3.22.0.tar.xz 260132 SHA256 
3d6ae11e13f6169ee543e573135e1e5697cf92ab8d86570c6f952021ae093abb SHA512 
c63c2c61787c78e2e25077cc83b28ae49bffd9e7c39aa78ebd93587ba9640275083f46273cb55986bcc46842449a31f38b77f0e9be69cea551218fd160f6d769
 WHIRLPOOL 
020c7f87a321558bc9addbd4bced797c458a71834edf6e11d9b40893d03ec9cc57b203d4aba3f3092d549ffcd9b1d96a080ea034ed97752dba8e445cb269e67e
+DIST gnome-tweak-tool-3.24.1.tar.xz 261872 SHA256 
19226b374148d660330af9a8341087c2f869bb24355f4dcc87857169eca9f565 SHA512 
b76e9a46de07d12b586fb7326fcd51fff1565b831fe8f4d1ab4bbefe36450b5d2cb7c7a168922960894ba57ac9bd412afa61973c034bd1b5f2b45c52eb34adcd
 WHIRLPOOL 
3399af3fefe226c10f51a42e7f3231e2cf7c3b22840694a2671651bcc3ee4366bec3c973be7240020ffe1cdb1b07aae29f1a4b5c9ab4775c53cc505115a92c6d

diff --git a/gnome-extra/gnome-tweak-tool/gnome-tweak-tool-3.24.1.ebuild 
b/gnome-extra/gnome-tweak-tool/gnome-tweak-tool-3.24.1.ebuild
new file mode 100644
index 000..eb0b408ac41
--- /dev/null
+++ b/gnome-extra/gnome-tweak-tool/gnome-tweak-tool-3.24.1.ebuild
@@ -0,0 +1,70 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+GNOME2_LA_PUNT="yes"
+PYTHON_COMPAT=( python2_7 )
+
+inherit gnome2 python-r1
+
+DESCRIPTION="Tool to customize GNOME 3 options"
+HOMEPAGE="https://wiki.gnome.org/action/show/Apps/GnomeTweakTool";
+
+LICENSE="GPL-2+"
+SLOT="0"
+
+IUSE=""
+REQUIRED_USE="${PYTHON_REQUIRED_USE}"
+
+KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~x86"
+
+COMMON_DEPEND="
+   ${PYTHON_DEPS}
+   dev-libs/glib:2[dbus]
+   >=dev-python/pygobject-3.10.2:3[${PYTHON_USEDEP}]
+   >=gnome-base/gsettings-desktop-schemas-3.23.3
+"
+# g-s-d, gnome-desktop, gnome-shell etc. needed at runtime for the gsettings 
schemas
+RDEPEND="${COMMON_DEPEND}
+   >=gnome-base/gnome-desktop-3.6.0.1:3=[introspection]
+   >=x11-libs/gtk+-3.12:3[introspection]
+
+   net-libs/libsoup:2.4[introspection]
+   x11-libs/libnotify[introspection]
+
+   >=gnome-base/gnome-settings-daemon-3
+   gnome-base/gnome-shell
+   >=gnome-base/nautilus-3
+"
+DEPEND="${COMMON_DEPEND}
+   >=dev-util/intltool-0.40.0
+   virtual/pkgconfig
+"
+
+src_prepare() {
+   # Add contents of Gentoo's cursor theme directory to cursor theme list
+   eapply "${FILESDIR}/${PN}-3.10.1-gentoo-cursor-themes.patch"
+
+   gnome2_src_prepare
+   python_copy_sources
+}
+
+src_configure() {
+   python_foreach_impl run_in_build_dir gnome2_src_configure
+}
+
+src_compile() {
+   python_foreach_impl run_in_build_dir gnome2_src_compile
+}
+
+src_test() {
+   python_foreach_impl run_in_build_dir default
+}
+
+src_install() {
+   install_python() {
+   gnome2_src_install
+   python_doscript gnome-tweak-tool || die
+   }
+   python_foreach_impl run_in_build_dir install_python
+}



[gentoo-commits] repo/gentoo:master commit in: gnome-extra/gnome-tweak-tool/

2017-04-02 Thread Mart Raudsepp
commit: 5ca9fb08b60a34a1037025014020a96f1b30f37b
Author: Mart Raudsepp  gentoo  org>
AuthorDate: Sun Apr  2 12:28:14 2017 +
Commit: Mart Raudsepp  gentoo  org>
CommitDate: Sun Apr  2 13:01:33 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5ca9fb08

gnome-extra/gnome-tweak-tool: remove old

Package-Manager: Portage-2.3.5, Repoman-2.3.1

 gnome-extra/gnome-tweak-tool/Manifest  |  1 -
 .../gnome-tweak-tool-3.20.1.ebuild | 71 --
 2 files changed, 72 deletions(-)

diff --git a/gnome-extra/gnome-tweak-tool/Manifest 
b/gnome-extra/gnome-tweak-tool/Manifest
index c72da07bd4a..390354f70c1 100644
--- a/gnome-extra/gnome-tweak-tool/Manifest
+++ b/gnome-extra/gnome-tweak-tool/Manifest
@@ -1,2 +1 @@
-DIST gnome-tweak-tool-3.20.1.tar.xz 255988 SHA256 
5171b2f75ceeea9455543e999a83a71e8566947f89eb9157aaff7969b7e446ba SHA512 
d1943a9f0d7e4ec0c2399276342dfc9418ed161a5583eb44543e76f22d883b39c54dc701ad3aae8827624f75f7ee53f3b8e4e7804a07ff11716d1a134fc25ddf
 WHIRLPOOL 
84478cabaf6d7513dab84ebb83cb9c93bfdcbbb537e642840f96671131c93cd1084d39e79e16d47b7dfe181941febe6a0e36aa38d16faeff1cf7d47bbcfe3215
 DIST gnome-tweak-tool-3.22.0.tar.xz 260132 SHA256 
3d6ae11e13f6169ee543e573135e1e5697cf92ab8d86570c6f952021ae093abb SHA512 
c63c2c61787c78e2e25077cc83b28ae49bffd9e7c39aa78ebd93587ba9640275083f46273cb55986bcc46842449a31f38b77f0e9be69cea551218fd160f6d769
 WHIRLPOOL 
020c7f87a321558bc9addbd4bced797c458a71834edf6e11d9b40893d03ec9cc57b203d4aba3f3092d549ffcd9b1d96a080ea034ed97752dba8e445cb269e67e

diff --git a/gnome-extra/gnome-tweak-tool/gnome-tweak-tool-3.20.1.ebuild 
b/gnome-extra/gnome-tweak-tool/gnome-tweak-tool-3.20.1.ebuild
deleted file mode 100644
index 647c8269c8d..000
--- a/gnome-extra/gnome-tweak-tool/gnome-tweak-tool-3.20.1.ebuild
+++ /dev/null
@@ -1,71 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-GNOME2_LA_PUNT="yes"
-PYTHON_COMPAT=( python2_7 )
-
-inherit eutils gnome2 python-r1
-
-DESCRIPTION="Tool to customize GNOME 3 options"
-HOMEPAGE="https://wiki.gnome.org/action/show/Apps/GnomeTweakTool";
-
-LICENSE="GPL-2+"
-SLOT="0"
-
-IUSE=""
-REQUIRED_USE="${PYTHON_REQUIRED_USE}"
-
-KEYWORDS="~alpha amd64 ~arm ~ia64 ~ppc ~ppc64 x86"
-
-# Newer pygobject needed due upstream bug #723951
-COMMON_DEPEND="
-   ${PYTHON_DEPS}
-   dev-libs/glib:2[dbus]
-   >=dev-python/pygobject-3.10.2:3[${PYTHON_USEDEP}]
-   >=gnome-base/gsettings-desktop-schemas-3.4
-"
-# g-s-d, gnome-desktop, gnome-shell etc. needed at runtime for the gsettings 
schemas
-RDEPEND="${COMMON_DEPEND}
-   >=gnome-base/gnome-desktop-3.6.0.1:3=[introspection]
-   >=x11-libs/gtk+-3.12:3[introspection]
-
-   net-libs/libsoup:2.4[introspection]
-   x11-libs/libnotify[introspection]
-
-   >=gnome-base/gnome-settings-daemon-3
-   gnome-base/gnome-shell
-   >=gnome-base/nautilus-3
-"
-DEPEND="${COMMON_DEPEND}
-   >=dev-util/intltool-0.40.0
-   virtual/pkgconfig
-"
-
-src_prepare() {
-   # Add contents of Gentoo's cursor theme directory to cursor theme list
-   eapply "${FILESDIR}/${PN}-3.10.1-gentoo-cursor-themes.patch"
-
-   gnome2_src_prepare
-   python_copy_sources
-}
-
-src_configure() {
-   python_foreach_impl run_in_build_dir gnome2_src_configure
-}
-
-src_compile() {
-   python_foreach_impl run_in_build_dir gnome2_src_compile
-}
-
-src_test() {
-   python_foreach_impl run_in_build_dir default
-}
-
-src_install() {
-   install_python() {
-   gnome2_src_install
-   python_doscript gnome-tweak-tool || die
-   }
-   python_foreach_impl run_in_build_dir install_python
-}



[gentoo-commits] repo/gentoo:master commit in: gnome-extra/gnome-tweak-tool/

2017-02-04 Thread Pacho Ramos
commit: 2ac381f272742e2708e7913b3a6d632255a3466a
Author: Pacho Ramos  gentoo  org>
AuthorDate: Sat Feb  4 15:22:29 2017 +
Commit: Pacho Ramos  gentoo  org>
CommitDate: Sat Feb  4 15:23:59 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2ac381f2

gnome-extra/gnome-tweak-tool: Drop sparc (#599572)

Package-Manager: Portage-2.3.3, Repoman-2.3.1

 gnome-extra/gnome-tweak-tool/gnome-tweak-tool-3.20.1.ebuild | 4 ++--
 gnome-extra/gnome-tweak-tool/gnome-tweak-tool-3.22.0.ebuild | 4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/gnome-extra/gnome-tweak-tool/gnome-tweak-tool-3.20.1.ebuild 
b/gnome-extra/gnome-tweak-tool/gnome-tweak-tool-3.20.1.ebuild
index 223af9e..9939f72 100644
--- a/gnome-extra/gnome-tweak-tool/gnome-tweak-tool-3.20.1.ebuild
+++ b/gnome-extra/gnome-tweak-tool/gnome-tweak-tool-3.20.1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
@@ -17,7 +17,7 @@ SLOT="0"
 IUSE=""
 REQUIRED_USE="${PYTHON_REQUIRED_USE}"
 
-KEYWORDS="~alpha amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc x86"
+KEYWORDS="~alpha amd64 ~arm ~ia64 ~ppc ~ppc64 x86"
 
 # Newer pygobject needed due upstream bug #723951
 COMMON_DEPEND="

diff --git a/gnome-extra/gnome-tweak-tool/gnome-tweak-tool-3.22.0.ebuild 
b/gnome-extra/gnome-tweak-tool/gnome-tweak-tool-3.22.0.ebuild
index 59055a1..8b997c6 100644
--- a/gnome-extra/gnome-tweak-tool/gnome-tweak-tool-3.22.0.ebuild
+++ b/gnome-extra/gnome-tweak-tool/gnome-tweak-tool-3.22.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
@@ -17,7 +17,7 @@ SLOT="0"
 IUSE=""
 REQUIRED_USE="${PYTHON_REQUIRED_USE}"
 
-KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc ~x86"
+KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~x86"
 
 # Newer pygobject needed due upstream bug #723951
 COMMON_DEPEND="



[gentoo-commits] repo/gentoo:master commit in: gnome-extra/gnome-tweak-tool/files/

2016-12-08 Thread Pacho Ramos
commit: f1927fdf184057ca57737296faeef94a86ad88b8
Author: Michael Mair-Keimberger (asterix)  gmail 
 com>
AuthorDate: Sun Nov 27 10:24:57 2016 +
Commit: Pacho Ramos  gentoo  org>
CommitDate: Thu Dec  8 09:42:57 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f1927fdf

gnome-extra/gnome-tweak-tool: remove unused patches

Signed-off-by: Pacho Ramos  gentoo.org>

 .../files/gnome-tweak-tool-3.18.1-libsoup.patch| 41 --
 .../gnome-tweak-tool-3.8.1-wm-preferences.patch| 11 --
 2 files changed, 52 deletions(-)

diff --git 
a/gnome-extra/gnome-tweak-tool/files/gnome-tweak-tool-3.18.1-libsoup.patch 
b/gnome-extra/gnome-tweak-tool/files/gnome-tweak-tool-3.18.1-libsoup.patch
deleted file mode 100644
index 16aac12..
--- a/gnome-extra/gnome-tweak-tool/files/gnome-tweak-tool-3.18.1-libsoup.patch
+++ /dev/null
@@ -1,41 +0,0 @@
-From 0335e0edd652542ab6b995dc3e4334251b582b5d Mon Sep 17 00:00:00 2001
-From: Rui Matos 
-Date: Sun, 17 Jan 2016 19:48:51 +0100
-Subject: egowrapper: Port to new Soup.Session API
-
-This also allows us to stop using SoupGNOME since Soup.Session now
-uses the system's default proxy by default.
-
-https://bugzilla.gnome.org/show_bug.cgi?id=759951

- gtweak/egowrapper.py | 6 ++
- 1 file changed, 2 insertions(+), 4 deletions(-)
-
-diff --git a/gtweak/egowrapper.py b/gtweak/egowrapper.py
-index 738172a..9657c9b 100644
 a/gtweak/egowrapper.py
-+++ b/gtweak/egowrapper.py
-@@ -20,9 +20,8 @@ import logging
- 
- import gi
- gi.require_version("Soup", "2.4")
--gi.require_version("SoupGNOME", "2.4")
- from gi.repository import GObject
--from gi.repository import Soup, SoupGNOME
-+from gi.repository import Soup
- 
- class ExtensionsDotGnomeDotOrg(GObject.GObject):
- 
-@@ -35,8 +34,7 @@ class ExtensionsDotGnomeDotOrg(GObject.GObject):
- 
- def __init__(self, shell_version_tuple):
- GObject.GObject.__init__(self)
--self._session = Soup.SessionAsync.new()
--self._session.add_feature_by_type(SoupGNOME.ProxyResolverGNOME)
-+self._session = Soup.Session.new()
- 
- self._shell_version_tuple = shell_version_tuple
- self._extensions = {}
--- 
-cgit v0.12
-

diff --git 
a/gnome-extra/gnome-tweak-tool/files/gnome-tweak-tool-3.8.1-wm-preferences.patch
 
b/gnome-extra/gnome-tweak-tool/files/gnome-tweak-tool-3.8.1-wm-preferences.patch
deleted file mode 100644
index 4283b51..
--- 
a/gnome-extra/gnome-tweak-tool/files/gnome-tweak-tool-3.8.1-wm-preferences.patch
+++ /dev/null
@@ -1,11 +0,0 @@
 gtweak/gsettings.py.old2013-11-16 09:00:44.863767301 +0100
-+++ gtweak/gsettings.py2013-11-16 09:01:18.873393932 +0100
-@@ -34,6 +34,8 @@
- def __init__(self, schema_name, schema_dir=None, schema_filename=None, 
**options):
- if not schema_dir:
- schema_dir = gtweak.GSETTINGS_SCHEMA_DIR
-+if schema_name == "org.gnome.desktop.wm.preferences":
-+schema_filename = schema_name + ".gschema.xml"
- if not schema_filename:
- schema_filename = schema_name + ".gschema.xml"
- 



[gentoo-commits] repo/gentoo:master commit in: gnome-extra/gnome-tweak-tool/

2016-11-11 Thread Gilles Dartiguelongue
commit: 6aeff0c5b7d0685eada597c27fc4c3bb2ad661fc
Author: Gilles Dartiguelongue  gentoo  org>
AuthorDate: Sat Nov 12 00:12:59 2016 +
Commit: Gilles Dartiguelongue  gentoo  org>
CommitDate: Sat Nov 12 00:34:00 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6aeff0c5

gnome-extra/gnome-tweak-tool: version bump 3.20.1 → 3.22.0

Package-Manager: portage-2.3.2

 gnome-extra/gnome-tweak-tool/Manifest  |  1 +
 .../gnome-tweak-tool-3.22.0.ebuild | 72 ++
 2 files changed, 73 insertions(+)

diff --git a/gnome-extra/gnome-tweak-tool/Manifest 
b/gnome-extra/gnome-tweak-tool/Manifest
index 72e0ff4..c2a8a7f 100644
--- a/gnome-extra/gnome-tweak-tool/Manifest
+++ b/gnome-extra/gnome-tweak-tool/Manifest
@@ -1,2 +1,3 @@
 DIST gnome-tweak-tool-3.18.1.tar.xz 252716 SHA256 
5c2c1103237648413c2d63a941e06b7057d6b102276b5968517753075de29430 SHA512 
0e7d05292dc961e25efb8b410fca20281541ac9cecde307a733c0c95a370255cf790dcef0d708544b1174c95184550a966466ac510ced6ba69d2e82508433cf5
 WHIRLPOOL 
35d4049d370ada31ec558881e93f4f22ac3384b9e6ae8f6b78eebe7a732283555021a2cd98cfa6238570baaa23d6cba2ee0a3603e9e0a84e3cd745e67a8c3e9b
 DIST gnome-tweak-tool-3.20.1.tar.xz 255988 SHA256 
5171b2f75ceeea9455543e999a83a71e8566947f89eb9157aaff7969b7e446ba SHA512 
d1943a9f0d7e4ec0c2399276342dfc9418ed161a5583eb44543e76f22d883b39c54dc701ad3aae8827624f75f7ee53f3b8e4e7804a07ff11716d1a134fc25ddf
 WHIRLPOOL 
84478cabaf6d7513dab84ebb83cb9c93bfdcbbb537e642840f96671131c93cd1084d39e79e16d47b7dfe181941febe6a0e36aa38d16faeff1cf7d47bbcfe3215
+DIST gnome-tweak-tool-3.22.0.tar.xz 260132 SHA256 
3d6ae11e13f6169ee543e573135e1e5697cf92ab8d86570c6f952021ae093abb SHA512 
c63c2c61787c78e2e25077cc83b28ae49bffd9e7c39aa78ebd93587ba9640275083f46273cb55986bcc46842449a31f38b77f0e9be69cea551218fd160f6d769
 WHIRLPOOL 
020c7f87a321558bc9addbd4bced797c458a71834edf6e11d9b40893d03ec9cc57b203d4aba3f3092d549ffcd9b1d96a080ea034ed97752dba8e445cb269e67e

diff --git a/gnome-extra/gnome-tweak-tool/gnome-tweak-tool-3.22.0.ebuild 
b/gnome-extra/gnome-tweak-tool/gnome-tweak-tool-3.22.0.ebuild
new file mode 100644
index ..59055a1
--- /dev/null
+++ b/gnome-extra/gnome-tweak-tool/gnome-tweak-tool-3.22.0.ebuild
@@ -0,0 +1,72 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+GNOME2_LA_PUNT="yes"
+PYTHON_COMPAT=( python2_7 )
+
+inherit gnome2 python-r1
+
+DESCRIPTION="Tool to customize GNOME 3 options"
+HOMEPAGE="https://wiki.gnome.org/action/show/Apps/GnomeTweakTool";
+
+LICENSE="GPL-2+"
+SLOT="0"
+
+IUSE=""
+REQUIRED_USE="${PYTHON_REQUIRED_USE}"
+
+KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc ~x86"
+
+# Newer pygobject needed due upstream bug #723951
+COMMON_DEPEND="
+   ${PYTHON_DEPS}
+   dev-libs/glib:2[dbus]
+   >=dev-python/pygobject-3.10.2:3[${PYTHON_USEDEP}]
+   >=gnome-base/gsettings-desktop-schemas-3.21.2
+"
+# g-s-d, gnome-desktop, gnome-shell etc. needed at runtime for the gsettings 
schemas
+RDEPEND="${COMMON_DEPEND}
+   >=gnome-base/gnome-desktop-3.6.0.1:3=[introspection]
+   >=x11-libs/gtk+-3.12:3[introspection]
+
+   net-libs/libsoup:2.4[introspection]
+   x11-libs/libnotify[introspection]
+
+   >=gnome-base/gnome-settings-daemon-3
+   gnome-base/gnome-shell
+   >=gnome-base/nautilus-3
+"
+DEPEND="${COMMON_DEPEND}
+   >=dev-util/intltool-0.40.0
+   virtual/pkgconfig
+"
+
+src_prepare() {
+   # Add contents of Gentoo's cursor theme directory to cursor theme list
+   eapply "${FILESDIR}/${PN}-3.10.1-gentoo-cursor-themes.patch"
+
+   gnome2_src_prepare
+   python_copy_sources
+}
+
+src_configure() {
+   python_foreach_impl run_in_build_dir gnome2_src_configure
+}
+
+src_compile() {
+   python_foreach_impl run_in_build_dir gnome2_src_compile
+}
+
+src_test() {
+   python_foreach_impl run_in_build_dir default
+}
+
+src_install() {
+   install_python() {
+   gnome2_src_install
+   python_doscript gnome-tweak-tool || die
+   }
+   python_foreach_impl run_in_build_dir install_python
+}



[gentoo-commits] repo/gentoo:master commit in: gnome-extra/gnome-tweak-tool/

2016-11-11 Thread Gilles Dartiguelongue
commit: bf0b1c40e88173aba51cbd2200538d9cf822e395
Author: Gilles Dartiguelongue  gentoo  org>
AuthorDate: Sat Nov 12 00:15:19 2016 +
Commit: Gilles Dartiguelongue  gentoo  org>
CommitDate: Sat Nov 12 00:34:01 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bf0b1c40

gnome-extra/gnome-tweak-tool: cleanup old revision

Package-Manager: portage-2.3.2

 gnome-extra/gnome-tweak-tool/Manifest  |  1 -
 .../gnome-tweak-tool-3.18.1-r2.ebuild  | 78 --
 2 files changed, 79 deletions(-)

diff --git a/gnome-extra/gnome-tweak-tool/Manifest 
b/gnome-extra/gnome-tweak-tool/Manifest
index c2a8a7f..c72da07 100644
--- a/gnome-extra/gnome-tweak-tool/Manifest
+++ b/gnome-extra/gnome-tweak-tool/Manifest
@@ -1,3 +1,2 @@
-DIST gnome-tweak-tool-3.18.1.tar.xz 252716 SHA256 
5c2c1103237648413c2d63a941e06b7057d6b102276b5968517753075de29430 SHA512 
0e7d05292dc961e25efb8b410fca20281541ac9cecde307a733c0c95a370255cf790dcef0d708544b1174c95184550a966466ac510ced6ba69d2e82508433cf5
 WHIRLPOOL 
35d4049d370ada31ec558881e93f4f22ac3384b9e6ae8f6b78eebe7a732283555021a2cd98cfa6238570baaa23d6cba2ee0a3603e9e0a84e3cd745e67a8c3e9b
 DIST gnome-tweak-tool-3.20.1.tar.xz 255988 SHA256 
5171b2f75ceeea9455543e999a83a71e8566947f89eb9157aaff7969b7e446ba SHA512 
d1943a9f0d7e4ec0c2399276342dfc9418ed161a5583eb44543e76f22d883b39c54dc701ad3aae8827624f75f7ee53f3b8e4e7804a07ff11716d1a134fc25ddf
 WHIRLPOOL 
84478cabaf6d7513dab84ebb83cb9c93bfdcbbb537e642840f96671131c93cd1084d39e79e16d47b7dfe181941febe6a0e36aa38d16faeff1cf7d47bbcfe3215
 DIST gnome-tweak-tool-3.22.0.tar.xz 260132 SHA256 
3d6ae11e13f6169ee543e573135e1e5697cf92ab8d86570c6f952021ae093abb SHA512 
c63c2c61787c78e2e25077cc83b28ae49bffd9e7c39aa78ebd93587ba9640275083f46273cb55986bcc46842449a31f38b77f0e9be69cea551218fd160f6d769
 WHIRLPOOL 
020c7f87a321558bc9addbd4bced797c458a71834edf6e11d9b40893d03ec9cc57b203d4aba3f3092d549ffcd9b1d96a080ea034ed97752dba8e445cb269e67e

diff --git a/gnome-extra/gnome-tweak-tool/gnome-tweak-tool-3.18.1-r2.ebuild 
b/gnome-extra/gnome-tweak-tool/gnome-tweak-tool-3.18.1-r2.ebuild
deleted file mode 100644
index da1cb2d..
--- a/gnome-extra/gnome-tweak-tool/gnome-tweak-tool-3.18.1-r2.ebuild
+++ /dev/null
@@ -1,78 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI="5"
-GCONF_DEBUG="no"
-GNOME2_LA_PUNT="yes"
-PYTHON_COMPAT=( python2_7 )
-
-inherit eutils gnome2 python-r1
-
-DESCRIPTION="Tool to customize GNOME 3 options"
-HOMEPAGE="https://wiki.gnome.org/action/show/Apps/GnomeTweakTool";
-
-LICENSE="GPL-2+"
-SLOT="0"
-IUSE=""
-REQUIRED_USE="${PYTHON_REQUIRED_USE}"
-
-KEYWORDS="~alpha amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc x86"
-
-# Newer pygobject needed due upstream bug #723951
-COMMON_DEPEND="
-   ${PYTHON_DEPS}
-   dev-libs/glib:2[dbus]
-   >=dev-python/pygobject-3.10.2:3[${PYTHON_USEDEP}]
-   >=gnome-base/gsettings-desktop-schemas-3.4
-"
-# g-s-d, gnome-desktop, gnome-shell etc. needed at runtime for the gsettings 
schemas
-RDEPEND="${COMMON_DEPEND}
-   >=gnome-base/gnome-desktop-3.6.0.1:3=[introspection]
-   >=x11-libs/gtk+-3.12:3[introspection]
-
-   net-libs/libsoup[introspection]
-   x11-libs/libnotify[introspection]
-
-   >=gnome-base/gnome-settings-daemon-3
-   gnome-base/gnome-shell
-   >=gnome-base/nautilus-3
-"
-DEPEND="${COMMON_DEPEND}
-   >=dev-util/intltool-0.40.0
-   virtual/pkgconfig
-"
-
-src_prepare() {
-   # Add contents of Gentoo's cursor theme directory to cursor theme list
-   epatch "${FILESDIR}/${PN}-3.10.1-gentoo-cursor-themes.patch"
-
-   # Prevent problems setting WM preferences, upstream bug #706834
-   epatch "${FILESDIR}/${PN}-3.8.1-wm-preferences.patch"
-
-   # Stop relying on libsoup-gnome (from 'master')
-   epatch "${FILESDIR}/${PN}-3.18.1-libsoup.patch"
-
-   gnome2_src_prepare
-   python_copy_sources
-}
-
-src_configure() {
-   python_foreach_impl run_in_build_dir gnome2_src_configure
-}
-
-src_compile() {
-   python_foreach_impl run_in_build_dir gnome2_src_compile
-}
-
-src_test() {
-   python_foreach_impl run_in_build_dir default
-}
-
-src_install() {
-   install_python() {
-   gnome2_src_install
-   python_doscript gnome-tweak-tool || die
-   }
-   python_foreach_impl run_in_build_dir install_python
-}



[gentoo-commits] repo/gentoo:master commit in: gnome-extra/gnome-tweak-tool/

2016-06-25 Thread Pacho Ramos
commit: 5725f183a93d0ab6ee7f55538cc40e688331c0c6
Author: Pacho Ramos  gentoo  org>
AuthorDate: Sat Jun 25 18:34:53 2016 +
Commit: Pacho Ramos  gentoo  org>
CommitDate: Sat Jun 25 18:43:14 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5725f183

gnome-extra/gnome-tweak-tool: Drop old

Package-Manager: portage-2.3.0_rc1

 .../gnome-tweak-tool-3.18.1-r1.ebuild  | 75 --
 1 file changed, 75 deletions(-)

diff --git a/gnome-extra/gnome-tweak-tool/gnome-tweak-tool-3.18.1-r1.ebuild 
b/gnome-extra/gnome-tweak-tool/gnome-tweak-tool-3.18.1-r1.ebuild
deleted file mode 100644
index 6c3fc65..000
--- a/gnome-extra/gnome-tweak-tool/gnome-tweak-tool-3.18.1-r1.ebuild
+++ /dev/null
@@ -1,75 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI="5"
-GCONF_DEBUG="no"
-GNOME2_LA_PUNT="yes"
-PYTHON_COMPAT=( python2_7 )
-
-inherit eutils gnome2 python-r1
-
-DESCRIPTION="Tool to customize GNOME 3 options"
-HOMEPAGE="https://wiki.gnome.org/action/show/Apps/GnomeTweakTool";
-
-LICENSE="GPL-2+"
-SLOT="0"
-IUSE=""
-REQUIRED_USE="${PYTHON_REQUIRED_USE}"
-
-KEYWORDS="~alpha amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc x86"
-
-# Newer pygobject needed due upstream bug #723951
-COMMON_DEPEND="
-   ${PYTHON_DEPS}
-   >=gnome-base/gsettings-desktop-schemas-3.4
-   >=dev-python/pygobject-3.10.2:3[${PYTHON_USEDEP}]
-"
-# g-s-d, gnome-desktop, gnome-shell etc. needed at runtime for the gsettings 
schemas
-RDEPEND="${COMMON_DEPEND}
-   >=gnome-base/gnome-desktop-3.6.0.1:3=[introspection]
-   >=x11-libs/gtk+-3.12:3[introspection]
-
-   net-libs/libsoup[introspection]
-   net-libs/libsoup-gnome[introspection]
-   x11-libs/libnotify[introspection]
-
-   >=gnome-base/gnome-settings-daemon-3
-   gnome-base/gnome-shell
-   >=gnome-base/nautilus-3
-"
-DEPEND="${COMMON_DEPEND}
-   >=dev-util/intltool-0.40.0
-   virtual/pkgconfig
-"
-
-src_prepare() {
-   # Add contents of Gentoo's cursor theme directory to cursor theme list
-   epatch "${FILESDIR}/${PN}-3.10.1-gentoo-cursor-themes.patch"
-
-   # Prevent problems setting WM preferences, upstream bug #706834
-   epatch "${FILESDIR}/${PN}-3.8.1-wm-preferences.patch"
-
-   gnome2_src_prepare
-   python_copy_sources
-}
-
-src_configure() {
-   python_foreach_impl run_in_build_dir gnome2_src_configure
-}
-
-src_compile() {
-   python_foreach_impl run_in_build_dir gnome2_src_compile
-}
-
-src_test() {
-   python_foreach_impl run_in_build_dir default
-}
-
-src_install() {
-   install_python() {
-   gnome2_src_install
-   python_doscript gnome-tweak-tool || die
-   }
-   python_foreach_impl run_in_build_dir install_python
-}



[gentoo-commits] repo/gentoo:master commit in: gnome-extra/gnome-tweak-tool/

2016-06-25 Thread Pacho Ramos
commit: 5e566f0c83aaa287ee7586b324aea172e4f33b08
Author: Pacho Ramos  gentoo  org>
AuthorDate: Sat Jun 25 18:37:03 2016 +
Commit: Pacho Ramos  gentoo  org>
CommitDate: Sat Jun 25 18:43:17 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5e566f0c

gnome-extra/gnome-tweak-tool: Version bump, drop obsolete patches

Package-Manager: portage-2.3.0_rc1

 gnome-extra/gnome-tweak-tool/Manifest  |  1 +
 .../gnome-tweak-tool-3.20.1.ebuild | 72 ++
 2 files changed, 73 insertions(+)

diff --git a/gnome-extra/gnome-tweak-tool/Manifest 
b/gnome-extra/gnome-tweak-tool/Manifest
index afc7505..72e0ff4 100644
--- a/gnome-extra/gnome-tweak-tool/Manifest
+++ b/gnome-extra/gnome-tweak-tool/Manifest
@@ -1 +1,2 @@
 DIST gnome-tweak-tool-3.18.1.tar.xz 252716 SHA256 
5c2c1103237648413c2d63a941e06b7057d6b102276b5968517753075de29430 SHA512 
0e7d05292dc961e25efb8b410fca20281541ac9cecde307a733c0c95a370255cf790dcef0d708544b1174c95184550a966466ac510ced6ba69d2e82508433cf5
 WHIRLPOOL 
35d4049d370ada31ec558881e93f4f22ac3384b9e6ae8f6b78eebe7a732283555021a2cd98cfa6238570baaa23d6cba2ee0a3603e9e0a84e3cd745e67a8c3e9b
+DIST gnome-tweak-tool-3.20.1.tar.xz 255988 SHA256 
5171b2f75ceeea9455543e999a83a71e8566947f89eb9157aaff7969b7e446ba SHA512 
d1943a9f0d7e4ec0c2399276342dfc9418ed161a5583eb44543e76f22d883b39c54dc701ad3aae8827624f75f7ee53f3b8e4e7804a07ff11716d1a134fc25ddf
 WHIRLPOOL 
84478cabaf6d7513dab84ebb83cb9c93bfdcbbb537e642840f96671131c93cd1084d39e79e16d47b7dfe181941febe6a0e36aa38d16faeff1cf7d47bbcfe3215

diff --git a/gnome-extra/gnome-tweak-tool/gnome-tweak-tool-3.20.1.ebuild 
b/gnome-extra/gnome-tweak-tool/gnome-tweak-tool-3.20.1.ebuild
new file mode 100644
index 000..273eed2
--- /dev/null
+++ b/gnome-extra/gnome-tweak-tool/gnome-tweak-tool-3.20.1.ebuild
@@ -0,0 +1,72 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+GNOME2_LA_PUNT="yes"
+PYTHON_COMPAT=( python2_7 )
+
+inherit eutils gnome2 python-r1
+
+DESCRIPTION="Tool to customize GNOME 3 options"
+HOMEPAGE="https://wiki.gnome.org/action/show/Apps/GnomeTweakTool";
+
+LICENSE="GPL-2+"
+SLOT="0"
+
+IUSE=""
+REQUIRED_USE="${PYTHON_REQUIRED_USE}"
+
+KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc ~x86"
+
+# Newer pygobject needed due upstream bug #723951
+COMMON_DEPEND="
+   ${PYTHON_DEPS}
+   dev-libs/glib:2[dbus]
+   >=dev-python/pygobject-3.10.2:3[${PYTHON_USEDEP}]
+   >=gnome-base/gsettings-desktop-schemas-3.4
+"
+# g-s-d, gnome-desktop, gnome-shell etc. needed at runtime for the gsettings 
schemas
+RDEPEND="${COMMON_DEPEND}
+   >=gnome-base/gnome-desktop-3.6.0.1:3=[introspection]
+   >=x11-libs/gtk+-3.12:3[introspection]
+
+   net-libs/libsoup:2.4[introspection]
+   x11-libs/libnotify[introspection]
+
+   >=gnome-base/gnome-settings-daemon-3
+   gnome-base/gnome-shell
+   >=gnome-base/nautilus-3
+"
+DEPEND="${COMMON_DEPEND}
+   >=dev-util/intltool-0.40.0
+   virtual/pkgconfig
+"
+
+src_prepare() {
+   # Add contents of Gentoo's cursor theme directory to cursor theme list
+   eapply "${FILESDIR}/${PN}-3.10.1-gentoo-cursor-themes.patch"
+
+   gnome2_src_prepare
+   python_copy_sources
+}
+
+src_configure() {
+   python_foreach_impl run_in_build_dir gnome2_src_configure
+}
+
+src_compile() {
+   python_foreach_impl run_in_build_dir gnome2_src_compile
+}
+
+src_test() {
+   python_foreach_impl run_in_build_dir default
+}
+
+src_install() {
+   install_python() {
+   gnome2_src_install
+   python_doscript gnome-tweak-tool || die
+   }
+   python_foreach_impl run_in_build_dir install_python
+}



[gentoo-commits] repo/gentoo:master commit in: gnome-extra/gnome-tweak-tool/, gnome-extra/gnome-tweak-tool/files/

2016-04-02 Thread Pacho Ramos
commit: 33f06a2f55dd58ae723164e8bdb2362250e3972d
Author: Pacho Ramos  gentoo  org>
AuthorDate: Sat Apr  2 13:14:35 2016 +
Commit: Pacho Ramos  gentoo  org>
CommitDate: Sat Apr  2 13:15:37 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=33f06a2f

gnome-extra/gnome-tweak-tool: Stop relying on libsoup-gnome

Package-Manager: portage-2.2.28

 .../files/gnome-tweak-tool-3.18.1-libsoup.patch| 41 
 .../gnome-tweak-tool-3.18.1-r2.ebuild  | 78 ++
 2 files changed, 119 insertions(+)

diff --git 
a/gnome-extra/gnome-tweak-tool/files/gnome-tweak-tool-3.18.1-libsoup.patch 
b/gnome-extra/gnome-tweak-tool/files/gnome-tweak-tool-3.18.1-libsoup.patch
new file mode 100644
index 000..16aac12
--- /dev/null
+++ b/gnome-extra/gnome-tweak-tool/files/gnome-tweak-tool-3.18.1-libsoup.patch
@@ -0,0 +1,41 @@
+From 0335e0edd652542ab6b995dc3e4334251b582b5d Mon Sep 17 00:00:00 2001
+From: Rui Matos 
+Date: Sun, 17 Jan 2016 19:48:51 +0100
+Subject: egowrapper: Port to new Soup.Session API
+
+This also allows us to stop using SoupGNOME since Soup.Session now
+uses the system's default proxy by default.
+
+https://bugzilla.gnome.org/show_bug.cgi?id=759951
+---
+ gtweak/egowrapper.py | 6 ++
+ 1 file changed, 2 insertions(+), 4 deletions(-)
+
+diff --git a/gtweak/egowrapper.py b/gtweak/egowrapper.py
+index 738172a..9657c9b 100644
+--- a/gtweak/egowrapper.py
 b/gtweak/egowrapper.py
+@@ -20,9 +20,8 @@ import logging
+ 
+ import gi
+ gi.require_version("Soup", "2.4")
+-gi.require_version("SoupGNOME", "2.4")
+ from gi.repository import GObject
+-from gi.repository import Soup, SoupGNOME
++from gi.repository import Soup
+ 
+ class ExtensionsDotGnomeDotOrg(GObject.GObject):
+ 
+@@ -35,8 +34,7 @@ class ExtensionsDotGnomeDotOrg(GObject.GObject):
+ 
+ def __init__(self, shell_version_tuple):
+ GObject.GObject.__init__(self)
+-self._session = Soup.SessionAsync.new()
+-self._session.add_feature_by_type(SoupGNOME.ProxyResolverGNOME)
++self._session = Soup.Session.new()
+ 
+ self._shell_version_tuple = shell_version_tuple
+ self._extensions = {}
+-- 
+cgit v0.12
+

diff --git a/gnome-extra/gnome-tweak-tool/gnome-tweak-tool-3.18.1-r2.ebuild 
b/gnome-extra/gnome-tweak-tool/gnome-tweak-tool-3.18.1-r2.ebuild
new file mode 100644
index 000..46f7e03
--- /dev/null
+++ b/gnome-extra/gnome-tweak-tool/gnome-tweak-tool-3.18.1-r2.ebuild
@@ -0,0 +1,78 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI="5"
+GCONF_DEBUG="no"
+GNOME2_LA_PUNT="yes"
+PYTHON_COMPAT=( python2_7 )
+
+inherit eutils gnome2 python-r1
+
+DESCRIPTION="Tool to customize GNOME 3 options"
+HOMEPAGE="https://wiki.gnome.org/action/show/Apps/GnomeTweakTool";
+
+LICENSE="GPL-2+"
+SLOT="0"
+IUSE=""
+REQUIRED_USE="${PYTHON_REQUIRED_USE}"
+
+KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc ~x86"
+
+# Newer pygobject needed due upstream bug #723951
+COMMON_DEPEND="
+   ${PYTHON_DEPS}
+   dev-libs/glib:2[dbus]
+   >=dev-python/pygobject-3.10.2:3[${PYTHON_USEDEP}]
+   >=gnome-base/gsettings-desktop-schemas-3.4
+"
+# g-s-d, gnome-desktop, gnome-shell etc. needed at runtime for the gsettings 
schemas
+RDEPEND="${COMMON_DEPEND}
+   >=gnome-base/gnome-desktop-3.6.0.1:3=[introspection]
+   >=x11-libs/gtk+-3.12:3[introspection]
+
+   net-libs/libsoup[introspection]
+   x11-libs/libnotify[introspection]
+
+   >=gnome-base/gnome-settings-daemon-3
+   gnome-base/gnome-shell
+   >=gnome-base/nautilus-3
+"
+DEPEND="${COMMON_DEPEND}
+   >=dev-util/intltool-0.40.0
+   virtual/pkgconfig
+"
+
+src_prepare() {
+   # Add contents of Gentoo's cursor theme directory to cursor theme list
+   epatch "${FILESDIR}/${PN}-3.10.1-gentoo-cursor-themes.patch"
+
+   # Prevent problems setting WM preferences, upstream bug #706834
+   epatch "${FILESDIR}/${PN}-3.8.1-wm-preferences.patch"
+
+   # Stop relying on libsoup-gnome (from 'master')
+   epatch "${FILESDIR}/${PN}-3.18.1-libsoup.patch"
+
+   gnome2_src_prepare
+   python_copy_sources
+}
+
+src_configure() {
+   python_foreach_impl run_in_build_dir gnome2_src_configure
+}
+
+src_compile() {
+   python_foreach_impl run_in_build_dir gnome2_src_compile
+}
+
+src_test() {
+   python_foreach_impl run_in_build_dir default
+}
+
+src_install() {
+   install_python() {
+   gnome2_src_install
+   python_doscript gnome-tweak-tool || die
+   }
+   python_foreach_impl run_in_build_dir install_python
+}



[gentoo-commits] repo/gentoo:master commit in: gnome-extra/gnome-tweak-tool/

2016-04-02 Thread Pacho Ramos
commit: a8379e5f1c82d483a70418ed76c3ea3ed2c6b67c
Author: Pacho Ramos  gentoo  org>
AuthorDate: Sat Apr  2 13:15:19 2016 +
Commit: Pacho Ramos  gentoo  org>
CommitDate: Sat Apr  2 13:15:39 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a8379e5f

gnome-extra/gnome-tweak-tool: Drop old

Package-Manager: portage-2.2.28

 gnome-extra/gnome-tweak-tool/Manifest  |  1 -
 .../gnome-tweak-tool-3.16.2.ebuild | 74 --
 .../gnome-tweak-tool-3.18.1.ebuild | 74 --
 3 files changed, 149 deletions(-)

diff --git a/gnome-extra/gnome-tweak-tool/Manifest 
b/gnome-extra/gnome-tweak-tool/Manifest
index d669715..afc7505 100644
--- a/gnome-extra/gnome-tweak-tool/Manifest
+++ b/gnome-extra/gnome-tweak-tool/Manifest
@@ -1,2 +1 @@
-DIST gnome-tweak-tool-3.16.2.tar.xz 242948 SHA256 
b1e403725c3489be07e1d754f044d1128eddb38204a344bbe0baa523d531bd64 SHA512 
02c0f2c0879e1fba7ced09cd8f973c697db915208df7cc2e13179367b52120c14ad76c395e366b584b88fbf5497b284d1a72a37c60c3db90b146519c9bb451e4
 WHIRLPOOL 
f428cabad9bc2e7d21ce02489ed2dfb98c24b899e04d3a5790abfa0149fa44272ca28e557e5bedb0501f2da28034e84319750f31f4b5a2cc4633ee3378c6f81d
 DIST gnome-tweak-tool-3.18.1.tar.xz 252716 SHA256 
5c2c1103237648413c2d63a941e06b7057d6b102276b5968517753075de29430 SHA512 
0e7d05292dc961e25efb8b410fca20281541ac9cecde307a733c0c95a370255cf790dcef0d708544b1174c95184550a966466ac510ced6ba69d2e82508433cf5
 WHIRLPOOL 
35d4049d370ada31ec558881e93f4f22ac3384b9e6ae8f6b78eebe7a732283555021a2cd98cfa6238570baaa23d6cba2ee0a3603e9e0a84e3cd745e67a8c3e9b

diff --git a/gnome-extra/gnome-tweak-tool/gnome-tweak-tool-3.16.2.ebuild 
b/gnome-extra/gnome-tweak-tool/gnome-tweak-tool-3.16.2.ebuild
deleted file mode 100644
index 1796840..000
--- a/gnome-extra/gnome-tweak-tool/gnome-tweak-tool-3.16.2.ebuild
+++ /dev/null
@@ -1,74 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI="5"
-GCONF_DEBUG="no"
-GNOME2_LA_PUNT="yes"
-PYTHON_COMPAT=( python2_7 )
-
-inherit eutils gnome2 python-r1
-
-DESCRIPTION="Tool to customize GNOME 3 options"
-HOMEPAGE="https://wiki.gnome.org/action/show/Apps/GnomeTweakTool";
-
-LICENSE="GPL-2+"
-SLOT="0"
-IUSE=""
-REQUIRED_USE="${PYTHON_REQUIRED_USE}"
-
-KEYWORDS="~alpha amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc x86"
-
-# Newer pygobject needed due upstream bug #723951
-COMMON_DEPEND="
-   ${PYTHON_DEPS}
-   >=gnome-base/gsettings-desktop-schemas-3.4
-   >=dev-python/pygobject-3.10.2:3[${PYTHON_USEDEP}]
-"
-# g-s-d, gnome-desktop, gnome-shell etc. needed at runtime for the gsettings 
schemas
-RDEPEND="${COMMON_DEPEND}
-   >=gnome-base/gnome-desktop-3.6.0.1:3=[introspection]
-   >=x11-libs/gtk+-3.12:3[introspection]
-
-   net-libs/libsoup[introspection]
-   x11-libs/libnotify[introspection]
-
-   >=gnome-base/gnome-settings-daemon-3
-   gnome-base/gnome-shell
-   >=gnome-base/nautilus-3
-"
-DEPEND="${COMMON_DEPEND}
-   >=dev-util/intltool-0.40.0
-   virtual/pkgconfig
-"
-
-src_prepare() {
-   # Add contents of Gentoo's cursor theme directory to cursor theme list
-   epatch "${FILESDIR}/${PN}-3.10.1-gentoo-cursor-themes.patch"
-
-   # Prevent problems setting WM preferences, upstream bug #706834
-   epatch "${FILESDIR}/${PN}-3.8.1-wm-preferences.patch"
-
-   gnome2_src_prepare
-   python_copy_sources
-}
-
-src_configure() {
-   python_foreach_impl run_in_build_dir gnome2_src_configure
-}
-
-src_compile() {
-   python_foreach_impl run_in_build_dir gnome2_src_compile
-}
-
-src_test() {
-   python_foreach_impl run_in_build_dir default
-}
-
-src_install() {
-   install_python() {
-   gnome2_src_install
-   python_doscript gnome-tweak-tool || die
-   }
-   python_foreach_impl run_in_build_dir install_python
-}

diff --git a/gnome-extra/gnome-tweak-tool/gnome-tweak-tool-3.18.1.ebuild 
b/gnome-extra/gnome-tweak-tool/gnome-tweak-tool-3.18.1.ebuild
deleted file mode 100644
index 5314e0a..000
--- a/gnome-extra/gnome-tweak-tool/gnome-tweak-tool-3.18.1.ebuild
+++ /dev/null
@@ -1,74 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI="5"
-GCONF_DEBUG="no"
-GNOME2_LA_PUNT="yes"
-PYTHON_COMPAT=( python2_7 )
-
-inherit eutils gnome2 python-r1
-
-DESCRIPTION="Tool to customize GNOME 3 options"
-HOMEPAGE="https://wiki.gnome.org/action/show/Apps/GnomeTweakTool";
-
-LICENSE="GPL-2+"
-SLOT="0"
-IUSE=""
-REQUIRED_USE="${PYTHON_REQUIRED_USE}"
-
-KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc ~x86"
-
-# Newer pygobject needed due upstream bug #723951
-COMMON_DEPEND="
-   ${PYTHON_DEPS}
-   >=gnome-base/gsettings-desktop-schemas-3.4
-   >=dev-python/pygobject-3.10.2:3[${PYTHON_USEDEP}]
-"
-# g-s-d, gnome-desktop, gnome-shell etc. needed at runtime for the gsettings 
s

[gentoo-commits] repo/gentoo:master commit in: gnome-extra/gnome-tweak-tool/

2016-03-06 Thread Mikle Kolyada
commit: 8a2adc8691538e781f11fba2f931301600701555
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Sun Mar  6 17:30:00 2016 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Sun Mar  6 17:30:00 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8a2adc86

gnome-extra/gnome-tweak-tool: x86 stable wrt bug #566378

Package-Manager: portage-2.2.26

 gnome-extra/gnome-tweak-tool/gnome-tweak-tool-3.18.1-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnome-extra/gnome-tweak-tool/gnome-tweak-tool-3.18.1-r1.ebuild 
b/gnome-extra/gnome-tweak-tool/gnome-tweak-tool-3.18.1-r1.ebuild
index 58ad643..6c3fc65 100644
--- a/gnome-extra/gnome-tweak-tool/gnome-tweak-tool-3.18.1-r1.ebuild
+++ b/gnome-extra/gnome-tweak-tool/gnome-tweak-tool-3.18.1-r1.ebuild
@@ -17,7 +17,7 @@ SLOT="0"
 IUSE=""
 REQUIRED_USE="${PYTHON_REQUIRED_USE}"
 
-KEYWORDS="~alpha amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc ~x86"
+KEYWORDS="~alpha amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc x86"
 
 # Newer pygobject needed due upstream bug #723951
 COMMON_DEPEND="



[gentoo-commits] repo/gentoo:master commit in: gnome-extra/gnome-tweak-tool/

2015-12-22 Thread Gilles Dartiguelongue
commit: fbe947d1c9b11de4bd728f0d1bc92757a4f11b52
Author: Gilles Dartiguelongue  gentoo  org>
AuthorDate: Tue Dec 22 07:58:27 2015 +
Commit: Gilles Dartiguelongue  gentoo  org>
CommitDate: Tue Dec 22 07:58:27 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fbe947d1

gnome-extra/gnome-tweak-tool: add missing libsoup-gnome RDEPEND, bug #569014

Package-Manager: portage-2.2.26

 .../gnome-tweak-tool-3.18.1-r1.ebuild  | 75 ++
 1 file changed, 75 insertions(+)

diff --git a/gnome-extra/gnome-tweak-tool/gnome-tweak-tool-3.18.1-r1.ebuild 
b/gnome-extra/gnome-tweak-tool/gnome-tweak-tool-3.18.1-r1.ebuild
new file mode 100644
index 000..8557cf7
--- /dev/null
+++ b/gnome-extra/gnome-tweak-tool/gnome-tweak-tool-3.18.1-r1.ebuild
@@ -0,0 +1,75 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI="5"
+GCONF_DEBUG="no"
+GNOME2_LA_PUNT="yes"
+PYTHON_COMPAT=( python2_7 )
+
+inherit eutils gnome2 python-r1
+
+DESCRIPTION="Tool to customize GNOME 3 options"
+HOMEPAGE="https://wiki.gnome.org/action/show/Apps/GnomeTweakTool";
+
+LICENSE="GPL-2+"
+SLOT="0"
+IUSE=""
+REQUIRED_USE="${PYTHON_REQUIRED_USE}"
+
+KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc ~x86"
+
+# Newer pygobject needed due upstream bug #723951
+COMMON_DEPEND="
+   ${PYTHON_DEPS}
+   >=gnome-base/gsettings-desktop-schemas-3.4
+   >=dev-python/pygobject-3.10.2:3[${PYTHON_USEDEP}]
+"
+# g-s-d, gnome-desktop, gnome-shell etc. needed at runtime for the gsettings 
schemas
+RDEPEND="${COMMON_DEPEND}
+   >=gnome-base/gnome-desktop-3.6.0.1:3=[introspection]
+   >=x11-libs/gtk+-3.12:3[introspection]
+
+   net-libs/libsoup[introspection]
+   net-libs/libsoup-gnome[introspection]
+   x11-libs/libnotify[introspection]
+
+   >=gnome-base/gnome-settings-daemon-3
+   gnome-base/gnome-shell
+   >=gnome-base/nautilus-3
+"
+DEPEND="${COMMON_DEPEND}
+   >=dev-util/intltool-0.40.0
+   virtual/pkgconfig
+"
+
+src_prepare() {
+   # Add contents of Gentoo's cursor theme directory to cursor theme list
+   epatch "${FILESDIR}/${PN}-3.10.1-gentoo-cursor-themes.patch"
+
+   # Prevent problems setting WM preferences, upstream bug #706834
+   epatch "${FILESDIR}/${PN}-3.8.1-wm-preferences.patch"
+
+   gnome2_src_prepare
+   python_copy_sources
+}
+
+src_configure() {
+   python_foreach_impl run_in_build_dir gnome2_src_configure
+}
+
+src_compile() {
+   python_foreach_impl run_in_build_dir gnome2_src_compile
+}
+
+src_test() {
+   python_foreach_impl run_in_build_dir default
+}
+
+src_install() {
+   install_python() {
+   gnome2_src_install
+   python_doscript gnome-tweak-tool || die
+   }
+   python_foreach_impl run_in_build_dir install_python
+}