[gentoo-commits] proj/gnome:master commit in: gnome-base/gnome-light/

2019-02-16 Thread Mart Raudsepp
commit: eeb2a58e211c4ebbe68196c944d25a383f4e4240
Author: Mart Raudsepp  gentoo  org>
AuthorDate: Sat Feb 16 23:06:47 2019 +
Commit: Mart Raudsepp  gentoo  org>
CommitDate: Sat Feb 16 23:06:47 2019 +
URL:https://gitweb.gentoo.org/proj/gnome.git/commit/?id=eeb2a58e

gnome-base/gnome-light: remove, available in ::gentoo

Signed-off-by: Mart Raudsepp  gentoo.org>

 gnome-base/gnome-light/gnome-light-3.26.2.ebuild | 59 
 gnome-base/gnome-light/metadata.xml  | 12 -
 2 files changed, 71 deletions(-)

diff --git a/gnome-base/gnome-light/gnome-light-3.26.2.ebuild 
b/gnome-base/gnome-light/gnome-light-3.26.2.ebuild
deleted file mode 100644
index 6f86ac73..
--- a/gnome-base/gnome-light/gnome-light-3.26.2.ebuild
+++ /dev/null
@@ -1,59 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit eapi7-ver
-
-P_RELEASE="$(ver_cut 1-2)"
-
-DESCRIPTION="Meta package for GNOME-Light, merge this package to install"
-HOMEPAGE="https://www.gnome.org/;
-LICENSE="metapackage"
-SLOT="2.0"
-IUSE="cups +gnome-shell"
-
-# when unmasking for an arch
-# double check none of the deps are still masked !
-KEYWORDS="~amd64 ~ia64 ~ppc ~ppc64 ~x86"
-
-# XXX: Note to developers:
-# This is a wrapper for the 'light' GNOME 3 desktop, and should only consist of
-# the bare minimum of libs/apps needed. It is basically gnome-base/gnome 
without
-# any apps, but shouldn't be used by users unless they know what they are 
doing.
-RDEPEND="!gnome-base/gnome
-   >=gnome-base/gnome-core-libs-${PV}[cups?]
-
-   >=gnome-base/gnome-session-3.26.1
-   >=gnome-base/gnome-settings-daemon-${PV}[cups?]
-   >=gnome-base/gnome-control-center-${PV}[cups?]
-
-   >=gnome-base/nautilus-${PV}
-
-   gnome-shell? (
-   >=x11-wm/mutter-3.26.1
-   >=gnome-base/gnome-shell-${PV} )
-
-   >=x11-themes/adwaita-icon-theme-${P_RELEASE}
-   >=x11-themes/gnome-themes-standard-3.22.3
-   >=x11-themes/gnome-backgrounds-${P_RELEASE}
-
-   >=x11-terms/gnome-terminal-${PV}
-"
-DEPEND=""
-PDEPEND=">=gnome-base/gvfs-1.34.1"
-S="${WORKDIR}"
-
-pkg_pretend() {
-   if ! use gnome-shell; then
-   # Users probably want to use e16, sawfish, etc
-   ewarn "You're not installing GNOME Shell"
-   ewarn "You will have to install and manage a window manager by 
yourself"
-   fi
-}
-
-pkg_postinst() {
-   # Remember people where to find our project information
-   elog "Please remember to look at 
https://wiki.gentoo.org/wiki/Project:GNOME;
-   elog "for information about the project and documentation."
-}

diff --git a/gnome-base/gnome-light/metadata.xml 
b/gnome-base/gnome-light/metadata.xml
deleted file mode 100644
index b0d8e7f7..
--- a/gnome-base/gnome-light/metadata.xml
+++ /dev/null
@@ -1,12 +0,0 @@
-
-http://www.gentoo.org/dtd/metadata.dtd;>
-
-
-   gn...@gentoo.org
-   Gentoo GNOME Desktop
-
-
-   Install gnome-base/gnome-shell and
-   x11-wm/mutter for the standard GNOME 3 desktop 
mode
-
-



