Gentoo Archives: gentoo-commits

From: "Denis Dupeyron (calchan)" <calchan@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in media-plugins/gimp-greycstoration: gimp-greycstoration-2.8.ebuild ChangeLog
Date: Fri, 30 May 2008 11:08:19
Message-Id: E1K22Sz-0003kq-8z@stork.gentoo.org
1 calchan 08/05/30 11:08:13
2
3 Modified: gimp-greycstoration-2.8.ebuild ChangeLog
4 Log:
5 Added unzip to DEPEND, thanks to Marek Miller (bug #114577).
6 (Portage version: 2.1.5.2)
7
8 Revision Changes Path
9 1.2 media-plugins/gimp-greycstoration/gimp-greycstoration-2.8.ebuild
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-plugins/gimp-greycstoration/gimp-greycstoration-2.8.ebuild?rev=1.2&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-plugins/gimp-greycstoration/gimp-greycstoration-2.8.ebuild?rev=1.2&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-plugins/gimp-greycstoration/gimp-greycstoration-2.8.ebuild?r1=1.1&r2=1.2
14
15 Index: gimp-greycstoration-2.8.ebuild
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/media-plugins/gimp-greycstoration/gimp-greycstoration-2.8.ebuild,v
18 retrieving revision 1.1
19 retrieving revision 1.2
20 diff -u -r1.1 -r1.2
21 --- gimp-greycstoration-2.8.ebuild 30 Mar 2008 17:45:48 -0000 1.1
22 +++ gimp-greycstoration-2.8.ebuild 30 May 2008 11:08:12 -0000 1.2
23 @@ -1,6 +1,6 @@
24 # Copyright 1999-2008 Gentoo Foundation
25 # Distributed under the terms of the GNU General Public License v2
26 -# $Header: /var/cvsroot/gentoo-x86/media-plugins/gimp-greycstoration/gimp-greycstoration-2.8.ebuild,v 1.1 2008/03/30 17:45:48 calchan Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/media-plugins/gimp-greycstoration/gimp-greycstoration-2.8.ebuild,v 1.2 2008/05/30 11:08:12 calchan Exp $
28
29 inherit toolchain-funcs
30
31 @@ -11,7 +11,9 @@
32 SLOT="0"
33 KEYWORDS="~amd64 ~x86"
34 IUSE="smp"
35 -DEPEND=">=media-gfx/gimp-2.2"
36 +RDEPEND=">=media-gfx/gimp-2.2"
37 +DEPEND="${RDEPEND}
38 + app-arch/unzip"
39 S="${WORKDIR}/GREYCstoration-${PV}/src"
40
41 src_unpack() {
42
43
44
45 1.3 media-plugins/gimp-greycstoration/ChangeLog
46
47 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-plugins/gimp-greycstoration/ChangeLog?rev=1.3&view=markup
48 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-plugins/gimp-greycstoration/ChangeLog?rev=1.3&content-type=text/plain
49 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-plugins/gimp-greycstoration/ChangeLog?r1=1.2&r2=1.3
50
51 Index: ChangeLog
52 ===================================================================
53 RCS file: /var/cvsroot/gentoo-x86/media-plugins/gimp-greycstoration/ChangeLog,v
54 retrieving revision 1.2
55 retrieving revision 1.3
56 diff -u -r1.2 -r1.3
57 --- ChangeLog 30 Mar 2008 17:45:48 -0000 1.2
58 +++ ChangeLog 30 May 2008 11:08:12 -0000 1.3
59 @@ -1,6 +1,10 @@
60 # ChangeLog for media-plugins/gimp-greycstoration
61 # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
62 -# $Header: /var/cvsroot/gentoo-x86/media-plugins/gimp-greycstoration/ChangeLog,v 1.2 2008/03/30 17:45:48 calchan Exp $
63 +# $Header: /var/cvsroot/gentoo-x86/media-plugins/gimp-greycstoration/ChangeLog,v 1.3 2008/05/30 11:08:12 calchan Exp $
64 +
65 + 30 May 2008; Denis Dupeyron <calchan@g.o>
66 + gimp-greycstoration-2.8.ebuild:
67 + Added unzip to DEPEND, thanks to Marek Miller (bug #114577).
68
69 *gimp-greycstoration-2.8 (30 Mar 2008)
70
71
72
73
74 --
75 gentoo-commits@l.g.o mailing list