commit:     5fe9080ef5ada92d926c124ab9f1a6b35b918f53
Author:     Mart Raudsepp <leio <AT> gentoo <DOT> org>
AuthorDate: Mon May  6 07:00:43 2024 +0000
Commit:     Mart Raudsepp <leio <AT> gentoo <DOT> org>
CommitDate: Mon May  6 07:08:21 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5fe9080e

gnome-extra/gnome-tweaks: drop 45.0, 45.1

Signed-off-by: Mart Raudsepp <leio <AT> gentoo.org>

 gnome-extra/gnome-tweaks/Manifest                 |  2 -
 gnome-extra/gnome-tweaks/gnome-tweaks-45.0.ebuild | 54 -----------------------
 gnome-extra/gnome-tweaks/gnome-tweaks-45.1.ebuild | 54 -----------------------
 3 files changed, 110 deletions(-)

diff --git a/gnome-extra/gnome-tweaks/Manifest 
b/gnome-extra/gnome-tweaks/Manifest
index 4a2532f81c99..7ee3985327b4 100644
--- a/gnome-extra/gnome-tweaks/Manifest
+++ b/gnome-extra/gnome-tweaks/Manifest
@@ -1,3 +1 @@
-DIST gnome-tweaks-45.0.tar.xz 738364 BLAKE2B 
0568aa800ab1c981491c6b3a66430e33c720a09a23ab25ce9bf73b2fe761f485a0df585b86541b38f62ee3737c780e8f449f75ac969c5d58e8f2049ffe37720b
 SHA512 
2bc6d64a412c13f84a971d157ce7ebfac31d791af8d4bfc80d7f6b8f88445ecd40dc9d9d12aee0688590ab6d9535add18f244dd9a216e3b59c82e1c88a1c7f86
-DIST gnome-tweaks-45.1.tar.xz 738484 BLAKE2B 
c3ffb102ffc9025f2b43816888090345e3f0935c637461cbddf1f2b7ae6d1811ce3cdd175c3a781dda21adab01c9c44ccb044206c72717ae5722c68f754211ae
 SHA512 
2a6f5a69c79e3c18b01f3c5f2573fb2130ef1145d9014efb39096df4fbe9e2bfc62b9797c667e4c3b9d248bf6563583757fbbc3f1ec65873b8344b0414c92cdc
 DIST gnome-tweaks-45.2.tar.xz 738788 BLAKE2B 
55c0cc91d137dab1d39701660e6be987b87957601c9c315599eac4b0d4e478a7c07bd0fe24d8ce72a7c3224c6a466dcdd5608adde28527b3ff31865c90399b3a
 SHA512 
b07d99f53de990de04f1d2aefed932633253cb2584d719bdd7bb197e431d622e777f911bc3f454a336e0fce3bf93a8ae55744b09e99e9f014d244bf82e5118f9

diff --git a/gnome-extra/gnome-tweaks/gnome-tweaks-45.0.ebuild 
b/gnome-extra/gnome-tweaks/gnome-tweaks-45.0.ebuild
deleted file mode 100644
index d1660dec6908..000000000000
--- a/gnome-extra/gnome-tweaks/gnome-tweaks-45.0.ebuild
+++ /dev/null
@@ -1,54 +0,0 @@
-# Copyright 1999-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-PYTHON_COMPAT=( python3_{10..12} )
-
-inherit gnome.org gnome2-utils meson python-single-r1 xdg
-
-DESCRIPTION="Customize advanced GNOME options"
-HOMEPAGE="https://wiki.gnome.org/Apps/Tweaks";
-
-LICENSE="GPL-3+ CC0-1.0"
-SLOT="0"
-
-REQUIRED_USE="${PYTHON_REQUIRED_USE}"
-
-KEYWORDS="amd64 ~arm arm64 ~loong ~ppc64 ~riscv x86"
-
-DEPEND="${PYTHON_DEPS}"
-# See README.md for list of deps
-RDEPEND="${DEPEND}
-       $(python_gen_cond_dep '
-               >=dev-python/pygobject-3.10.2:3[${PYTHON_USEDEP}]
-       ')
-       >=gnome-base/gnome-settings-daemon-3
-       x11-themes/sound-theme-freedesktop
-
-       >=dev-libs/glib-2.58:2
-       >=x11-libs/gtk+-3.12:3[introspection]
-       >=gnome-base/gnome-desktop-3.30:3[introspection]
-       gui-libs/libhandy:1[introspection]
-       x11-libs/libnotify[introspection]
-       x11-libs/pango[introspection]
-       >=gnome-base/gsettings-desktop-schemas-40.0
-       >=gnome-base/gnome-shell-3.24
-       x11-wm/mutter
-"
-BDEPEND=">=sys-devel/gettext-0.19.8"
-
-src_install() {
-       meson_src_install
-       python_optimize
-       python_fix_shebang "${ED}"/usr/bin/
-}
-
-pkg_postinst() {
-       xdg_pkg_postinst
-       gnome2_schemas_update
-}
-
-pkg_postrm() {
-       xdg_pkg_postrm
-       gnome2_schemas_update
-}

diff --git a/gnome-extra/gnome-tweaks/gnome-tweaks-45.1.ebuild 
b/gnome-extra/gnome-tweaks/gnome-tweaks-45.1.ebuild
deleted file mode 100644
index 5d15c6ae0ef5..000000000000
--- a/gnome-extra/gnome-tweaks/gnome-tweaks-45.1.ebuild
+++ /dev/null
@@ -1,54 +0,0 @@
-# Copyright 1999-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-PYTHON_COMPAT=( python3_{10..12} )
-
-inherit gnome.org gnome2-utils meson python-single-r1 xdg
-
-DESCRIPTION="Customize advanced GNOME options"
-HOMEPAGE="https://wiki.gnome.org/Apps/Tweaks";
-
-LICENSE="GPL-3+ CC0-1.0"
-SLOT="0"
-
-REQUIRED_USE="${PYTHON_REQUIRED_USE}"
-
-KEYWORDS="~amd64 ~arm ~arm64 ~loong ~ppc64 ~riscv ~x86"
-
-DEPEND="${PYTHON_DEPS}"
-# See README.md for list of deps
-RDEPEND="${DEPEND}
-       $(python_gen_cond_dep '
-               >=dev-python/pygobject-3.10.2:3[${PYTHON_USEDEP}]
-       ')
-       >=gnome-base/gnome-settings-daemon-3
-       x11-themes/sound-theme-freedesktop
-
-       >=dev-libs/glib-2.58:2
-       >=x11-libs/gtk+-3.12:3[introspection]
-       >=gnome-base/gnome-desktop-3.30:3[introspection]
-       gui-libs/libhandy:1[introspection]
-       x11-libs/libnotify[introspection]
-       x11-libs/pango[introspection]
-       >=gnome-base/gsettings-desktop-schemas-40.0
-       >=gnome-base/gnome-shell-3.24
-       x11-wm/mutter
-"
-BDEPEND=">=sys-devel/gettext-0.19.8"
-
-src_install() {
-       meson_src_install
-       python_optimize
-       python_fix_shebang "${ED}"/usr/bin/
-}
-
-pkg_postinst() {
-       xdg_pkg_postinst
-       gnome2_schemas_update
-}
-
-pkg_postrm() {
-       xdg_pkg_postrm
-       gnome2_schemas_update
-}

Reply via email to