Gentoo Archives: gentoo-commits

From: "Gilles Dartiguelongue (eva)" <eva@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in media-gfx/gnome-photos: ChangeLog gnome-photos-3.12.1.ebuild
Date: Sun, 27 Apr 2014 17:31:26
Message-Id: 20140427173122.F2DD82004B@flycatcher.gentoo.org
1 eva 14/04/27 17:31:22
2
3 Modified: ChangeLog
4 Added: gnome-photos-3.12.1.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.11 media-gfx/gnome-photos/ChangeLog
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/gnome-photos/ChangeLog?rev=1.11&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/gnome-photos/ChangeLog?rev=1.11&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/gnome-photos/ChangeLog?r1=1.10&r2=1.11
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/media-gfx/gnome-photos/ChangeLog,v
20 retrieving revision 1.10
21 retrieving revision 1.11
22 diff -u -r1.10 -r1.11
23 --- ChangeLog 27 Apr 2014 07:27:35 -0000 1.10
24 +++ ChangeLog 27 Apr 2014 17:31:22 -0000 1.11
25 @@ -1,6 +1,12 @@
26 # ChangeLog for media-gfx/gnome-photos
27 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/media-gfx/gnome-photos/ChangeLog,v 1.10 2014/04/27 07:27:35 pacho Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/media-gfx/gnome-photos/ChangeLog,v 1.11 2014/04/27 17:31:22 eva Exp $
30 +
31 +*gnome-photos-3.12.1 (27 Apr 2014)
32 +
33 + 27 Apr 2014; Gilles Dartiguelongue <eva@g.o>
34 + +gnome-photos-3.12.1.ebuild:
35 + Version bump for Gnome 3.12.
36
37 27 Apr 2014; Pacho Ramos <pacho@g.o> -gnome-photos-3.8.2.ebuild:
38 drop old
39
40
41
42 1.1 media-gfx/gnome-photos/gnome-photos-3.12.1.ebuild
43
44 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/gnome-photos/gnome-photos-3.12.1.ebuild?rev=1.1&view=markup
45 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/gnome-photos/gnome-photos-3.12.1.ebuild?rev=1.1&content-type=text/plain
46
47 Index: gnome-photos-3.12.1.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/media-gfx/gnome-photos/gnome-photos-3.12.1.ebuild,v 1.1 2014/04/27 17:31:22 eva Exp $
52
53 EAPI="5"
54 GCONF_DEBUG="no"
55
56 inherit gnome2
57
58 DESCRIPTION="Access, organize and share your photos on GNOME"
59 HOMEPAGE="https://wiki.gnome.org/Apps/Photos"
60
61 LICENSE="GPL-2+ LGPL-2+"
62 SLOT="0"
63 KEYWORDS="~amd64"
64 IUSE=""
65
66 RDEPEND="
67 >=app-misc/tracker-1:=
68 >=dev-libs/glib-2.35.1:2
69 gnome-base/gnome-desktop:3=
70 >=gnome-base/librsvg-2.26.0
71 media-libs/babl
72 >=media-libs/gegl-0.2
73 >=media-libs/grilo-0.2.6:0.2
74 >=media-plugins/grilo-plugins-0.2.6:0.2[upnp-av]
75 >=media-libs/exempi-1.99.5
76 media-libs/lcms:2
77 >=media-libs/libexif-0.6.14
78 >=net-libs/gnome-online-accounts-3.8
79 >=net-libs/libgfbgraph-0.2.1:0.2
80 x11-libs/cairo
81 x11-libs/gdk-pixbuf:2
82 >=x11-libs/gtk+-3.11.5:3
83 "
84 DEPEND="${RDEPEND}
85 dev-util/desktop-file-utils
86 >=dev-util/intltool-0.50.1
87 virtual/pkgconfig
88 "
89
90 src_configure() {
91 gnome2_src_configure ITSTOOL=$(type -P true)
92 }