[gentoo-commits] proj/gnome:master commit in: gnome-base/gnome-light/

2018-09-10 Thread Gilles Dartiguelongue
commit: 3490b86b7588f322d5f48b6a1890b7f525d97e9b
Author: Gilles Dartiguelongue  gentoo  org>
AuthorDate: Mon Sep 10 20:15:11 2018 +
Commit: Gilles Dartiguelongue  gentoo  org>
CommitDate: Mon Sep 10 21:09:55 2018 +
URL:https://gitweb.gentoo.org/proj/gnome.git/commit/?id=3490b86b

gnome-base/gnome-light: 3.26.1 → 3.26.2

Package-Manager: Portage-2.3.49, Repoman-2.3.10
Manifest-Sign-Key: 0x5A56C8CD0C13248A

 .../{gnome-light-3.26.1.ebuild => gnome-light-3.26.2.ebuild}   | 10 +-
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/gnome-base/gnome-light/gnome-light-3.26.1.ebuild 
b/gnome-base/gnome-light/gnome-light-3.26.2.ebuild
similarity index 91%
rename from gnome-base/gnome-light/gnome-light-3.26.1.ebuild
rename to gnome-base/gnome-light/gnome-light-3.26.2.ebuild
index b7c56e23..6f86ac73 100644
--- a/gnome-base/gnome-light/gnome-light-3.26.1.ebuild
+++ b/gnome-base/gnome-light/gnome-light-3.26.2.ebuild
@@ -3,9 +3,9 @@
 
 EAPI=6
 
-inherit versionator
+inherit eapi7-ver
 
-P_RELEASE="$(get_version_components 2)"
+P_RELEASE="$(ver_cut 1-2)"
 
 DESCRIPTION="Meta package for GNOME-Light, merge this package to install"
 HOMEPAGE="https://www.gnome.org/;
@@ -24,14 +24,14 @@ KEYWORDS="~amd64 ~ia64 ~ppc ~ppc64 ~x86"
 RDEPEND="!gnome-base/gnome
>=gnome-base/gnome-core-libs-${PV}[cups?]
 
-   >=gnome-base/gnome-session-${PV}
+   >=gnome-base/gnome-session-3.26.1
>=gnome-base/gnome-settings-daemon-${PV}[cups?]
>=gnome-base/gnome-control-center-${PV}[cups?]
 
>=gnome-base/nautilus-${PV}
 
gnome-shell? (
-   >=x11-wm/mutter-${PV}
+   >=x11-wm/mutter-3.26.1
>=gnome-base/gnome-shell-${PV} )
 
>=x11-themes/adwaita-icon-theme-${P_RELEASE}
@@ -41,7 +41,7 @@ RDEPEND="!gnome-base/gnome
>=x11-terms/gnome-terminal-${PV}
 "
 DEPEND=""
