Gentoo Archives: gentoo-commits

From: Mart Raudsepp <leio@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: gnome-extra/gnome-tweak-tool/
Date: Sun, 02 Apr 2017 13:03:44
Message-Id: 1491138093.5ca9fb08b60a34a1037025014020a96f1b30f37b.leio@gentoo
1 commit: 5ca9fb08b60a34a1037025014020a96f1b30f37b
2 Author: Mart Raudsepp <leio <AT> gentoo <DOT> org>
3 AuthorDate: Sun Apr 2 12:28:14 2017 +0000
4 Commit: Mart Raudsepp <leio <AT> gentoo <DOT> org>
5 CommitDate: Sun Apr 2 13:01:33 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5ca9fb08
7
8 gnome-extra/gnome-tweak-tool: remove old
9
10 Package-Manager: Portage-2.3.5, Repoman-2.3.1
11
12 gnome-extra/gnome-tweak-tool/Manifest | 1 -
13 .../gnome-tweak-tool-3.20.1.ebuild | 71 ----------------------
14 2 files changed, 72 deletions(-)
15
16 diff --git a/gnome-extra/gnome-tweak-tool/Manifest b/gnome-extra/gnome-tweak-tool/Manifest
17 index c72da07bd4a..390354f70c1 100644
18 --- a/gnome-extra/gnome-tweak-tool/Manifest
19 +++ b/gnome-extra/gnome-tweak-tool/Manifest
20 @@ -1,2 +1 @@
21 -DIST gnome-tweak-tool-3.20.1.tar.xz 255988 SHA256 5171b2f75ceeea9455543e999a83a71e8566947f89eb9157aaff7969b7e446ba SHA512 d1943a9f0d7e4ec0c2399276342dfc9418ed161a5583eb44543e76f22d883b39c54dc701ad3aae8827624f75f7ee53f3b8e4e7804a07ff11716d1a134fc25ddf WHIRLPOOL 84478cabaf6d7513dab84ebb83cb9c93bfdcbbb537e642840f96671131c93cd1084d39e79e16d47b7dfe181941febe6a0e36aa38d16faeff1cf7d47bbcfe3215
22 DIST gnome-tweak-tool-3.22.0.tar.xz 260132 SHA256 3d6ae11e13f6169ee543e573135e1e5697cf92ab8d86570c6f952021ae093abb SHA512 c63c2c61787c78e2e25077cc83b28ae49bffd9e7c39aa78ebd93587ba9640275083f46273cb55986bcc46842449a31f38b77f0e9be69cea551218fd160f6d769 WHIRLPOOL 020c7f87a321558bc9addbd4bced797c458a71834edf6e11d9b40893d03ec9cc57b203d4aba3f3092d549ffcd9b1d96a080ea034ed97752dba8e445cb269e67e
23
24 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
25 deleted file mode 100644
26 index 647c8269c8d..00000000000
27 --- a/gnome-extra/gnome-tweak-tool/gnome-tweak-tool-3.20.1.ebuild
28 +++ /dev/null
29 @@ -1,71 +0,0 @@
30 -# Copyright 1999-2017 Gentoo Foundation
31 -# Distributed under the terms of the GNU General Public License v2
32 -
33 -EAPI=6
34 -GNOME2_LA_PUNT="yes"
35 -PYTHON_COMPAT=( python2_7 )
36 -
37 -inherit eutils gnome2 python-r1
38 -
39 -DESCRIPTION="Tool to customize GNOME 3 options"
40 -HOMEPAGE="https://wiki.gnome.org/action/show/Apps/GnomeTweakTool"
41 -
42 -LICENSE="GPL-2+"
43 -SLOT="0"
44 -
45 -IUSE=""
46 -REQUIRED_USE="${PYTHON_REQUIRED_USE}"
47 -
48 -KEYWORDS="~alpha amd64 ~arm ~ia64 ~ppc ~ppc64 x86"
49 -
50 -# Newer pygobject needed due upstream bug #723951
51 -COMMON_DEPEND="
52 - ${PYTHON_DEPS}
53 - dev-libs/glib:2[dbus]
54 - >=dev-python/pygobject-3.10.2:3[${PYTHON_USEDEP}]
55 - >=gnome-base/gsettings-desktop-schemas-3.4
56 -"
57 -# g-s-d, gnome-desktop, gnome-shell etc. needed at runtime for the gsettings schemas
58 -RDEPEND="${COMMON_DEPEND}
59 - >=gnome-base/gnome-desktop-3.6.0.1:3=[introspection]
60 - >=x11-libs/gtk+-3.12:3[introspection]
61 -
62 - net-libs/libsoup:2.4[introspection]
63 - x11-libs/libnotify[introspection]
64 -
65 - >=gnome-base/gnome-settings-daemon-3
66 - gnome-base/gnome-shell
67 - >=gnome-base/nautilus-3
68 -"
69 -DEPEND="${COMMON_DEPEND}
70 - >=dev-util/intltool-0.40.0
71 - virtual/pkgconfig
72 -"
73 -
74 -src_prepare() {
75 - # Add contents of Gentoo's cursor theme directory to cursor theme list
76 - eapply "${FILESDIR}/${PN}-3.10.1-gentoo-cursor-themes.patch"
77 -
78 - gnome2_src_prepare
79 - python_copy_sources
80 -}
81 -
82 -src_configure() {
83 - python_foreach_impl run_in_build_dir gnome2_src_configure
84 -}
85 -
86 -src_compile() {
87 - python_foreach_impl run_in_build_dir gnome2_src_compile
88 -}
89 -
90 -src_test() {
91 - python_foreach_impl run_in_build_dir default
92 -}
93 -
94 -src_install() {
95 - install_python() {
96 - gnome2_src_install
97 - python_doscript gnome-tweak-tool || die
98 - }
99 - python_foreach_impl run_in_build_dir install_python
100 -}