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-gfx/greycstoration: greycstoration-2.8.ebuild ChangeLog
Date: Fri, 30 May 2008 11:13:15
Message-Id: E1K22Xl-0003nY-Dd@stork.gentoo.org
1 calchan 08/05/30 11:13:09
2
3 Modified: 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-gfx/greycstoration/greycstoration-2.8.ebuild
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-gfx/greycstoration/greycstoration-2.8.ebuild?rev=1.2&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-gfx/greycstoration/greycstoration-2.8.ebuild?rev=1.2&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-gfx/greycstoration/greycstoration-2.8.ebuild?r1=1.1&r2=1.2
14
15 Index: greycstoration-2.8.ebuild
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/media-gfx/greycstoration/greycstoration-2.8.ebuild,v
18 retrieving revision 1.1
19 retrieving revision 1.2
20 diff -u -r1.1 -r1.2
21 --- greycstoration-2.8.ebuild 30 Mar 2008 17:55:38 -0000 1.1
22 +++ greycstoration-2.8.ebuild 30 May 2008 11:13:08 -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-gfx/greycstoration/greycstoration-2.8.ebuild,v 1.1 2008/03/30 17:55:38 calchan Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/media-gfx/greycstoration/greycstoration-2.8.ebuild,v 1.2 2008/05/30 11:13:08 calchan Exp $
28
29 inherit toolchain-funcs
30
31 @@ -12,7 +12,7 @@
32 KEYWORDS="~amd64 ~x86"
33 IUSE="fftw imagemagick jpeg lapack png tiff X"
34
35 -DEPEND="fftw? ( >=sci-libs/fftw-3 )
36 +RDEPEND="fftw? ( >=sci-libs/fftw-3 )
37 imagemagick? ( media-gfx/imagemagick )
38 jpeg? ( media-libs/jpeg )
39 lapack? ( virtual/lapack )
40 @@ -21,6 +21,8 @@
41 X? ( x11-libs/libX11
42 x11-libs/libXext
43 x11-libs/libXrandr )"
44 +DEPEND="${RDEPEND}
45 + app-arch/unzip"
46
47 S="${WORKDIR}/GREYCstoration-${PV}/src"
48
49
50
51
52 1.3 media-gfx/greycstoration/ChangeLog
53
54 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-gfx/greycstoration/ChangeLog?rev=1.3&view=markup
55 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-gfx/greycstoration/ChangeLog?rev=1.3&content-type=text/plain
56 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-gfx/greycstoration/ChangeLog?r1=1.2&r2=1.3
57
58 Index: ChangeLog
59 ===================================================================
60 RCS file: /var/cvsroot/gentoo-x86/media-gfx/greycstoration/ChangeLog,v
61 retrieving revision 1.2
62 retrieving revision 1.3
63 diff -u -r1.2 -r1.3
64 --- ChangeLog 30 Mar 2008 17:55:38 -0000 1.2
65 +++ ChangeLog 30 May 2008 11:13:08 -0000 1.3
66 @@ -1,6 +1,10 @@
67 # ChangeLog for media-gfx/greycstoration
68 # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
69 -# $Header: /var/cvsroot/gentoo-x86/media-gfx/greycstoration/ChangeLog,v 1.2 2008/03/30 17:55:38 calchan Exp $
70 +# $Header: /var/cvsroot/gentoo-x86/media-gfx/greycstoration/ChangeLog,v 1.3 2008/05/30 11:13:08 calchan Exp $
71 +
72 + 30 May 2008; Denis Dupeyron <calchan@g.o>
73 + greycstoration-2.8.ebuild:
74 + Added unzip to DEPEND, thanks to Marek Miller (bug #114577).
75
76 *greycstoration-2.8 (30 Mar 2008)
77
78
79
80
81 --
82 gentoo-commits@l.g.o mailing list