-PDEPEND=">=gnome-base/gvfs-1.32.1"
+PDEPEND=">=gnome-base/gvfs-1.34.1"
 S="${WORKDIR}"
 
 pkg_pretend() {



[gentoo-commits] proj/gnome:master commit in: gnome-base/gnome-light/

2018-04-15 Thread Ole Reifschneider
commit: 701322756148546c3ae0c7171be359a1256c2079
Author: Ole Reifschneider  gentoo  org>
AuthorDate: Sun Apr 15 18:59:19 2018 +
Commit: Ole Reifschneider  gentoo  org>
CommitDate: Sun Apr 15 18:59:19 2018 +
URL:https://gitweb.gentoo.org/proj/gnome.git/commit/?id=70132275

gnome-base/gnome-light: Bump version to 3.26.1

Package-Manager: Portage-2.3.28, Repoman-2.3.9
Manifest-Sign-Key: 0xE9E568677E8B4D42

 gnome-base/gnome-light/gnome-light-3.26.1.ebuild | 59 
 gnome-base/gnome-light/metadata.xml  | 12 +
 2 files changed, 71 insertions(+)

diff --git a/gnome-base/gnome-light/gnome-light-3.26.1.ebuild 
b/gnome-base/gnome-light/gnome-light-3.26.1.ebuild
new file mode 100644
index ..b7c56e23
--- /dev/null
+++ b/gnome-base/gnome-light/gnome-light-3.26.1.ebuild
@@ -0,0 +1,59 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+inherit versionator
+
+P_RELEASE="$(get_version_components 2)"
+
+DESCRIPTION="Meta package for GNOME-Light, merge this package to install"
+HOMEPAGE="https://www.gnome.org/;
+LICENSE="metapackage"
+SLOT="2.0"
+IUSE="cups +gnome-shell"
+
+# when unmasking for an arch
+# double check none of the deps are still masked !
+KEYWORDS="~amd64 ~ia64 ~ppc ~ppc64 ~x86"
+
+# XXX: Note to developers:
+# This is a wrapper for the 'light' GNOME 3 desktop, and should only consist of
+# the bare minimum of libs/apps needed. It is basically gnome-base/gnome 
without
+# any apps, but shouldn't be used by users unless they know what they are 
doing.
+RDEPEND="!gnome-base/gnome
+   >=gnome-base/gnome-core-libs-${PV}[cups?]
+
+   >=gnome-base/gnome-session-${PV}
+   >=gnome-base/gnome-settings-daemon-${PV}[cups?]
+   >=gnome-base/gnome-control-center-${PV}[cups?]
+
+   >=gnome-base/nautilus-${PV}
+
+   gnome-shell? (
+   >=x11-wm/mutter-${PV}
+   >=gnome-base/gnome-shell-${PV} )
+
+   >=x11-themes/adwaita-icon-theme-${P_RELEASE}
+   >=x11-themes/gnome-themes-standard-3.22.3
+   >=x11-themes/gnome-backgrounds-${P_RELEASE}
+
+   >=x11-terms/gnome-terminal-${PV}
+"
+DEPEND=""
+PDEPEND=">=gnome-base/gvfs-1.32.1"
+S="${WORKDIR}"
+
+pkg_pretend() {
+   if ! use gnome-shell; then
+   # Users probably want to use e16, sawfish, etc
+   ewarn "You're not installing GNOME Shell"
+   ewarn "You will have to install and manage a window manager by 
yourself"
+   fi
+}
+
+pkg_postinst() {
+   # Remember people where to find our project information
+   elog "Please remember to look at 
https://wiki.gentoo.org/wiki/Project:GNOME;
+   elog "for information about the project and documentation."
+}

diff --git a/gnome-base/gnome-light/metadata.xml 
b/gnome-base/gnome-light/metadata.xml
new file mode 100644
index ..b0d8e7f7
--- /dev/null
+++ b/gnome-base/gnome-light/metadata.xml
@@ -0,0 +1,12 @@
+
+http://www.gentoo.org/dtd/metadata.dtd;>
+
+
+   gn...@gentoo.org
+   Gentoo GNOME Desktop
+
+
+   Install gnome-base/gnome-shell and
+   x11-wm/mutter for the standard GNOME 3 desktop 
mode
+
+



[gentoo-commits] proj/gnome:master commit in: gnome-base/gnome-light/

2018-01-12 Thread Dennis Lamm
commit: 8cb1b9b341ef51e49a828afb32835c39ab77058c
Author: Dennis Lamm  gentoo  org>
AuthorDate: Fri Jan 12 12:51:44 2018 +
Commit: Dennis Lamm  gentoo  org>
CommitDate: Fri Jan 12 12:51:44 2018 +
URL:https://gitweb.gentoo.org/proj/gnome.git/commit/?id=8cb1b9b3

gnome-base/gnome-light: removed

Package-Manager: Portage-2.3.13, Repoman-2.3.3
RepoMan-Options: --force

 gnome-base/gnome-light/gnome-light-3.20.0.ebuild | 59 
 gnome-base/gnome-light/metadata.xml  | 12 -
 2 files changed, 71 deletions(-)

diff --git a/gnome-base/gnome-light/gnome-light-3.20.0.ebuild 
b/gnome-base/gnome-light/gnome-light-3.20.0.ebuild
deleted file mode 100644
index c9f995d6..
--- a/gnome-base/gnome-light/gnome-light-3.20.0.ebuild
+++ /dev/null
@@ -1,59 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI="5"
-
-inherit versionator
-
-DESCRIPTION="Meta package for GNOME-Light, merge this package to install"
-HOMEPAGE="https://www.gnome.org/;
-LICENSE="metapackage"
-SLOT="2.0"
-IUSE="cups +gnome-shell"
-
-# when unmasking for an arch
-# double check none of the deps are still masked !
-KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc ~x86"
-
-# XXX: Note to developers:
-# This is a wrapper for the 'light' GNOME 3 desktop, and should only consist of
-# the bare minimum of libs/apps needed. It is basically gnome-base/gnome 
without
-# any apps, but shouldn't be used by users unless they know what they are 
doing.
-RDEPEND="!gnome-base/gnome
-   >=gnome-base/gnome-core-libs-${PV}[cups?]
-
-   >=gnome-base/gnome-session-${PV}
-   >=gnome-base/gnome-menus-3.10.1:3
-   >=gnome-base/gnome-settings-daemon-${PV}[cups?]
-   >=gnome-base/gnome-control-center-${PV}[cups?]
-
-   >=gnome-base/nautilus-${PV}
-
-   gnome-shell? (
-   >=x11-wm/mutter-${PV}
-   >=gnome-base/gnome-shell-${PV} )
-
-   >=x11-themes/adwaita-icon-theme-$(get_version_component_range 1-2)
-   >=x11-themes/gnome-themes-standard-$(get_version_component_range 1-2)
-   >=x11-themes/gnome-backgrounds-$(get_version_component_range 1-2)
-
-   >=x11-terms/gnome-terminal-${PV}
-"
-DEPEND=""
-PDEPEND=">=gnome-base/gvfs-1.26.0"
-S="${WORKDIR}"
-
-pkg_pretend() {
-   if ! use gnome-shell; then
-   # Users probably want to use e16, sawfish, etc
-   ewarn "You're installing neither GNOME Shell"
-   ewarn "You will have to install and manage a window manager by 
yourself"
-   fi
-}
-
-pkg_postinst() {
-   # Remember people where to find our project information
-   elog "Please remember to look at 
https://wiki.gentoo.org/wiki/Project:GNOME;
-   elog "for information about the project and documentation."
-}

diff --git a/gnome-base/gnome-light/metadata.xml 
b/gnome-base/gnome-light/metadata.xml
deleted file mode 100644
index b0d8e7f7..
--- a/gnome-base/gnome-light/metadata.xml
+++ /dev/null
@@ -1,12 +0,0 @@
-
-http://www.gentoo.org/dtd/metadata.dtd;>
-
-
-   gn...@gentoo.org
-   Gentoo GNOME Desktop
-
-
-   Install gnome-base/gnome-shell and
-   x11-wm/mutter for the standard GNOME 3 desktop 
mode
-
-



[gentoo-commits] proj/gnome:master commit in: gnome-base/gnome-light/

2016-03-24 Thread Ole Reifschneider
commit: fabbd6d5c86d6e9b7ed3bfaf24925274cce54880
Author: Ole Reifschneider  gentoo  org>
AuthorDate: Fri Mar 25 00:51:18 2016 +
Commit: Ole Reifschneider  gentoo  org>
CommitDate: Fri Mar 25 00:55:46 2016 +
URL:https://gitweb.gentoo.org/proj/gnome.git/commit/?id=fabbd6d5

gnome-base/gnome-light: Bump version to 3.20.0

Package-Manager: portage-2.2.28
Manifest-Sign-Key: 0xE9E568677E8B4D42

 ...gnome-light-3.18.0.ebuild => gnome-light-3.20.0.ebuild} | 14 --
 1 file changed, 8 insertions(+), 6 deletions(-)

