commit:     0b2ae03e5aeb45960a4a6ebe80ccc0d5a3349d84
Author:     Mart Raudsepp <leio <AT> gentoo <DOT> org>
AuthorDate: Wed Jan 16 02:36:13 2019 +0000
Commit:     Mart Raudsepp <leio <AT> gentoo <DOT> org>
CommitDate: Wed Jan 16 02:38:02 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0b2ae03e

gnome-extra/gnome-tweak-tool: remove old

Package-Manager: Portage-2.3.52, Repoman-2.3.12
Signed-off-by: Mart Raudsepp <leio <AT> gentoo.org>

 gnome-extra/gnome-tweak-tool/Manifest              |  1 -
 .../gnome-tweak-tool-3.22.0.ebuild                 | 71 ----------------------
 2 files changed, 72 deletions(-)

diff --git a/gnome-extra/gnome-tweak-tool/Manifest 
b/gnome-extra/gnome-tweak-tool/Manifest
index 9b342c2bce6..d02673f40e5 100644
--- a/gnome-extra/gnome-tweak-tool/Manifest
+++ b/gnome-extra/gnome-tweak-tool/Manifest
@@ -1,3 +1,2 @@
-DIST gnome-tweak-tool-3.22.0.tar.xz 260132 BLAKE2B 
fe3e8810fa3fc209707ca5b2fa16d75114038243ff3930065b44ea34c1030a435a2aec70b108134ae238d8ed4d3ec70cc51c0c1f69c1d41bea162211765fb690
 SHA512 
c63c2c61787c78e2e25077cc83b28ae49bffd9e7c39aa78ebd93587ba9640275083f46273cb55986bcc46842449a31f38b77f0e9be69cea551218fd160f6d769
 DIST gnome-tweak-tool-3.24.1.tar.xz 261872 BLAKE2B 
ce62ad4357d8f8660bbbdcd81a1190f21cf7a832853aba404bc087b8150bff8f6451902102dfe030a6eec5ce658d31f176e0d32055f25e69203fda65ce092120
 SHA512 
b76e9a46de07d12b586fb7326fcd51fff1565b831fe8f4d1ab4bbefe36450b5d2cb7c7a168922960894ba57ac9bd412afa61973c034bd1b5f2b45c52eb34adcd
 DIST gnome-tweak-tool-3.26.4.tar.xz 253036 BLAKE2B 
a63d6977e7b4fb9d7e26752a95e123794daa5412ccc2f4ac1572ee1bf06730b29e5a2bd0d547dc3f8bfc1ab2c4a2d9bd72c42f9c0ff10d9bc9a23d377883562d
 SHA512 
42828720213cf366534eabf46fa4c3e4c3f15f2310adad96a5297300c781abe62e3f59ec305e077cdd6bb5538dae3ec3487e5accecd2ce6221c388c28092c2d0

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
deleted file mode 100644
index 91fd458f0e8..00000000000
--- a/gnome-extra/gnome-tweak-tool/gnome-tweak-tool-3.22.0.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 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.21.2
-"
-# 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