Gentoo Archives: gentoo-commits

From: Matt Turner <mattst88@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: gnome-extra/gnome-tweaks/
Date: Thu, 15 Apr 2021 15:36:52
Message-Id: 1618500625.8befb3e7bdac9e1dd227988b8ae2329317399fee.mattst88@gentoo
1 commit: 8befb3e7bdac9e1dd227988b8ae2329317399fee
2 Author: Matt Turner <mattst88 <AT> gentoo <DOT> org>
3 AuthorDate: Thu Apr 15 15:30:25 2021 +0000
4 Commit: Matt Turner <mattst88 <AT> gentoo <DOT> org>
5 CommitDate: Thu Apr 15 15:30:25 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8befb3e7
7
8 gnome-extra/gnome-tweaks: Drop old versions
9
10 Signed-off-by: Matt Turner <mattst88 <AT> gentoo.org>
11
12 gnome-extra/gnome-tweaks/Manifest | 1 -
13 .../gnome-tweaks/gnome-tweaks-3.34.0.ebuild | 51 ----------------------
14 2 files changed, 52 deletions(-)
15
16 diff --git a/gnome-extra/gnome-tweaks/Manifest b/gnome-extra/gnome-tweaks/Manifest
17 index 9c34453157a..098765e9895 100644
18 --- a/gnome-extra/gnome-tweaks/Manifest
19 +++ b/gnome-extra/gnome-tweaks/Manifest
20 @@ -1,2 +1 @@
21 -DIST gnome-tweaks-3.34.0.tar.xz 246592 BLAKE2B 8701b03f64bf6b779f6f96de25684602447b4da8f2714cb38f866e5016532aad3283f3dc217b29161534958c03e72aed33c0803e60681a3616818d037c23e5e8 SHA512 1d2b21a31550d4b48afd02a9fcfb9844eacac7aa726ef624abcb40225af31da29b34e9032b3bb2943e5cb5f7553a6f931467d04bfbc2b026732e6bdcb86eb840
22 DIST gnome-tweaks-3.34.1.tar.xz 247980 BLAKE2B 55fbb16bcdb1a9ea4b5ca84df802266e07347377eab3712284973146fcc0797af59df5985725b1a95a1fba0d26b580a1c9862675978876de5eeb0de9c0060be3 SHA512 c922bf696b9ff48c8c39fd4ae06f4b72ea7b18645ad41552b0367859066d7601bc59521643335931e1cce799344a1c1ac9a7c28408de4c19bfa4127594a2ec7d
23
24 diff --git a/gnome-extra/gnome-tweaks/gnome-tweaks-3.34.0.ebuild b/gnome-extra/gnome-tweaks/gnome-tweaks-3.34.0.ebuild
25 deleted file mode 100644
26 index d205a89c335..00000000000
27 --- a/gnome-extra/gnome-tweaks/gnome-tweaks-3.34.0.ebuild
28 +++ /dev/null
29 @@ -1,51 +0,0 @@
30 -# Copyright 1999-2021 Gentoo Authors
31 -# Distributed under the terms of the GNU General Public License v2
32 -
33 -EAPI=7
34 -PYTHON_COMPAT=( python3_{7,8,9} )
35 -
36 -inherit gnome.org meson python-single-r1 xdg
37 -
38 -DESCRIPTION="Customize advanced GNOME 3 options"
39 -HOMEPAGE="https://wiki.gnome.org/Apps/Tweaks"
40 -
41 -LICENSE="GPL-3+ CC0-1.0"
42 -SLOT="0"
43 -
44 -IUSE=""
45 -REQUIRED_USE="${PYTHON_REQUIRED_USE}"
46 -
47 -KEYWORDS="amd64 ~arm ~arm64 ~ppc ~ppc64 x86"
48 -
49 -DEPEND="${PYTHON_DEPS}"
50 -# See README.md for list of deps
51 -RDEPEND="${DEPEND}
52 - $(python_gen_cond_dep '
53 - >=dev-python/pygobject-3.10.2:3[${PYTHON_MULTI_USEDEP}]
54 - ')
55 - >=gnome-base/gnome-settings-daemon-3
56 - x11-themes/sound-theme-freedesktop
57 -
58 - >=dev-libs/glib-2.58:2
59 - >=x11-libs/gtk+-3.12:3[introspection]
60 - >=gnome-base/gnome-desktop-3.30:3[introspection]
61 - gui-libs/libhandy:0.0[introspection]
62 - net-libs/libsoup:2.4[introspection]
63 - x11-libs/libnotify[introspection]
64 -
65 - >=gnome-base/gsettings-desktop-schemas-3.33.0
66 - >=gnome-base/gnome-shell-3.24
67 - x11-wm/mutter
68 -"
69 -BDEPEND=">=sys-devel/gettext-0.19.8"
70 -
71 -PATCHES=(
72 - "${FILESDIR}"/3.28.1-gentoo-cursor-themes.patch # Add contents of Gentoo's cursor theme directory to cursor theme list
73 - "${FILESDIR}"/${PV}-fix-python.patch
74 -)
75 -
76 -src_install() {
77 - meson_src_install
78 - python_optimize
79 - python_fix_shebang "${ED}"/usr/bin/
80 -}