summaryrefslogtreecommitdiff
path: root/gnome-base/gnome-light
diff options
context:
space:
mode:
Diffstat (limited to 'gnome-base/gnome-light')
-rw-r--r--gnome-base/gnome-light/Manifest3
-rw-r--r--gnome-base/gnome-light/gnome-light-3.26.2.ebuild59
-rw-r--r--gnome-base/gnome-light/gnome-light-3.30.2.ebuild62
-rw-r--r--gnome-base/gnome-light/gnome-light-3.32.2.ebuild61
4 files changed, 0 insertions, 185 deletions
diff --git a/gnome-base/gnome-light/Manifest b/gnome-base/gnome-light/Manifest
index d47d8a2699f6..b9d3de20bee6 100644
--- a/gnome-base/gnome-light/Manifest
+++ b/gnome-base/gnome-light/Manifest
@@ -1,5 +1,2 @@
-EBUILD gnome-light-3.26.2.ebuild 1699 BLAKE2B 5524fb6b994de1d5fe9421b8a455f846723c04a84894ef7308b976190917579c0726da8863ad616e678297bde6a86dc5291c4475a6605b008eb7dc74d88bab94 SHA512 0a5dfecdcbe0012580f2f892b688d697e64a6371814999da87f11c7a3ad089232bf5f5af78b8f8b901de1a0fafe12cb51f8f70ab6de35ddf7caab47d7dbb5289
-EBUILD gnome-light-3.30.2.ebuild 1811 BLAKE2B 9130f5f1c5fcb8a24d56340c2953f277fce36b043300ab6e8ba024734871dac8f7ececed34cbe63c7119798edd9255747c9e7f265d55d80303a87144e117a15f SHA512 04d2a4afc10c3db8be5cdb11380369cc7a67538895d92d445398a39e32309e58222897b82448b5ab01fdb3f188b2050734a5b52600c709160868575dfdb9d615
-EBUILD gnome-light-3.32.2.ebuild 1813 BLAKE2B af4839db7c8c783cd6afb75f37864b303a1110365118db65d5382d68c8a03465da04200bcc43e2234f917dec7b0405a5c2313354afda57182937171b6d95dc81 SHA512 e0bf4658861012e886c80461f1d7bd1ffb065d3e93beee5d133c53b9917dc32bd09f7796c8a277ae623dce600edf628906507da1d667716270159ef290070206
EBUILD gnome-light-3.34.4.ebuild 2055 BLAKE2B 395aa425e5922f03ca93136f3d56618bf52ceee21ffb6af0b773ac8a1532d00cb51f666b8d16b4b02b50b1d9e27fd7708bc87881e5a03a7b3f5b9a6d16c3eba8 SHA512 30354aafd6a092c099b0696288183a86234bc0f185260c836836280bedfc7d80953c299163c127b05f98533e5f65f72642edb12711e871af3dd186dffd6d656d
MISC metadata.xml 406 BLAKE2B 562a281deb064ec0aa74ffebe4e38c864746809724acc4522df8c9cc0590d80937836923a029e521c5a0eec83adda11f169fa554e9760128408b78e87d916f26 SHA512 04875558c048cf102d8e5ffb17cb363808ca84c350f9b03958536cc5185cfd109b4653bbb4de202f47d092f8fc6d15173d3453a3bc62aa431b0c83cbb699a047
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 a76055ff37ca..000000000000
--- a/gnome-base/gnome-light/gnome-light-3.26.2.ebuild
+++ /dev/null
@@ -1,59 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# 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="~alpha ~amd64 ~arm ~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-${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-${PV}
-
- >=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/gnome-light-3.30.2.ebuild b/gnome-base/gnome-light/gnome-light-3.30.2.ebuild
deleted file mode 100644
index 5eca4e39f1d3..000000000000
--- a/gnome-base/gnome-light/gnome-light-3.30.2.ebuild
+++ /dev/null
@@ -1,62 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# 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 ~arm ~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.
-# cantarell minimum version is ensured here as gnome-shell depends on it.
-RDEPEND="
- >=gnome-base/gnome-core-libs-${PV}[cups?]
-
- >=gnome-base/gnome-session-3.30.1
- >=gnome-base/gnome-settings-daemon-3.30.1.2[cups?]
- >=gnome-base/gnome-control-center-${PV}[cups?]
-
- >=gnome-base/nautilus-${PV}
-
- gnome-shell? (
- >=x11-wm/mutter-${PV}
- >=dev-libs/gjs-1.54.2
- >=gnome-base/gnome-shell-${PV}
- >=media-fonts/cantarell-0.111 )
-
- >=x11-themes/adwaita-icon-theme-${P_RELEASE}
- >=x11-themes/gnome-themes-standard-3.28
- >=x11-themes/gnome-backgrounds-${P_RELEASE}
-
- >=x11-terms/gnome-terminal-${PV}
-"
-DEPEND=""
-PDEPEND=">=gnome-base/gvfs-1.38.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/gnome-light-3.32.2.ebuild b/gnome-base/gnome-light/gnome-light-3.32.2.ebuild
deleted file mode 100644
index e881949eb790..000000000000
--- a/gnome-base/gnome-light/gnome-light-3.32.2.ebuild
+++ /dev/null
@@ -1,61 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-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.
-# cantarell minimum version is ensured here as gnome-shell depends on it.
-RDEPEND="
- >=gnome-base/gnome-core-libs-${PV}[cups?]
-
- >=gnome-base/gnome-session-3.32.0
- >=gnome-base/gnome-settings-daemon-3.32.0[cups?]
- >=gnome-base/gnome-control-center-${PV}[cups?]
-
- >=gnome-base/nautilus-${PV}
-
- gnome-shell? (
- >=x11-wm/mutter-${PV}
- >=dev-libs/gjs-1.56.2
- >=gnome-base/gnome-shell-${PV}
- >=media-fonts/cantarell-0.111 )
-
- >=x11-themes/adwaita-icon-theme-${P_RELEASE}
- >=x11-themes/gnome-themes-standard-3.28
- >=x11-themes/gnome-backgrounds-${P_RELEASE}
-
- >=x11-terms/gnome-terminal-${PV}
-"
-DEPEND=""
-PDEPEND=">=gnome-base/gvfs-1.40.1"
-BDEPEND=""
-S="${WORKDIR}"
-
-pkg_pretend() {
- if ! use gnome-shell; then
- # Users probably want to use gnome-flashback, 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."
-}