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, 25 Jun 2016 18:44:07
Message-Id: 1466880194.5725f183a93d0ab6ee7f55538cc40e688331c0c6.pacho@gentoo
1 commit: 5725f183a93d0ab6ee7f55538cc40e688331c0c6
2 Author: Pacho Ramos <pacho <AT> gentoo <DOT> org>
3 AuthorDate: Sat Jun 25 18:34:53 2016 +0000
4 Commit: Pacho Ramos <pacho <AT> gentoo <DOT> org>
5 CommitDate: Sat Jun 25 18:43:14 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5725f183
7
8 gnome-extra/gnome-tweak-tool: Drop old
9
10 Package-Manager: portage-2.3.0_rc1
11
12 .../gnome-tweak-tool-3.18.1-r1.ebuild | 75 ----------------------
13 1 file changed, 75 deletions(-)
14
15 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
16 deleted file mode 100644
17 index 6c3fc65..0000000
18 --- a/gnome-extra/gnome-tweak-tool/gnome-tweak-tool-3.18.1-r1.ebuild
19 +++ /dev/null
20 @@ -1,75 +0,0 @@
21 -# Copyright 1999-2015 Gentoo Foundation
22 -# Distributed under the terms of the GNU General Public License v2
23 -# $Id$
24 -
25 -EAPI="5"
26 -GCONF_DEBUG="no"
27 -GNOME2_LA_PUNT="yes"
28 -PYTHON_COMPAT=( python2_7 )
29 -
30 -inherit eutils gnome2 python-r1
31 -
32 -DESCRIPTION="Tool to customize GNOME 3 options"
33 -HOMEPAGE="https://wiki.gnome.org/action/show/Apps/GnomeTweakTool"
34 -
35 -LICENSE="GPL-2+"
36 -SLOT="0"
37 -IUSE=""
38 -REQUIRED_USE="${PYTHON_REQUIRED_USE}"
39 -
40 -KEYWORDS="~alpha amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc x86"
41 -
42 -# Newer pygobject needed due upstream bug #723951
43 -COMMON_DEPEND="
44 - ${PYTHON_DEPS}
45 - >=gnome-base/gsettings-desktop-schemas-3.4
46 - >=dev-python/pygobject-3.10.2:3[${PYTHON_USEDEP}]
47 -"
48 -# g-s-d, gnome-desktop, gnome-shell etc. needed at runtime for the gsettings schemas
49 -RDEPEND="${COMMON_DEPEND}
50 - >=gnome-base/gnome-desktop-3.6.0.1:3=[introspection]
51 - >=x11-libs/gtk+-3.12:3[introspection]
52 -
53 - net-libs/libsoup[introspection]
54 - net-libs/libsoup-gnome[introspection]
55 - x11-libs/libnotify[introspection]
56 -
57 - >=gnome-base/gnome-settings-daemon-3
58 - gnome-base/gnome-shell
59 - >=gnome-base/nautilus-3
60 -"
61 -DEPEND="${COMMON_DEPEND}
62 - >=dev-util/intltool-0.40.0
63 - virtual/pkgconfig
64 -"
65 -
66 -src_prepare() {
67 - # Add contents of Gentoo's cursor theme directory to cursor theme list
68 - epatch "${FILESDIR}/${PN}-3.10.1-gentoo-cursor-themes.patch"
69 -
70 - # Prevent problems setting WM preferences, upstream bug #706834
71 - epatch "${FILESDIR}/${PN}-3.8.1-wm-preferences.patch"
72 -
73 - gnome2_src_prepare
74 - python_copy_sources
75 -}
76 -
77 -src_configure() {
78 - python_foreach_impl run_in_build_dir gnome2_src_configure
79 -}
80 -
81 -src_compile() {
82 - python_foreach_impl run_in_build_dir gnome2_src_compile
83 -}
84 -
85 -src_test() {
86 - python_foreach_impl run_in_build_dir default
87 -}
88 -
89 -src_install() {
90 - install_python() {
91 - gnome2_src_install
92 - python_doscript gnome-tweak-tool || die
93 - }
94 - python_foreach_impl run_in_build_dir install_python
95 -}