summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPacho Ramos <pacho@gentoo.org>2019-05-09 22:48:41 +0200
committerPacho Ramos <pacho@gentoo.org>2019-05-09 22:48:41 +0200
commit61cb852a7a5e0277431aa5362863c1bcb7042d50 (patch)
tree4270ad01c9a3bf586a938bc33c71b71f1160882f /gnome-extra/pch-session/pch-session-3.30.0.1.ebuild
parentgnome-extra/pch-session: amd64 stable (diff)
downloadgentoo-61cb852a7a5e0277431aa5362863c1bcb7042d50.tar.gz
gentoo-61cb852a7a5e0277431aa5362863c1bcb7042d50.tar.bz2
gentoo-61cb852a7a5e0277431aa5362863c1bcb7042d50.zip
gnome-extra/pch-session: Drop old
Package-Manager: Portage-2.3.66, Repoman-2.3.12 Signed-off-by: Pacho Ramos <pacho@gentoo.org>
Diffstat (limited to 'gnome-extra/pch-session/pch-session-3.30.0.1.ebuild')
-rw-r--r--gnome-extra/pch-session/pch-session-3.30.0.1.ebuild39
1 files changed, 0 insertions, 39 deletions
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
-}