Gentoo Archives: gentoo-commits

From: Pacho Ramos <pacho@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: gnome-extra/pch-session/
Date: Sun, 31 May 2020 12:42:51
Message-Id: 1590928948.22f3c80fd7a7bb88e0adc1d187d96df8c247aa29.pacho@gentoo
1 commit: 22f3c80fd7a7bb88e0adc1d187d96df8c247aa29
2 Author: Pacho Ramos <pacho <AT> gentoo <DOT> org>
3 AuthorDate: Sun May 31 12:12:47 2020 +0000
4 Commit: Pacho Ramos <pacho <AT> gentoo <DOT> org>
5 CommitDate: Sun May 31 12:42:28 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=22f3c80f
7
8 gnome-extra/pch-session: Drop old
9
10 Package-Manager: Portage-2.3.100, Repoman-2.3.22
11 Signed-off-by: Pacho Ramos <pacho <AT> gentoo.org>
12
13 gnome-extra/pch-session/Manifest | 1 -
14 gnome-extra/pch-session/pch-session-3.32.0.ebuild | 42 -----------------------
15 2 files changed, 43 deletions(-)
16
17 diff --git a/gnome-extra/pch-session/Manifest b/gnome-extra/pch-session/Manifest
18 index 6868b820e44..89cbd5c7a99 100644
19 --- a/gnome-extra/pch-session/Manifest
20 +++ b/gnome-extra/pch-session/Manifest
21 @@ -1,2 +1 @@
22 -DIST pch-session-3.32.0.tar.bz2 8940 BLAKE2B f7b96486fda4b38e0c548b950d60cafc7f150dc8c3f1e671f04d070b937e6f9ae753db6bfc5a81061c107483dbec752ebc85515133f8a62235b3c68c51091474 SHA512 32d6393ef74cea1a7eff3e5361732f3ac47ef1ae993c33bd17a3629f1491c129ea043688dbce11dfa331d4cbe89395966b98f58c1806502a9ffcdaa62c303e91
23 DIST pch-session-3.34.3.tar.bz2 9189 BLAKE2B 82c8f346ef8b627c4756f6781e0ccc9274c5152cd723ddcf00e23411efdf3ff633ca0078cd0a4b3ebc24e1f2ef79e7d736fdc6f9b46b750f7f88177c7977a408 SHA512 dcada2ac88fec4fe2d893bd0fd76e63fb574452612b3c9286fe42f3c51fba3b2f3992ff3015b11867c01c1d328fcd8f007f9dc1e1e3030c1e722d3b4df4740b5
24
25 diff --git a/gnome-extra/pch-session/pch-session-3.32.0.ebuild b/gnome-extra/pch-session/pch-session-3.32.0.ebuild
26 deleted file mode 100644
27 index 962ec1801ae..00000000000
28 --- a/gnome-extra/pch-session/pch-session-3.32.0.ebuild
29 +++ /dev/null
30 @@ -1,42 +0,0 @@
31 -# Copyright 2019 Gentoo Authors
32 -# Distributed under the terms of the GNU General Public License v2
33 -
34 -EAPI=7
35 -inherit gnome2-utils
36 -
37 -DESCRIPTION="Unofficial gnome based session with different default settings and extensions"
38 -HOMEPAGE="https://gitlab.com/pachoramos/pch-session"
39 -SRC_URI="https://gitlab.com/pachoramos/${PN}/-/archive/${PV}/${P}.tar.bz2"
40 -
41 -LICENSE="GPL-2"
42 -SLOT="0"
43 -KEYWORDS="amd64 x86"
44 -IUSE=""
45 -
46 -# gnome-extra/gnome-tweaks to configure extensions easily
47 -RDEPEND="
48 - >=gnome-base/gnome-shell-3.32
49 - >=gnome-extra/gnome-shell-extensions-3.32
50 - gnome-extra/gnome-shell-extension-applications-overview-tooltip
51 - >=gnome-extra/gnome-shell-extension-dash-to-panel-19
52 - gnome-extra/gnome-shell-extension-desktop-icons
53 - >=gnome-extra/gnome-shell-extension-gsconnect-22
54 - gnome-extra/gnome-shell-extensions-topicons-plus
55 - >=gnome-extra/gnome-tweaks-3.32
56 -"
57 -BDEPEND=""
58 -DEPEND=""
59 -
60 -src_install() {
61 - insinto /usr
62 - doins -r usr/.
63 - einstalldocs
64 -}
65 -
66 -pkg_postinst() {
67 - gnome2_schemas_update
68 -}
69 -
70 -pkg_postrm() {
71 - gnome2_schemas_update
72 -}