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