commit: 9a31e13b6b168e7ccf915d5ed78046d1cdeab616 Author: Pacho Ramos <pacho <AT> gentoo <DOT> org> AuthorDate: Tue Apr 18 14:18:07 2023 +0000 Commit: Pacho Ramos <pacho <AT> gentoo <DOT> org> CommitDate: Tue Apr 18 14:18:07 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9a31e13b
gnome-extra/pch-session: drop 42.0-r1 Signed-off-by: Pacho Ramos <pacho <AT> gentoo.org> gnome-extra/pch-session/Manifest | 1 - gnome-extra/pch-session/pch-session-42.0-r1.ebuild | 65 ---------------------- 2 files changed, 66 deletions(-) diff --git a/gnome-extra/pch-session/Manifest b/gnome-extra/pch-session/Manifest index 454129ec2ed9..ffd8da3d0d4c 100644 --- a/gnome-extra/pch-session/Manifest +++ b/gnome-extra/pch-session/Manifest @@ -1,3 +1,2 @@ -DIST pch-session-42.0.tar.bz2 3610664 BLAKE2B c14529dd7be8854e4d24b4b4c3335c44ebd714b4dcd8ada8bf6e8da6236d962c57fb537b4a651118e8f719b7da87141a8c1512bf6a360c7998f23384ed06b14c SHA512 63a73a753cc95dc8e152a4d535674d420861e87a57a9c47b1063b9bdad410ad4c93e2ed2a5e547fae75f9e76b0f640ffc8d0f3116195afbaa18e6a2fdb9c5ae7 DIST pch-session-43.2.tar.bz2 3610733 BLAKE2B b7439af088ce6483ac6a92a9d0ec434d6709496da5bdabb35ac95f7c71d2544866c2fb8e1675b06b6a9274f523c8b763f2de317d7b89a5a4f14e69404f9d273a SHA512 906d0f628eb4435876672e124c110688dc495cc263ef30b8a62661fe38f345fc3e0e262c2dffbb34c7d3adfacc103d4a0c5311cf43df8a7619efc15f99385092 DIST pch-session-44.0.tar.bz2 3610775 BLAKE2B 4e13ca6492fdcae7ff2edc2012f4a98181affb5a3b08352049a786eadc6b10d369d653d3cd790f119ed2737fa72fa5d0233998a6ee91692dd04658e9c36c559d SHA512 1db395fb43329db1824ec5e6cccb83697b30da214fec132569661d392c409d0606cab9b18d58d0c2f0803ea2351ec56596f8d20782c0a3b392aa570ec9a10902 diff --git a/gnome-extra/pch-session/pch-session-42.0-r1.ebuild b/gnome-extra/pch-session/pch-session-42.0-r1.ebuild deleted file mode 100644 index 1d7b0626e89b..000000000000 --- a/gnome-extra/pch-session/pch-session-42.0-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-42 - >=gnome-extra/gnome-shell-extensions-42 - >=gnome-extra/gnome-shell-extension-alphabetical-grid-23.0 - >=gnome-extra/gnome-shell-extension-appindicator-42 - >=gnome-extra/gnome-shell-extension-applications-overview-tooltip-15 - >=gnome-extra/gnome-shell-extension-bing-wallpaper-40 - >=gnome-extra/gnome-shell-extension-control-blur-effect-on-lock-screen-20220323 - >=gnome-extra/gnome-shell-extension-dash-to-panel-47 - >=gnome-extra/gnome-shell-extension-desktop-icons-ng-43.0 - >=gnome-extra/gnome-shell-extension-gsconnect-50 - >=gnome-extra/gnome-shell-extension-weather-in-the-clock-20211108-r1 - >=gnome-extra/gnome-tweaks-40.10 - - gnome-extra/gnome-clocks - >=media-fonts/fonts-meta-2 - - bluetooth? ( >=gnome-extra/gnome-shell-extension-bluetooth-quick-connect-29 ) - 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 -}
