Gentoo Archives: gentoo-commits

From: Pacho Ramos <pacho@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: gnome-base/gnome-extra-apps/
Date: Sun, 28 Feb 2016 19:19:56
Message-Id: 1456687176.3318df0793a5395b5198d0dfe02b5f38d97daff0.pacho@gentoo
1 commit: 3318df0793a5395b5198d0dfe02b5f38d97daff0
2 Author: Pacho Ramos <pacho <AT> gentoo <DOT> org>
3 AuthorDate: Sun Feb 28 19:15:04 2016 +0000
4 Commit: Pacho Ramos <pacho <AT> gentoo <DOT> org>
5 CommitDate: Sun Feb 28 19:19:36 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3318df07
7
8 gnome-base/gnome-extra-apps: Include new Gnome 3.18 apps
9
10 Package-Manager: portage-2.2.27
11
12 .../gnome-extra-apps-3.18.0-r1.ebuild | 78 ++++++++++++++++++++++
13 1 file changed, 78 insertions(+)
14
15 diff --git a/gnome-base/gnome-extra-apps/gnome-extra-apps-3.18.0-r1.ebuild b/gnome-base/gnome-extra-apps/gnome-extra-apps-3.18.0-r1.ebuild
16 new file mode 100644
17 index 0000000..4915bf9
18 --- /dev/null
19 +++ b/gnome-base/gnome-extra-apps/gnome-extra-apps-3.18.0-r1.ebuild
20 @@ -0,0 +1,78 @@
21 +# Copyright 1999-2015 Gentoo Foundation
22 +# Distributed under the terms of the GNU General Public License v2
23 +# $Id$
24 +
25 +EAPI="5"
26 +
27 +DESCRIPTION="Sub-meta package for the applications of GNOME 3"
28 +HOMEPAGE="https://www.gnome.org/"
29 +LICENSE="metapackage"
30 +SLOT="3.0"
31 +IUSE="+games +share +shotwell +tracker"
32 +
33 +# when unmasking for an arch
34 +# double check none of the deps are still masked !
35 +KEYWORDS="~amd64 ~x86"
36 +
37 +# Note to developers:
38 +# This is a wrapper for the extra apps integrated with GNOME 3
39 +# New package
40 +RDEPEND="
41 + >=gnome-base/gnome-core-libs-${PV}
42 +
43 + >=app-admin/gnome-system-log-3.9.90
44 + >=app-arch/file-roller-3.16.4
45 + >=app-dicts/gnome-dictionary-${PV}
46 + >=gnome-base/dconf-editor-${PV}
47 + >=gnome-extra/gconf-editor-3
48 + >=gnome-extra/gnome-calculator-${PV}
49 + >=gnome-extra/gnome-calendar-${PV}
50 + >=gnome-extra/gnome-characters-${PV}
51 + >=gnome-extra/gnome-power-manager-${PV}
52 + >=gnome-extra/gnome-search-tool-3.6
53 + >=gnome-extra/gnome-system-monitor-${PV}
54 + >=gnome-extra/gnome-tweak-tool-${PV}
55 + >=gnome-extra/gnome-weather-${PV}
56 + >=gnome-extra/gucharmap-${PV}:2.90
57 + >=gnome-extra/nautilus-sendto-3.8.2
58 + >=gnome-extra/sushi-${PV}
59 + >=mail-client/evolution-${PV}
60 + >=media-gfx/gnome-font-viewer-3.16.2
61 + >=media-gfx/gnome-screenshot-${PV}
62 + >=media-sound/sound-juicer-${PV}
63 + >=media-video/cheese-${PV}
64 + >=net-analyzer/gnome-nettool-3.8
65 + >=net-misc/vinagre-${PV}
66 + >=net-misc/vino-${PV}
67 + >=sys-apps/baobab-${PV}
68 + >=sys-apps/gnome-disk-utility-${PV}
69 + >=www-client/epiphany-${PV}
70 +
71 + games? (
72 + >=games-arcade/gnome-nibbles-${PV}
73 + >=games-arcade/gnome-robots-${PV}
74 + >=games-board/four-in-a-row-${PV}
75 + >=games-board/gnome-chess-${PV}
76 + >=games-board/gnome-mahjongg-${PV}
77 + >=games-board/gnome-mines-${PV}
78 + >=games-board/iagno-${PV}
79 + >=games-board/tali-${PV}
80 + >=games-puzzle/five-or-more-${PV}
81 + >=games-puzzle/gnome-klotski-${PV}
82 + >=games-puzzle/gnome-sudoku-${PV}
83 + >=games-puzzle/gnome-taquin-${PV}
84 + >=games-puzzle/gnome-tetravex-${PV}
85 + >=games-puzzle/hitori-3.16.2
86 + >=games-puzzle/lightsoff-${PV}
87 + >=games-puzzle/quadrapassel-${PV}
88 + >=games-puzzle/swell-foop-${PV} )
89 + share? ( >=gnome-extra/gnome-user-share-${PV} )
90 + shotwell? ( >=media-gfx/shotwell-0.22 )
91 + tracker? (
92 + >=app-misc/tracker-1.6
93 + >=gnome-extra/gnome-documents-${PV}
94 + >=media-gfx/gnome-photos-${PV}
95 + >=media-sound/gnome-music-${PV} )
96 +"
97 +DEPEND=""
98 +S=${WORKDIR}