Gentoo Archives: gentoo-commits

From: Mart Raudsepp <leio@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: gnome-base/gnome-light/
Date: Sat, 30 Mar 2019 21:57:09
Message-Id: 1553982997.e21b255481b243d89b345d0e745e2f9ceac803c6.leio@gentoo
1 commit: e21b255481b243d89b345d0e745e2f9ceac803c6
2 Author: Mart Raudsepp <leio <AT> gentoo <DOT> org>
3 AuthorDate: Sat Mar 30 21:54:48 2019 +0000
4 Commit: Mart Raudsepp <leio <AT> gentoo <DOT> org>
5 CommitDate: Sat Mar 30 21:56:37 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e21b2554
7
8 gnome-base/gnome-light: remove old
9
10 Package-Manager: Portage-2.3.52, Repoman-2.3.12
11 Signed-off-by: Mart Raudsepp <leio <AT> gentoo.org>
12
13 gnome-base/gnome-light/gnome-light-3.28.2.ebuild | 61 ------------------------
14 1 file changed, 61 deletions(-)
15
16 diff --git a/gnome-base/gnome-light/gnome-light-3.28.2.ebuild b/gnome-base/gnome-light/gnome-light-3.28.2.ebuild
17 deleted file mode 100644
18 index 5e0db649307..00000000000
19 --- a/gnome-base/gnome-light/gnome-light-3.28.2.ebuild
20 +++ /dev/null
21 @@ -1,61 +0,0 @@
22 -# Copyright 1999-2019 Gentoo Authors
23 -# Distributed under the terms of the GNU General Public License v2
24 -
25 -EAPI=6
26 -
27 -inherit eapi7-ver
28 -
29 -P_RELEASE="$(ver_cut 1-2)"
30 -
31 -DESCRIPTION="Meta package for GNOME-Light, merge this package to install"
32 -HOMEPAGE="https://www.gnome.org/"
33 -LICENSE="metapackage"
34 -SLOT="2.0"
35 -IUSE="cups +gnome-shell"
36 -
37 -# when unmasking for an arch
38 -# double check none of the deps are still masked !
39 -KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~x86"
40 -
41 -# XXX: Note to developers:
42 -# This is a wrapper for the 'light' GNOME 3 desktop, and should only consist of
43 -# the bare minimum of libs/apps needed. It is basically gnome-base/gnome without
44 -# any apps, but shouldn't be used by users unless they know what they are doing.
45 -# cantarell minimum version is ensured here as gnome-shell depends on it.
46 -RDEPEND="!gnome-base/gnome
47 - >=gnome-base/gnome-core-libs-${PV}[cups?]
48 -
49 - >=gnome-base/gnome-session-3.28.1
50 - >=gnome-base/gnome-settings-daemon-3.28.1[cups?]
51 - >=gnome-base/gnome-control-center-${PV}[cups?]
52 -
53 - >=gnome-base/nautilus-3.28.1
54 -
55 - gnome-shell? (
56 - >=x11-wm/mutter-${PV}
57 - >=gnome-base/gnome-shell-${PV}
58 - >=media-fonts/cantarell-0.100 )
59 -
60 - >=x11-themes/adwaita-icon-theme-${P_RELEASE}
61 - >=x11-themes/gnome-themes-standard-3.28
62 - >=x11-themes/gnome-backgrounds-${P_RELEASE}
63 -
64 - >=x11-terms/gnome-terminal-3.28.1
65 -"
66 -DEPEND=""
67 -PDEPEND=">=gnome-base/gvfs-1.36.2"
68 -S="${WORKDIR}"
69 -
70 -pkg_pretend() {
71 - if ! use gnome-shell; then
72 - # Users probably want to use e16, sawfish, etc
73 - ewarn "You're not installing GNOME Shell"
74 - ewarn "You will have to install and manage a window manager by yourself"
75 - fi
76 -}
77 -
78 -pkg_postinst() {
79 - # Remember people where to find our project information
80 - elog "Please remember to look at https://wiki.gentoo.org/wiki/Project:GNOME"
81 - elog "for information about the project and documentation."
82 -}