summaryrefslogtreecommitdiff
path: root/gnome-extra/pch-session
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2021-07-08 15:03:58 +0100
committerV3n3RiX <venerix@redcorelinux.org>2021-07-08 15:03:58 +0100
commit814f4cf860e299a046b649eaee5463427984c09c (patch)
tree74c45f097899310e599dad6b8df5b63e0f085bc0 /gnome-extra/pch-session
parent7f0ccc917c7abe6223784c703d86cd14755691fb (diff)
gentoo resync : 08.07.2021
Diffstat (limited to 'gnome-extra/pch-session')
-rw-r--r--gnome-extra/pch-session/Manifest2
-rw-r--r--gnome-extra/pch-session/pch-session-40.0.ebuild48
2 files changed, 0 insertions, 50 deletions
diff --git a/gnome-extra/pch-session/Manifest b/gnome-extra/pch-session/Manifest
index f556f56af79f..207cca203ab2 100644
--- a/gnome-extra/pch-session/Manifest
+++ b/gnome-extra/pch-session/Manifest
@@ -1,5 +1,3 @@
-DIST pch-session-40.0.tar.bz2 3610342 BLAKE2B 9d82fe4b20e136d5ddef020477ab9526bb920b7e67e3a357ac24c6fba5d83aa8e1735a9c581a156496f7013ce12c6e6c91f7a5b7e3e446503e81ad96070fc884 SHA512 32bb9ebb3127b47482150d11c1e8bb865e2fe34e39767670f07d03965044842526e4194f3130743c8f79a5658dccf858c922f88d1316ea4d065878090a77f128
DIST pch-session-40.2.tar.bz2 3610529 BLAKE2B 4ae2fa7d152edff0707c5f705c001d601a08f70a7629f3cefa53254b07eac124280d547392c80d9dad76c08fbb80e09aaaefceff06945ebdddfc8f61d31c3426 SHA512 6300e36f5914f8213ac912e1e44652c08ca90a31e3e480b5f6674ce54a798f8b3f1226d781859f7bf9fb4a64186ee11a8bc7d6f8d59017340ec3b65d10948f0b
-EBUILD pch-session-40.0.ebuild 1238 BLAKE2B 4aafe0c2a9284939b83b167f9f4e564fdc708af7c2f2a191986f85ffd77e9798e7ef620556e96769f01d9830f9839f06b44e97fcec0fa527b0b23f0ca60ff9e9 SHA512 219b7d308693da99310c9ff10d06009c1e6b52b1bab9ba40c225df30782191a8ce0aa22b286a11876ed64b9d91fa6c52e80ce515854ee358a66e0b50ae7d21e2
EBUILD pch-session-40.2.ebuild 1238 BLAKE2B 4aafe0c2a9284939b83b167f9f4e564fdc708af7c2f2a191986f85ffd77e9798e7ef620556e96769f01d9830f9839f06b44e97fcec0fa527b0b23f0ca60ff9e9 SHA512 219b7d308693da99310c9ff10d06009c1e6b52b1bab9ba40c225df30782191a8ce0aa22b286a11876ed64b9d91fa6c52e80ce515854ee358a66e0b50ae7d21e2
MISC metadata.xml 240 BLAKE2B 63b29b3fa5f9613689cca20017685c7b8fda461b37bd79b15deb70b8691afdbb1a262dac93cb3520a9d9e9c49ba745f8c797b269bb41933391a5a94667bb1c24 SHA512 2d1e63e0f72d6332021e3c9bdacb1e2b203a31b907c5a93c305e4f7b0eeef0856fb0cca37bc0d7d3d1ba77b08f81c7626f834239e3484e13032cedf59304239e
diff --git a/gnome-extra/pch-session/pch-session-40.0.ebuild b/gnome-extra/pch-session/pch-session-40.0.ebuild
deleted file mode 100644
index 3b5931d3af68..000000000000
--- a/gnome-extra/pch-session/pch-session-40.0.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-40
- >=gnome-extra/gnome-shell-extensions-40
- >=gnome-extra/gnome-shell-extension-appindicator-37
- >=gnome-extra/gnome-shell-extension-applications-overview-tooltip-12
- >=gnome-extra/gnome-shell-extension-bing-wallpaper-32
- >=gnome-extra/gnome-shell-extension-bluetooth-quick-connect-20
- >=gnome-extra/gnome-shell-extension-control-blur-effect-on-lock-screen-20201211-r1
- >=gnome-extra/gnome-shell-extension-dash-to-panel-43_pre20210510
- >=gnome-extra/gnome-shell-extension-desktop-icons-ng-0.17.0
- >=gnome-extra/gnome-shell-extension-gsconnect-46
- >=gnome-extra/gnome-tweaks-40.0
-"
-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
-}