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-libs/
Date: Mon, 05 Sep 2016 07:18:59
Message-Id: 1473059922.bf81b21a2fbd0544ad664b6b4c7a9f2d8f159d9c.eva@gentoo
1 commit: bf81b21a2fbd0544ad664b6b4c7a9f2d8f159d9c
2 Author: Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
3 AuthorDate: Mon Sep 5 07:14:01 2016 +0000
4 Commit: Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
5 CommitDate: Mon Sep 5 07:18:42 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bf81b21a
7
8 gnome-base/gnome-core-libs: version bump to 3.20
9
10 Package-Manager: portage-2.3.0
11
12 .../gnome-core-libs/gnome-core-libs-3.20.0.ebuild | 48 ++++++++++++++++++++++
13 1 file changed, 48 insertions(+)
14
15 diff --git a/gnome-base/gnome-core-libs/gnome-core-libs-3.20.0.ebuild b/gnome-base/gnome-core-libs/gnome-core-libs-3.20.0.ebuild
16 new file mode 100644
17 index 00000000..74d520d
18 --- /dev/null
19 +++ b/gnome-base/gnome-core-libs/gnome-core-libs-3.20.0.ebuild
20 @@ -0,0 +1,48 @@
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 libraries of GNOME 3"
28 +HOMEPAGE="https://www.gnome.org/"
29 +LICENSE="metapackage"
30 +SLOT="3.0"
31 +IUSE="cups python"
32 +
33 +# when unmasking for an arch
34 +# double check none of the deps are still masked !
35 +KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc ~x86"
36 +
37 +# Note to developers:
38 +# This is a wrapper for the core libraries used by GNOME 3
39 +RDEPEND="
40 + >=dev-libs/glib-2.48:2
41 + >=x11-libs/gdk-pixbuf-2.34:2
42 + >=x11-libs/pango-1.40
43 + >=media-libs/clutter-1.26:1.0
44 + >=x11-libs/gtk+-${PV}:3[cups?]
45 + >=dev-libs/atk-2.20
46 + >=x11-libs/libwnck-${PV}:3
47 + >=gnome-base/librsvg-2.40.16
48 + >=gnome-base/gnome-desktop-${PV}:3
49 + >=x11-libs/startup-notification-0.12
50 +
51 + >=gnome-base/gvfs-1.28
52 + >=gnome-base/dconf-0.26
53 +
54 + || (
55 + >=media-libs/gstreamer-0.10.36:0.10
56 + >=media-libs/gstreamer-1.6.1:1.0 )
57 + || (
58 + >=media-libs/gst-plugins-base-0.10.36:0.10
59 + >=media-libs/gst-plugins-base-1.6.1:1.0 )
60 + || (
61 + >=media-libs/gst-plugins-good-0.10.31:0.10
62 + >=media-libs/gst-plugins-good-1.6.1:1.0 )
63 +
64 + python? ( >=dev-python/pygobject-${PV}:3 )
65 +"
66 +DEPEND=""
67 +
68 +S="${WORKDIR}"