diff --git a/gnome-base/gnome-light/gnome-light-3.18.0.ebuild 
b/gnome-base/gnome-light/gnome-light-3.20.0.ebuild
similarity index 80%
rename from gnome-base/gnome-light/gnome-light-3.18.0.ebuild
rename to gnome-base/gnome-light/gnome-light-3.20.0.ebuild
index bea2baf..c9f995d 100644
--- a/gnome-base/gnome-light/gnome-light-3.18.0.ebuild
+++ b/gnome-base/gnome-light/gnome-light-3.20.0.ebuild
@@ -1,9 +1,11 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
 EAPI="5"
 
+inherit versionator
+
 DESCRIPTION="Meta package for GNOME-Light, merge this package to install"
 HOMEPAGE="https://www.gnome.org/;
 LICENSE="metapackage"
@@ -32,14 +34,14 @@ RDEPEND="!gnome-base/gnome
>=x11-wm/mutter-${PV}
>=gnome-base/gnome-shell-${PV} )
 
-   >=x11-themes/adwaita-icon-theme-${PV}
-   >=x11-themes/gnome-themes-standard-${PV}
-   >=x11-themes/gnome-backgrounds-${PV}
+   >=x11-themes/adwaita-icon-theme-$(get_version_component_range 1-2)
+   >=x11-themes/gnome-themes-standard-$(get_version_component_range 1-2)
+   >=x11-themes/gnome-backgrounds-$(get_version_component_range 1-2)
 
