summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'gnome-extra/pch-session')
-rw-r--r--gnome-extra/pch-session/Manifest1
-rw-r--r--gnome-extra/pch-session/pch-session-3.30.0.1.ebuild39
2 files changed, 0 insertions, 40 deletions
diff --git a/gnome-extra/pch-session/Manifest b/gnome-extra/pch-session/Manifest
index 57880ff7af03..ef2687d2a7c7 100644
--- a/gnome-extra/pch-session/Manifest
+++ b/gnome-extra/pch-session/Manifest
@@ -1,2 +1 @@
-DIST pch-session-3.30.0.1.tar.bz2 8854 BLAKE2B 55e90c00d3637d21b80ec87db96561a43d4f770ffcc6d90c7c83189ab979565cbeada0dfb64cb3d10d72c6f4e40466345db2023b930971bb6b784a0f7c469551 SHA512 dbb6a28cc1cff37992f717285476b73201a5d96de682fa2e91774f644bd8870cbd6444f768c1395b81a8ba0fe36e60404343251a66d339ae6acfc2a7f47127f9
DIST pch-session-3.30.0.2.tar.bz2 8925 BLAKE2B 0dc3440d42f7507a0f73ad24cbcd94d106a836b2c9abb74e3d85272ed1dd0660ff85c60b7a3e824687916817f513aed321e92b4d2406e1d5f1ace3aad5bc8456 SHA512 3e8ae7db254c0489c57fb1aadffbd3dfff6ba992c5ce51f993ac5f8a2704b59aab39e65bd36768ffd3fc47eec24bfa9c34046fbd01819976bbb9eedcf84d4e89
diff --git a/gnome-extra/pch-session/pch-session-3.30.0.1.ebuild b/gnome-extra/pch-session/pch-session-3.30.0.1.ebuild
deleted file mode 100644
index ca53eeb88fa6..000000000000
--- a/gnome-extra/pch-session/pch-session-3.30.0.1.ebuild
+++ /dev/null
@@ -1,39 +0,0 @@
-# Copyright 2019 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"
-IUSE=""
-
-RDEPEND="
- >=gnome-base/gnome-shell-3.30
- gnome-extra/gnome-shell-extensions
- gnome-extra/gnome-shell-extension-dash-to-panel
- gnome-extra/gnome-shell-extension-desktop-icons
- gnome-extra/gnome-shell-extension-gsconnect
- gnome-extra/gnome-shell-extensions-topicons-plus
-"
-BDEPEND=""
-DEPEND=""
-
-src_install() {
- insinto /usr
- doins -r usr/.
- einstalldocs
-}
-
-pkg_postinst() {
- gnome2_schemas_update
-}
-
-pkg_postrm() {
- gnome2_schemas_update
-}