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: Sun, 06 Dec 2015 23:41:44
Message-Id: 1449445256.031d982dc3e3b9dff82b67a736a5b57ed2917f4d.eva@gentoo
1 commit: 031d982dc3e3b9dff82b67a736a5b57ed2917f4d
2 Author: Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
3 AuthorDate: Sun Dec 6 23:33:00 2015 +0000
4 Commit: Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
5 CommitDate: Sun Dec 6 23:40:56 2015 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=031d982d
7
8 gnome-base/gnome-core-apps: version bump to 3.18.0
9
10 Package-Manager: portage-2.2.26
11
12 .../gnome-core-apps/gnome-core-apps-3.18.0.ebuild | 55 ++++++++++++++++++++++
13 1 file changed, 55 insertions(+)
14
15 diff --git a/gnome-base/gnome-core-apps/gnome-core-apps-3.18.0.ebuild b/gnome-base/gnome-core-apps/gnome-core-apps-3.18.0.ebuild
16 new file mode 100644
17 index 0000000..795f5cf
18 --- /dev/null
19 +++ b/gnome-base/gnome-core-apps/gnome-core-apps-3.18.0.ebuild
20 @@ -0,0 +1,55 @@
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 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-3.18
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-${PV}
59 + >=net-im/empathy-3.12.11
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}"