blueness 14/04/15 14:03:19 Modified: gallery-2.3.2.ebuild gallery-3.0.9.ebuild ChangeLog Log: Fix php[sqlite] dependency, bug #503906 (Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 0xF52D4BBA)
Revision Changes Path 1.7 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.7&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-apps/gallery/gallery-2.3.2.ebuild?rev=1.7&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-apps/gallery/gallery-2.3.2.ebuild?r1=1.6&r2=1.7 Index: gallery-2.3.2.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/www-apps/gallery/gallery-2.3.2.ebuild,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- gallery-2.3.2.ebuild 17 May 2013 10:07:26 -0000 1.6 +++ gallery-2.3.2.ebuild 15 Apr 2014 14:03:19 -0000 1.7 @@ -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 @@ 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?]" 1.7 www-apps/gallery/gallery-3.0.9.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-apps/gallery/gallery-3.0.9.ebuild?rev=1.7&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-apps/gallery/gallery-3.0.9.ebuild?rev=1.7&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-apps/gallery/gallery-3.0.9.ebuild?r1=1.6&r2=1.7 Index: gallery-3.0.9.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/www-apps/gallery/gallery-3.0.9.ebuild,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- gallery-3.0.9.ebuild 23 Oct 2013 17:40:55 -0000 1.6 +++ gallery-3.0.9.ebuild 15 Apr 2014 14:03:19 -0000 1.7 @@ -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" 1.212 www-apps/gallery/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-apps/gallery/ChangeLog?rev=1.212&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-apps/gallery/ChangeLog?rev=1.212&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-apps/gallery/ChangeLog?r1=1.211&r2=1.212 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/www-apps/gallery/ChangeLog,v retrieving revision 1.211 retrieving revision 1.212 diff -u -r1.211 -r1.212 --- ChangeLog 23 Oct 2013 17:40:55 -0000 1.211 +++ ChangeLog 15 Apr 2014 14:03:19 -0000 1.212 @@ -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 <[email protected]> gallery-2.3.2.ebuild, + gallery-3.0.9.ebuild: + Fix php[sqlite] dependency, bug #503906 23 Oct 2013; Agostino Sarubbo <[email protected]> gallery-3.0.9.ebuild: Stable for ppc64, wrt bug #472282
