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