Gentoo Archives: gentoo-commits

From: "Samuli Suominen (drac)" <drac@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in www-apps/gallery: gallery-2.2.3.ebuild ChangeLog
Date: Sat, 15 Sep 2007 12:36:00
Message-Id: E1IWWlD-0001Xo-Ad@stork.gentoo.org
1 drac 07/09/15 12:28:31
2
3 Modified: gallery-2.2.3.ebuild ChangeLog
4 Log:
5 Change USE dcraw to raw.
6 (Portage version: 2.1.3.9)
7
8 Revision Changes Path
9 1.8 www-apps/gallery/gallery-2.2.3.ebuild
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/www-apps/gallery/gallery-2.2.3.ebuild?rev=1.8&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/www-apps/gallery/gallery-2.2.3.ebuild?rev=1.8&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/www-apps/gallery/gallery-2.2.3.ebuild?r1=1.7&r2=1.8
14
15 Index: gallery-2.2.3.ebuild
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/www-apps/gallery/gallery-2.2.3.ebuild,v
18 retrieving revision 1.7
19 retrieving revision 1.8
20 diff -u -r1.7 -r1.8
21 --- gallery-2.2.3.ebuild 12 Sep 2007 08:42:20 -0000 1.7
22 +++ gallery-2.2.3.ebuild 15 Sep 2007 12:28:30 -0000 1.8
23 @@ -1,6 +1,6 @@
24 # Copyright 1999-2007 Gentoo Foundation
25 # Distributed under the terms of the GNU General Public License v2
26 -# $Header: /var/cvsroot/gentoo-x86/www-apps/gallery/gallery-2.2.3.ebuild,v 1.7 2007/09/12 08:42:20 yoswink Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/www-apps/gallery/gallery-2.2.3.ebuild,v 1.8 2007/09/15 12:28:30 drac Exp $
28
29 inherit webapp eutils depend.php
30
31 @@ -10,11 +10,11 @@
32
33 LICENSE="GPL-2"
34 KEYWORDS="alpha amd64 hppa ppc ppc64 sparc x86"
35 -IUSE="dcraw ffmpeg gd imagemagick mysql netpbm postgres unzip zip"
36 +IUSE="ffmpeg gd imagemagick mysql netpbm postgres raw unzip zip"
37
38 RDEPEND="
39 media-libs/jpeg
40 - dcraw? ( >=media-gfx/dcraw-8.03 )
41 + raw? ( >=media-gfx/dcraw-8.03 )
42 ffmpeg? ( >=media-video/ffmpeg-0.4.9_p20051216 )
43 gd? ( >=media-libs/gd-2 )
44 imagemagick? ( >=media-gfx/imagemagick-5.4.9.1-r1 )
45
46
47
48 1.124 www-apps/gallery/ChangeLog
49
50 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/www-apps/gallery/ChangeLog?rev=1.124&view=markup
51 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/www-apps/gallery/ChangeLog?rev=1.124&content-type=text/plain
52 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/www-apps/gallery/ChangeLog?r1=1.123&r2=1.124
53
54 Index: ChangeLog
55 ===================================================================
56 RCS file: /var/cvsroot/gentoo-x86/www-apps/gallery/ChangeLog,v
57 retrieving revision 1.123
58 retrieving revision 1.124
59 diff -u -r1.123 -r1.124
60 --- ChangeLog 12 Sep 2007 08:50:44 -0000 1.123
61 +++ ChangeLog 15 Sep 2007 12:28:30 -0000 1.124
62 @@ -1,6 +1,9 @@
63 # ChangeLog for www-apps/gallery
64 # Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2
65 -# $Header: /var/cvsroot/gentoo-x86/www-apps/gallery/ChangeLog,v 1.123 2007/09/12 08:50:44 wrobel Exp $
66 +# $Header: /var/cvsroot/gentoo-x86/www-apps/gallery/ChangeLog,v 1.124 2007/09/15 12:28:30 drac Exp $
67 +
68 + 15 Sep 2007; Samuli Suominen <drac@g.o> gallery-2.2.3.ebuild:
69 + Change USE dcraw to raw.
70
71 12 Sep 2007; <wrobel@g.o> -gallery-2.1.2.ebuild,
72 -gallery-2.2.1.ebuild, -gallery-2.2.2.ebuild:
73
74
75
76 --
77 gentoo-commits@g.o mailing list