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: Sun, 29 Mar 2020 17:56:15
Message-Id: 1585504554.141ae6f88555cf1825fb8e6cc470249e390b7c09.leio@gentoo
1 commit: 141ae6f88555cf1825fb8e6cc470249e390b7c09
2 Author: Mart Raudsepp <leio <AT> gentoo <DOT> org>
3 AuthorDate: Sun Mar 29 17:18:11 2020 +0000
4 Commit: Mart Raudsepp <leio <AT> gentoo <DOT> org>
5 CommitDate: Sun Mar 29 17:55:54 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=141ae6f8
7
8 gnome-base/gnome-light: remove old
9
10 Package-Manager: Portage-2.3.84, Repoman-2.3.20
11 Signed-off-by: Mart Raudsepp <leio <AT> gentoo.org>
12
13 gnome-base/gnome-light/gnome-light-3.22.0.ebuild | 60 ------------------------
14 1 file changed, 60 deletions(-)
15
16 diff --git a/gnome-base/gnome-light/gnome-light-3.22.0.ebuild b/gnome-base/gnome-light/gnome-light-3.22.0.ebuild
17 deleted file mode 100644
18 index ad70f051b6c..00000000000
19 --- a/gnome-base/gnome-light/gnome-light-3.22.0.ebuild
20 +++ /dev/null
21 @@ -1,60 +0,0 @@
22 -# Copyright 1999-2016 Gentoo Foundation
23 -# Distributed under the terms of the GNU General Public License v2
24 -
25 -EAPI=6
26 -
27 -inherit versionator
28 -
29 -P_RELEASE="$(get_version_components 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="~alpha ~amd64 ~arm ~ia64 ~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 -RDEPEND="!gnome-base/gnome
46 - >=gnome-base/gnome-core-libs-${PV}[cups?]
47 -
48 - >=gnome-base/gnome-session-${PV}
49 - >=gnome-base/gnome-menus-3.10.1:3
50 - >=gnome-base/gnome-settings-daemon-${PV}[cups?]
51 - >=gnome-base/gnome-control-center-${PV}[cups?]
52 -
53 - >=gnome-base/nautilus-3.20.0
54 -
55 - gnome-shell? (
56 - >=x11-wm/mutter-${PV}
57 - >=gnome-base/gnome-shell-${PV} )
58 -
59 - >=x11-themes/adwaita-icon-theme-${P_RELEASE}
60 - >=x11-themes/gnome-themes-standard-${PV}
61 - >=x11-themes/gnome-backgrounds-${P_RELEASE}
62 -
63 - >=x11-terms/gnome-terminal-${PV}
64 -"
65 -DEPEND=""
66 -PDEPEND=">=gnome-base/gvfs-1.28.0"
67 -S="${WORKDIR}"
68 -
69 -pkg_pretend() {
70 - if ! use gnome-shell; then
71 - # Users probably want to use e16, sawfish, etc
72 - ewarn "You're installing neither GNOME Shell"
73 - ewarn "You will have to install and manage a window manager by yourself"
74 - fi
75 -}
76 -
77 -pkg_postinst() {
78 - # Remember people where to find our project information
79 - elog "Please remember to look at https://wiki.gentoo.org/wiki/Project:GNOME"
80 - elog "for information about the project and documentation."
81 -}