commit:     25d22736575d01f9a45018bb46c00ebb8a8825ce
Author:     Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
AuthorDate: Mon Apr 21 13:14:50 2014 +0000
Commit:     Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
CommitDate: Mon Apr 21 13:34:42 2014 +0000
URL:        
http://git.overlays.gentoo.org/gitweb/?p=proj/gnome.git;a=commit;h=25d22736

gnome-base/gnome-extra-apps: 3.10.0-r1 → 3.12.0

---
 .../gnome-extra-apps-3.12.0.ebuild                 | 75 ++++++++++++++++++++++
 1 file changed, 75 insertions(+)

diff --git a/gnome-base/gnome-extra-apps/gnome-extra-apps-3.12.0.ebuild 
b/gnome-base/gnome-extra-apps/gnome-extra-apps-3.12.0.ebuild
new file mode 100644
index 0000000..7d8ef2d
--- /dev/null
+++ b/gnome-base/gnome-extra-apps/gnome-extra-apps-3.12.0.ebuild
@@ -0,0 +1,75 @@
+# Copyright 1999-2014 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+EAPI="5"
+
+DESCRIPTION="Sub-meta package for the applications of GNOME 3"
+HOMEPAGE="http://www.gnome.org/";
+LICENSE="metapackage"
+SLOT="3.0"
+IUSE="+games +shotwell +tracker"
+
+# when unmasking for an arch
+# double check none of the deps are still masked !
+KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc ~x86"
+
+# Note to developers:
+# This is a wrapper for the extra apps integrated with GNOME 3
+# New package
+RDEPEND="
+       >=gnome-base/gnome-core-libs-${PV}
+
+       >=app-admin/gnome-system-log-3.9.90
+       >=app-arch/file-roller-${PV}
+       >=app-dicts/gnome-dictionary-3.10
+       >=gnome-extra/gconf-editor-3
+       >=gnome-extra/gnome-calculator-${PV}
+       >=gnome-extra/gnome-power-manager-${PV}
+       >=gnome-extra/gnome-search-tool-3.6
+       >=gnome-extra/gnome-system-monitor-${PV}
+       >=gnome-extra/gnome-tweak-tool-${PV}
+       >=gnome-extra/gucharmap-${PV}:2.90
+       >=gnome-extra/nautilus-sendto-3.8
+       >=gnome-extra/sushi-3.11.90
+       >=mail-client/evolution-${PV}
+       >=media-gfx/gnome-font-viewer-${PV}
+       >=media-gfx/gnome-screenshot-${PV}
+       >=media-sound/sound-juicer-3.11.90
+       >=media-video/cheese-${PV}
+       >=net-analyzer/gnome-nettool-3.8
+       >=net-misc/vinagre-${PV}
+       >=net-misc/vino-${PV}
+       >=sys-apps/baobab-${PV}
+       >=www-client/epiphany-${PV}
+
+       games? (
+               >=games-arcade/gnome-nibbles-${PV}
+               >=games-arcade/gnome-robots-${PV}
+               >=games-board/aisleriot-3.2.3.2
+               >=games-board/four-in-a-row-${PV}
+               >=games-board/gnome-chess-${PV}
+               >=games-board/gnome-mahjongg-${PV}
+               >=games-board/gnome-mines-${PV}
+               >=games-board/iagno-${PV}
+               >=games-board/tali-${PV}
+               >=games-puzzle/five-or-more-${PV}
+               >=games-puzzle/gnome-klotski-${PV}
+               >=games-puzzle/gnome-sudoku-${PV}
+               >=games-puzzle/gnome-tetravex-${PV}
+               >=games-puzzle/lightsoff-${PV}
+               >=games-puzzle/quadrapassel-${PV}
+               >=games-puzzle/swell-foop-${PV} )
+       shotwell? ( >=media-gfx/shotwell-0.15 )
+       tracker? (
+               >=app-misc/tracker-1
+               >=gnome-extra/gnome-documents-${PV} )
+
+       amd64? ( >=gnome-extra/gnome-user-share-3.10.2 )
+       x86? ( >=gnome-extra/gnome-user-share-3.10.2 )
+"
+# Note: bug-buddy is broken with GNOME 3
+# Note: aisleriot-3.4 is masked for guile-2
+# Note: we want to pull in gnome-user-share, but it's only available for 
amd64/x86, bug #506176
+DEPEND=""
+S=${WORKDIR}

Reply via email to