Gentoo Archives: gentoo-commits

From: "Samuli Suominen (ssuominen)" <ssuominen@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in www-apps/gallery: ChangeLog gallery-1.5.10.ebuild
Date: Mon, 28 Feb 2011 18:06:46
Message-Id: 20110228180637.1D08320054@flycatcher.gentoo.org
1 ssuominen 11/02/28 18:06:37
2
3 Modified: ChangeLog gallery-1.5.10.ebuild
4 Log:
5 Use virtual/jpeg.
6
7 (Portage version: 2.2.0_alpha25/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.182 www-apps/gallery/ChangeLog
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-apps/gallery/ChangeLog?rev=1.182&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-apps/gallery/ChangeLog?rev=1.182&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-apps/gallery/ChangeLog?r1=1.181&r2=1.182
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/www-apps/gallery/ChangeLog,v
19 retrieving revision 1.181
20 retrieving revision 1.182
21 diff -u -r1.181 -r1.182
22 --- ChangeLog 14 Feb 2011 18:22:49 -0000 1.181
23 +++ ChangeLog 28 Feb 2011 18:06:37 -0000 1.182
24 @@ -1,6 +1,9 @@
25 # ChangeLog for www-apps/gallery
26 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/www-apps/gallery/ChangeLog,v 1.181 2011/02/14 18:22:49 phajdan.jr Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/www-apps/gallery/ChangeLog,v 1.182 2011/02/28 18:06:37 ssuominen Exp $
29 +
30 + 28 Feb 2011; Samuli Suominen <ssuominen@g.o> gallery-1.5.10.ebuild:
31 + Use virtual/jpeg.
32
33 14 Feb 2011; Pawel Hajdan jr <phajdan.jr@g.o> gallery-2.3.1.ebuild:
34 x86 stable wrt bug #354541
35
36
37
38 1.7 www-apps/gallery/gallery-1.5.10.ebuild
39
40 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-apps/gallery/gallery-1.5.10.ebuild?rev=1.7&view=markup
41 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-apps/gallery/gallery-1.5.10.ebuild?rev=1.7&content-type=text/plain
42 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-apps/gallery/gallery-1.5.10.ebuild?r1=1.6&r2=1.7
43
44 Index: gallery-1.5.10.ebuild
45 ===================================================================
46 RCS file: /var/cvsroot/gentoo-x86/www-apps/gallery/gallery-1.5.10.ebuild,v
47 retrieving revision 1.6
48 retrieving revision 1.7
49 diff -u -r1.6 -r1.7
50 --- gallery-1.5.10.ebuild 13 Feb 2011 18:42:59 -0000 1.6
51 +++ gallery-1.5.10.ebuild 28 Feb 2011 18:06:37 -0000 1.7
52 @@ -1,6 +1,6 @@
53 # Copyright 1999-2011 Gentoo Foundation
54 # Distributed under the terms of the GNU General Public License v2
55 -# $Header: /var/cvsroot/gentoo-x86/www-apps/gallery/gallery-1.5.10.ebuild,v 1.6 2011/02/13 18:42:59 armin76 Exp $
56 +# $Header: /var/cvsroot/gentoo-x86/www-apps/gallery/gallery-1.5.10.ebuild,v 1.7 2011/02/28 18:06:37 ssuominen Exp $
57
58 inherit webapp depend.php confutils
59
60 @@ -12,7 +12,7 @@
61 KEYWORDS="amd64 hppa ppc x86"
62 IUSE="imagemagick netpbm unzip zip"
63
64 -RDEPEND="media-libs/jpeg
65 +RDEPEND="virtual/jpeg
66 imagemagick? ( >=media-gfx/imagemagick-5.4.9.1-r1 )
67 netpbm? ( >=media-libs/netpbm-9.12 >=media-gfx/jhead-2.2 )
68 unzip? ( app-arch/unzip )