diff options
author | Mart Raudsepp <leio@gentoo.org> | 2020-11-07 15:48:00 +0200 |
---|---|---|
committer | Mart Raudsepp <leio@gentoo.org> | 2020-11-07 17:21:03 +0200 |
commit | 7877525873543a08b26aac371dabda45f478beb3 (patch) | |
tree | 7e2fb145a8fd795ae21a50632a00c6161071157d /gnome-base/gnome | |
parent | app-text/gtranslator: remove old (diff) | |
download | gentoo-7877525873543a08b26aac371dabda45f478beb3.tar.gz gentoo-7877525873543a08b26aac371dabda45f478beb3.tar.bz2 gentoo-7877525873543a08b26aac371dabda45f478beb3.zip |
gnome-base/gnome: remove old
Package-Manager: Portage-2.3.103, Repoman-2.3.20
Signed-off-by: Mart Raudsepp <leio@gentoo.org>
Diffstat (limited to 'gnome-base/gnome')
-rw-r--r-- | gnome-base/gnome/gnome-3.34.4.ebuild | 51 |
1 files changed, 0 insertions, 51 deletions
diff --git a/gnome-base/gnome/gnome-3.34.4.ebuild b/gnome-base/gnome/gnome-3.34.4.ebuild deleted file mode 100644 index 4a5107192cc8..000000000000 --- a/gnome-base/gnome/gnome-3.34.4.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.34.1 - - >=x11-wm/mutter-${PV} - >=gnome-base/gnome-shell-${PV}[bluetooth?] - >=media-fonts/cantarell-0.111 - - >=x11-themes/gnome-backgrounds-3.34.0 - x11-themes/sound-theme-freedesktop - - accessibility? ( - >=app-accessibility/at-spi2-atk-2.34.1 - >=app-accessibility/at-spi2-core-2.34.0 - >=app-accessibility/orca-3.34.2 - >=gnome-extra/mousetweaks-3.32.0 ) - classic? ( >=gnome-extra/gnome-shell-extensions-3.34.2 ) - extras? ( >=gnome-base/gnome-extra-apps-${PV} ) -" -PDEPEND=">=gnome-base/gvfs-1.42.2[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." -} |