Gentoo Archives: gentoo-commits

From: "Markos Chandras (hwoarang)" <hwoarang@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in media-gfx/shotwell: shotwell-0.12.2.ebuild ChangeLog shotwell-0.11.5.ebuild shotwell-0.11.3.ebuild shotwell-0.11.6.ebuild
Date: Fri, 11 May 2012 21:37:15
Message-Id: 20120511213705.D799E2004B@flycatcher.gentoo.org
1 hwoarang 12/05/11 21:37:05
2
3 Modified: shotwell-0.12.2.ebuild ChangeLog
4 Removed: shotwell-0.11.5.ebuild shotwell-0.11.3.ebuild
5 shotwell-0.11.6.ebuild
6 Log:
7 Add sys-devel/m4 to DEPEND. Fixes bug #415003. Remove old ebuilds
8
9 (Portage version: 2.1.10.58/cvs/Linux x86_64)
10
11 Revision Changes Path
12 1.2 media-gfx/shotwell/shotwell-0.12.2.ebuild
13
14 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/shotwell/shotwell-0.12.2.ebuild?rev=1.2&view=markup
15 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/shotwell/shotwell-0.12.2.ebuild?rev=1.2&content-type=text/plain
16 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/shotwell/shotwell-0.12.2.ebuild?r1=1.1&r2=1.2
17
18 Index: shotwell-0.12.2.ebuild
19 ===================================================================
20 RCS file: /var/cvsroot/gentoo-x86/media-gfx/shotwell/shotwell-0.12.2.ebuild,v
21 retrieving revision 1.1
22 retrieving revision 1.2
23 diff -u -r1.1 -r1.2
24 --- shotwell-0.12.2.ebuild 7 May 2012 07:58:07 -0000 1.1
25 +++ shotwell-0.12.2.ebuild 11 May 2012 21:37:05 -0000 1.2
26 @@ -1,6 +1,6 @@
27 # Copyright 1999-2012 Gentoo Foundation
28 # Distributed under the terms of the GNU General Public License v2
29 -# $Header: /var/cvsroot/gentoo-x86/media-gfx/shotwell/shotwell-0.12.2.ebuild,v 1.1 2012/05/07 07:58:07 jlec Exp $
30 +# $Header: /var/cvsroot/gentoo-x86/media-gfx/shotwell/shotwell-0.12.2.ebuild,v 1.2 2012/05/11 21:37:05 hwoarang Exp $
31
32 EAPI=4
33 GCONF_DEBUG="no"
34 @@ -37,7 +37,8 @@
35 || ( >=sys-fs/udev-171[gudev] >=sys-fs/udev-145[extras] )
36 x11-libs/gtk+:3"
37 DEPEND="${RDEPEND}
38 - dev-lang/vala:0.16"
39 + dev-lang/vala:0.16
40 + sys-devel/m4"
41
42 DOCS=( AUTHORS MAINTAINERS NEWS README THANKS )
43
44
45
46
47 1.35 media-gfx/shotwell/ChangeLog
48
49 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/shotwell/ChangeLog?rev=1.35&view=markup
50 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/shotwell/ChangeLog?rev=1.35&content-type=text/plain
51 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/shotwell/ChangeLog?r1=1.34&r2=1.35
52
53 Index: ChangeLog
54 ===================================================================
55 RCS file: /var/cvsroot/gentoo-x86/media-gfx/shotwell/ChangeLog,v
56 retrieving revision 1.34
57 retrieving revision 1.35
58 diff -u -r1.34 -r1.35
59 --- ChangeLog 7 May 2012 07:58:07 -0000 1.34
60 +++ ChangeLog 11 May 2012 21:37:05 -0000 1.35
61 @@ -1,6 +1,10 @@
62 # ChangeLog for media-gfx/shotwell
63 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
64 -# $Header: /var/cvsroot/gentoo-x86/media-gfx/shotwell/ChangeLog,v 1.34 2012/05/07 07:58:07 jlec Exp $
65 +# $Header: /var/cvsroot/gentoo-x86/media-gfx/shotwell/ChangeLog,v 1.35 2012/05/11 21:37:05 hwoarang Exp $
66 +
67 + 11 May 2012; Markos Chandras <hwoarang@g.o> -shotwell-0.11.3.ebuild,
68 + -shotwell-0.11.5.ebuild, -shotwell-0.11.6.ebuild, shotwell-0.12.2.ebuild:
69 + Add sys-devel/m4 to DEPEND. Fixes bug #415003. Remove old ebuilds
70
71 *shotwell-0.12.2 (07 May 2012)