Gentoo Archives: gentoo-commits

From: Mart Raudsepp <leio@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: gnome-base/gnome-extra-apps/
Date: Thu, 17 Jan 2019 13:59:19
Message-Id: 1547733490.f29252c223975e08e32cbb524fe6209a0b9e6d90.leio@gentoo
1 commit: f29252c223975e08e32cbb524fe6209a0b9e6d90
2 Author: Mart Raudsepp <leio <AT> gentoo <DOT> org>
3 AuthorDate: Thu Jan 17 13:18:58 2019 +0000
4 Commit: Mart Raudsepp <leio <AT> gentoo <DOT> org>
5 CommitDate: Thu Jan 17 13:58:10 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f29252c2
7
8 gnome-base/gnome-extra-apps: bump to 3.26.2
9
10 gnome-documents is removed, because it hasn't found a good place
11 alongside evince and has become rather unmaintained upstream by 3.30.
12 tracker and gnome-music versions are kept back to handle tracker-2
13 migration separately later.
14
15 Package-Manager: Portage-2.3.52, Repoman-2.3.12
16 Signed-off-by: Mart Raudsepp <leio <AT> gentoo.org>
17
18 .../gnome-extra-apps-3.26.2.ebuild | 75 ++++++++++++++++++++++
19 1 file changed, 75 insertions(+)
20
21 diff --git a/gnome-base/gnome-extra-apps/gnome-extra-apps-3.26.2.ebuild b/gnome-base/gnome-extra-apps/gnome-extra-apps-3.26.2.ebuild
22 new file mode 100644
23 index 00000000000..2930116ade9
24 --- /dev/null
25 +++ b/gnome-base/gnome-extra-apps/gnome-extra-apps-3.26.2.ebuild
26 @@ -0,0 +1,75 @@
27 +# Copyright 1999-2019 Gentoo Authors
28 +# Distributed under the terms of the GNU General Public License v2
29 +
30 +EAPI=6
31 +
32 +DESCRIPTION="Sub-meta package for the applications of GNOME 3"
33 +HOMEPAGE="https://www.gnome.org/"
34 +LICENSE="metapackage"
35 +SLOT="3.0"
36 +IUSE="+games +share +shotwell +tracker"
37 +
38 +KEYWORDS="~amd64 ~x86"
39 +
40 +# Note to developers:
41 +# This is a wrapper for the extra apps integrated with GNOME 3
42 +# Keep pkg order within a USE flag as upstream releng versions file
43 +# TODO: Should we keep these here: gnome-power-manager, gucharmap, sound-juicer, vinagre; replace gucharmap with gnome-characters?
44 +# gnome-documents removed for now, as it didn't find a good place upstream and is getting dropped from default sets for distros for 3.30 (and for 3.26 it required newer tracker than we had at the time)
45 +RDEPEND="
46 + >=gnome-base/gnome-core-libs-${PV}
47 +
48 + >=sys-apps/baobab-3.26.1
49 + >=media-video/cheese-3.26.0
50 + >=www-client/epiphany-${PV}
51 + >=app-arch/file-roller-3.26.1
52 + >=gnome-extra/gnome-calculator-3.26.0
53 + >=gnome-extra/gnome-calendar-${PV}
54 + >=gnome-extra/gnome-characters-${PV}
55 + >=sys-apps/gnome-disk-utility-${PV}
56 + >=media-gfx/gnome-font-viewer-3.26.0
57 + >=gnome-extra/gnome-power-manager-3.26.0
58 + >=media-gfx/gnome-screenshot-3.26.0
59 + >=gnome-extra/gnome-system-monitor-3.26.0
60 + >=gnome-extra/gnome-weather-3.26.0
61 + >=gnome-extra/gucharmap-10.0.3:2.90
62 + >=gnome-extra/sushi-3.24.0
63 + >=media-sound/sound-juicer-3.24.0
64 + >=net-misc/vino-3.22.0
65 +
66 + >=gnome-base/dconf-editor-${PV}
67 + >=app-dicts/gnome-dictionary-3.26.1
68 + >=mail-client/evolution-${PV}
69 + >=net-analyzer/gnome-nettool-3.8.1
70 + >=gnome-extra/gnome-tweak-tool-3.26.3
71 + >=gnome-extra/nautilus-sendto-3.8.6
72 + >=net-misc/vinagre-3.22.0
73 +
74 + games? (
75 + >=games-puzzle/five-or-more-3.26.0
76 + >=games-board/four-in-a-row-3.22.2
77 + >=games-board/gnome-chess-3.26.0
78 + >=games-puzzle/gnome-klotski-3.22.2
79 + >=games-board/gnome-mahjongg-3.22.0
80 + >=games-board/gnome-mines-3.26.0
81 + >=games-arcade/gnome-nibbles-3.24.0
82 + >=games-arcade/gnome-robots-3.22.2
83 + >=games-puzzle/gnome-sudoku-3.26.0
84 + >=games-puzzle/gnome-taquin-3.26.1
85 + >=games-puzzle/gnome-tetravex-3.22.0
86 + >=games-puzzle/hitori-3.22.4
87 + >=games-board/iagno-3.26.1
88 + >=games-puzzle/lightsoff-3.26.0
89 + >=games-puzzle/quadrapassel-3.22.0
90 + >=games-puzzle/swell-foop-3.26.0
91 + >=games-board/tali-3.22.0
92 + )
93 + share? ( >=gnome-extra/gnome-user-share-3.18.3 )
94 + shotwell? ( >=media-gfx/shotwell-0.26 )
95 + tracker? (
96 + >=app-misc/tracker-1.12
97 + >=media-gfx/gnome-photos-${PV}
98 + >=media-sound/gnome-music-3.24.2 )
99 +" # tracker and gnome-music versions kept back for now, to handle tracker-2 migration separately
100 +DEPEND=""
101 +S=${WORKDIR}