>=x11-terms/gnome-terminal-${PV}
 "
 DEPEND=""
-PDEPEND=">=gnome-base/gvfs-1.24.0"
+PDEPEND=">=gnome-base/gvfs-1.26.0"
 S="${WORKDIR}"
 
 pkg_pretend() {
@@ -51,7 +53,7 @@ pkg_pretend() {
 }
 
 pkg_postinst() {
-   # Remember people where to find our project information   
+   # Remember people where to find our project information
elog "Please remember to look at 
https://wiki.gentoo.org/wiki/Project:GNOME;
elog "for information about the project and documentation."
 }



[gentoo-commits] proj/gnome:master commit in: gnome-base/gnome-light/

2015-10-12 Thread Ole Reifschneider
commit: b05952e4a13d9011bb08b00502029d594b7c88b5
Author: Ole Reifschneider  gentoo  org>
AuthorDate: Mon Oct 12 18:42:42 2015 +
Commit: Ole Reifschneider  gentoo  org>
CommitDate: Mon Oct 12 18:42:42 2015 +
URL:https://gitweb.gentoo.org/proj/gnome.git/commit/?id=b05952e4

gnome-base/gnome-light: Bump version to 3.18.0

Package-Manager: portage-2.2.20.1
Manifest-Sign-Key: 7E8B4D42

 gnome-base/gnome-light/gnome-light-3.18.0.ebuild | 57 
 1 file changed, 57 insertions(+)

diff --git a/gnome-base/gnome-light/gnome-light-3.18.0.ebuild 
b/gnome-base/gnome-light/gnome-light-3.18.0.ebuild
new file mode 100644
index 000..bea2baf
--- /dev/null
+++ b/gnome-base/gnome-light/gnome-light-3.18.0.ebuild
@@ -0,0 +1,57 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI="5"
+
+DESCRIPTION="Meta package for GNOME-Light, merge this package to install"
+HOMEPAGE="https://www.gnome.org/;
+LICENSE="metapackage"
+SLOT="2.0"
+IUSE="cups +gnome-shell"
+
+# when unmasking for an arch
+# double check none of the deps are still masked !
+KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc ~x86"
+
+# XXX: Note to developers:
+# This is a wrapper for the 'light' GNOME 3 desktop, and should only consist of
+# the bare minimum of libs/apps needed. It is basically gnome-base/gnome 
without
+# any apps, but shouldn't be used by users unless they know what they are 
doing.
+RDEPEND="!gnome-base/gnome
+   >=gnome-base/gnome-core-libs-${PV}[cups?]
+
+   >=gnome-base/gnome-session-${PV}
+   >=gnome-base/gnome-menus-3.10.1:3
+   >=gnome-base/gnome-settings-daemon-${PV}[cups?]
+   >=gnome-base/gnome-control-center-${PV}[cups?]
+
+   >=gnome-base/nautilus-${PV}
+
+   gnome-shell? (
+   >=x11-wm/mutter-${PV}
+   >=gnome-base/gnome-shell-${PV} )
+
+   >=x11-themes/adwaita-icon-theme-${PV}
+   >=x11-themes/gnome-themes-standard-${PV}
+   >=x11-themes/gnome-backgrounds-${PV}
+
+   >=x11-terms/gnome-terminal-${PV}
+"
+DEPEND=""
+PDEPEND=">=gnome-base/gvfs-1.24.0"
+S="${WORKDIR}"
+
+pkg_pretend() {
+   if ! use gnome-shell; then
+   # Users probably want to use e16, sawfish, etc
+   ewarn "You're installing neither GNOME Shell"
+   ewarn "You will have to install and manage a window manager by 
yourself"
+   fi
+}
+
+pkg_postinst() {
+   # Remember people where to find our project information   
+   elog "Please remember to look at 
https://wiki.gentoo.org/wiki/Project:GNOME;
+   elog "for information about the project and documentation."
+}



[gentoo-commits] proj/gnome:master commit in: gnome-base/gnome-light/

2015-06-10 Thread Gilles Dartiguelongue
commit: 73472f4db3dca7186e4e0d1ec110fa0a901cb17d
Author: Gilles Dartiguelongue eva AT gentoo DOT org
AuthorDate: Tue Jun  9 23:13:31 2015 +
Commit: Gilles Dartiguelongue eva AT gentoo DOT org
CommitDate: Tue Jun  9 23:13:31 2015 +
URL:https://gitweb.gentoo.org/proj/gnome.git/commit/?id=73472f4d

gnome-base/gnome-light: moved to gentoo-x86

 gnome-base/gnome-light/gnome-light-3.16.0.ebuild | 51 
 1 file changed, 51 deletions(-)

diff --git a/gnome-base/gnome-light/gnome-light-3.16.0.ebuild 
b/gnome-base/gnome-light/gnome-light-3.16.0.ebuild
deleted file mode 100644
index 8665d63..000
--- a/gnome-base/gnome-light/gnome-light-3.16.0.ebuild
+++ /dev/null
@@ -1,51 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-EAPI=5
-
-DESCRIPTION=Meta package for GNOME-Light, merge this package to install
-HOMEPAGE=http://www.gnome.org/;
-LICENSE=metapackage
-SLOT=2.0
-IUSE=cups +gnome-shell
-
-# when unmasking for an arch
-# double check none of the deps are still masked !
-KEYWORDS=~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc ~x86
-
-# XXX: Note to developers:
-# This is a wrapper for the 'light' GNOME 3 desktop, and should only consist of
-# the bare minimum of libs/apps needed. It is basically gnome-base/gnome 
without
-# any apps, but shouldn't be used by users unless they know what they are 
doing.
-RDEPEND=!gnome-base/gnome
-   =gnome-base/gnome-core-libs-${PV}[cups?]
-
-   =gnome-base/gnome-session-${PV}
-   =gnome-base/gnome-menus-3.10.1:3
-   =gnome-base/gnome-settings-daemon-${PV}[cups?]
-   =gnome-base/gnome-control-center-${PV}[cups?]
-
-   =gnome-base/nautilus-${PV}
-
-   gnome-shell? (
-   =x11-wm/mutter-${PV}
-   =gnome-base/gnome-shell-${PV} )
-
-   =x11-themes/adwaita-icon-theme-${PV}
-   =x11-themes/gnome-themes-standard-${PV}
-   =x11-themes/gnome-backgrounds-${PV}
-
-   =x11-terms/gnome-terminal-${PV}
-
-DEPEND=
-PDEPEND==gnome-base/gvfs-1.24.0
-S=${WORKDIR}
-
-pkg_pretend() {
-   if ! use gnome-shell; then
-   # Users probably want to use e16, sawfish, etc
-   ewarn You're installing neither GNOME Shell
-   ewarn You will have to install and manage a window manager by 
yourself
-   fi
-}



[gentoo-commits] proj/gnome:master commit in: gnome-base/gnome-light/

2015-05-17 Thread Gilles Dartiguelongue
commit: 6c4e62882858a5739622d72671294e670520ce30
Author: Gilles Dartiguelongue eva AT gentoo DOT org
AuthorDate: Sun May 17 14:52:06 2015 +
Commit: Gilles Dartiguelongue eva AT gentoo DOT org
CommitDate: Sun May 17 14:52:06 2015 +
URL:https://gitweb.gentoo.org/proj/gnome.git/commit/?id=6c4e6288

gnome-base/gnome-light: 3.14.0 → 3.16.0

 gnome-base/gnome-light/gnome-light-3.16.0.ebuild | 51 
 gnome-base/gnome-light/metadata.xml  |  9 +
 2 files changed, 60 insertions(+)

diff --git a/gnome-base/gnome-light/gnome-light-3.16.0.ebuild 
b/gnome-base/gnome-light/gnome-light-3.16.0.ebuild
new file mode 100644
index 000..8665d63
--- /dev/null
+++ b/gnome-base/gnome-light/gnome-light-3.16.0.ebuild
@@ -0,0 +1,51 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+EAPI=5
+
+DESCRIPTION=Meta package for GNOME-Light, merge this package to install
+HOMEPAGE=http://www.gnome.org/;
+LICENSE=metapackage
+SLOT=2.0
+IUSE=cups +gnome-shell
+
+# when unmasking for an arch
+# double check none of the deps are still masked !
+KEYWORDS=~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc ~x86
+
+# XXX: Note to developers:
+# This is a wrapper for the 'light' GNOME 3 desktop, and should only consist of
+# the bare minimum of libs/apps needed. It is basically gnome-base/gnome 
without
+# any apps, but shouldn't be used by users unless they know what they are 
doing.
+RDEPEND=!gnome-base/gnome
+   =gnome-base/gnome-core-libs-${PV}[cups?]
+
+   =gnome-base/gnome-session-${PV}
+   =gnome-base/gnome-menus-3.10.1:3
+   =gnome-base/gnome-settings-daemon-${PV}[cups?]
+   =gnome-base/gnome-control-center-${PV}[cups?]
+
+   =gnome-base/nautilus-${PV}
+
+   gnome-shell? (
+   =x11-wm/mutter-${PV}
+   =gnome-base/gnome-shell-${PV} )
+
+   =x11-themes/adwaita-icon-theme-${PV}
+   =x11-themes/gnome-themes-standard-${PV}
+   =x11-themes/gnome-backgrounds-${PV}
+
+   =x11-terms/gnome-terminal-${PV}
+
+DEPEND=
+PDEPEND==gnome-base/gvfs-1.24.0
+S=${WORKDIR}
+
+pkg_pretend() {
+   if ! use gnome-shell; then
+   # Users probably want to use e16, sawfish, etc
+   ewarn You're installing neither GNOME Shell
+   ewarn You will have to install and manage a window manager by 
yourself
+   fi
+}

diff --git a/gnome-base/gnome-light/metadata.xml 
b/gnome-base/gnome-light/metadata.xml
new file mode 100644
index 000..bda1c54
--- /dev/null
+++ b/gnome-base/gnome-light/metadata.xml
@@ -0,0 +1,9 @@
+?xml version=1.0 encoding=UTF-8?
+!DOCTYPE pkgmetadata SYSTEM http://www.gentoo.org/dtd/metadata.dtd;
+pkgmetadata
+herdgnome/herd
+use
+   flag name=gnome-shellInstall pkggnome-base/gnome-shell/pkg and
+   pkgx11-wm/mutter/pkg for the standard GNOME 3 desktop 
mode/flag
+/use
+/pkgmetadata