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/shotwell: shotwell-0.7.2.ebuild shotwell-0.8.1.ebuild ChangeLog
Date: Sun, 27 Feb 2011 15:16:04
Message-Id: 20110227151536.324E020054@flycatcher.gentoo.org
1 eva 11/02/27 15:15:36
2
3 Modified: shotwell-0.7.2.ebuild shotwell-0.8.1.ebuild
4 ChangeLog
5 Log:
6 Pin libunique dependency to slot 1. Drop eprefix from insinto, it is not required as stated by repoman.
7
8 (Portage version: 2.2.0_alpha25/cvs/Linux x86_64)
9
10 Revision Changes Path
11 1.3 media-gfx/shotwell/shotwell-0.7.2.ebuild
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/shotwell/shotwell-0.7.2.ebuild?rev=1.3&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/shotwell/shotwell-0.7.2.ebuild?rev=1.3&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/shotwell/shotwell-0.7.2.ebuild?r1=1.2&r2=1.3
16
17 Index: shotwell-0.7.2.ebuild
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/media-gfx/shotwell/shotwell-0.7.2.ebuild,v
20 retrieving revision 1.2
21 retrieving revision 1.3
22 diff -u -r1.2 -r1.3
23 --- shotwell-0.7.2.ebuild 23 Sep 2010 21:52:44 -0000 1.2
24 +++ shotwell-0.7.2.ebuild 27 Feb 2011 15:15:35 -0000 1.3
25 @@ -1,6 +1,6 @@
26 -# Copyright 1999-2010 Gentoo Foundation
27 +# Copyright 1999-2011 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.7.2.ebuild,v 1.2 2010/09/23 21:52:44 eva Exp $
30 +# $Header: /var/cvsroot/gentoo-x86/media-gfx/shotwell/shotwell-0.7.2.ebuild,v 1.3 2011/02/27 15:15:35 eva Exp $
31
32 EAPI="2"
33 GCONF_DEBUG="no"
34 @@ -52,7 +52,7 @@
35
36 src_install() {
37 # This is needed so that gnome2_gconf_savelist() works correctly.
38 - insinto "${EPREFIX}"/etc/gconf/schemas
39 + insinto /etc/gconf/schemas
40 doins misc/shotwell.schemas || die "install gconf schema failed"
41 gnome2_src_install
42 }
43
44
45
46 1.2 media-gfx/shotwell/shotwell-0.8.1.ebuild
47
48 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/shotwell/shotwell-0.8.1.ebuild?rev=1.2&view=markup
49 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/shotwell/shotwell-0.8.1.ebuild?rev=1.2&content-type=text/plain
50 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/shotwell/shotwell-0.8.1.ebuild?r1=1.1&r2=1.2
51
52 Index: shotwell-0.8.1.ebuild
53 ===================================================================
54 RCS file: /var/cvsroot/gentoo-x86/media-gfx/shotwell/shotwell-0.8.1.ebuild,v
55 retrieving revision 1.1
56 retrieving revision 1.2
57 diff -u -r1.1 -r1.2
58 --- shotwell-0.8.1.ebuild 18 Feb 2011 19:37:40 -0000 1.1
59 +++ shotwell-0.8.1.ebuild 27 Feb 2011 15:15:35 -0000 1.2
60 @@ -1,6 +1,6 @@
61 # Copyright 1999-2011 Gentoo Foundation
62 # Distributed under the terms of the GNU General Public License v2
63 -# $Header: /var/cvsroot/gentoo-x86/media-gfx/shotwell/shotwell-0.8.1.ebuild,v 1.1 2011/02/18 19:37:40 hollow Exp $
64 +# $Header: /var/cvsroot/gentoo-x86/media-gfx/shotwell/shotwell-0.8.1.ebuild,v 1.2 2011/02/27 15:15:35 eva Exp $
65
66 EAPI="2"
67 GCONF_DEBUG="no"
68 @@ -20,7 +20,7 @@
69 RDEPEND=">=dev-db/sqlite-3.5.9:3
70 >=dev-libs/dbus-glib-0.80
71 >=dev-libs/libgee-0.5.0
72 - >=dev-libs/libunique-1.0.0
73 + >=dev-libs/libunique-1:1
74 >=dev-libs/libxml2-2.6.32
75 >=gnome-base/gconf-2.22.0
76 >=media-libs/libexif-0.6.16
77 @@ -53,7 +53,7 @@
78
79 src_install() {
80 # This is needed so that gnome2_gconf_savelist() works correctly.
81 - insinto "${EPREFIX}"/etc/gconf/schemas
82 + insinto /etc/gconf/schemas
83 doins misc/shotwell.schemas || die "install gconf schema failed"
84 gnome2_src_install
85 }
86
87
88
89 1.9 media-gfx/shotwell/ChangeLog
90
91 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/shotwell/ChangeLog?rev=1.9&view=markup
92 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/shotwell/ChangeLog?rev=1.9&content-type=text/plain
93 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/shotwell/ChangeLog?r1=1.8&r2=1.9
94
95 Index: ChangeLog
96 ===================================================================
97 RCS file: /var/cvsroot/gentoo-x86/media-gfx/shotwell/ChangeLog,v
98 retrieving revision 1.8
99 retrieving revision 1.9
100 diff -u -r1.8 -r1.9
101 --- ChangeLog 18 Feb 2011 19:37:40 -0000 1.8
102 +++ ChangeLog 27 Feb 2011 15:15:36 -0000 1.9
103 @@ -1,6 +1,11 @@
104 # ChangeLog for media-gfx/shotwell
105 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
106 -# $Header: /var/cvsroot/gentoo-x86/media-gfx/shotwell/ChangeLog,v 1.8 2011/02/18 19:37:40 hollow Exp $
107 +# $Header: /var/cvsroot/gentoo-x86/media-gfx/shotwell/ChangeLog,v 1.9 2011/02/27 15:15:36 eva Exp $
108 +
109 + 27 Feb 2011; Gilles Dartiguelongue <eva@g.o> shotwell-0.7.2.ebuild,
110 + shotwell-0.8.1.ebuild:
111 + Pin libunique dependency to slot 1. Drop eprefix from insinto, it is not
112 + required as stated by repoman.
113
114 *shotwell-0.8.1 (18 Feb 2011)