summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnthony G. Basile <blueness@gentoo.org>2015-07-05 22:06:42 +0000
committerAnthony G. Basile <blueness@gentoo.org>2015-07-05 22:06:42 +0000
commitd6133502404ed519b3cc406c098fdffa85ac5a2b (patch)
treeecd53c02f20965720dc48272ed5dd437e270146e /www-apps/gallery
parentAdd patch to remove unneeded (and broken) Ant task. Fix bug 553982. (diff)
downloadgentoo-2-d6133502404ed519b3cc406c098fdffa85ac5a2b.tar.gz
gentoo-2-d6133502404ed519b3cc406c098fdffa85ac5a2b.tar.bz2
gentoo-2-d6133502404ed519b3cc406c098fdffa85ac5a2b.zip
Remove need_php_httpd. Bug #552866.
(Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 0xF52D4BBA)
Diffstat (limited to 'www-apps/gallery')
-rw-r--r--www-apps/gallery/ChangeLog5
-rw-r--r--www-apps/gallery/gallery-2.3.2.ebuild8
2 files changed, 8 insertions, 5 deletions
diff --git a/www-apps/gallery/ChangeLog b/www-apps/gallery/ChangeLog
index 036e6a6a0462..4b2c438d1444 100644
--- a/www-apps/gallery/ChangeLog
+++ b/www-apps/gallery/ChangeLog
@@ -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 <blueness@gentoo.org> gallery-2.3.2.ebuild:
+ Remove need_php_httpd. Bug #552866.
03 Jul 2015; Devan Franchini <twitch153@gentoo.org> files/postinstall-en.txt,
files/postupgrade-en.txt:
diff --git a/www-apps/gallery/gallery-2.3.2.ebuild b/www-apps/gallery/gallery-2.3.2.ebuild
index 959aa39a476c..ac2b18d7c27e 100644
--- a/www-apps/gallery/gallery-2.3.2.ebuild
+++ b/www-apps/gallery/gallery-2.3.2.ebuild
@@ -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 @@ RDEPEND="raw? ( media-gfx/dcraw )
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