summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPacho Ramos <pacho@gentoo.org>2021-04-04 19:14:37 +0200
committerPacho Ramos <pacho@gentoo.org>2021-04-04 19:14:37 +0200
commit750a7bd0db6b688d2cf4569b75fc4eb751e17999 (patch)
treeb36f61073f0707c1ee1089099bdd28b1094473b3 /gnome-extra
parentgnome-extra/pch-session: x86 stable (diff)
downloadgentoo-750a7bd0db6b688d2cf4569b75fc4eb751e17999.tar.gz
gentoo-750a7bd0db6b688d2cf4569b75fc4eb751e17999.tar.bz2
gentoo-750a7bd0db6b688d2cf4569b75fc4eb751e17999.zip
gnome-extra/pch-session: Drop old
Package-Manager: Portage-3.0.17, Repoman-3.0.2 Signed-off-by: Pacho Ramos <pacho@gentoo.org>
Diffstat (limited to 'gnome-extra')
-rw-r--r--gnome-extra/pch-session/Manifest1
-rw-r--r--gnome-extra/pch-session/pch-session-3.38.2.ebuild48
2 files changed, 0 insertions, 49 deletions
diff --git a/gnome-extra/pch-session/Manifest b/gnome-extra/pch-session/Manifest
index c0bc95f45b09..32cffcb8f46d 100644
--- a/gnome-extra/pch-session/Manifest
+++ b/gnome-extra/pch-session/Manifest
@@ -1,3 +1,2 @@
DIST pch-session-3.36.3.tar.bz2 9575 BLAKE2B 1f7001c50247821b2c9771b8d16bd2b962712c033fde7af225a9aac152abb2a0505b73f5baf5913ce12e05bc7a89abcf0411b2ffa64dc0aa38b2bea0f3f41796 SHA512 b784421b27a446d460191da5a2eb6fbaf53aa4cffbfe8f113bc8c3ef308741ccfd6a208d6f6b1a50839b3a0925b22e6573604fd315496a5c59ae969fc8e6f7a6
-DIST pch-session-3.38.2.tar.bz2 3610420 BLAKE2B b632119ca1b758cb3b356a8175057ee1dc7cd9b74790a989e2198ad10a5a62e392c14481cb17ac0beac25ad8f0b4a6a5bb69640ac87404dad2e616170358ea2e SHA512 ffefb2e34ebaded0b03d695b27281a3bdc6ac6ca9111243766f78f819823ce3d0fdd837e4495450be048c86ea6e09a37f1746753b728f45a5ae1e9f0360620b7
DIST pch-session-3.38.3.tar.bz2 3610468 BLAKE2B 832eacf774c46c4c714a3e12ebd024f4a2fa62ef385697e7d18144c917bc6c11a12da77db604e2f3eaa1f4aa50ccf3578a9c1fcc81332d6b5db06a98cb1f75ef SHA512 11d4474a757787cc6d65ca81a9e3e592c347c4267c816346d7455f6abae267d0f331a19ec2b8f0c216adcfe5db9af0c37b489ec7abbbd581a7c5b4bb3a77854f
diff --git a/gnome-extra/pch-session/pch-session-3.38.2.ebuild b/gnome-extra/pch-session/pch-session-3.38.2.ebuild
deleted file mode 100644
index 6229b6902125..000000000000
--- a/gnome-extra/pch-session/pch-session-3.38.2.ebuild
+++ /dev/null
@@ -1,48 +0,0 @@
-# Copyright 2019-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-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=""
-
-RDEPEND="
- >=gnome-base/gnome-shell-3.38
- >=gnome-extra/gnome-shell-extensions-3.38
- >=gnome-extra/gnome-shell-extension-applications-overview-tooltip-10
- >=gnome-extra/gnome-shell-extension-bing-wallpaper-27
- >=gnome-extra/gnome-shell-extension-bluetooth-quick-connect-16
- >=gnome-extra/gnome-shell-extension-control-blur-effect-on-lock-screen-20200901
- >=gnome-extra/gnome-shell-extension-dash-to-panel-40
- >=gnome-extra/gnome-shell-extension-desktop-icons-20.04.0-r2
- >=gnome-extra/gnome-shell-extension-gsconnect-44
- >=gnome-extra/gnome-shell-extensions-topicons-plus-27
- >=gnome-extra/gnome-tweaks-3.34
-"
-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
-}