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, 14 Apr 2019 08:09:46
Message-Id: 1555229376.ed35d014ba7af472589a7f52a8d3cabd6e012cba.pacho@gentoo
1 commit: ed35d014ba7af472589a7f52a8d3cabd6e012cba
2 Author: Pacho Ramos <pacho <AT> gentoo <DOT> org>
3 AuthorDate: Sun Apr 14 08:09:21 2019 +0000
4 Commit: Pacho Ramos <pacho <AT> gentoo <DOT> org>
5 CommitDate: Sun Apr 14 08:09:36 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ed35d014
7
8 gnome-extra/pch-session: Drop old
9
10 Package-Manager: Portage-2.3.62, Repoman-2.3.12
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.30.0.ebuild | 39 -----------------------
15 2 files changed, 40 deletions(-)
16
17 diff --git a/gnome-extra/pch-session/Manifest b/gnome-extra/pch-session/Manifest
18 index 8c9d52e0130..fc8c4dbaf25 100644
19 --- a/gnome-extra/pch-session/Manifest
20 +++ b/gnome-extra/pch-session/Manifest
21 @@ -1,2 +1 @@
22 DIST pch-session-3.30.0.1.tar.bz2 8854 BLAKE2B 55e90c00d3637d21b80ec87db96561a43d4f770ffcc6d90c7c83189ab979565cbeada0dfb64cb3d10d72c6f4e40466345db2023b930971bb6b784a0f7c469551 SHA512 dbb6a28cc1cff37992f717285476b73201a5d96de682fa2e91774f644bd8870cbd6444f768c1395b81a8ba0fe36e60404343251a66d339ae6acfc2a7f47127f9
23 -DIST pch-session-3.30.0.tar.bz2 8865 BLAKE2B ee6b0b3a621f609a89392c21fd03dfd14679b2007a135b85795963170ceae49ea913f5ba587e56e0c8ff44efef1602e91da4648379c4412a6c21c5ae6f3fa21d SHA512 3994d7dbd7587fc8d65e1f561cc5f522ac68c86578b97279239fcc2e535e2c4a7f179793312d66cd8c3e7876d8d217e98a22b2f50eb79c54343117dc1c3afaaa
24
25 diff --git a/gnome-extra/pch-session/pch-session-3.30.0.ebuild b/gnome-extra/pch-session/pch-session-3.30.0.ebuild
26 deleted file mode 100644
27 index ca53eeb88fa..00000000000
28 --- a/gnome-extra/pch-session/pch-session-3.30.0.ebuild
29 +++ /dev/null
30 @@ -1,39 +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"
44 -IUSE=""
45 -
46 -RDEPEND="
47 - >=gnome-base/gnome-shell-3.30
48 - gnome-extra/gnome-shell-extensions
49 - gnome-extra/gnome-shell-extension-dash-to-panel
50 - gnome-extra/gnome-shell-extension-desktop-icons
51 - gnome-extra/gnome-shell-extension-gsconnect
52 - gnome-extra/gnome-shell-extensions-topicons-plus
53 -"
54 -BDEPEND=""
55 -DEPEND=""
56 -
57 -src_install() {
58 - insinto /usr
59 - doins -r usr/.
60 - einstalldocs
61 -}
62 -
63 -pkg_postinst() {
64 - gnome2_schemas_update
65 -}
66 -
67 -pkg_postrm() {
68 - gnome2_schemas_update
69 -}