commit:     be07ad6719092c1830999351ba83c45c1255eebe
Author:     Pacho Ramos <pacho <AT> gentoo <DOT> org>
AuthorDate: Thu Jul 20 08:13:27 2023 +0000
Commit:     Pacho Ramos <pacho <AT> gentoo <DOT> org>
CommitDate: Thu Jul 20 08:13:27 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=be07ad67

gnome-extra/pch-session: drop 43.2-r1, 44.0

Signed-off-by: Pacho Ramos <pacho <AT> gentoo.org>

 gnome-extra/pch-session/Manifest                   |  2 -
 gnome-extra/pch-session/pch-session-43.2-r1.ebuild | 65 ----------------------
 gnome-extra/pch-session/pch-session-44.0.ebuild    | 55 ------------------
 3 files changed, 122 deletions(-)

diff --git a/gnome-extra/pch-session/Manifest b/gnome-extra/pch-session/Manifest
index 868e38662caa..d283c42d56bd 100644
--- a/gnome-extra/pch-session/Manifest
+++ b/gnome-extra/pch-session/Manifest
@@ -1,3 +1 @@
-DIST pch-session-43.2.tar.bz2 3610733 BLAKE2B 
b7439af088ce6483ac6a92a9d0ec434d6709496da5bdabb35ac95f7c71d2544866c2fb8e1675b06b6a9274f523c8b763f2de317d7b89a5a4f14e69404f9d273a
 SHA512 
906d0f628eb4435876672e124c110688dc495cc263ef30b8a62661fe38f345fc3e0e262c2dffbb34c7d3adfacc103d4a0c5311cf43df8a7619efc15f99385092
-DIST pch-session-44.0.tar.bz2 3610775 BLAKE2B 
4e13ca6492fdcae7ff2edc2012f4a98181affb5a3b08352049a786eadc6b10d369d653d3cd790f119ed2737fa72fa5d0233998a6ee91692dd04658e9c36c559d
 SHA512 
1db395fb43329db1824ec5e6cccb83697b30da214fec132569661d392c409d0606cab9b18d58d0c2f0803ea2351ec56596f8d20782c0a3b392aa570ec9a10902
 DIST pch-session-44.1.tar.bz2 3610721 BLAKE2B 
5b057fbaf0f68a8473a92be21166ff5a4a6337d159020bfb3a172a2b55047821b5161facfdc13688b3019471156b52baf137b64f78c6ad6afc27a839b1917237
 SHA512 
dab3690fe1f9c9aca332a907649d7445f1ab9ce89373b3b58beb412b1a8cf300834998117aa9dadc1e3b029863fd61dc9a4ec9913ff7e2aa60c009c473030064

diff --git a/gnome-extra/pch-session/pch-session-43.2-r1.ebuild 
b/gnome-extra/pch-session/pch-session-43.2-r1.ebuild
deleted file mode 100644
index 3c4f4f05b5db..000000000000
--- a/gnome-extra/pch-session/pch-session-43.2-r1.ebuild
+++ /dev/null
@@ -1,65 +0,0 @@
-# Copyright 2019-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-inherit gnome2-utils
-
-DESCRIPTION="Unofficial gnome based session with different default settings 
and extensions"
-HOMEPAGE="https://gitlab.com/pachoramos/pch-session";
-SRC_URI="https://gitlab.com/pachoramos/${PN}/-/archive/${PV}/${P}.tar.bz2";
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="amd64 x86"
-IUSE="bluetooth qt5 webp"
-
-RDEPEND="
-       >=gnome-base/gnome-shell-43
-       >=gnome-extra/gnome-shell-extensions-43
-       >=gnome-extra/gnome-shell-extension-alphabetical-grid-26.0
-       >=gnome-extra/gnome-shell-extension-appindicator-46
-       >=gnome-extra/gnome-shell-extension-applications-overview-tooltip-16
-       >=gnome-extra/gnome-shell-extension-bing-wallpaper-44
-       >=gnome-extra/gnome-shell-extension-dash-to-panel-52
-       >=gnome-extra/gnome-shell-extension-desktop-icons-ng-47
-       >=gnome-extra/gnome-shell-extension-gsconnect-54
-       >=gnome-extra/gnome-shell-extension-weather-in-the-clock-20221024
-       >=gnome-extra/gnome-tweaks-40.10
-
-       >=gnome-extra/gnome-clocks-43.0
-       >=media-fonts/fonts-meta-2
-       x11-themes/papirus-icon-theme
-
-       bluetooth? ( 
>=gnome-extra/gnome-shell-extension-bluetooth-quick-connect-30 )
-       qt5? ( x11-themes/adwaita-qt )
-       webp? ( gui-libs/gdk-pixbuf-loader-webp )
-"
-BDEPEND=""
-DEPEND=""
-
-src_prepare() {
-       default
-       if ! use bluetooth; then
-               sed -i -e \
-                       's:"[email protected]",::g' \
-                       usr/share/gnome-shell/modes/pch*.json || die
-       fi
-}
-
-pkg_preinst() {
-       gnome2_schemas_update
-}
-
-src_install() {
-       insinto /usr
-       doins -r usr/.
-       einstalldocs
-}
-
-pkg_postinst() {
-       gnome2_schemas_update
-}
-
-pkg_postrm() {
-       gnome2_schemas_update
-}

diff --git a/gnome-extra/pch-session/pch-session-44.0.ebuild 
b/gnome-extra/pch-session/pch-session-44.0.ebuild
deleted file mode 100644
index bc5c1be9f513..000000000000
--- a/gnome-extra/pch-session/pch-session-44.0.ebuild
+++ /dev/null
@@ -1,55 +0,0 @@
-# Copyright 2019-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-inherit gnome2-utils
-
-DESCRIPTION="Unofficial gnome based session with different default settings 
and extensions"
-HOMEPAGE="https://gitlab.com/pachoramos/pch-session";
-SRC_URI="https://gitlab.com/pachoramos/${PN}/-/archive/${PV}/${P}.tar.bz2";
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="qt5 webp"
-
-RDEPEND="
-       >=gnome-base/gnome-shell-44
-       >=gnome-extra/gnome-shell-extensions-44
-       >=gnome-extra/gnome-shell-extension-alphabetical-grid-29.0
-       >=gnome-extra/gnome-shell-extension-appindicator-53
-       >=gnome-extra/gnome-shell-extension-applications-overview-tooltip-16-r1
-       >=gnome-extra/gnome-shell-extension-bing-wallpaper-45
-       >=gnome-extra/gnome-shell-extension-dash-to-panel-56
-       >=gnome-extra/gnome-shell-extension-desktop-icons-ng-47.0.2
-       >=gnome-extra/gnome-shell-extension-gsconnect-55
-       >=gnome-extra/gnome-shell-extension-weather-in-the-clock-20221024-r1
-       >=gnome-extra/gnome-tweaks-40.10
-
-       >=gnome-extra/gnome-clocks-44.0
-       >=media-fonts/fonts-meta-2
-       x11-themes/papirus-icon-theme
-
-       qt5? ( x11-themes/adwaita-qt )
-       webp? ( gui-libs/gdk-pixbuf-loader-webp )
-"
-BDEPEND=""
-DEPEND=""
-
-pkg_preinst() {
-       gnome2_schemas_update
-}
-
-src_install() {
-       insinto /usr
-       doins -r usr/.
-       einstalldocs
-}
-
-pkg_postinst() {
-       gnome2_schemas_update
-}
-
-pkg_postrm() {
-       gnome2_schemas_update
-}

Reply via email to