diff options
author | Matt Turner <mattst88@gentoo.org> | 2021-05-30 16:33:30 -0700 |
---|---|---|
committer | Matt Turner <mattst88@gentoo.org> | 2021-05-30 18:57:52 -0700 |
commit | 1528647bcf1a4ab17a22517425e74f8c0f991916 (patch) | |
tree | c59500b06d25169c0da05f18d9014e0f8c8f0185 /gnome-base | |
parent | gnome-base/gdm: Drop old versions (diff) | |
download | gentoo-1528647bcf1a4ab17a22517425e74f8c0f991916.tar.gz gentoo-1528647bcf1a4ab17a22517425e74f8c0f991916.tar.bz2 gentoo-1528647bcf1a4ab17a22517425e74f8c0f991916.zip |
gnome-base/gnome: Drop old versions
Signed-off-by: Matt Turner <mattst88@gentoo.org>
Diffstat (limited to 'gnome-base')
-rw-r--r-- | gnome-base/gnome/gnome-3.36.5.ebuild | 51 |
1 files changed, 0 insertions, 51 deletions
diff --git a/gnome-base/gnome/gnome-3.36.5.ebuild b/gnome-base/gnome/gnome-3.36.5.ebuild deleted file mode 100644 index ed66315b499c..000000000000 --- a/gnome-base/gnome/gnome-3.36.5.ebuild +++ /dev/null @@ -1,51 +0,0 @@ -# Copyright 1999-2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -DESCRIPTION="Meta package for GNOME 3, merge this package to install" -HOMEPAGE="https://www.gnome.org/" - -LICENSE="metapackage" -SLOT="2.0" # Cannot be installed at the same time as gnome-2 - -# when unmasking for an arch -# double check none of the deps are still masked ! -KEYWORDS="amd64 ~arm64 ~ppc64 x86" - -IUSE="accessibility +bluetooth +classic cups +extras" - -S=${WORKDIR} - -# TODO: check accessibility completeness -RDEPEND=" - >=gnome-base/gnome-core-libs-${PV}[cups?] - >=gnome-base/gnome-core-apps-${PV}[cups?,bluetooth?] - - >=gnome-base/gdm-3.36.3 - - >=x11-wm/mutter-${PV} - >=gnome-base/gnome-shell-${PV}[bluetooth?] - >=media-fonts/cantarell-0.201 - - >=x11-themes/gnome-backgrounds-3.36.0 - x11-themes/sound-theme-freedesktop - - accessibility? ( - >=app-accessibility/at-spi2-atk-2.34.2 - >=app-accessibility/at-spi2-core-2.36.0 - >=app-accessibility/orca-3.36.4 - >=gnome-extra/mousetweaks-3.32.0 ) - classic? ( >=gnome-extra/gnome-shell-extensions-3.36.2 ) - extras? ( >=gnome-base/gnome-extra-apps-${PV} ) -" -PDEPEND=">=gnome-base/gvfs-1.44.1[udisks]" - -DEPEND="" -BDEPEND="" - -pkg_postinst() { - # Remind 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." -} |