commit:     5ca9fb08b60a34a1037025014020a96f1b30f37b
Author:     Mart Raudsepp <leio <AT> gentoo <DOT> org>
AuthorDate: Sun Apr  2 12:28:14 2017 +0000
Commit:     Mart Raudsepp <leio <AT> gentoo <DOT> org>
CommitDate: Sun Apr  2 13:01:33 2017 +0000
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..00000000000
--- 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
-}

Reply via email to