Gentoo Archives: gentoo-commits

From: Gilles Dartiguelongue <eva@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: gnome-base/gnome-core-apps/
Date: Mon, 05 Sep 2016 07:18:58
Message-Id: 1473059923.7e3a9bd4ef27b10ebb876f36ca9ab2ad52ab9e9f.eva@gentoo
1 commit: 7e3a9bd4ef27b10ebb876f36ca9ab2ad52ab9e9f
2 Author: Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
3 AuthorDate: Mon Sep 5 07:16:00 2016 +0000
4 Commit: Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
5 CommitDate: Mon Sep 5 07:18:43 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7e3a9bd4
7
8 gnome-base/gnome-core-apps: version bump to 3.20
9
10 Package-Manager: portage-2.3.0
11
12 .../gnome-core-apps/gnome-core-apps-3.20.0.ebuild | 55 ++++++++++++++++++++++
13 1 file changed, 55 insertions(+)
14
15 diff --git a/gnome-base/gnome-core-apps/gnome-core-apps-3.20.0.ebuild b/gnome-base/gnome-core-apps/gnome-core-apps-3.20.0.ebuild
16 new file mode 100644
17 index 00000000..11a000b
18 --- /dev/null
19 +++ b/gnome-base/gnome-core-apps/gnome-core-apps-3.20.0.ebuild
20 @@ -0,0 +1,55 @@
21 +# Copyright 1999-2016 Gentoo Foundation
22 +# Distributed under the terms of the GNU General Public License v2
23 +# $Id$
24 +
25 +EAPI=6
26 +
27 +DESCRIPTION="Sub-meta package for the core applications integrated with GNOME 3"
28 +HOMEPAGE="https://www.gnome.org/"
29 +LICENSE="metapackage"
30 +SLOT="3.0"
31 +IUSE="+bluetooth +cdr cups"
32 +
33 +# when unmasking for an arch
34 +# double check none of the deps are still masked !
35 +KEYWORDS="~amd64 ~arm ~ia64 ~ppc ~ppc64 ~x86"
36 +
37 +# Note to developers:
38 +# This is a wrapper for the core apps tightly integrated with GNOME 3
39 +# gtk-engines:2 is still around because it's needed for gtk2 apps
40 +RDEPEND="
41 + >=gnome-base/gnome-core-libs-${PV}[cups?]
42 +
43 + >=gnome-base/gnome-session-${PV}
44 + >=gnome-base/gnome-menus-3.10.1:3
45 + >=gnome-base/gnome-settings-daemon-${PV}[cups?]
46 + >=gnome-base/gnome-control-center-${PV}[cups?]
47 +
48 + >=app-crypt/gcr-${PV}
49 + >=gnome-base/nautilus-${PV}
50 + >=gnome-base/gnome-keyring-${PV}
51 + >=gnome-extra/evolution-data-server-${PV}
52 +
53 + >=app-crypt/seahorse-${PV}
54 + >=app-editors/gedit-${PV}
55 + >=app-text/evince-${PV}
56 + >=gnome-extra/gnome-contacts-${PV}
57 + >=media-gfx/eog-${PV}
58 + >=media-video/totem-3.18
59 + >=net-im/empathy-3.12.12
60 + >=x11-terms/gnome-terminal-${PV}
61 +
62 + >=gnome-extra/gnome-user-docs-${PV}
63 + >=gnome-extra/yelp-${PV}
64 +
65 + >=x11-themes/adwaita-icon-theme-${PV%??}
66 + >=x11-themes/gnome-themes-standard-${PV}
67 +
68 + bluetooth? ( >=net-wireless/gnome-bluetooth-${PV} )
69 + cdr? ( >=app-cdr/brasero-3.12.1 )
70 +
71 + !gnome-base/gnome-applets
72 +"
73 +DEPEND=""
74 +
75 +S="${WORKDIR}"