diff options
author | Pacho Ramos <pacho@gentoo.org> | 2020-05-31 14:12:47 +0200 |
---|---|---|
committer | Pacho Ramos <pacho@gentoo.org> | 2020-05-31 14:42:28 +0200 |
commit | 22f3c80fd7a7bb88e0adc1d187d96df8c247aa29 (patch) | |
tree | 227660f23cf437e38225123b1171f1724d46a473 /gnome-extra | |
parent | gnome-extra/gnome-shell-extension-gsconnect: Drop old (diff) | |
download | gentoo-22f3c80fd7a7bb88e0adc1d187d96df8c247aa29.tar.gz gentoo-22f3c80fd7a7bb88e0adc1d187d96df8c247aa29.tar.bz2 gentoo-22f3c80fd7a7bb88e0adc1d187d96df8c247aa29.zip |
gnome-extra/pch-session: Drop old
Package-Manager: Portage-2.3.100, Repoman-2.3.22
Signed-off-by: Pacho Ramos <pacho@gentoo.org>
Diffstat (limited to 'gnome-extra')
-rw-r--r-- | gnome-extra/pch-session/Manifest | 1 | ||||
-rw-r--r-- | gnome-extra/pch-session/pch-session-3.32.0.ebuild | 42 |
2 files changed, 0 insertions, 43 deletions
diff --git a/gnome-extra/pch-session/Manifest b/gnome-extra/pch-session/Manifest index 6868b820e449..89cbd5c7a995 100644 --- a/gnome-extra/pch-session/Manifest +++ b/gnome-extra/pch-session/Manifest @@ -1,2 +1 @@ -DIST pch-session-3.32.0.tar.bz2 8940 BLAKE2B f7b96486fda4b38e0c548b950d60cafc7f150dc8c3f1e671f04d070b937e6f9ae753db6bfc5a81061c107483dbec752ebc85515133f8a62235b3c68c51091474 SHA512 32d6393ef74cea1a7eff3e5361732f3ac47ef1ae993c33bd17a3629f1491c129ea043688dbce11dfa331d4cbe89395966b98f58c1806502a9ffcdaa62c303e91 DIST pch-session-3.34.3.tar.bz2 9189 BLAKE2B 82c8f346ef8b627c4756f6781e0ccc9274c5152cd723ddcf00e23411efdf3ff633ca0078cd0a4b3ebc24e1f2ef79e7d736fdc6f9b46b750f7f88177c7977a408 SHA512 dcada2ac88fec4fe2d893bd0fd76e63fb574452612b3c9286fe42f3c51fba3b2f3992ff3015b11867c01c1d328fcd8f007f9dc1e1e3030c1e722d3b4df4740b5 diff --git a/gnome-extra/pch-session/pch-session-3.32.0.ebuild b/gnome-extra/pch-session/pch-session-3.32.0.ebuild deleted file mode 100644 index 962ec1801ae7..000000000000 --- a/gnome-extra/pch-session/pch-session-3.32.0.ebuild +++ /dev/null @@ -1,42 +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 x86" -IUSE="" - -# gnome-extra/gnome-tweaks to configure extensions easily -RDEPEND=" - >=gnome-base/gnome-shell-3.32 - >=gnome-extra/gnome-shell-extensions-3.32 - gnome-extra/gnome-shell-extension-applications-overview-tooltip - >=gnome-extra/gnome-shell-extension-dash-to-panel-19 - gnome-extra/gnome-shell-extension-desktop-icons - >=gnome-extra/gnome-shell-extension-gsconnect-22 - gnome-extra/gnome-shell-extensions-topicons-plus - >=gnome-extra/gnome-tweaks-3.32 -" -BDEPEND="" -DEPEND="" - -src_install() { - insinto /usr - doins -r usr/. - einstalldocs -} - -pkg_postinst() { - gnome2_schemas_update -} - -pkg_postrm() { - gnome2_schemas_update -} |