blueness 15/07/05 22:06:42 Modified: gallery-2.3.2.ebuild ChangeLog Log: Remove need_php_httpd. Bug #552866. (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 0xF52D4BBA)
Revision Changes Path 1.8 www-apps/gallery/gallery-2.3.2.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-apps/gallery/gallery-2.3.2.ebuild?rev=1.8&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-apps/gallery/gallery-2.3.2.ebuild?rev=1.8&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-apps/gallery/gallery-2.3.2.ebuild?r1=1.7&r2=1.8 Index: gallery-2.3.2.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/www-apps/gallery/gallery-2.3.2.ebuild,v retrieving revision 1.7 retrieving revision 1.8 diff -u -r1.7 -r1.8 --- gallery-2.3.2.ebuild 15 Apr 2014 14:03:19 -0000 1.7 +++ gallery-2.3.2.ebuild 5 Jul 2015 22:06:42 -0000 1.8 @@ -1,6 +1,6 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/www-apps/gallery/gallery-2.3.2.ebuild,v 1.7 2014/04/15 14:03:19 blueness Exp $ +# $Header: /var/cvsroot/gentoo-x86/www-apps/gallery/gallery-2.3.2.ebuild,v 1.8 2015/07/05 22:06:42 blueness Exp $ EAPI="5" @@ -22,12 +22,12 @@ zip? ( app-arch/zip ) sqlite? ( dev-lang/php[pdo] dev-lang/php[sqlite] ) mysql? ( || ( dev-lang/php[mysql] dev-lang/php[mysqli] ) ) - dev-lang/php[session,postgres?,gd?]" + dev-lang/php[session,postgres?,gd?] + virtual/httpd-php" S=${WORKDIR}/${PN}2 need_httpd_cgi -need_php_httpd pkg_setup() { webapp_pkg_setup 1.214 www-apps/gallery/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-apps/gallery/ChangeLog?rev=1.214&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-apps/gallery/ChangeLog?rev=1.214&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-apps/gallery/ChangeLog?r1=1.213&r2=1.214 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/www-apps/gallery/ChangeLog,v retrieving revision 1.213 retrieving revision 1.214 diff -u -r1.213 -r1.214 --- ChangeLog 3 Jul 2015 22:57:27 -0000 1.213 +++ ChangeLog 5 Jul 2015 22:06:42 -0000 1.214 @@ -1,6 +1,9 @@ # ChangeLog for www-apps/gallery # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/www-apps/gallery/ChangeLog,v 1.213 2015/07/03 22:57:27 twitch153 Exp $ +# $Header: /var/cvsroot/gentoo-x86/www-apps/gallery/ChangeLog,v 1.214 2015/07/05 22:06:42 blueness Exp $ + + 05 Jul 2015; Anthony G. Basile <[email protected]> gallery-2.3.2.ebuild: + Remove need_php_httpd. Bug #552866. 03 Jul 2015; Devan Franchini <[email protected]> files/postinstall-en.txt, files/postupgrade-en.txt:
