Gentoo Archives: gentoo-commits

From: "Gilles Dartiguelongue (eva)" <eva@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in gnome-base/gnome-core-libs: ChangeLog gnome-core-libs-3.12.0.ebuild
Date: Mon, 28 Apr 2014 07:01:17
Message-Id: 20140428070111.D7C372004B@flycatcher.gentoo.org
1 eva 14/04/28 07:01:11
2
3 Modified: ChangeLog
4 Added: gnome-core-libs-3.12.0.ebuild
5 Log:
6 Version bump for Gnome 3.12.
7
8 (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key C6085806)
9
10 Revision Changes Path
11 1.21 gnome-base/gnome-core-libs/ChangeLog
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-base/gnome-core-libs/ChangeLog?rev=1.21&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-base/gnome-core-libs/ChangeLog?rev=1.21&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-base/gnome-core-libs/ChangeLog?r1=1.20&r2=1.21
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/gnome-base/gnome-core-libs/ChangeLog,v
20 retrieving revision 1.20
21 retrieving revision 1.21
22 diff -u -r1.20 -r1.21
23 --- ChangeLog 18 Apr 2014 10:54:55 -0000 1.20
24 +++ ChangeLog 28 Apr 2014 07:01:11 -0000 1.21
25 @@ -1,6 +1,12 @@
26 # ChangeLog for gnome-base/gnome-core-libs
27 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/gnome-base/gnome-core-libs/ChangeLog,v 1.20 2014/04/18 10:54:55 pacho Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/gnome-base/gnome-core-libs/ChangeLog,v 1.21 2014/04/28 07:01:11 eva Exp $
30 +
31 +*gnome-core-libs-3.12.0 (28 Apr 2014)
32 +
33 + 28 Apr 2014; Gilles Dartiguelongue <eva@g.o>
34 + +gnome-core-libs-3.12.0.ebuild:
35 + Version bump for Gnome 3.12.
36
37 18 Apr 2014; Pacho Ramos <pacho@g.o> -gnome-core-libs-3.8.0.ebuild:
38 Drop old
39
40
41
42 1.1 gnome-base/gnome-core-libs/gnome-core-libs-3.12.0.ebuild
43
44 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-base/gnome-core-libs/gnome-core-libs-3.12.0.ebuild?rev=1.1&view=markup
45 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-base/gnome-core-libs/gnome-core-libs-3.12.0.ebuild?rev=1.1&content-type=text/plain
46
47 Index: gnome-core-libs-3.12.0.ebuild
48 ===================================================================
49 # Copyright 1999-2014 Gentoo Foundation
50 # Distributed under the terms of the GNU General Public License v2
51 # $Header: /var/cvsroot/gentoo-x86/gnome-base/gnome-core-libs/gnome-core-libs-3.12.0.ebuild,v 1.1 2014/04/28 07:01:11 eva Exp $
52
53 EAPI="5"
54
55 DESCRIPTION="Sub-meta package for the core libraries of GNOME 3"
56 HOMEPAGE="http://www.gnome.org/"
57 LICENSE="metapackage"
58 SLOT="3.0"
59 IUSE="cups python"
60
61 # when unmasking for an arch
62 # double check none of the deps are still masked !
63 KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc ~x86"
64
65 # Note to developers:
66 # This is a wrapper for the core libraries used by GNOME 3
67 RDEPEND="
68 >=dev-libs/glib-2.40.0:2
69 >=x11-libs/gdk-pixbuf-2.30.7:2
70 >=x11-libs/pango-1.36.3
71 >=media-libs/clutter-1.18.2:1.0
72 >=x11-libs/gtk+-${PV}:3[cups?]
73 >=dev-libs/atk-2.12
74 >=x11-libs/libwnck-3.4.7:3
75 >=gnome-base/librsvg-2.40.2
76 >=gnome-base/gnome-desktop-${PV}:3
77 >=gnome-base/libgnomekbd-3.6
78 >=x11-libs/startup-notification-0.12
79
80 >=gnome-base/gvfs-1.20.0
81 >=gnome-base/dconf-0.20.0
82
83 || (
84 >=media-libs/gstreamer-0.10.36:0.10
85 >=media-libs/gstreamer-1.2.3:1.0 )
86 || (
87 >=media-libs/gst-plugins-base-0.10.36:0.10
88 >=media-libs/gst-plugins-base-1.2.3:1.0 )
89 || (
90 >=media-libs/gst-plugins-good-0.10.31:0.10
91 >=media-libs/gst-plugins-good-1.2.3:1.0 )
92
93 python? ( >=dev-python/pygobject-${PV}:3 )
94 "
95 DEPEND=""
96
97 S="${WORKDIR}"