Gentoo Archives: gentoo-commits

From: Gilles Dartiguelongue <eva@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: gnome-base/gnome-light/
Date: Mon, 04 Jan 2016 22:12:27
Message-Id: 1451945494.4a5ca43936dba25bc15c153a61c556091c8e4f00.eva@gentoo
1 commit: 4a5ca43936dba25bc15c153a61c556091c8e4f00
2 Author: Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
3 AuthorDate: Mon Jan 4 21:17:15 2016 +0000
4 Commit: Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
5 CommitDate: Mon Jan 4 22:11:34 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4a5ca439
7
8 gnome-base/gnome-light: drop old revision
9
10 Package-Manager: portage-2.2.26
11
12 gnome-base/gnome-light/gnome-light-3.14.0.ebuild | 51 ------------------------
13 1 file changed, 51 deletions(-)
14
15 diff --git a/gnome-base/gnome-light/gnome-light-3.14.0.ebuild b/gnome-base/gnome-light/gnome-light-3.14.0.ebuild
16 deleted file mode 100644
17 index 81fb2fa..0000000
18 --- a/gnome-base/gnome-light/gnome-light-3.14.0.ebuild
19 +++ /dev/null
20 @@ -1,51 +0,0 @@
21 -# Copyright 1999-2015 Gentoo Foundation
22 -# Distributed under the terms of the GNU General Public License v2
23 -# $Id$
24 -
25 -EAPI="5"
26 -
27 -DESCRIPTION="Meta package for GNOME-Light, merge this package to install"
28 -HOMEPAGE="https://www.gnome.org/"
29 -LICENSE="metapackage"
30 -SLOT="2.0"
31 -IUSE="cups +gnome-shell"
32 -
33 -# when unmasking for an arch
34 -# double check none of the deps are still masked !
35 -KEYWORDS="~alpha amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc x86"
36 -
37 -# XXX: Note to developers:
38 -# This is a wrapper for the 'light' GNOME 3 desktop, and should only consist of
39 -# the bare minimum of libs/apps needed. It is basically gnome-base/gnome without
40 -# any apps, but shouldn't be used by users unless they know what they are doing.
41 -RDEPEND="!gnome-base/gnome
42 - >=gnome-base/gnome-core-libs-${PV}[cups?]
43 -
44 - >=gnome-base/gnome-session-${PV}
45 - >=gnome-base/gnome-menus-3.10.1:3
46 - >=gnome-base/gnome-settings-daemon-${PV}[cups?]
47 - >=gnome-base/gnome-control-center-${PV}[cups?]
48 -
49 - >=gnome-base/nautilus-${PV}
50 -
51 - gnome-shell? (
52 - >=x11-wm/mutter-${PV}
53 - >=gnome-base/gnome-shell-${PV} )
54 -
55 - >=x11-themes/adwaita-icon-theme-${PV}
56 - >=x11-themes/gnome-themes-standard-${PV}
57 - >=x11-themes/gnome-backgrounds-${PV}
58 -
59 - >=x11-terms/gnome-terminal-${PV}
60 -"
61 -DEPEND=""
62 -PDEPEND=">=gnome-base/gvfs-1.22.0"
63 -S="${WORKDIR}"
64 -
65 -pkg_pretend() {
66 - if ! use gnome-shell; then
67 - # Users probably want to use e16, sawfish, etc
68 - ewarn "You're installing neither GNOME Shell"
69 - ewarn "You will have to install and manage a window manager by yourself"
70 - fi
71 -}