summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnthony G. Basile <blueness@gentoo.org>2014-04-15 14:03:19 +0000
committerAnthony G. Basile <blueness@gentoo.org>2014-04-15 14:03:19 +0000
commit594cb1d0306aa04993c8cd3bf3fc7b82747cf2dd (patch)
treee5b2e8144bd1fd8b9b2be1f520193b6c3b81afc7 /www-apps
parentVersion bump (diff)
downloadgentoo-2-594cb1d0306aa04993c8cd3bf3fc7b82747cf2dd.tar.gz
gentoo-2-594cb1d0306aa04993c8cd3bf3fc7b82747cf2dd.tar.bz2
gentoo-2-594cb1d0306aa04993c8cd3bf3fc7b82747cf2dd.zip
Fix php[sqlite] dependency, bug #503906
(Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 0xF52D4BBA)
Diffstat (limited to 'www-apps')
-rw-r--r--www-apps/gallery/ChangeLog8
-rw-r--r--www-apps/gallery/gallery-2.3.2.ebuild10
-rw-r--r--www-apps/gallery/gallery-3.0.9.ebuild4
3 files changed, 12 insertions, 10 deletions
diff --git a/www-apps/gallery/ChangeLog b/www-apps/gallery/ChangeLog
index dfe0229ca3f1..870a311000d6 100644
--- a/www-apps/gallery/ChangeLog
+++ b/www-apps/gallery/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for www-apps/gallery
-# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/www-apps/gallery/ChangeLog,v 1.211 2013/10/23 17:40:55 ago Exp $
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/www-apps/gallery/ChangeLog,v 1.212 2014/04/15 14:03:19 blueness Exp $
+
+ 15 Apr 2014; Anthony G. Basile <blueness@gentoo.org> gallery-2.3.2.ebuild,
+ gallery-3.0.9.ebuild:
+ Fix php[sqlite] dependency, bug #503906
23 Oct 2013; Agostino Sarubbo <ago@gentoo.org> gallery-3.0.9.ebuild:
Stable for ppc64, wrt bug #472282
diff --git a/www-apps/gallery/gallery-2.3.2.ebuild b/www-apps/gallery/gallery-2.3.2.ebuild
index 2e42b67c9f8d..959aa39a476c 100644
--- a/www-apps/gallery/gallery-2.3.2.ebuild
+++ b/www-apps/gallery/gallery-2.3.2.ebuild
@@ -1,8 +1,8 @@
-# Copyright 1999-2013 Gentoo Foundation
+# Copyright 1999-2014 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.6 2013/05/17 10:07:26 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/www-apps/gallery/gallery-2.3.2.ebuild,v 1.7 2014/04/15 14:03:19 blueness Exp $
-EAPI="2"
+EAPI="5"
inherit webapp eutils depend.php confutils
@@ -20,9 +20,7 @@ RDEPEND="raw? ( media-gfx/dcraw )
netpbm? ( media-libs/netpbm media-gfx/jhead )
unzip? ( app-arch/unzip )
zip? ( app-arch/zip )
- sqlite? ( dev-lang/php[pdo]
- || ( dev-lang/php:5.3[sqlite] dev-lang/php[sqlite3] )
- )
+ sqlite? ( dev-lang/php[pdo] dev-lang/php[sqlite] )
mysql? ( || ( dev-lang/php[mysql] dev-lang/php[mysqli] ) )
dev-lang/php[session,postgres?,gd?]"
diff --git a/www-apps/gallery/gallery-3.0.9.ebuild b/www-apps/gallery/gallery-3.0.9.ebuild
index 7c0ac861c8fa..db4e21ce8adc 100644
--- a/www-apps/gallery/gallery-3.0.9.ebuild
+++ b/www-apps/gallery/gallery-3.0.9.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2013 Gentoo Foundation
+# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/www-apps/gallery/gallery-3.0.9.ebuild,v 1.6 2013/10/23 17:40:55 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/www-apps/gallery/gallery-3.0.9.ebuild,v 1.7 2014/04/15 14:03:19 blueness Exp $
EAPI="5"