commit: 0ed30b1708aef02a3b3c6d6952e369a67b8388db Author: Gilles Dartiguelongue <eva <AT> gentoo <DOT> org> AuthorDate: Fri Dec 26 21:54:48 2014 +0000 Commit: Gilles Dartiguelongue <eva <AT> gentoo <DOT> org> CommitDate: Fri Dec 26 21:54:48 2014 +0000 URL: http://sources.gentoo.org/gitweb/?p=proj/gnome.git;a=commit;h=0ed30b17
gnome-base/gnome: moved to gentoo-x86 --- gnome-base/gnome/gnome-3.14.0.ebuild | 87 ------------------------------------ 1 file changed, 87 deletions(-) diff --git a/gnome-base/gnome/gnome-3.14.0.ebuild b/gnome-base/gnome/gnome-3.14.0.ebuild deleted file mode 100644 index 6efcb9a..0000000 --- a/gnome-base/gnome/gnome-3.14.0.ebuild +++ /dev/null @@ -1,87 +0,0 @@ -# Copyright 1999-2014 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: $ - -EAPI="5" - -DESCRIPTION="Meta package for GNOME 3, merge this package to install" -HOMEPAGE="http://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="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc ~x86" - -IUSE="accessibility +bluetooth +classic +cdr cups +extras" - -S=${WORKDIR} - -# TODO: check accessibility completeness -# GDM-3.0 integrates very nicely with GNOME Shell -RDEPEND=" - >=gnome-base/gnome-core-libs-${PV}[cups?] - >=gnome-base/gnome-core-apps-${PV}[cups?,bluetooth?,cdr?] - - >=gnome-base/gdm-${PV} - - >=x11-wm/mutter-${PV} - >=gnome-base/gnome-shell-${PV}[bluetooth?] - - >=x11-themes/gnome-backgrounds-${PV} - x11-themes/sound-theme-freedesktop - - accessibility? ( - >=app-accessibility/at-spi2-atk-2.14.1 - >=app-accessibility/at-spi2-core-2.14.0 - >=app-accessibility/caribou-0.4.15 - >=app-accessibility/orca-${PV} - >=gnome-extra/mousetweaks-3.12.0 ) - classic? ( >=gnome-extra/gnome-shell-extensions-${PV} ) - extras? ( >=gnome-base/gnome-extra-apps-${PV} ) -" - -DEPEND="" - -PDEPEND=">=gnome-base/gvfs-1.22.1[udisks]" - -# Broken from assumptions of gnome-vfs headers being included in nautilus headers, -# which isn't the case with nautilus-2.22, bug #216019 -# >=app-admin/gnome-system-tools-2.32.0 -# >=app-admin/system-tools-backends-2.8 - -# Not ported: -# bug-buddy-2.32 -# sound-juicer-2.32 -# -# Not ported, don't build: -# gnome-extra/evolution-webcal-2.32.0 - -# These don't work with gsettings/dconf -# >=app-admin/pessulus-2.30.4 -# ldap? ( >=app-admin/sabayon-2.30.1 ) - -# I'm not sure what all is in a11y for GNOME 3 yet ~nirbheek -# accessibility? ( -# >=gnome-extra/libgail-gnome-1.20.3 -# >=gnome-extra/at-spi-1.32.0:1 -# >=app-accessibility/dasher-4.11 -# >=app-accessibility/gnome-mag-0.16.3:1 -# >=app-accessibility/gnome-speech-0.4.25:1 -# >=app-accessibility/gok-2.30.1:1 -# >=app-accessibility/orca-2.32.1 -# >=gnome-extra/mousetweaks-2.32.1 ) - -# Useless with GNOME Shell -# >=gnome-extra/deskbar-applet-2.32.0 -# >=gnome-extra/hamster-applet-2.32.1 - -# Development tools -# scrollkeeper -# pkgconfig -# intltool -# gtk-doc -# gnome-doc-utils -# itstool -# yelp-tools
