Gentoo Archives: gentoo-commits

From: "Anthony G. Basile (blueness)" <blueness@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in www-apps/gallery: gallery-2.3.2.ebuild ChangeLog
Date: Sun, 05 Jul 2015 22:06:52
Message-Id: 20150705220642.B1666754@oystercatcher.gentoo.org
1 blueness 15/07/05 22:06:42
2
3 Modified: gallery-2.3.2.ebuild ChangeLog
4 Log:
5 Remove need_php_httpd. Bug #552866.
6
7 (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 0xF52D4BBA)
8
9 Revision Changes Path
10 1.8 www-apps/gallery/gallery-2.3.2.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-apps/gallery/gallery-2.3.2.ebuild?rev=1.8&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-apps/gallery/gallery-2.3.2.ebuild?rev=1.8&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-apps/gallery/gallery-2.3.2.ebuild?r1=1.7&r2=1.8
15
16 Index: gallery-2.3.2.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/www-apps/gallery/gallery-2.3.2.ebuild,v
19 retrieving revision 1.7
20 retrieving revision 1.8
21 diff -u -r1.7 -r1.8
22 --- gallery-2.3.2.ebuild 15 Apr 2014 14:03:19 -0000 1.7
23 +++ gallery-2.3.2.ebuild 5 Jul 2015 22:06:42 -0000 1.8
24 @@ -1,6 +1,6 @@
25 -# Copyright 1999-2014 Gentoo Foundation
26 +# Copyright 1999-2015 Gentoo Foundation
27 # Distributed under the terms of the GNU General Public License v2
28 -# $Header: /var/cvsroot/gentoo-x86/www-apps/gallery/gallery-2.3.2.ebuild,v 1.7 2014/04/15 14:03:19 blueness Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/www-apps/gallery/gallery-2.3.2.ebuild,v 1.8 2015/07/05 22:06:42 blueness Exp $
30
31 EAPI="5"
32
33 @@ -22,12 +22,12 @@
34 zip? ( app-arch/zip )
35 sqlite? ( dev-lang/php[pdo] dev-lang/php[sqlite] )
36 mysql? ( || ( dev-lang/php[mysql] dev-lang/php[mysqli] ) )
37 - dev-lang/php[session,postgres?,gd?]"
38 + dev-lang/php[session,postgres?,gd?]
39 + virtual/httpd-php"
40
41 S=${WORKDIR}/${PN}2
42
43 need_httpd_cgi
44 -need_php_httpd
45
46 pkg_setup() {
47 webapp_pkg_setup
48
49
50
51 1.214 www-apps/gallery/ChangeLog
52
53 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-apps/gallery/ChangeLog?rev=1.214&view=markup
54 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-apps/gallery/ChangeLog?rev=1.214&content-type=text/plain
55 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-apps/gallery/ChangeLog?r1=1.213&r2=1.214
56
57 Index: ChangeLog
58 ===================================================================
59 RCS file: /var/cvsroot/gentoo-x86/www-apps/gallery/ChangeLog,v
60 retrieving revision 1.213
61 retrieving revision 1.214
62 diff -u -r1.213 -r1.214
63 --- ChangeLog 3 Jul 2015 22:57:27 -0000 1.213
64 +++ ChangeLog 5 Jul 2015 22:06:42 -0000 1.214
65 @@ -1,6 +1,9 @@
66 # ChangeLog for www-apps/gallery
67 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
68 -# $Header: /var/cvsroot/gentoo-x86/www-apps/gallery/ChangeLog,v 1.213 2015/07/03 22:57:27 twitch153 Exp $
69 +# $Header: /var/cvsroot/gentoo-x86/www-apps/gallery/ChangeLog,v 1.214 2015/07/05 22:06:42 blueness Exp $
70 +
71 + 05 Jul 2015; Anthony G. Basile <blueness@g.o> gallery-2.3.2.ebuild:
72 + Remove need_php_httpd. Bug #552866.
73
74 03 Jul 2015; Devan Franchini <twitch153@g.o> files/postinstall-en.txt,
75 files/postupgrade-en.txt: