* [gentoo-commits] gentoo-x86 commit in www-apps/gallery: gallery-2.3.2.ebuild ChangeLog
@ 2013-03-25 13:16 Anthony G. Basile (blueness)
0 siblings, 0 replies; 7+ messages in thread
From: Anthony G. Basile (blueness) @ 2013-03-25 13:16 UTC (permalink / raw
To: gentoo-commits
blueness 13/03/25 13:16:37
Modified: ChangeLog
Added: gallery-2.3.2.ebuild
Log:
Bump 2.3 branch for bug #411727
(Portage version: 2.1.11.55/cvs/Linux x86_64, signed Manifest commit with key 0xF52D4BBA)
Revision Changes Path
1.193 www-apps/gallery/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-apps/gallery/ChangeLog?rev=1.193&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-apps/gallery/ChangeLog?rev=1.193&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-apps/gallery/ChangeLog?r1=1.192&r2=1.193
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/www-apps/gallery/ChangeLog,v
retrieving revision 1.192
retrieving revision 1.193
diff -u -r1.192 -r1.193
--- ChangeLog 25 Mar 2013 13:06:56 -0000 1.192
+++ ChangeLog 25 Mar 2013 13:16:37 -0000 1.193
@@ -1,6 +1,11 @@
# 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.192 2013/03/25 13:06:56 blueness Exp $
+# $Header: /var/cvsroot/gentoo-x86/www-apps/gallery/ChangeLog,v 1.193 2013/03/25 13:16:37 blueness Exp $
+
+*gallery-2.3.2 (25 Mar 2013)
+
+ 25 Mar 2013; Anthony G. Basile <blueness@gentoo.org> +gallery-2.3.2.ebuild:
+ Bump 2.3 branch for bug #411727
25 Mar 2013; Anthony G. Basile <blueness@gentoo.org> metadata.xml:
Proxy maintain for Daniel Heule
1.1 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.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-apps/gallery/gallery-2.3.2.ebuild?rev=1.1&content-type=text/plain
Index: gallery-2.3.2.ebuild
===================================================================
# Copyright 1999-2013 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.1 2013/03/25 13:16:37 blueness Exp $
EAPI="2"
inherit webapp eutils depend.php confutils
DESCRIPTION="Web based (PHP Script) photo album viewer/creator"
HOMEPAGE="http://galleryproject.org/"
SRC_URI="mirror://sourceforge/${PN}/${P}-full.tar.gz"
LICENSE="GPL-2"
KEYWORDS="~amd64 ~hppa ~ppc ~ppc64 ~x86"
IUSE="ffmpeg +gd imagemagick +mysql netpbm postgres raw sqlite unzip zip"
RDEPEND="raw? ( media-gfx/dcraw )
ffmpeg? ( virtual/ffmpeg )
imagemagick? ( || ( media-gfx/imagemagick media-gfx/graphicsmagick[imagemagick] ) )
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] )
)
mysql? ( || ( dev-lang/php[mysql] dev-lang/php[mysqli] ) )
dev-lang/php[session,postgres?,gd?]"
S=${WORKDIR}/${PN}2
need_httpd_cgi
need_php_httpd
pkg_setup() {
webapp_pkg_setup
confutils_require_any gd imagemagick netpbm
confutils_require_any mysql postgres sqlite
}
src_install() {
webapp_src_preinst
dohtml README.html
rm README.html LICENSE
sed -i -e "/^LICENSE\>/d" -e "/^README\.html\>/d" MANIFEST
insinto "${MY_HTDOCSDIR}"
doins -r .
webapp_postinst_txt en "${FILESDIR}/postinstall-en2.txt"
webapp_src_install
}
pkg_postinst() {
elog "You are strongly encouraged to back up your database"
elog "and the g2data directory, as upgrading may make"
elog "irreversible changes to both."
elog
elog "g2data dir: cp -Rf /path/to/g2data/ /path/to/backup"
elog "mysql: mysqldump --opt -u username -h hostname -p database > /path/to/backup.sql"
elog "postgres: pg_dump -h hostname --format=t database > /path/to/backup.sql"
webapp_pkg_postinst
}
^ permalink raw reply [flat|nested] 7+ messages in thread
* [gentoo-commits] gentoo-x86 commit in www-apps/gallery: gallery-2.3.2.ebuild ChangeLog
@ 2013-05-16 15:39 Jeroen Roovers (jer)
0 siblings, 0 replies; 7+ messages in thread
From: Jeroen Roovers (jer) @ 2013-05-16 15:39 UTC (permalink / raw
To: gentoo-commits
jer 13/05/16 15:39:06
Modified: gallery-2.3.2.ebuild ChangeLog
Log:
Stable for HPPA (bug #411727).
(Portage version: 2.2.0_alpha174/cvs/Linux x86_64, RepoMan options: --ignore-arches, signed Manifest commit with key A792A613)
Revision Changes Path
1.2 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.2&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-apps/gallery/gallery-2.3.2.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-apps/gallery/gallery-2.3.2.ebuild?r1=1.1&r2=1.2
Index: gallery-2.3.2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/www-apps/gallery/gallery-2.3.2.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- gallery-2.3.2.ebuild 25 Mar 2013 13:16:37 -0000 1.1
+++ gallery-2.3.2.ebuild 16 May 2013 15:39:06 -0000 1.2
@@ -1,6 +1,6 @@
# Copyright 1999-2013 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.1 2013/03/25 13:16:37 blueness Exp $
+# $Header: /var/cvsroot/gentoo-x86/www-apps/gallery/gallery-2.3.2.ebuild,v 1.2 2013/05/16 15:39:06 jer Exp $
EAPI="2"
@@ -11,7 +11,7 @@
SRC_URI="mirror://sourceforge/${PN}/${P}-full.tar.gz"
LICENSE="GPL-2"
-KEYWORDS="~amd64 ~hppa ~ppc ~ppc64 ~x86"
+KEYWORDS="~amd64 hppa ~ppc ~ppc64 ~x86"
IUSE="ffmpeg +gd imagemagick +mysql netpbm postgres raw sqlite unzip zip"
RDEPEND="raw? ( media-gfx/dcraw )
1.197 www-apps/gallery/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-apps/gallery/ChangeLog?rev=1.197&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-apps/gallery/ChangeLog?rev=1.197&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-apps/gallery/ChangeLog?r1=1.196&r2=1.197
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/www-apps/gallery/ChangeLog,v
retrieving revision 1.196
retrieving revision 1.197
diff -u -r1.196 -r1.197
--- ChangeLog 16 May 2013 14:11:16 -0000 1.196
+++ ChangeLog 16 May 2013 15:39:06 -0000 1.197
@@ -1,6 +1,9 @@
# 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.196 2013/05/16 14:11:16 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/www-apps/gallery/ChangeLog,v 1.197 2013/05/16 15:39:06 jer Exp $
+
+ 16 May 2013; Jeroen Roovers <jer@gentoo.org> gallery-2.3.2.ebuild:
+ Stable for HPPA (bug #411727).
16 May 2013; Jeroen Roovers <jer@gentoo.org> gallery-3.0.5.ebuild,
gallery-3.0.6.ebuild, gallery-3.0.7.ebuild:
^ permalink raw reply [flat|nested] 7+ messages in thread
* [gentoo-commits] gentoo-x86 commit in www-apps/gallery: gallery-2.3.2.ebuild ChangeLog
@ 2013-05-17 10:05 Agostino Sarubbo (ago)
0 siblings, 0 replies; 7+ messages in thread
From: Agostino Sarubbo (ago) @ 2013-05-17 10:05 UTC (permalink / raw
To: gentoo-commits
ago 13/05/17 10:05:47
Modified: gallery-2.3.2.ebuild ChangeLog
Log:
Stable for amd64, wrt bug #411727
(Portage version: 2.1.11.63/cvs/Linux x86_64, RepoMan options: --include-arches="amd64", signed Manifest commit with key 7194459F)
Revision Changes Path
1.3 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.3&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-apps/gallery/gallery-2.3.2.ebuild?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-apps/gallery/gallery-2.3.2.ebuild?r1=1.2&r2=1.3
Index: gallery-2.3.2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/www-apps/gallery/gallery-2.3.2.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- gallery-2.3.2.ebuild 16 May 2013 15:39:06 -0000 1.2
+++ gallery-2.3.2.ebuild 17 May 2013 10:05:47 -0000 1.3
@@ -1,6 +1,6 @@
# Copyright 1999-2013 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.2 2013/05/16 15:39:06 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/www-apps/gallery/gallery-2.3.2.ebuild,v 1.3 2013/05/17 10:05:47 ago Exp $
EAPI="2"
@@ -11,7 +11,7 @@
SRC_URI="mirror://sourceforge/${PN}/${P}-full.tar.gz"
LICENSE="GPL-2"
-KEYWORDS="~amd64 hppa ~ppc ~ppc64 ~x86"
+KEYWORDS="amd64 hppa ~ppc ~ppc64 ~x86"
IUSE="ffmpeg +gd imagemagick +mysql netpbm postgres raw sqlite unzip zip"
RDEPEND="raw? ( media-gfx/dcraw )
1.198 www-apps/gallery/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-apps/gallery/ChangeLog?rev=1.198&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-apps/gallery/ChangeLog?rev=1.198&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-apps/gallery/ChangeLog?r1=1.197&r2=1.198
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/www-apps/gallery/ChangeLog,v
retrieving revision 1.197
retrieving revision 1.198
diff -u -r1.197 -r1.198
--- ChangeLog 16 May 2013 15:39:06 -0000 1.197
+++ ChangeLog 17 May 2013 10:05:47 -0000 1.198
@@ -1,6 +1,9 @@
# 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.197 2013/05/16 15:39:06 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/www-apps/gallery/ChangeLog,v 1.198 2013/05/17 10:05:47 ago Exp $
+
+ 17 May 2013; Agostino Sarubbo <ago@gentoo.org> gallery-2.3.2.ebuild:
+ Stable for amd64, wrt bug #411727
16 May 2013; Jeroen Roovers <jer@gentoo.org> gallery-2.3.2.ebuild:
Stable for HPPA (bug #411727).
^ permalink raw reply [flat|nested] 7+ messages in thread
* [gentoo-commits] gentoo-x86 commit in www-apps/gallery: gallery-2.3.2.ebuild ChangeLog
@ 2013-05-17 10:06 Agostino Sarubbo (ago)
0 siblings, 0 replies; 7+ messages in thread
From: Agostino Sarubbo (ago) @ 2013-05-17 10:06 UTC (permalink / raw
To: gentoo-commits
ago 13/05/17 10:06:40
Modified: gallery-2.3.2.ebuild ChangeLog
Log:
Stable for x86, wrt bug #411727
(Portage version: 2.1.11.63/cvs/Linux x86_64, RepoMan options: --include-arches="x86", signed Manifest commit with key 7194459F)
Revision Changes Path
1.4 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.4&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-apps/gallery/gallery-2.3.2.ebuild?rev=1.4&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-apps/gallery/gallery-2.3.2.ebuild?r1=1.3&r2=1.4
Index: gallery-2.3.2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/www-apps/gallery/gallery-2.3.2.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- gallery-2.3.2.ebuild 17 May 2013 10:05:47 -0000 1.3
+++ gallery-2.3.2.ebuild 17 May 2013 10:06:40 -0000 1.4
@@ -1,6 +1,6 @@
# Copyright 1999-2013 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.3 2013/05/17 10:05:47 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/www-apps/gallery/gallery-2.3.2.ebuild,v 1.4 2013/05/17 10:06:40 ago Exp $
EAPI="2"
@@ -11,7 +11,7 @@
SRC_URI="mirror://sourceforge/${PN}/${P}-full.tar.gz"
LICENSE="GPL-2"
-KEYWORDS="amd64 hppa ~ppc ~ppc64 ~x86"
+KEYWORDS="amd64 hppa ~ppc ~ppc64 x86"
IUSE="ffmpeg +gd imagemagick +mysql netpbm postgres raw sqlite unzip zip"
RDEPEND="raw? ( media-gfx/dcraw )
1.199 www-apps/gallery/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-apps/gallery/ChangeLog?rev=1.199&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-apps/gallery/ChangeLog?rev=1.199&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-apps/gallery/ChangeLog?r1=1.198&r2=1.199
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/www-apps/gallery/ChangeLog,v
retrieving revision 1.198
retrieving revision 1.199
diff -u -r1.198 -r1.199
--- ChangeLog 17 May 2013 10:05:47 -0000 1.198
+++ ChangeLog 17 May 2013 10:06:40 -0000 1.199
@@ -1,6 +1,9 @@
# 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.198 2013/05/17 10:05:47 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/www-apps/gallery/ChangeLog,v 1.199 2013/05/17 10:06:40 ago Exp $
+
+ 17 May 2013; Agostino Sarubbo <ago@gentoo.org> gallery-2.3.2.ebuild:
+ Stable for x86, wrt bug #411727
17 May 2013; Agostino Sarubbo <ago@gentoo.org> gallery-2.3.2.ebuild:
Stable for amd64, wrt bug #411727
^ permalink raw reply [flat|nested] 7+ messages in thread
* [gentoo-commits] gentoo-x86 commit in www-apps/gallery: gallery-2.3.2.ebuild ChangeLog
@ 2013-05-17 10:07 Agostino Sarubbo (ago)
0 siblings, 0 replies; 7+ messages in thread
From: Agostino Sarubbo (ago) @ 2013-05-17 10:07 UTC (permalink / raw
To: gentoo-commits
ago 13/05/17 10:07:13
Modified: gallery-2.3.2.ebuild ChangeLog
Log:
Stable for ppc, wrt bug #411727
(Portage version: 2.1.11.63/cvs/Linux x86_64, RepoMan options: --include-arches="ppc", signed Manifest commit with key 7194459F)
Revision Changes Path
1.5 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.5&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-apps/gallery/gallery-2.3.2.ebuild?rev=1.5&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-apps/gallery/gallery-2.3.2.ebuild?r1=1.4&r2=1.5
Index: gallery-2.3.2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/www-apps/gallery/gallery-2.3.2.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- gallery-2.3.2.ebuild 17 May 2013 10:06:40 -0000 1.4
+++ gallery-2.3.2.ebuild 17 May 2013 10:07:13 -0000 1.5
@@ -1,6 +1,6 @@
# Copyright 1999-2013 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.4 2013/05/17 10:06:40 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/www-apps/gallery/gallery-2.3.2.ebuild,v 1.5 2013/05/17 10:07:13 ago Exp $
EAPI="2"
@@ -11,7 +11,7 @@
SRC_URI="mirror://sourceforge/${PN}/${P}-full.tar.gz"
LICENSE="GPL-2"
-KEYWORDS="amd64 hppa ~ppc ~ppc64 x86"
+KEYWORDS="amd64 hppa ppc ~ppc64 x86"
IUSE="ffmpeg +gd imagemagick +mysql netpbm postgres raw sqlite unzip zip"
RDEPEND="raw? ( media-gfx/dcraw )
1.200 www-apps/gallery/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-apps/gallery/ChangeLog?rev=1.200&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-apps/gallery/ChangeLog?rev=1.200&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-apps/gallery/ChangeLog?r1=1.199&r2=1.200
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/www-apps/gallery/ChangeLog,v
retrieving revision 1.199
retrieving revision 1.200
diff -u -r1.199 -r1.200
--- ChangeLog 17 May 2013 10:06:40 -0000 1.199
+++ ChangeLog 17 May 2013 10:07:13 -0000 1.200
@@ -1,6 +1,9 @@
# 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.199 2013/05/17 10:06:40 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/www-apps/gallery/ChangeLog,v 1.200 2013/05/17 10:07:13 ago Exp $
+
+ 17 May 2013; Agostino Sarubbo <ago@gentoo.org> gallery-2.3.2.ebuild:
+ Stable for ppc, wrt bug #411727
17 May 2013; Agostino Sarubbo <ago@gentoo.org> gallery-2.3.2.ebuild:
Stable for x86, wrt bug #411727
^ permalink raw reply [flat|nested] 7+ messages in thread
* [gentoo-commits] gentoo-x86 commit in www-apps/gallery: gallery-2.3.2.ebuild ChangeLog
@ 2013-05-17 10:07 Agostino Sarubbo (ago)
0 siblings, 0 replies; 7+ messages in thread
From: Agostino Sarubbo (ago) @ 2013-05-17 10:07 UTC (permalink / raw
To: gentoo-commits
ago 13/05/17 10:07:26
Modified: gallery-2.3.2.ebuild ChangeLog
Log:
Stable for ppc64, wrt bug #411727
(Portage version: 2.1.11.63/cvs/Linux x86_64, RepoMan options: --include-arches="ppc64", signed Manifest commit with key 7194459F)
Revision Changes Path
1.6 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.6&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-apps/gallery/gallery-2.3.2.ebuild?rev=1.6&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-apps/gallery/gallery-2.3.2.ebuild?r1=1.5&r2=1.6
Index: gallery-2.3.2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/www-apps/gallery/gallery-2.3.2.ebuild,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- gallery-2.3.2.ebuild 17 May 2013 10:07:13 -0000 1.5
+++ gallery-2.3.2.ebuild 17 May 2013 10:07:26 -0000 1.6
@@ -1,6 +1,6 @@
# Copyright 1999-2013 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.5 2013/05/17 10:07:13 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/www-apps/gallery/gallery-2.3.2.ebuild,v 1.6 2013/05/17 10:07:26 ago Exp $
EAPI="2"
@@ -11,7 +11,7 @@
SRC_URI="mirror://sourceforge/${PN}/${P}-full.tar.gz"
LICENSE="GPL-2"
-KEYWORDS="amd64 hppa ppc ~ppc64 x86"
+KEYWORDS="amd64 hppa ppc ppc64 x86"
IUSE="ffmpeg +gd imagemagick +mysql netpbm postgres raw sqlite unzip zip"
RDEPEND="raw? ( media-gfx/dcraw )
1.201 www-apps/gallery/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-apps/gallery/ChangeLog?rev=1.201&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-apps/gallery/ChangeLog?rev=1.201&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-apps/gallery/ChangeLog?r1=1.200&r2=1.201
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/www-apps/gallery/ChangeLog,v
retrieving revision 1.200
retrieving revision 1.201
diff -u -r1.200 -r1.201
--- ChangeLog 17 May 2013 10:07:13 -0000 1.200
+++ ChangeLog 17 May 2013 10:07:26 -0000 1.201
@@ -1,6 +1,9 @@
# 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.200 2013/05/17 10:07:13 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/www-apps/gallery/ChangeLog,v 1.201 2013/05/17 10:07:26 ago Exp $
+
+ 17 May 2013; Agostino Sarubbo <ago@gentoo.org> gallery-2.3.2.ebuild:
+ Stable for ppc64, wrt bug #411727
17 May 2013; Agostino Sarubbo <ago@gentoo.org> gallery-2.3.2.ebuild:
Stable for ppc, wrt bug #411727
^ permalink raw reply [flat|nested] 7+ messages in thread
* [gentoo-commits] gentoo-x86 commit in www-apps/gallery: gallery-2.3.2.ebuild ChangeLog
@ 2015-07-05 22:06 Anthony G. Basile (blueness)
0 siblings, 0 replies; 7+ messages in thread
From: Anthony G. Basile (blueness) @ 2015-07-05 22:06 UTC (permalink / raw
To: gentoo-commits
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 <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:
^ permalink raw reply [flat|nested] 7+ messages in thread
end of thread, other threads:[~2015-07-05 22:06 UTC | newest]
Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-03-25 13:16 [gentoo-commits] gentoo-x86 commit in www-apps/gallery: gallery-2.3.2.ebuild ChangeLog Anthony G. Basile (blueness)
-- strict thread matches above, loose matches on Subject: below --
2013-05-16 15:39 Jeroen Roovers (jer)
2013-05-17 10:05 Agostino Sarubbo (ago)
2013-05-17 10:06 Agostino Sarubbo (ago)
2013-05-17 10:07 Agostino Sarubbo (ago)
2013-05-17 10:07 Agostino Sarubbo (ago)
2015-07-05 22:06 Anthony G. Basile (blueness)
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox