Gentoo Archives: gentoo-commits

From: Pacho Ramos <pacho@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: gnome-extra/gnome-tweak-tool/
Date: Sat, 02 Apr 2016 13:15:51
Message-Id: 1459602939.a8379e5f1c82d483a70418ed76c3ea3ed2c6b67c.pacho@gentoo
1 commit: a8379e5f1c82d483a70418ed76c3ea3ed2c6b67c
2 Author: Pacho Ramos <pacho <AT> gentoo <DOT> org>
3 AuthorDate: Sat Apr 2 13:15:19 2016 +0000
4 Commit: Pacho Ramos <pacho <AT> gentoo <DOT> org>
5 CommitDate: Sat Apr 2 13:15:39 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a8379e5f
7
8 gnome-extra/gnome-tweak-tool: Drop old
9
10 Package-Manager: portage-2.2.28
11
12 gnome-extra/gnome-tweak-tool/Manifest | 1 -
13 .../gnome-tweak-tool-3.16.2.ebuild | 74 ----------------------
14 .../gnome-tweak-tool-3.18.1.ebuild | 74 ----------------------
15 3 files changed, 149 deletions(-)
16
17 diff --git a/gnome-extra/gnome-tweak-tool/Manifest b/gnome-extra/gnome-tweak-tool/Manifest
18 index d669715..afc7505 100644
19 --- a/gnome-extra/gnome-tweak-tool/Manifest
20 +++ b/gnome-extra/gnome-tweak-tool/Manifest
21 @@ -1,2 +1 @@
22 -DIST gnome-tweak-tool-3.16.2.tar.xz 242948 SHA256 b1e403725c3489be07e1d754f044d1128eddb38204a344bbe0baa523d531bd64 SHA512 02c0f2c0879e1fba7ced09cd8f973c697db915208df7cc2e13179367b52120c14ad76c395e366b584b88fbf5497b284d1a72a37c60c3db90b146519c9bb451e4 WHIRLPOOL f428cabad9bc2e7d21ce02489ed2dfb98c24b899e04d3a5790abfa0149fa44272ca28e557e5bedb0501f2da28034e84319750f31f4b5a2cc4633ee3378c6f81d
23 DIST gnome-tweak-tool-3.18.1.tar.xz 252716 SHA256 5c2c1103237648413c2d63a941e06b7057d6b102276b5968517753075de29430 SHA512 0e7d05292dc961e25efb8b410fca20281541ac9cecde307a733c0c95a370255cf790dcef0d708544b1174c95184550a966466ac510ced6ba69d2e82508433cf5 WHIRLPOOL 35d4049d370ada31ec558881e93f4f22ac3384b9e6ae8f6b78eebe7a732283555021a2cd98cfa6238570baaa23d6cba2ee0a3603e9e0a84e3cd745e67a8c3e9b
24
25 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
26 deleted file mode 100644
27 index 1796840..0000000
28 --- a/gnome-extra/gnome-tweak-tool/gnome-tweak-tool-3.16.2.ebuild
29 +++ /dev/null
30 @@ -1,74 +0,0 @@
31 -# Copyright 1999-2015 Gentoo Foundation
32 -# Distributed under the terms of the GNU General Public License v2
33 -# $Id$
34 -
35 -EAPI="5"
36 -GCONF_DEBUG="no"
37 -GNOME2_LA_PUNT="yes"
38 -PYTHON_COMPAT=( python2_7 )
39 -
40 -inherit eutils gnome2 python-r1
41 -
42 -DESCRIPTION="Tool to customize GNOME 3 options"
43 -HOMEPAGE="https://wiki.gnome.org/action/show/Apps/GnomeTweakTool"
44 -
45 -LICENSE="GPL-2+"
46 -SLOT="0"
47 -IUSE=""
48 -REQUIRED_USE="${PYTHON_REQUIRED_USE}"
49 -
50 -KEYWORDS="~alpha amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc x86"
51 -
52 -# Newer pygobject needed due upstream bug #723951
53 -COMMON_DEPEND="
54 - ${PYTHON_DEPS}
55 - >=gnome-base/gsettings-desktop-schemas-3.4
56 - >=dev-python/pygobject-3.10.2:3[${PYTHON_USEDEP}]
57 -"
58 -# g-s-d, gnome-desktop, gnome-shell etc. needed at runtime for the gsettings schemas
59 -RDEPEND="${COMMON_DEPEND}
60 - >=gnome-base/gnome-desktop-3.6.0.1:3=[introspection]
61 - >=x11-libs/gtk+-3.12:3[introspection]
62 -
63 - net-libs/libsoup[introspection]
64 - x11-libs/libnotify[introspection]
65 -
66 - >=gnome-base/gnome-settings-daemon-3
67 - gnome-base/gnome-shell
68 - >=gnome-base/nautilus-3
69 -"
70 -DEPEND="${COMMON_DEPEND}
71 - >=dev-util/intltool-0.40.0
72 - virtual/pkgconfig
73 -"
74 -
75 -src_prepare() {
76 - # Add contents of Gentoo's cursor theme directory to cursor theme list
77 - epatch "${FILESDIR}/${PN}-3.10.1-gentoo-cursor-themes.patch"
78 -
79 - # Prevent problems setting WM preferences, upstream bug #706834
80 - epatch "${FILESDIR}/${PN}-3.8.1-wm-preferences.patch"
81 -
82 - gnome2_src_prepare
83 - python_copy_sources
84 -}
85 -
86 -src_configure() {
87 - python_foreach_impl run_in_build_dir gnome2_src_configure
88 -}
89 -
90 -src_compile() {
91 - python_foreach_impl run_in_build_dir gnome2_src_compile
92 -}
93 -
94 -src_test() {
95 - python_foreach_impl run_in_build_dir default
96 -}
97 -
98 -src_install() {
99 - install_python() {
100 - gnome2_src_install
101 - python_doscript gnome-tweak-tool || die
102 - }
103 - python_foreach_impl run_in_build_dir install_python
104 -}
105
106 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
107 deleted file mode 100644
108 index 5314e0a..0000000
109 --- a/gnome-extra/gnome-tweak-tool/gnome-tweak-tool-3.18.1.ebuild
110 +++ /dev/null
111 @@ -1,74 +0,0 @@
112 -# Copyright 1999-2015 Gentoo Foundation
113 -# Distributed under the terms of the GNU General Public License v2
114 -# $Id$
115 -
116 -EAPI="5"
117 -GCONF_DEBUG="no"
118 -GNOME2_LA_PUNT="yes"
119 -PYTHON_COMPAT=( python2_7 )
120 -
121 -inherit eutils gnome2 python-r1
122 -
123 -DESCRIPTION="Tool to customize GNOME 3 options"
124 -HOMEPAGE="https://wiki.gnome.org/action/show/Apps/GnomeTweakTool"
125 -
126 -LICENSE="GPL-2+"
127 -SLOT="0"
128 -IUSE=""
129 -REQUIRED_USE="${PYTHON_REQUIRED_USE}"
130 -
131 -KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc ~x86"
132 -
133 -# Newer pygobject needed due upstream bug #723951
134 -COMMON_DEPEND="
135 - ${PYTHON_DEPS}
136 - >=gnome-base/gsettings-desktop-schemas-3.4
137 - >=dev-python/pygobject-3.10.2:3[${PYTHON_USEDEP}]
138 -"
139 -# g-s-d, gnome-desktop, gnome-shell etc. needed at runtime for the gsettings schemas
140 -RDEPEND="${COMMON_DEPEND}
141 - >=gnome-base/gnome-desktop-3.6.0.1:3=[introspection]
142 - >=x11-libs/gtk+-3.12:3[introspection]
143 -
144 - net-libs/libsoup[introspection]
145 - x11-libs/libnotify[introspection]
146 -
147 - >=gnome-base/gnome-settings-daemon-3
148 - gnome-base/gnome-shell
149 - >=gnome-base/nautilus-3
150 -"
151 -DEPEND="${COMMON_DEPEND}
152 - >=dev-util/intltool-0.40.0
153 - virtual/pkgconfig
154 -"
155 -
156 -src_prepare() {
157 - # Add contents of Gentoo's cursor theme directory to cursor theme list
158 - epatch "${FILESDIR}/${PN}-3.10.1-gentoo-cursor-themes.patch"
159 -
160 - # Prevent problems setting WM preferences, upstream bug #706834
161 - epatch "${FILESDIR}/${PN}-3.8.1-wm-preferences.patch"
162 -
163 - gnome2_src_prepare
164 - python_copy_sources
165 -}
166 -
167 -src_configure() {
168 - python_foreach_impl run_in_build_dir gnome2_src_configure
169 -}
170 -
171 -src_compile() {
172 - python_foreach_impl run_in_build_dir gnome2_src_compile
173 -}
174 -
175 -src_test() {
176 - python_foreach_impl run_in_build_dir default
177 -}
178 -
179 -src_install() {
180 - install_python() {
181 - gnome2_src_install
182 - python_doscript gnome-tweak-tool || die
183 - }
184 - python_foreach_impl run_in_build_dir install_python
185 -}