public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: www-apps/piwigo/
@ 2016-04-05  8:13 Bernard Cafarelli
  0 siblings, 0 replies; 61+ messages in thread
From: Bernard Cafarelli @ 2016-04-05  8:13 UTC (permalink / raw
  To: gentoo-commits

commit:     2d97cd320e4a9aa04b8b20809eb82c84a36087c7
Author:     Bernard Cafarelli <voyageur <AT> gentoo <DOT> org>
AuthorDate: Tue Apr  5 08:05:57 2016 +0000
Commit:     Bernard Cafarelli <voyageur <AT> gentoo <DOT> org>
CommitDate: Tue Apr  5 08:11:58 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2d97cd32

www-apps/piwigo: initial commit, imported from my overlay

Package-Manager: portage-2.2.28

 www-apps/piwigo/Manifest            |  1 +
 www-apps/piwigo/metadata.xml        | 18 +++++++++++++++
 www-apps/piwigo/piwigo-2.8.0.ebuild | 44 +++++++++++++++++++++++++++++++++++++
 3 files changed, 63 insertions(+)

diff --git a/www-apps/piwigo/Manifest b/www-apps/piwigo/Manifest
new file mode 100644
index 0000000..ad3f2b6
--- /dev/null
+++ b/www-apps/piwigo/Manifest
@@ -0,0 +1 @@
+DIST piwigo-2.8.0.zip 7524556 SHA256 1712c81a5b40faaaff956f08b7a8618119d41336869f9e03e78060fa8d21726b SHA512 13529959235d416e6eaf54394d79d6fae58a2ba3cfc79b11765f600d95fd297be5dff98d84bb0436f9cef8d4811c2de9cf3d8f891e0a11e73534e62d0f511f59 WHIRLPOOL e9e5ff7d970a0b6e0e6027a005e865ff020437bd7645acf452cc9168af1fb3707d403204e7e961b6e084510303a428e68a3557c22ece205daaa3028ac66b7f6a

diff --git a/www-apps/piwigo/metadata.xml b/www-apps/piwigo/metadata.xml
new file mode 100644
index 0000000..586c819
--- /dev/null
+++ b/www-apps/piwigo/metadata.xml
@@ -0,0 +1,18 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+	<maintainer type="person">
+		<email>voyageur@gentoo.org</email>
+		<name>Bernard Cafarelli</name>
+	</maintainer>
+	<longdescription>
+Piwigo is a photo gallery software for the web that comes with powerful features to publish and manage your collection of pictures.
+
+Started in 2002, the project is now supported by an active community of users and developers.
+It supports numerous galleries of all sizes all over the world, from an individual ten-photos party to the images stock of an agency. This scalability is supported by smart browsing capabilities based on categories, tags and chronological search. Various extensions make Piwigo even more scalable and customizable to suit your own needs and desires.
+
+Piwigo is both web and photo standard compliant. And, icing on the cake, it is free and opensource.
+
+PhpWebGallery became Piwigo on February 15th, 2009.
+	</longdescription>
+</pkgmetadata>

diff --git a/www-apps/piwigo/piwigo-2.8.0.ebuild b/www-apps/piwigo/piwigo-2.8.0.ebuild
new file mode 100644
index 0000000..4c01a9d
--- /dev/null
+++ b/www-apps/piwigo/piwigo-2.8.0.ebuild
@@ -0,0 +1,44 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+inherit webapp
+
+DESCRIPTION="a photo gallery software for the web"
+HOMEPAGE="http://piwigo.org/"
+SRC_URI="http://piwigo.org/download/dlcounter.php?code=${PV} -> ${P}.zip"
+
+LICENSE="GPL-2"
+KEYWORDS="~amd64 ~x86"
+IUSE="+exif +gd imagemagick"
+
+DEPEND=""
+RDEPEND="imagemagick? ( || ( media-gfx/imagemagick
+		media-gfx/graphicsmagick[imagemagick] ) )
+	dev-lang/php[ctype,exif?,gd?,filter,iconv,json,mysqli]
+	>=virtual/mysql-5.0
+	virtual/httpd-php"
+
+REQUIRED_USE="|| ( gd imagemagick )"
+
+S=${WORKDIR}/${PN}
+
+src_install() {
+	webapp_src_preinst
+
+	insinto "${MY_HTDOCSDIR}"
+	doins -r .
+
+	# Local configuration, and parts that can be updated
+	webapp_serverowned "${MY_HTDOCSDIR}"/_data
+	webapp_serverowned -R "${MY_HTDOCSDIR}"/galleries
+	webapp_serverowned -R "${MY_HTDOCSDIR}"/language
+	webapp_serverowned -R "${MY_HTDOCSDIR}"/local
+	webapp_serverowned -R "${MY_HTDOCSDIR}"/plugins
+	webapp_serverowned -R "${MY_HTDOCSDIR}"/template-extension
+	webapp_serverowned -R "${MY_HTDOCSDIR}"/themes
+	webapp_serverowned "${MY_HTDOCSDIR}"/upload
+
+	webapp_src_install
+}


^ permalink raw reply related	[flat|nested] 61+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: www-apps/piwigo/
@ 2016-05-20 17:36 Bernard Cafarelli
  0 siblings, 0 replies; 61+ messages in thread
From: Bernard Cafarelli @ 2016-05-20 17:36 UTC (permalink / raw
  To: gentoo-commits

commit:     f6be543e0099693ffc9d1350c8ae65dedd43bfc9
Author:     Bernard Cafarelli <voyageur <AT> gentoo <DOT> org>
AuthorDate: Fri May 20 17:11:03 2016 +0000
Commit:     Bernard Cafarelli <voyageur <AT> gentoo <DOT> org>
CommitDate: Fri May 20 17:36:37 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f6be543e

www-apps/piwigo: version bump to 2.8.1

Package-Manager: portage-2.3.0_rc1

 www-apps/piwigo/Manifest            |  1 +
 www-apps/piwigo/piwigo-2.8.1.ebuild | 44 +++++++++++++++++++++++++++++++++++++
 2 files changed, 45 insertions(+)

diff --git a/www-apps/piwigo/Manifest b/www-apps/piwigo/Manifest
index ad3f2b6..2a07024 100644
--- a/www-apps/piwigo/Manifest
+++ b/www-apps/piwigo/Manifest
@@ -1 +1,2 @@
 DIST piwigo-2.8.0.zip 7524556 SHA256 1712c81a5b40faaaff956f08b7a8618119d41336869f9e03e78060fa8d21726b SHA512 13529959235d416e6eaf54394d79d6fae58a2ba3cfc79b11765f600d95fd297be5dff98d84bb0436f9cef8d4811c2de9cf3d8f891e0a11e73534e62d0f511f59 WHIRLPOOL e9e5ff7d970a0b6e0e6027a005e865ff020437bd7645acf452cc9168af1fb3707d403204e7e961b6e084510303a428e68a3557c22ece205daaa3028ac66b7f6a
+DIST piwigo-2.8.1.zip 7564220 SHA256 f3f33725d608cf0bbaa0e35ddb993a7d804d08d9542e7b98a308286311675018 SHA512 dbc74c94faa00b6e22b9d605687f4acefc40a2d51f89cf6e60b378dfa704982a71a38bbf1e96a319e689bfc620ef90e55507463fbac77eae036f4b2feac57472 WHIRLPOOL 29b4f3a5ed72da9c4171e2fa0e5960cc3e57db9a55ff72b1d8498c57f60fce4d63f6b71308d37f34c57165ac509cf92d97097e68e448dc2513b5ebb8c54aff73

diff --git a/www-apps/piwigo/piwigo-2.8.1.ebuild b/www-apps/piwigo/piwigo-2.8.1.ebuild
new file mode 100644
index 0000000..4c01a9d
--- /dev/null
+++ b/www-apps/piwigo/piwigo-2.8.1.ebuild
@@ -0,0 +1,44 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+inherit webapp
+
+DESCRIPTION="a photo gallery software for the web"
+HOMEPAGE="http://piwigo.org/"
+SRC_URI="http://piwigo.org/download/dlcounter.php?code=${PV} -> ${P}.zip"
+
+LICENSE="GPL-2"
+KEYWORDS="~amd64 ~x86"
+IUSE="+exif +gd imagemagick"
+
+DEPEND=""
+RDEPEND="imagemagick? ( || ( media-gfx/imagemagick
+		media-gfx/graphicsmagick[imagemagick] ) )
+	dev-lang/php[ctype,exif?,gd?,filter,iconv,json,mysqli]
+	>=virtual/mysql-5.0
+	virtual/httpd-php"
+
+REQUIRED_USE="|| ( gd imagemagick )"
+
+S=${WORKDIR}/${PN}
+
+src_install() {
+	webapp_src_preinst
+
+	insinto "${MY_HTDOCSDIR}"
+	doins -r .
+
+	# Local configuration, and parts that can be updated
+	webapp_serverowned "${MY_HTDOCSDIR}"/_data
+	webapp_serverowned -R "${MY_HTDOCSDIR}"/galleries
+	webapp_serverowned -R "${MY_HTDOCSDIR}"/language
+	webapp_serverowned -R "${MY_HTDOCSDIR}"/local
+	webapp_serverowned -R "${MY_HTDOCSDIR}"/plugins
+	webapp_serverowned -R "${MY_HTDOCSDIR}"/template-extension
+	webapp_serverowned -R "${MY_HTDOCSDIR}"/themes
+	webapp_serverowned "${MY_HTDOCSDIR}"/upload
+
+	webapp_src_install
+}


^ permalink raw reply related	[flat|nested] 61+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: www-apps/piwigo/
@ 2016-07-13 16:17 Bernard Cafarelli
  0 siblings, 0 replies; 61+ messages in thread
From: Bernard Cafarelli @ 2016-07-13 16:17 UTC (permalink / raw
  To: gentoo-commits

commit:     935556ff286c52c76ebae09273c6e48302203526
Author:     Bernard Cafarelli <voyageur <AT> gentoo <DOT> org>
AuthorDate: Wed Jul 13 16:03:13 2016 +0000
Commit:     Bernard Cafarelli <voyageur <AT> gentoo <DOT> org>
CommitDate: Wed Jul 13 16:17:29 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=935556ff

www-apps/piwigo: version bump to 2.8.2

Package-Manager: portage-2.3.0

 www-apps/piwigo/Manifest            |  1 +
 www-apps/piwigo/piwigo-2.8.2.ebuild | 44 +++++++++++++++++++++++++++++++++++++
 2 files changed, 45 insertions(+)

diff --git a/www-apps/piwigo/Manifest b/www-apps/piwigo/Manifest
index 2a07024..be9751f 100644
--- a/www-apps/piwigo/Manifest
+++ b/www-apps/piwigo/Manifest
@@ -1,2 +1,3 @@
 DIST piwigo-2.8.0.zip 7524556 SHA256 1712c81a5b40faaaff956f08b7a8618119d41336869f9e03e78060fa8d21726b SHA512 13529959235d416e6eaf54394d79d6fae58a2ba3cfc79b11765f600d95fd297be5dff98d84bb0436f9cef8d4811c2de9cf3d8f891e0a11e73534e62d0f511f59 WHIRLPOOL e9e5ff7d970a0b6e0e6027a005e865ff020437bd7645acf452cc9168af1fb3707d403204e7e961b6e084510303a428e68a3557c22ece205daaa3028ac66b7f6a
 DIST piwigo-2.8.1.zip 7564220 SHA256 f3f33725d608cf0bbaa0e35ddb993a7d804d08d9542e7b98a308286311675018 SHA512 dbc74c94faa00b6e22b9d605687f4acefc40a2d51f89cf6e60b378dfa704982a71a38bbf1e96a319e689bfc620ef90e55507463fbac77eae036f4b2feac57472 WHIRLPOOL 29b4f3a5ed72da9c4171e2fa0e5960cc3e57db9a55ff72b1d8498c57f60fce4d63f6b71308d37f34c57165ac509cf92d97097e68e448dc2513b5ebb8c54aff73
+DIST piwigo-2.8.2.zip 7570310 SHA256 9716b4890a519ec3b1159d35623af8981af9b6870589e2c3aeacc18311362e3c SHA512 9c7d1e858522f0ee89bcdafc6b79c5f9ef26ca4f376e11a5974ce07e401318fd6f7a80e25b6f9eb70427e13f79dc645cf4f7eb7823950c075c69f1bdba8424fb WHIRLPOOL e337f4be21cc1d259eb066b6ff827562f7836f43f679f3bfa74e68fbd40edfa05f53e4d54608f464cab43c35ed76a75b4fab62ddf6c3fb78639f88ada1a395af

diff --git a/www-apps/piwigo/piwigo-2.8.2.ebuild b/www-apps/piwigo/piwigo-2.8.2.ebuild
new file mode 100644
index 0000000..4c01a9d
--- /dev/null
+++ b/www-apps/piwigo/piwigo-2.8.2.ebuild
@@ -0,0 +1,44 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+inherit webapp
+
+DESCRIPTION="a photo gallery software for the web"
+HOMEPAGE="http://piwigo.org/"
+SRC_URI="http://piwigo.org/download/dlcounter.php?code=${PV} -> ${P}.zip"
+
+LICENSE="GPL-2"
+KEYWORDS="~amd64 ~x86"
+IUSE="+exif +gd imagemagick"
+
+DEPEND=""
+RDEPEND="imagemagick? ( || ( media-gfx/imagemagick
+		media-gfx/graphicsmagick[imagemagick] ) )
+	dev-lang/php[ctype,exif?,gd?,filter,iconv,json,mysqli]
+	>=virtual/mysql-5.0
+	virtual/httpd-php"
+
+REQUIRED_USE="|| ( gd imagemagick )"
+
+S=${WORKDIR}/${PN}
+
+src_install() {
+	webapp_src_preinst
+
+	insinto "${MY_HTDOCSDIR}"
+	doins -r .
+
+	# Local configuration, and parts that can be updated
+	webapp_serverowned "${MY_HTDOCSDIR}"/_data
+	webapp_serverowned -R "${MY_HTDOCSDIR}"/galleries
+	webapp_serverowned -R "${MY_HTDOCSDIR}"/language
+	webapp_serverowned -R "${MY_HTDOCSDIR}"/local
+	webapp_serverowned -R "${MY_HTDOCSDIR}"/plugins
+	webapp_serverowned -R "${MY_HTDOCSDIR}"/template-extension
+	webapp_serverowned -R "${MY_HTDOCSDIR}"/themes
+	webapp_serverowned "${MY_HTDOCSDIR}"/upload
+
+	webapp_src_install
+}


^ permalink raw reply related	[flat|nested] 61+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: www-apps/piwigo/
@ 2016-12-09 14:23 Bernard Cafarelli
  0 siblings, 0 replies; 61+ messages in thread
From: Bernard Cafarelli @ 2016-12-09 14:23 UTC (permalink / raw
  To: gentoo-commits

commit:     79674d80c4b7f9307ad0d35a5dea935c1559445d
Author:     Bernard Cafarelli <voyageur <AT> gentoo <DOT> org>
AuthorDate: Fri Dec  9 14:22:58 2016 +0000
Commit:     Bernard Cafarelli <voyageur <AT> gentoo <DOT> org>
CommitDate: Fri Dec  9 14:22:58 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=79674d80

www-apps/piwigo: bump to 2.8.3

Package-Manager: portage-2.3.3

 www-apps/piwigo/Manifest            |  1 +
 www-apps/piwigo/piwigo-2.8.3.ebuild | 44 +++++++++++++++++++++++++++++++++++++
 2 files changed, 45 insertions(+)

diff --git a/www-apps/piwigo/Manifest b/www-apps/piwigo/Manifest
index be9751f..e4123a4 100644
--- a/www-apps/piwigo/Manifest
+++ b/www-apps/piwigo/Manifest
@@ -1,3 +1,4 @@
 DIST piwigo-2.8.0.zip 7524556 SHA256 1712c81a5b40faaaff956f08b7a8618119d41336869f9e03e78060fa8d21726b SHA512 13529959235d416e6eaf54394d79d6fae58a2ba3cfc79b11765f600d95fd297be5dff98d84bb0436f9cef8d4811c2de9cf3d8f891e0a11e73534e62d0f511f59 WHIRLPOOL e9e5ff7d970a0b6e0e6027a005e865ff020437bd7645acf452cc9168af1fb3707d403204e7e961b6e084510303a428e68a3557c22ece205daaa3028ac66b7f6a
 DIST piwigo-2.8.1.zip 7564220 SHA256 f3f33725d608cf0bbaa0e35ddb993a7d804d08d9542e7b98a308286311675018 SHA512 dbc74c94faa00b6e22b9d605687f4acefc40a2d51f89cf6e60b378dfa704982a71a38bbf1e96a319e689bfc620ef90e55507463fbac77eae036f4b2feac57472 WHIRLPOOL 29b4f3a5ed72da9c4171e2fa0e5960cc3e57db9a55ff72b1d8498c57f60fce4d63f6b71308d37f34c57165ac509cf92d97097e68e448dc2513b5ebb8c54aff73
 DIST piwigo-2.8.2.zip 7570310 SHA256 9716b4890a519ec3b1159d35623af8981af9b6870589e2c3aeacc18311362e3c SHA512 9c7d1e858522f0ee89bcdafc6b79c5f9ef26ca4f376e11a5974ce07e401318fd6f7a80e25b6f9eb70427e13f79dc645cf4f7eb7823950c075c69f1bdba8424fb WHIRLPOOL e337f4be21cc1d259eb066b6ff827562f7836f43f679f3bfa74e68fbd40edfa05f53e4d54608f464cab43c35ed76a75b4fab62ddf6c3fb78639f88ada1a395af
+DIST piwigo-2.8.3.zip 7594750 SHA256 58738561e730de68657d69d1685489f591ea7ef31444e7d9991c9528e8f0f950 SHA512 f347e33dbd84de3931449b523cda4f247b86d083aa50680aa9f6928f59ac87a059b20223add181a47eac8ac2d79d367b4bc1c7fb6b5a605928a60dbf179bff3a WHIRLPOOL dc77e789ef23e7aeec7f816191eb480a637d7858e3a08458db48c0b249b98d9d8b54c1bcb0187742350bc42c9b572b8e02048f25aa27227ff6e411d51f6496df

diff --git a/www-apps/piwigo/piwigo-2.8.3.ebuild b/www-apps/piwigo/piwigo-2.8.3.ebuild
new file mode 100644
index 00000000..4c01a9d
--- /dev/null
+++ b/www-apps/piwigo/piwigo-2.8.3.ebuild
@@ -0,0 +1,44 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+inherit webapp
+
+DESCRIPTION="a photo gallery software for the web"
+HOMEPAGE="http://piwigo.org/"
+SRC_URI="http://piwigo.org/download/dlcounter.php?code=${PV} -> ${P}.zip"
+
+LICENSE="GPL-2"
+KEYWORDS="~amd64 ~x86"
+IUSE="+exif +gd imagemagick"
+
+DEPEND=""
+RDEPEND="imagemagick? ( || ( media-gfx/imagemagick
+		media-gfx/graphicsmagick[imagemagick] ) )
+	dev-lang/php[ctype,exif?,gd?,filter,iconv,json,mysqli]
+	>=virtual/mysql-5.0
+	virtual/httpd-php"
+
+REQUIRED_USE="|| ( gd imagemagick )"
+
+S=${WORKDIR}/${PN}
+
+src_install() {
+	webapp_src_preinst
+
+	insinto "${MY_HTDOCSDIR}"
+	doins -r .
+
+	# Local configuration, and parts that can be updated
+	webapp_serverowned "${MY_HTDOCSDIR}"/_data
+	webapp_serverowned -R "${MY_HTDOCSDIR}"/galleries
+	webapp_serverowned -R "${MY_HTDOCSDIR}"/language
+	webapp_serverowned -R "${MY_HTDOCSDIR}"/local
+	webapp_serverowned -R "${MY_HTDOCSDIR}"/plugins
+	webapp_serverowned -R "${MY_HTDOCSDIR}"/template-extension
+	webapp_serverowned -R "${MY_HTDOCSDIR}"/themes
+	webapp_serverowned "${MY_HTDOCSDIR}"/upload
+
+	webapp_src_install
+}


^ permalink raw reply related	[flat|nested] 61+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: www-apps/piwigo/
@ 2017-01-13 13:34 Bernard Cafarelli
  0 siblings, 0 replies; 61+ messages in thread
From: Bernard Cafarelli @ 2017-01-13 13:34 UTC (permalink / raw
  To: gentoo-commits

commit:     56988961dda936303788a62dea61a6e593882d36
Author:     Bernard Cafarelli <voyageur <AT> gentoo <DOT> org>
AuthorDate: Fri Jan 13 13:33:41 2017 +0000
Commit:     Bernard Cafarelli <voyageur <AT> gentoo <DOT> org>
CommitDate: Fri Jan 13 13:33:41 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=56988961

www-apps/piwigo: 2.8.5 bump, bug #605504

Release focus: security fixes

Package-Manager: Portage-2.3.3, Repoman-2.3.1

 www-apps/piwigo/Manifest            |  1 +
 www-apps/piwigo/piwigo-2.8.5.ebuild | 44 +++++++++++++++++++++++++++++++++++++
 2 files changed, 45 insertions(+)

diff --git a/www-apps/piwigo/Manifest b/www-apps/piwigo/Manifest
index e4123a4..8638558 100644
--- a/www-apps/piwigo/Manifest
+++ b/www-apps/piwigo/Manifest
@@ -2,3 +2,4 @@ DIST piwigo-2.8.0.zip 7524556 SHA256 1712c81a5b40faaaff956f08b7a8618119d41336869
 DIST piwigo-2.8.1.zip 7564220 SHA256 f3f33725d608cf0bbaa0e35ddb993a7d804d08d9542e7b98a308286311675018 SHA512 dbc74c94faa00b6e22b9d605687f4acefc40a2d51f89cf6e60b378dfa704982a71a38bbf1e96a319e689bfc620ef90e55507463fbac77eae036f4b2feac57472 WHIRLPOOL 29b4f3a5ed72da9c4171e2fa0e5960cc3e57db9a55ff72b1d8498c57f60fce4d63f6b71308d37f34c57165ac509cf92d97097e68e448dc2513b5ebb8c54aff73
 DIST piwigo-2.8.2.zip 7570310 SHA256 9716b4890a519ec3b1159d35623af8981af9b6870589e2c3aeacc18311362e3c SHA512 9c7d1e858522f0ee89bcdafc6b79c5f9ef26ca4f376e11a5974ce07e401318fd6f7a80e25b6f9eb70427e13f79dc645cf4f7eb7823950c075c69f1bdba8424fb WHIRLPOOL e337f4be21cc1d259eb066b6ff827562f7836f43f679f3bfa74e68fbd40edfa05f53e4d54608f464cab43c35ed76a75b4fab62ddf6c3fb78639f88ada1a395af
 DIST piwigo-2.8.3.zip 7594750 SHA256 58738561e730de68657d69d1685489f591ea7ef31444e7d9991c9528e8f0f950 SHA512 f347e33dbd84de3931449b523cda4f247b86d083aa50680aa9f6928f59ac87a059b20223add181a47eac8ac2d79d367b4bc1c7fb6b5a605928a60dbf179bff3a WHIRLPOOL dc77e789ef23e7aeec7f816191eb480a637d7858e3a08458db48c0b249b98d9d8b54c1bcb0187742350bc42c9b572b8e02048f25aa27227ff6e411d51f6496df
+DIST piwigo-2.8.5.zip 7608761 SHA256 f5add4186435f89ba946c036ee3e904efdd76b72f05869da3f5c14d5042e15cc SHA512 b45eb3d491ad750634627dcfe69a97e4ceaf09a95923d84041c57288f66cd89143c5753a1fcd04c8a71addf5200e93ccf1970c4b37519e9acdaca592a791c45d WHIRLPOOL a9609fd661ed3b014f135c8b2f0b21663987b1715ea98ab40db4c5869c42475d6314369d22f967526accde7957887a2d3a19b639bea3bd0660bd606502b02cfe

diff --git a/www-apps/piwigo/piwigo-2.8.5.ebuild b/www-apps/piwigo/piwigo-2.8.5.ebuild
new file mode 100644
index 00000000..d52712d
--- /dev/null
+++ b/www-apps/piwigo/piwigo-2.8.5.ebuild
@@ -0,0 +1,44 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+inherit webapp
+
+DESCRIPTION="a photo gallery software for the web"
+HOMEPAGE="http://piwigo.org/"
+SRC_URI="http://piwigo.org/download/dlcounter.php?code=${PV} -> ${P}.zip"
+
+LICENSE="GPL-2"
+KEYWORDS="~amd64 ~x86"
+IUSE="+exif +gd imagemagick"
+
+DEPEND=""
+RDEPEND="imagemagick? ( || ( media-gfx/imagemagick
+		media-gfx/graphicsmagick[imagemagick] ) )
+	dev-lang/php[ctype,exif?,gd?,filter,iconv,json,mysqli]
+	>=virtual/mysql-5.0
+	virtual/httpd-php"
+
+REQUIRED_USE="|| ( gd imagemagick )"
+
+S=${WORKDIR}/${PN}
+
+src_install() {
+	webapp_src_preinst
+
+	insinto "${MY_HTDOCSDIR}"
+	doins -r .
+
+	# Local configuration, and parts that can be updated
+	webapp_serverowned "${MY_HTDOCSDIR}"/_data
+	webapp_serverowned -R "${MY_HTDOCSDIR}"/galleries
+	webapp_serverowned -R "${MY_HTDOCSDIR}"/language
+	webapp_serverowned -R "${MY_HTDOCSDIR}"/local
+	webapp_serverowned -R "${MY_HTDOCSDIR}"/plugins
+	webapp_serverowned -R "${MY_HTDOCSDIR}"/template-extension
+	webapp_serverowned -R "${MY_HTDOCSDIR}"/themes
+	webapp_serverowned "${MY_HTDOCSDIR}"/upload
+
+	webapp_src_install
+}


^ permalink raw reply related	[flat|nested] 61+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: www-apps/piwigo/
@ 2017-01-13 13:34 Bernard Cafarelli
  0 siblings, 0 replies; 61+ messages in thread
From: Bernard Cafarelli @ 2017-01-13 13:34 UTC (permalink / raw
  To: gentoo-commits

commit:     52e04280832fe93c47d58f560efa309b23533bc5
Author:     Bernard Cafarelli <voyageur <AT> gentoo <DOT> org>
AuthorDate: Fri Jan 13 13:34:40 2017 +0000
Commit:     Bernard Cafarelli <voyageur <AT> gentoo <DOT> org>
CommitDate: Fri Jan 13 13:34:40 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=52e04280

www-apps/piwigo: drop old

Package-Manager: Portage-2.3.3, Repoman-2.3.1

 www-apps/piwigo/Manifest            |  4 ----
 www-apps/piwigo/piwigo-2.8.0.ebuild | 44 -------------------------------------
 www-apps/piwigo/piwigo-2.8.1.ebuild | 44 -------------------------------------
 www-apps/piwigo/piwigo-2.8.2.ebuild | 44 -------------------------------------
 www-apps/piwigo/piwigo-2.8.3.ebuild | 44 -------------------------------------
 5 files changed, 180 deletions(-)

diff --git a/www-apps/piwigo/Manifest b/www-apps/piwigo/Manifest
index 8638558..6ea0351 100644
--- a/www-apps/piwigo/Manifest
+++ b/www-apps/piwigo/Manifest
@@ -1,5 +1 @@
-DIST piwigo-2.8.0.zip 7524556 SHA256 1712c81a5b40faaaff956f08b7a8618119d41336869f9e03e78060fa8d21726b SHA512 13529959235d416e6eaf54394d79d6fae58a2ba3cfc79b11765f600d95fd297be5dff98d84bb0436f9cef8d4811c2de9cf3d8f891e0a11e73534e62d0f511f59 WHIRLPOOL e9e5ff7d970a0b6e0e6027a005e865ff020437bd7645acf452cc9168af1fb3707d403204e7e961b6e084510303a428e68a3557c22ece205daaa3028ac66b7f6a
-DIST piwigo-2.8.1.zip 7564220 SHA256 f3f33725d608cf0bbaa0e35ddb993a7d804d08d9542e7b98a308286311675018 SHA512 dbc74c94faa00b6e22b9d605687f4acefc40a2d51f89cf6e60b378dfa704982a71a38bbf1e96a319e689bfc620ef90e55507463fbac77eae036f4b2feac57472 WHIRLPOOL 29b4f3a5ed72da9c4171e2fa0e5960cc3e57db9a55ff72b1d8498c57f60fce4d63f6b71308d37f34c57165ac509cf92d97097e68e448dc2513b5ebb8c54aff73
-DIST piwigo-2.8.2.zip 7570310 SHA256 9716b4890a519ec3b1159d35623af8981af9b6870589e2c3aeacc18311362e3c SHA512 9c7d1e858522f0ee89bcdafc6b79c5f9ef26ca4f376e11a5974ce07e401318fd6f7a80e25b6f9eb70427e13f79dc645cf4f7eb7823950c075c69f1bdba8424fb WHIRLPOOL e337f4be21cc1d259eb066b6ff827562f7836f43f679f3bfa74e68fbd40edfa05f53e4d54608f464cab43c35ed76a75b4fab62ddf6c3fb78639f88ada1a395af
-DIST piwigo-2.8.3.zip 7594750 SHA256 58738561e730de68657d69d1685489f591ea7ef31444e7d9991c9528e8f0f950 SHA512 f347e33dbd84de3931449b523cda4f247b86d083aa50680aa9f6928f59ac87a059b20223add181a47eac8ac2d79d367b4bc1c7fb6b5a605928a60dbf179bff3a WHIRLPOOL dc77e789ef23e7aeec7f816191eb480a637d7858e3a08458db48c0b249b98d9d8b54c1bcb0187742350bc42c9b572b8e02048f25aa27227ff6e411d51f6496df
 DIST piwigo-2.8.5.zip 7608761 SHA256 f5add4186435f89ba946c036ee3e904efdd76b72f05869da3f5c14d5042e15cc SHA512 b45eb3d491ad750634627dcfe69a97e4ceaf09a95923d84041c57288f66cd89143c5753a1fcd04c8a71addf5200e93ccf1970c4b37519e9acdaca592a791c45d WHIRLPOOL a9609fd661ed3b014f135c8b2f0b21663987b1715ea98ab40db4c5869c42475d6314369d22f967526accde7957887a2d3a19b639bea3bd0660bd606502b02cfe

diff --git a/www-apps/piwigo/piwigo-2.8.0.ebuild b/www-apps/piwigo/piwigo-2.8.0.ebuild
deleted file mode 100644
index 4c01a9d..00000000
--- a/www-apps/piwigo/piwigo-2.8.0.ebuild
+++ /dev/null
@@ -1,44 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=6
-inherit webapp
-
-DESCRIPTION="a photo gallery software for the web"
-HOMEPAGE="http://piwigo.org/"
-SRC_URI="http://piwigo.org/download/dlcounter.php?code=${PV} -> ${P}.zip"
-
-LICENSE="GPL-2"
-KEYWORDS="~amd64 ~x86"
-IUSE="+exif +gd imagemagick"
-
-DEPEND=""
-RDEPEND="imagemagick? ( || ( media-gfx/imagemagick
-		media-gfx/graphicsmagick[imagemagick] ) )
-	dev-lang/php[ctype,exif?,gd?,filter,iconv,json,mysqli]
-	>=virtual/mysql-5.0
-	virtual/httpd-php"
-
-REQUIRED_USE="|| ( gd imagemagick )"
-
-S=${WORKDIR}/${PN}
-
-src_install() {
-	webapp_src_preinst
-
-	insinto "${MY_HTDOCSDIR}"
-	doins -r .
-
-	# Local configuration, and parts that can be updated
-	webapp_serverowned "${MY_HTDOCSDIR}"/_data
-	webapp_serverowned -R "${MY_HTDOCSDIR}"/galleries
-	webapp_serverowned -R "${MY_HTDOCSDIR}"/language
-	webapp_serverowned -R "${MY_HTDOCSDIR}"/local
-	webapp_serverowned -R "${MY_HTDOCSDIR}"/plugins
-	webapp_serverowned -R "${MY_HTDOCSDIR}"/template-extension
-	webapp_serverowned -R "${MY_HTDOCSDIR}"/themes
-	webapp_serverowned "${MY_HTDOCSDIR}"/upload
-
-	webapp_src_install
-}

diff --git a/www-apps/piwigo/piwigo-2.8.1.ebuild b/www-apps/piwigo/piwigo-2.8.1.ebuild
deleted file mode 100644
index 4c01a9d..00000000
--- a/www-apps/piwigo/piwigo-2.8.1.ebuild
+++ /dev/null
@@ -1,44 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=6
-inherit webapp
-
-DESCRIPTION="a photo gallery software for the web"
-HOMEPAGE="http://piwigo.org/"
-SRC_URI="http://piwigo.org/download/dlcounter.php?code=${PV} -> ${P}.zip"
-
-LICENSE="GPL-2"
-KEYWORDS="~amd64 ~x86"
-IUSE="+exif +gd imagemagick"
-
-DEPEND=""
-RDEPEND="imagemagick? ( || ( media-gfx/imagemagick
-		media-gfx/graphicsmagick[imagemagick] ) )
-	dev-lang/php[ctype,exif?,gd?,filter,iconv,json,mysqli]
-	>=virtual/mysql-5.0
-	virtual/httpd-php"
-
-REQUIRED_USE="|| ( gd imagemagick )"
-
-S=${WORKDIR}/${PN}
-
-src_install() {
-	webapp_src_preinst
-
-	insinto "${MY_HTDOCSDIR}"
-	doins -r .
-
-	# Local configuration, and parts that can be updated
-	webapp_serverowned "${MY_HTDOCSDIR}"/_data
-	webapp_serverowned -R "${MY_HTDOCSDIR}"/galleries
-	webapp_serverowned -R "${MY_HTDOCSDIR}"/language
-	webapp_serverowned -R "${MY_HTDOCSDIR}"/local
-	webapp_serverowned -R "${MY_HTDOCSDIR}"/plugins
-	webapp_serverowned -R "${MY_HTDOCSDIR}"/template-extension
-	webapp_serverowned -R "${MY_HTDOCSDIR}"/themes
-	webapp_serverowned "${MY_HTDOCSDIR}"/upload
-
-	webapp_src_install
-}

diff --git a/www-apps/piwigo/piwigo-2.8.2.ebuild b/www-apps/piwigo/piwigo-2.8.2.ebuild
deleted file mode 100644
index 4c01a9d..00000000
--- a/www-apps/piwigo/piwigo-2.8.2.ebuild
+++ /dev/null
@@ -1,44 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=6
-inherit webapp
-
-DESCRIPTION="a photo gallery software for the web"
-HOMEPAGE="http://piwigo.org/"
-SRC_URI="http://piwigo.org/download/dlcounter.php?code=${PV} -> ${P}.zip"
-
-LICENSE="GPL-2"
-KEYWORDS="~amd64 ~x86"
-IUSE="+exif +gd imagemagick"
-
-DEPEND=""
-RDEPEND="imagemagick? ( || ( media-gfx/imagemagick
-		media-gfx/graphicsmagick[imagemagick] ) )
-	dev-lang/php[ctype,exif?,gd?,filter,iconv,json,mysqli]
-	>=virtual/mysql-5.0
-	virtual/httpd-php"
-
-REQUIRED_USE="|| ( gd imagemagick )"
-
-S=${WORKDIR}/${PN}
-
-src_install() {
-	webapp_src_preinst
-
-	insinto "${MY_HTDOCSDIR}"
-	doins -r .
-
-	# Local configuration, and parts that can be updated
-	webapp_serverowned "${MY_HTDOCSDIR}"/_data
-	webapp_serverowned -R "${MY_HTDOCSDIR}"/galleries
-	webapp_serverowned -R "${MY_HTDOCSDIR}"/language
-	webapp_serverowned -R "${MY_HTDOCSDIR}"/local
-	webapp_serverowned -R "${MY_HTDOCSDIR}"/plugins
-	webapp_serverowned -R "${MY_HTDOCSDIR}"/template-extension
-	webapp_serverowned -R "${MY_HTDOCSDIR}"/themes
-	webapp_serverowned "${MY_HTDOCSDIR}"/upload
-
-	webapp_src_install
-}

diff --git a/www-apps/piwigo/piwigo-2.8.3.ebuild b/www-apps/piwigo/piwigo-2.8.3.ebuild
deleted file mode 100644
index 4c01a9d..00000000
--- a/www-apps/piwigo/piwigo-2.8.3.ebuild
+++ /dev/null
@@ -1,44 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=6
-inherit webapp
-
-DESCRIPTION="a photo gallery software for the web"
-HOMEPAGE="http://piwigo.org/"
-SRC_URI="http://piwigo.org/download/dlcounter.php?code=${PV} -> ${P}.zip"
-
-LICENSE="GPL-2"
-KEYWORDS="~amd64 ~x86"
-IUSE="+exif +gd imagemagick"
-
-DEPEND=""
-RDEPEND="imagemagick? ( || ( media-gfx/imagemagick
-		media-gfx/graphicsmagick[imagemagick] ) )
-	dev-lang/php[ctype,exif?,gd?,filter,iconv,json,mysqli]
-	>=virtual/mysql-5.0
-	virtual/httpd-php"
-
-REQUIRED_USE="|| ( gd imagemagick )"
-
-S=${WORKDIR}/${PN}
-
-src_install() {
-	webapp_src_preinst
-
-	insinto "${MY_HTDOCSDIR}"
-	doins -r .
-
-	# Local configuration, and parts that can be updated
-	webapp_serverowned "${MY_HTDOCSDIR}"/_data
-	webapp_serverowned -R "${MY_HTDOCSDIR}"/galleries
-	webapp_serverowned -R "${MY_HTDOCSDIR}"/language
-	webapp_serverowned -R "${MY_HTDOCSDIR}"/local
-	webapp_serverowned -R "${MY_HTDOCSDIR}"/plugins
-	webapp_serverowned -R "${MY_HTDOCSDIR}"/template-extension
-	webapp_serverowned -R "${MY_HTDOCSDIR}"/themes
-	webapp_serverowned "${MY_HTDOCSDIR}"/upload
-
-	webapp_src_install
-}


^ permalink raw reply related	[flat|nested] 61+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: www-apps/piwigo/
@ 2017-01-30 19:13 Bernard Cafarelli
  0 siblings, 0 replies; 61+ messages in thread
From: Bernard Cafarelli @ 2017-01-30 19:13 UTC (permalink / raw
  To: gentoo-commits

commit:     35439b05edae5c377a5826b9e941cce1a15f865a
Author:     Bernard Cafarelli <voyageur <AT> gentoo <DOT> org>
AuthorDate: Mon Jan 30 19:09:09 2017 +0000
Commit:     Bernard Cafarelli <voyageur <AT> gentoo <DOT> org>
CommitDate: Mon Jan 30 19:13:15 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=35439b05

www-apps/piwigo: drop vulnerable version, security bug #607746

Package-Manager: Portage-2.3.3, Repoman-2.3.1

 www-apps/piwigo/Manifest            |  1 -
 www-apps/piwigo/piwigo-2.8.5.ebuild | 44 -------------------------------------
 2 files changed, 45 deletions(-)

diff --git a/www-apps/piwigo/Manifest b/www-apps/piwigo/Manifest
index 8649ecd..fc49ce1 100644
--- a/www-apps/piwigo/Manifest
+++ b/www-apps/piwigo/Manifest
@@ -1,2 +1 @@
-DIST piwigo-2.8.5.zip 7608761 SHA256 f5add4186435f89ba946c036ee3e904efdd76b72f05869da3f5c14d5042e15cc SHA512 b45eb3d491ad750634627dcfe69a97e4ceaf09a95923d84041c57288f66cd89143c5753a1fcd04c8a71addf5200e93ccf1970c4b37519e9acdaca592a791c45d WHIRLPOOL a9609fd661ed3b014f135c8b2f0b21663987b1715ea98ab40db4c5869c42475d6314369d22f967526accde7957887a2d3a19b639bea3bd0660bd606502b02cfe
 DIST piwigo-2.8.6.zip 7608839 SHA256 74e400afd780642d19752a1f6ea5d864b97047cc525ed2abfff95e1eba44b565 SHA512 1f68daa77722d6d3f00b644a50fd0be7dfa39d6390f8b202f4a61e890bd721c62ba34764f2b1634166ff12dc9ccbee117bd24d82f690c16abf6c5f37cb1b639f WHIRLPOOL 45070d3685302f017b488f44e08a81ee5cb9de1151d2467b13a461d50fa207c5ca1a02f4414745e555630acd37624dfd3cd1f67cf24cd10b8ed055583679aaf2

diff --git a/www-apps/piwigo/piwigo-2.8.5.ebuild b/www-apps/piwigo/piwigo-2.8.5.ebuild
deleted file mode 100644
index d52712d..00000000
--- a/www-apps/piwigo/piwigo-2.8.5.ebuild
+++ /dev/null
@@ -1,44 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=6
-inherit webapp
-
-DESCRIPTION="a photo gallery software for the web"
-HOMEPAGE="http://piwigo.org/"
-SRC_URI="http://piwigo.org/download/dlcounter.php?code=${PV} -> ${P}.zip"
-
-LICENSE="GPL-2"
-KEYWORDS="~amd64 ~x86"
-IUSE="+exif +gd imagemagick"
-
-DEPEND=""
-RDEPEND="imagemagick? ( || ( media-gfx/imagemagick
-		media-gfx/graphicsmagick[imagemagick] ) )
-	dev-lang/php[ctype,exif?,gd?,filter,iconv,json,mysqli]
-	>=virtual/mysql-5.0
-	virtual/httpd-php"
-
-REQUIRED_USE="|| ( gd imagemagick )"
-
-S=${WORKDIR}/${PN}
-
-src_install() {
-	webapp_src_preinst
-
-	insinto "${MY_HTDOCSDIR}"
-	doins -r .
-
-	# Local configuration, and parts that can be updated
-	webapp_serverowned "${MY_HTDOCSDIR}"/_data
-	webapp_serverowned -R "${MY_HTDOCSDIR}"/galleries
-	webapp_serverowned -R "${MY_HTDOCSDIR}"/language
-	webapp_serverowned -R "${MY_HTDOCSDIR}"/local
-	webapp_serverowned -R "${MY_HTDOCSDIR}"/plugins
-	webapp_serverowned -R "${MY_HTDOCSDIR}"/template-extension
-	webapp_serverowned -R "${MY_HTDOCSDIR}"/themes
-	webapp_serverowned "${MY_HTDOCSDIR}"/upload
-
-	webapp_src_install
-}


^ permalink raw reply related	[flat|nested] 61+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: www-apps/piwigo/
@ 2017-01-30 19:13 Bernard Cafarelli
  0 siblings, 0 replies; 61+ messages in thread
From: Bernard Cafarelli @ 2017-01-30 19:13 UTC (permalink / raw
  To: gentoo-commits

commit:     537048b38954ffe3a803c59db2032632b6749cb9
Author:     Bernard Cafarelli <voyageur <AT> gentoo <DOT> org>
AuthorDate: Mon Jan 30 19:08:25 2017 +0000
Commit:     Bernard Cafarelli <voyageur <AT> gentoo <DOT> org>
CommitDate: Mon Jan 30 19:13:11 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=537048b3

www-apps/piwigo: 2.8.6 bump, security bug #607746

Package-Manager: Portage-2.3.3, Repoman-2.3.1

 www-apps/piwigo/Manifest            |  1 +
 www-apps/piwigo/piwigo-2.8.6.ebuild | 44 +++++++++++++++++++++++++++++++++++++
 2 files changed, 45 insertions(+)

diff --git a/www-apps/piwigo/Manifest b/www-apps/piwigo/Manifest
index 6ea0351..8649ecd 100644
--- a/www-apps/piwigo/Manifest
+++ b/www-apps/piwigo/Manifest
@@ -1 +1,2 @@
 DIST piwigo-2.8.5.zip 7608761 SHA256 f5add4186435f89ba946c036ee3e904efdd76b72f05869da3f5c14d5042e15cc SHA512 b45eb3d491ad750634627dcfe69a97e4ceaf09a95923d84041c57288f66cd89143c5753a1fcd04c8a71addf5200e93ccf1970c4b37519e9acdaca592a791c45d WHIRLPOOL a9609fd661ed3b014f135c8b2f0b21663987b1715ea98ab40db4c5869c42475d6314369d22f967526accde7957887a2d3a19b639bea3bd0660bd606502b02cfe
+DIST piwigo-2.8.6.zip 7608839 SHA256 74e400afd780642d19752a1f6ea5d864b97047cc525ed2abfff95e1eba44b565 SHA512 1f68daa77722d6d3f00b644a50fd0be7dfa39d6390f8b202f4a61e890bd721c62ba34764f2b1634166ff12dc9ccbee117bd24d82f690c16abf6c5f37cb1b639f WHIRLPOOL 45070d3685302f017b488f44e08a81ee5cb9de1151d2467b13a461d50fa207c5ca1a02f4414745e555630acd37624dfd3cd1f67cf24cd10b8ed055583679aaf2

diff --git a/www-apps/piwigo/piwigo-2.8.6.ebuild b/www-apps/piwigo/piwigo-2.8.6.ebuild
new file mode 100644
index 00000000..d52712d
--- /dev/null
+++ b/www-apps/piwigo/piwigo-2.8.6.ebuild
@@ -0,0 +1,44 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+inherit webapp
+
+DESCRIPTION="a photo gallery software for the web"
+HOMEPAGE="http://piwigo.org/"
+SRC_URI="http://piwigo.org/download/dlcounter.php?code=${PV} -> ${P}.zip"
+
+LICENSE="GPL-2"
+KEYWORDS="~amd64 ~x86"
+IUSE="+exif +gd imagemagick"
+
+DEPEND=""
+RDEPEND="imagemagick? ( || ( media-gfx/imagemagick
+		media-gfx/graphicsmagick[imagemagick] ) )
+	dev-lang/php[ctype,exif?,gd?,filter,iconv,json,mysqli]
+	>=virtual/mysql-5.0
+	virtual/httpd-php"
+
+REQUIRED_USE="|| ( gd imagemagick )"
+
+S=${WORKDIR}/${PN}
+
+src_install() {
+	webapp_src_preinst
+
+	insinto "${MY_HTDOCSDIR}"
+	doins -r .
+
+	# Local configuration, and parts that can be updated
+	webapp_serverowned "${MY_HTDOCSDIR}"/_data
+	webapp_serverowned -R "${MY_HTDOCSDIR}"/galleries
+	webapp_serverowned -R "${MY_HTDOCSDIR}"/language
+	webapp_serverowned -R "${MY_HTDOCSDIR}"/local
+	webapp_serverowned -R "${MY_HTDOCSDIR}"/plugins
+	webapp_serverowned -R "${MY_HTDOCSDIR}"/template-extension
+	webapp_serverowned -R "${MY_HTDOCSDIR}"/themes
+	webapp_serverowned "${MY_HTDOCSDIR}"/upload
+
+	webapp_src_install
+}


^ permalink raw reply related	[flat|nested] 61+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: www-apps/piwigo/
@ 2017-02-11 19:47 David Seifert
  0 siblings, 0 replies; 61+ messages in thread
From: David Seifert @ 2017-02-11 19:47 UTC (permalink / raw
  To: gentoo-commits

commit:     3e4a1eaf5706f5be6e74159f0e0873540cb103db
Author:     David Seifert <soap <AT> gentoo <DOT> org>
AuthorDate: Sat Feb 11 19:21:55 2017 +0000
Commit:     David Seifert <soap <AT> gentoo <DOT> org>
CommitDate: Sat Feb 11 19:46:20 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3e4a1eaf

www-apps/piwigo: Depend on virtual/imagemagick-tools

Package-Manager: Portage-2.3.3, Repoman-2.3.1
Closes: https://github.com/gentoo/gentoo/pull/3907

 www-apps/piwigo/{piwigo-2.8.6.ebuild => piwigo-2.8.6-r1.ebuild} | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/www-apps/piwigo/piwigo-2.8.6.ebuild b/www-apps/piwigo/piwigo-2.8.6-r1.ebuild
similarity index 91%
rename from www-apps/piwigo/piwigo-2.8.6.ebuild
rename to www-apps/piwigo/piwigo-2.8.6-r1.ebuild
index d52712d8e2..2a5e236ade 100644
--- a/www-apps/piwigo/piwigo-2.8.6.ebuild
+++ b/www-apps/piwigo/piwigo-2.8.6-r1.ebuild
@@ -14,8 +14,8 @@ KEYWORDS="~amd64 ~x86"
 IUSE="+exif +gd imagemagick"
 
 DEPEND=""
-RDEPEND="imagemagick? ( || ( media-gfx/imagemagick
-		media-gfx/graphicsmagick[imagemagick] ) )
+RDEPEND="
+	imagemagick? ( virtual/imagemagick-tools )
 	dev-lang/php[ctype,exif?,gd?,filter,iconv,json,mysqli]
 	>=virtual/mysql-5.0
 	virtual/httpd-php"


^ permalink raw reply related	[flat|nested] 61+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: www-apps/piwigo/
@ 2017-05-19 21:48 Bernard Cafarelli
  0 siblings, 0 replies; 61+ messages in thread
From: Bernard Cafarelli @ 2017-05-19 21:48 UTC (permalink / raw
  To: gentoo-commits

commit:     2a026ba023dac1f25b44514504618a073d193f0d
Author:     Bernard Cafarelli <voyageur <AT> gentoo <DOT> org>
AuthorDate: Fri May 19 21:32:12 2017 +0000
Commit:     Bernard Cafarelli <voyageur <AT> gentoo <DOT> org>
CommitDate: Fri May 19 21:46:19 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2a026ba0

www-apps/piwigo: 2.9.0 bump

Package-Manager: Portage-2.3.5, Repoman-2.3.2

 www-apps/piwigo/Manifest            |  1 +
 www-apps/piwigo/piwigo-2.9.0.ebuild | 43 +++++++++++++++++++++++++++++++++++++
 2 files changed, 44 insertions(+)

diff --git a/www-apps/piwigo/Manifest b/www-apps/piwigo/Manifest
index fc49ce19fcc..1c6ce809bf5 100644
--- a/www-apps/piwigo/Manifest
+++ b/www-apps/piwigo/Manifest
@@ -1 +1,2 @@
 DIST piwigo-2.8.6.zip 7608839 SHA256 74e400afd780642d19752a1f6ea5d864b97047cc525ed2abfff95e1eba44b565 SHA512 1f68daa77722d6d3f00b644a50fd0be7dfa39d6390f8b202f4a61e890bd721c62ba34764f2b1634166ff12dc9ccbee117bd24d82f690c16abf6c5f37cb1b639f WHIRLPOOL 45070d3685302f017b488f44e08a81ee5cb9de1151d2467b13a461d50fa207c5ca1a02f4414745e555630acd37624dfd3cd1f67cf24cd10b8ed055583679aaf2
+DIST piwigo-2.9.0.zip 7763733 SHA256 5301b8bf83aaa6542430a701ed814e316f13878593e525be4d5730c9caf36f6f SHA512 13f91e9ccb348fbcde6540e589a068da1aeead643303fc374db4d4b6ad5e491eeb1bdc4eca2b2d8707e23b858b6b76577433e0e33f9911cabbaeb4ce3e171cdf WHIRLPOOL dae383c3748513086dd70afd7f469d43451960cd526ae7ad59888e49d3abcb43020078403a8240656b6aed439af109fd9d7f4375eb5b8175d8f958584d3356b5

diff --git a/www-apps/piwigo/piwigo-2.9.0.ebuild b/www-apps/piwigo/piwigo-2.9.0.ebuild
new file mode 100644
index 00000000000..5eabb1cb906
--- /dev/null
+++ b/www-apps/piwigo/piwigo-2.9.0.ebuild
@@ -0,0 +1,43 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+inherit webapp
+
+DESCRIPTION="a photo gallery software for the web"
+HOMEPAGE="http://piwigo.org/"
+SRC_URI="http://piwigo.org/download/dlcounter.php?code=${PV} -> ${P}.zip"
+
+LICENSE="GPL-2"
+KEYWORDS="~amd64 ~x86"
+IUSE="+exif +gd imagemagick"
+
+DEPEND=""
+RDEPEND="
+	imagemagick? ( virtual/imagemagick-tools )
+	dev-lang/php[ctype,exif?,gd?,filter,iconv,json,mysqli]
+	>=virtual/mysql-5.0
+	virtual/httpd-php"
+
+REQUIRED_USE="|| ( gd imagemagick )"
+
+S=${WORKDIR}/${PN}
+
+src_install() {
+	webapp_src_preinst
+
+	insinto "${MY_HTDOCSDIR}"
+	doins -r .
+
+	# Local configuration, and parts that can be updated
+	webapp_serverowned "${MY_HTDOCSDIR}"/_data
+	webapp_serverowned -R "${MY_HTDOCSDIR}"/galleries
+	webapp_serverowned -R "${MY_HTDOCSDIR}"/language
+	webapp_serverowned -R "${MY_HTDOCSDIR}"/local
+	webapp_serverowned -R "${MY_HTDOCSDIR}"/plugins
+	webapp_serverowned -R "${MY_HTDOCSDIR}"/template-extension
+	webapp_serverowned -R "${MY_HTDOCSDIR}"/themes
+	webapp_serverowned "${MY_HTDOCSDIR}"/upload
+
+	webapp_src_install
+}


^ permalink raw reply related	[flat|nested] 61+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: www-apps/piwigo/
@ 2017-06-16  7:39 Bernard Cafarelli
  0 siblings, 0 replies; 61+ messages in thread
From: Bernard Cafarelli @ 2017-06-16  7:39 UTC (permalink / raw
  To: gentoo-commits

commit:     012da91264e98c69305bc17abc833319e663c9b6
Author:     Bernard Cafarelli <voyageur <AT> gentoo <DOT> org>
AuthorDate: Fri Jun 16 07:35:24 2017 +0000
Commit:     Bernard Cafarelli <voyageur <AT> gentoo <DOT> org>
CommitDate: Fri Jun 16 07:35:24 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=012da912

www-apps/piwigo: 2.9.1 bump

Package-Manager: Portage-2.3.6, Repoman-2.3.2

 www-apps/piwigo/Manifest            |  1 +
 www-apps/piwigo/piwigo-2.9.1.ebuild | 43 +++++++++++++++++++++++++++++++++++++
 2 files changed, 44 insertions(+)

diff --git a/www-apps/piwigo/Manifest b/www-apps/piwigo/Manifest
index 1c6ce809bf5..7af272be08f 100644
--- a/www-apps/piwigo/Manifest
+++ b/www-apps/piwigo/Manifest
@@ -1,2 +1,3 @@
 DIST piwigo-2.8.6.zip 7608839 SHA256 74e400afd780642d19752a1f6ea5d864b97047cc525ed2abfff95e1eba44b565 SHA512 1f68daa77722d6d3f00b644a50fd0be7dfa39d6390f8b202f4a61e890bd721c62ba34764f2b1634166ff12dc9ccbee117bd24d82f690c16abf6c5f37cb1b639f WHIRLPOOL 45070d3685302f017b488f44e08a81ee5cb9de1151d2467b13a461d50fa207c5ca1a02f4414745e555630acd37624dfd3cd1f67cf24cd10b8ed055583679aaf2
 DIST piwigo-2.9.0.zip 7763733 SHA256 5301b8bf83aaa6542430a701ed814e316f13878593e525be4d5730c9caf36f6f SHA512 13f91e9ccb348fbcde6540e589a068da1aeead643303fc374db4d4b6ad5e491eeb1bdc4eca2b2d8707e23b858b6b76577433e0e33f9911cabbaeb4ce3e171cdf WHIRLPOOL dae383c3748513086dd70afd7f469d43451960cd526ae7ad59888e49d3abcb43020078403a8240656b6aed439af109fd9d7f4375eb5b8175d8f958584d3356b5
+DIST piwigo-2.9.1.zip 7777925 SHA256 7ff2d936d5436d9883f318ac32c1a3b482b870abb7e825d7414ebb21b2ab147d SHA512 5fee3e96a5a9a4d70cc1528f40569b45c1898e71245ca7fcfdf529d39ee79ae0d419ef38b61c536dfb5150d1f9fe683ceabf8393455d51539253d0010ccc2fff WHIRLPOOL 63d22402e80e18d85d0bdd2a9ac65f1ebf6a3d9479d43b5e239a3ebdc10dc72ba6b21b22670f24bb1c9303fbf301f20a80dc61e2c058083329967cf1aab7ef69

diff --git a/www-apps/piwigo/piwigo-2.9.1.ebuild b/www-apps/piwigo/piwigo-2.9.1.ebuild
new file mode 100644
index 00000000000..5eabb1cb906
--- /dev/null
+++ b/www-apps/piwigo/piwigo-2.9.1.ebuild
@@ -0,0 +1,43 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+inherit webapp
+
+DESCRIPTION="a photo gallery software for the web"
+HOMEPAGE="http://piwigo.org/"
+SRC_URI="http://piwigo.org/download/dlcounter.php?code=${PV} -> ${P}.zip"
+
+LICENSE="GPL-2"
+KEYWORDS="~amd64 ~x86"
+IUSE="+exif +gd imagemagick"
+
+DEPEND=""
+RDEPEND="
+	imagemagick? ( virtual/imagemagick-tools )
+	dev-lang/php[ctype,exif?,gd?,filter,iconv,json,mysqli]
+	>=virtual/mysql-5.0
+	virtual/httpd-php"
+
+REQUIRED_USE="|| ( gd imagemagick )"
+
+S=${WORKDIR}/${PN}
+
+src_install() {
+	webapp_src_preinst
+
+	insinto "${MY_HTDOCSDIR}"
+	doins -r .
+
+	# Local configuration, and parts that can be updated
+	webapp_serverowned "${MY_HTDOCSDIR}"/_data
+	webapp_serverowned -R "${MY_HTDOCSDIR}"/galleries
+	webapp_serverowned -R "${MY_HTDOCSDIR}"/language
+	webapp_serverowned -R "${MY_HTDOCSDIR}"/local
+	webapp_serverowned -R "${MY_HTDOCSDIR}"/plugins
+	webapp_serverowned -R "${MY_HTDOCSDIR}"/template-extension
+	webapp_serverowned -R "${MY_HTDOCSDIR}"/themes
+	webapp_serverowned "${MY_HTDOCSDIR}"/upload
+
+	webapp_src_install
+}


^ permalink raw reply related	[flat|nested] 61+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: www-apps/piwigo/
@ 2017-10-07 22:08 Bernard Cafarelli
  0 siblings, 0 replies; 61+ messages in thread
From: Bernard Cafarelli @ 2017-10-07 22:08 UTC (permalink / raw
  To: gentoo-commits

commit:     bbafb47214959bbb0e5c06388ebc7f8e43aeb6e6
Author:     Bernard Cafarelli <voyageur <AT> gentoo <DOT> org>
AuthorDate: Sat Oct  7 22:08:25 2017 +0000
Commit:     Bernard Cafarelli <voyageur <AT> gentoo <DOT> org>
CommitDate: Sat Oct  7 22:08:25 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bbafb472

www-apps/piwigo: 2.9.2 bump

Package-Manager: Portage-2.3.11, Repoman-2.3.3

 www-apps/piwigo/Manifest            |  1 +
 www-apps/piwigo/piwigo-2.9.2.ebuild | 43 +++++++++++++++++++++++++++++++++++++
 2 files changed, 44 insertions(+)

diff --git a/www-apps/piwigo/Manifest b/www-apps/piwigo/Manifest
index a3d83010706..5bc30e0217f 100644
--- a/www-apps/piwigo/Manifest
+++ b/www-apps/piwigo/Manifest
@@ -1 +1,2 @@
 DIST piwigo-2.9.1.zip 7777925 SHA256 7ff2d936d5436d9883f318ac32c1a3b482b870abb7e825d7414ebb21b2ab147d SHA512 5fee3e96a5a9a4d70cc1528f40569b45c1898e71245ca7fcfdf529d39ee79ae0d419ef38b61c536dfb5150d1f9fe683ceabf8393455d51539253d0010ccc2fff WHIRLPOOL 63d22402e80e18d85d0bdd2a9ac65f1ebf6a3d9479d43b5e239a3ebdc10dc72ba6b21b22670f24bb1c9303fbf301f20a80dc61e2c058083329967cf1aab7ef69
+DIST piwigo-2.9.2.zip 7794574 SHA256 344937dd1685efb41c1aa7301497aea0fb84707a6a9809eca9efb390d4eadb4a SHA512 e87ff57a4713435880c0a9c8b03db30952741c3e9a8d7b8e3f13410d78d9b117d7a63693ec42f288c7516ed623746c6191b69a5a4fd5c31afdfcc36e93d3de1d WHIRLPOOL 1909c41e4d01f17bc67e67cb20d162ba1b25c07a9430a061952012d64c72037efda8840e8f99d2832d585c1e0c19dbfaa1177c5b85f4f8c49b01b795a9a81c65

diff --git a/www-apps/piwigo/piwigo-2.9.2.ebuild b/www-apps/piwigo/piwigo-2.9.2.ebuild
new file mode 100644
index 00000000000..5eabb1cb906
--- /dev/null
+++ b/www-apps/piwigo/piwigo-2.9.2.ebuild
@@ -0,0 +1,43 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+inherit webapp
+
+DESCRIPTION="a photo gallery software for the web"
+HOMEPAGE="http://piwigo.org/"
+SRC_URI="http://piwigo.org/download/dlcounter.php?code=${PV} -> ${P}.zip"
+
+LICENSE="GPL-2"
+KEYWORDS="~amd64 ~x86"
+IUSE="+exif +gd imagemagick"
+
+DEPEND=""
+RDEPEND="
+	imagemagick? ( virtual/imagemagick-tools )
+	dev-lang/php[ctype,exif?,gd?,filter,iconv,json,mysqli]
+	>=virtual/mysql-5.0
+	virtual/httpd-php"
+
+REQUIRED_USE="|| ( gd imagemagick )"
+
+S=${WORKDIR}/${PN}
+
+src_install() {
+	webapp_src_preinst
+
+	insinto "${MY_HTDOCSDIR}"
+	doins -r .
+
+	# Local configuration, and parts that can be updated
+	webapp_serverowned "${MY_HTDOCSDIR}"/_data
+	webapp_serverowned -R "${MY_HTDOCSDIR}"/galleries
+	webapp_serverowned -R "${MY_HTDOCSDIR}"/language
+	webapp_serverowned -R "${MY_HTDOCSDIR}"/local
+	webapp_serverowned -R "${MY_HTDOCSDIR}"/plugins
+	webapp_serverowned -R "${MY_HTDOCSDIR}"/template-extension
+	webapp_serverowned -R "${MY_HTDOCSDIR}"/themes
+	webapp_serverowned "${MY_HTDOCSDIR}"/upload
+
+	webapp_src_install
+}


^ permalink raw reply related	[flat|nested] 61+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: www-apps/piwigo/
@ 2017-10-07 22:08 Bernard Cafarelli
  0 siblings, 0 replies; 61+ messages in thread
From: Bernard Cafarelli @ 2017-10-07 22:08 UTC (permalink / raw
  To: gentoo-commits

commit:     73902e9d80cc91d82117da796842f6abea2e6a3b
Author:     Bernard Cafarelli <voyageur <AT> gentoo <DOT> org>
AuthorDate: Sat Oct  7 22:05:41 2017 +0000
Commit:     Bernard Cafarelli <voyageur <AT> gentoo <DOT> org>
CommitDate: Sat Oct  7 22:05:41 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=73902e9d

www-apps/piwigo: drop old

Package-Manager: Portage-2.3.11, Repoman-2.3.3

 www-apps/piwigo/Manifest               |  2 --
 www-apps/piwigo/piwigo-2.8.6-r1.ebuild | 43 ----------------------------------
 www-apps/piwigo/piwigo-2.9.0.ebuild    | 43 ----------------------------------
 3 files changed, 88 deletions(-)

diff --git a/www-apps/piwigo/Manifest b/www-apps/piwigo/Manifest
index 7af272be08f..a3d83010706 100644
--- a/www-apps/piwigo/Manifest
+++ b/www-apps/piwigo/Manifest
@@ -1,3 +1 @@
-DIST piwigo-2.8.6.zip 7608839 SHA256 74e400afd780642d19752a1f6ea5d864b97047cc525ed2abfff95e1eba44b565 SHA512 1f68daa77722d6d3f00b644a50fd0be7dfa39d6390f8b202f4a61e890bd721c62ba34764f2b1634166ff12dc9ccbee117bd24d82f690c16abf6c5f37cb1b639f WHIRLPOOL 45070d3685302f017b488f44e08a81ee5cb9de1151d2467b13a461d50fa207c5ca1a02f4414745e555630acd37624dfd3cd1f67cf24cd10b8ed055583679aaf2
-DIST piwigo-2.9.0.zip 7763733 SHA256 5301b8bf83aaa6542430a701ed814e316f13878593e525be4d5730c9caf36f6f SHA512 13f91e9ccb348fbcde6540e589a068da1aeead643303fc374db4d4b6ad5e491eeb1bdc4eca2b2d8707e23b858b6b76577433e0e33f9911cabbaeb4ce3e171cdf WHIRLPOOL dae383c3748513086dd70afd7f469d43451960cd526ae7ad59888e49d3abcb43020078403a8240656b6aed439af109fd9d7f4375eb5b8175d8f958584d3356b5
 DIST piwigo-2.9.1.zip 7777925 SHA256 7ff2d936d5436d9883f318ac32c1a3b482b870abb7e825d7414ebb21b2ab147d SHA512 5fee3e96a5a9a4d70cc1528f40569b45c1898e71245ca7fcfdf529d39ee79ae0d419ef38b61c536dfb5150d1f9fe683ceabf8393455d51539253d0010ccc2fff WHIRLPOOL 63d22402e80e18d85d0bdd2a9ac65f1ebf6a3d9479d43b5e239a3ebdc10dc72ba6b21b22670f24bb1c9303fbf301f20a80dc61e2c058083329967cf1aab7ef69

diff --git a/www-apps/piwigo/piwigo-2.8.6-r1.ebuild b/www-apps/piwigo/piwigo-2.8.6-r1.ebuild
deleted file mode 100644
index 5eabb1cb906..00000000000
--- a/www-apps/piwigo/piwigo-2.8.6-r1.ebuild
+++ /dev/null
@@ -1,43 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-inherit webapp
-
-DESCRIPTION="a photo gallery software for the web"
-HOMEPAGE="http://piwigo.org/"
-SRC_URI="http://piwigo.org/download/dlcounter.php?code=${PV} -> ${P}.zip"
-
-LICENSE="GPL-2"
-KEYWORDS="~amd64 ~x86"
-IUSE="+exif +gd imagemagick"
-
-DEPEND=""
-RDEPEND="
-	imagemagick? ( virtual/imagemagick-tools )
-	dev-lang/php[ctype,exif?,gd?,filter,iconv,json,mysqli]
-	>=virtual/mysql-5.0
-	virtual/httpd-php"
-
-REQUIRED_USE="|| ( gd imagemagick )"
-
-S=${WORKDIR}/${PN}
-
-src_install() {
-	webapp_src_preinst
-
-	insinto "${MY_HTDOCSDIR}"
-	doins -r .
-
-	# Local configuration, and parts that can be updated
-	webapp_serverowned "${MY_HTDOCSDIR}"/_data
-	webapp_serverowned -R "${MY_HTDOCSDIR}"/galleries
-	webapp_serverowned -R "${MY_HTDOCSDIR}"/language
-	webapp_serverowned -R "${MY_HTDOCSDIR}"/local
-	webapp_serverowned -R "${MY_HTDOCSDIR}"/plugins
-	webapp_serverowned -R "${MY_HTDOCSDIR}"/template-extension
-	webapp_serverowned -R "${MY_HTDOCSDIR}"/themes
-	webapp_serverowned "${MY_HTDOCSDIR}"/upload
-
-	webapp_src_install
-}

diff --git a/www-apps/piwigo/piwigo-2.9.0.ebuild b/www-apps/piwigo/piwigo-2.9.0.ebuild
deleted file mode 100644
index 5eabb1cb906..00000000000
--- a/www-apps/piwigo/piwigo-2.9.0.ebuild
+++ /dev/null
@@ -1,43 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-inherit webapp
-
-DESCRIPTION="a photo gallery software for the web"
-HOMEPAGE="http://piwigo.org/"
-SRC_URI="http://piwigo.org/download/dlcounter.php?code=${PV} -> ${P}.zip"
-
-LICENSE="GPL-2"
-KEYWORDS="~amd64 ~x86"
-IUSE="+exif +gd imagemagick"
-
-DEPEND=""
-RDEPEND="
-	imagemagick? ( virtual/imagemagick-tools )
-	dev-lang/php[ctype,exif?,gd?,filter,iconv,json,mysqli]
-	>=virtual/mysql-5.0
-	virtual/httpd-php"
-
-REQUIRED_USE="|| ( gd imagemagick )"
-
-S=${WORKDIR}/${PN}
-
-src_install() {
-	webapp_src_preinst
-
-	insinto "${MY_HTDOCSDIR}"
-	doins -r .
-
-	# Local configuration, and parts that can be updated
-	webapp_serverowned "${MY_HTDOCSDIR}"/_data
-	webapp_serverowned -R "${MY_HTDOCSDIR}"/galleries
-	webapp_serverowned -R "${MY_HTDOCSDIR}"/language
-	webapp_serverowned -R "${MY_HTDOCSDIR}"/local
-	webapp_serverowned -R "${MY_HTDOCSDIR}"/plugins
-	webapp_serverowned -R "${MY_HTDOCSDIR}"/template-extension
-	webapp_serverowned -R "${MY_HTDOCSDIR}"/themes
-	webapp_serverowned "${MY_HTDOCSDIR}"/upload
-
-	webapp_src_install
-}


^ permalink raw reply related	[flat|nested] 61+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: www-apps/piwigo/
@ 2018-02-26 20:10 Bernard Cafarelli
  0 siblings, 0 replies; 61+ messages in thread
From: Bernard Cafarelli @ 2018-02-26 20:10 UTC (permalink / raw
  To: gentoo-commits

commit:     cf239ba44fd25f04635fe886187d3848fe391ab2
Author:     Bernard Cafarelli <voyageur <AT> gentoo <DOT> org>
AuthorDate: Mon Feb 26 20:08:08 2018 +0000
Commit:     Bernard Cafarelli <voyageur <AT> gentoo <DOT> org>
CommitDate: Mon Feb 26 20:08:19 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cf239ba4

www-apps/piwigo: drop security vulnerable versions

Bug: https://bugs.gentoo.org/639704
Package-Manager: Portage-2.3.24, Repoman-2.3.6

 www-apps/piwigo/Manifest            |  2 --
 www-apps/piwigo/piwigo-2.9.1.ebuild | 43 -------------------------------------
 www-apps/piwigo/piwigo-2.9.2.ebuild | 43 -------------------------------------
 3 files changed, 88 deletions(-)

diff --git a/www-apps/piwigo/Manifest b/www-apps/piwigo/Manifest
index 246914e2e97..c3089f02b79 100644
--- a/www-apps/piwigo/Manifest
+++ b/www-apps/piwigo/Manifest
@@ -1,3 +1 @@
-DIST piwigo-2.9.1.zip 7777925 BLAKE2B c11ad2bf3ac6bcaf8530fa3d2f414a14298c988df33b8c069f355cea1a91121e8e36f0019514583914c218d5851874ce4cbd9f3724f223fa6dbe61f76216bd24 SHA512 5fee3e96a5a9a4d70cc1528f40569b45c1898e71245ca7fcfdf529d39ee79ae0d419ef38b61c536dfb5150d1f9fe683ceabf8393455d51539253d0010ccc2fff
-DIST piwigo-2.9.2.zip 7794574 BLAKE2B 581e65de96cdca192fd3ca03680b559569c3aaa999cdcee74b3b796294be0076a2c4fce1d482b84411ea038daa4ce2ea67960e16594a937b3a38374690574f2a SHA512 e87ff57a4713435880c0a9c8b03db30952741c3e9a8d7b8e3f13410d78d9b117d7a63693ec42f288c7516ed623746c6191b69a5a4fd5c31afdfcc36e93d3de1d
 DIST piwigo-2.9.3.zip 7818425 BLAKE2B 383c57049c7f89a6cd7ff58a6887b7cab58238909a811710085930c48f128b51754a87272ba2079626ea18c730cb7eb849b4e93942d06df400a6de46eea9035d SHA512 e6cf77e22aa01c6daad468d22838dda24f57352da04afefddd43a7c2df80c1c95a63b8d1d5eaf6c2711d6706df1a7752076d5b3a4ba82171a640a879e6283498

diff --git a/www-apps/piwigo/piwigo-2.9.1.ebuild b/www-apps/piwigo/piwigo-2.9.1.ebuild
deleted file mode 100644
index 5eabb1cb906..00000000000
--- a/www-apps/piwigo/piwigo-2.9.1.ebuild
+++ /dev/null
@@ -1,43 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-inherit webapp
-
-DESCRIPTION="a photo gallery software for the web"
-HOMEPAGE="http://piwigo.org/"
-SRC_URI="http://piwigo.org/download/dlcounter.php?code=${PV} -> ${P}.zip"
-
-LICENSE="GPL-2"
-KEYWORDS="~amd64 ~x86"
-IUSE="+exif +gd imagemagick"
-
-DEPEND=""
-RDEPEND="
-	imagemagick? ( virtual/imagemagick-tools )
-	dev-lang/php[ctype,exif?,gd?,filter,iconv,json,mysqli]
-	>=virtual/mysql-5.0
-	virtual/httpd-php"
-
-REQUIRED_USE="|| ( gd imagemagick )"
-
-S=${WORKDIR}/${PN}
-
-src_install() {
-	webapp_src_preinst
-
-	insinto "${MY_HTDOCSDIR}"
-	doins -r .
-
-	# Local configuration, and parts that can be updated
-	webapp_serverowned "${MY_HTDOCSDIR}"/_data
-	webapp_serverowned -R "${MY_HTDOCSDIR}"/galleries
-	webapp_serverowned -R "${MY_HTDOCSDIR}"/language
-	webapp_serverowned -R "${MY_HTDOCSDIR}"/local
-	webapp_serverowned -R "${MY_HTDOCSDIR}"/plugins
-	webapp_serverowned -R "${MY_HTDOCSDIR}"/template-extension
-	webapp_serverowned -R "${MY_HTDOCSDIR}"/themes
-	webapp_serverowned "${MY_HTDOCSDIR}"/upload
-
-	webapp_src_install
-}

diff --git a/www-apps/piwigo/piwigo-2.9.2.ebuild b/www-apps/piwigo/piwigo-2.9.2.ebuild
deleted file mode 100644
index 5eabb1cb906..00000000000
--- a/www-apps/piwigo/piwigo-2.9.2.ebuild
+++ /dev/null
@@ -1,43 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-inherit webapp
-
-DESCRIPTION="a photo gallery software for the web"
-HOMEPAGE="http://piwigo.org/"
-SRC_URI="http://piwigo.org/download/dlcounter.php?code=${PV} -> ${P}.zip"
-
-LICENSE="GPL-2"
-KEYWORDS="~amd64 ~x86"
-IUSE="+exif +gd imagemagick"
-
-DEPEND=""
-RDEPEND="
-	imagemagick? ( virtual/imagemagick-tools )
-	dev-lang/php[ctype,exif?,gd?,filter,iconv,json,mysqli]
-	>=virtual/mysql-5.0
-	virtual/httpd-php"
-
-REQUIRED_USE="|| ( gd imagemagick )"
-
-S=${WORKDIR}/${PN}
-
-src_install() {
-	webapp_src_preinst
-
-	insinto "${MY_HTDOCSDIR}"
-	doins -r .
-
-	# Local configuration, and parts that can be updated
-	webapp_serverowned "${MY_HTDOCSDIR}"/_data
-	webapp_serverowned -R "${MY_HTDOCSDIR}"/galleries
-	webapp_serverowned -R "${MY_HTDOCSDIR}"/language
-	webapp_serverowned -R "${MY_HTDOCSDIR}"/local
-	webapp_serverowned -R "${MY_HTDOCSDIR}"/plugins
-	webapp_serverowned -R "${MY_HTDOCSDIR}"/template-extension
-	webapp_serverowned -R "${MY_HTDOCSDIR}"/themes
-	webapp_serverowned "${MY_HTDOCSDIR}"/upload
-
-	webapp_src_install
-}


^ permalink raw reply related	[flat|nested] 61+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: www-apps/piwigo/
@ 2018-02-26 20:10 Bernard Cafarelli
  0 siblings, 0 replies; 61+ messages in thread
From: Bernard Cafarelli @ 2018-02-26 20:10 UTC (permalink / raw
  To: gentoo-commits

commit:     d0bf8ff4c641c20248586988e0a19de870afba65
Author:     Bernard Cafarelli <voyageur <AT> gentoo <DOT> org>
AuthorDate: Mon Feb 26 20:07:29 2018 +0000
Commit:     Bernard Cafarelli <voyageur <AT> gentoo <DOT> org>
CommitDate: Mon Feb 26 20:08:19 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d0bf8ff4

www-apps/piwigo: 2.9.3 bump

Package-Manager: Portage-2.3.24, Repoman-2.3.6

 www-apps/piwigo/Manifest            |  1 +
 www-apps/piwigo/piwigo-2.9.3.ebuild | 43 +++++++++++++++++++++++++++++++++++++
 2 files changed, 44 insertions(+)

diff --git a/www-apps/piwigo/Manifest b/www-apps/piwigo/Manifest
index 89a38618c7d..246914e2e97 100644
--- a/www-apps/piwigo/Manifest
+++ b/www-apps/piwigo/Manifest
@@ -1,2 +1,3 @@
 DIST piwigo-2.9.1.zip 7777925 BLAKE2B c11ad2bf3ac6bcaf8530fa3d2f414a14298c988df33b8c069f355cea1a91121e8e36f0019514583914c218d5851874ce4cbd9f3724f223fa6dbe61f76216bd24 SHA512 5fee3e96a5a9a4d70cc1528f40569b45c1898e71245ca7fcfdf529d39ee79ae0d419ef38b61c536dfb5150d1f9fe683ceabf8393455d51539253d0010ccc2fff
 DIST piwigo-2.9.2.zip 7794574 BLAKE2B 581e65de96cdca192fd3ca03680b559569c3aaa999cdcee74b3b796294be0076a2c4fce1d482b84411ea038daa4ce2ea67960e16594a937b3a38374690574f2a SHA512 e87ff57a4713435880c0a9c8b03db30952741c3e9a8d7b8e3f13410d78d9b117d7a63693ec42f288c7516ed623746c6191b69a5a4fd5c31afdfcc36e93d3de1d
+DIST piwigo-2.9.3.zip 7818425 BLAKE2B 383c57049c7f89a6cd7ff58a6887b7cab58238909a811710085930c48f128b51754a87272ba2079626ea18c730cb7eb849b4e93942d06df400a6de46eea9035d SHA512 e6cf77e22aa01c6daad468d22838dda24f57352da04afefddd43a7c2df80c1c95a63b8d1d5eaf6c2711d6706df1a7752076d5b3a4ba82171a640a879e6283498

diff --git a/www-apps/piwigo/piwigo-2.9.3.ebuild b/www-apps/piwigo/piwigo-2.9.3.ebuild
new file mode 100644
index 00000000000..f9d1dfb8d27
--- /dev/null
+++ b/www-apps/piwigo/piwigo-2.9.3.ebuild
@@ -0,0 +1,43 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+inherit webapp
+
+DESCRIPTION="a photo gallery software for the web"
+HOMEPAGE="http://piwigo.org/"
+SRC_URI="http://piwigo.org/download/dlcounter.php?code=${PV} -> ${P}.zip"
+
+LICENSE="GPL-2"
+KEYWORDS="~amd64 ~x86"
+IUSE="+exif +gd imagemagick"
+
+DEPEND=""
+RDEPEND="
+	imagemagick? ( virtual/imagemagick-tools )
+	dev-lang/php[ctype,exif?,gd?,filter,iconv,json,mysqli]
+	>=virtual/mysql-5.0
+	virtual/httpd-php"
+
+REQUIRED_USE="|| ( gd imagemagick )"
+
+S=${WORKDIR}/${PN}
+
+src_install() {
+	webapp_src_preinst
+
+	insinto "${MY_HTDOCSDIR}"
+	doins -r .
+
+	# Local configuration, and parts that can be updated
+	webapp_serverowned "${MY_HTDOCSDIR}"/_data
+	webapp_serverowned -R "${MY_HTDOCSDIR}"/galleries
+	webapp_serverowned -R "${MY_HTDOCSDIR}"/language
+	webapp_serverowned -R "${MY_HTDOCSDIR}"/local
+	webapp_serverowned -R "${MY_HTDOCSDIR}"/plugins
+	webapp_serverowned -R "${MY_HTDOCSDIR}"/template-extension
+	webapp_serverowned -R "${MY_HTDOCSDIR}"/themes
+	webapp_serverowned "${MY_HTDOCSDIR}"/upload
+
+	webapp_src_install
+}


^ permalink raw reply related	[flat|nested] 61+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: www-apps/piwigo/
@ 2018-07-16 15:42 Bernard Cafarelli
  0 siblings, 0 replies; 61+ messages in thread
From: Bernard Cafarelli @ 2018-07-16 15:42 UTC (permalink / raw
  To: gentoo-commits

commit:     2707e3fa42562b64140efac775bfdd3e83f2ca5a
Author:     Bernard Cafarelli <voyageur <AT> gentoo <DOT> org>
AuthorDate: Mon Jul 16 15:39:01 2018 +0000
Commit:     Bernard Cafarelli <voyageur <AT> gentoo <DOT> org>
CommitDate: Mon Jul 16 15:42:33 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2707e3fa

www-apps/piwigo: 2.9.4 bump

Package-Manager: Portage-2.3.42, Repoman-2.3.9

 www-apps/piwigo/Manifest            |  1 +
 www-apps/piwigo/piwigo-2.9.4.ebuild | 43 +++++++++++++++++++++++++++++++++++++
 2 files changed, 44 insertions(+)

diff --git a/www-apps/piwigo/Manifest b/www-apps/piwigo/Manifest
index c3089f02b79..f30d8067e26 100644
--- a/www-apps/piwigo/Manifest
+++ b/www-apps/piwigo/Manifest
@@ -1 +1,2 @@
 DIST piwigo-2.9.3.zip 7818425 BLAKE2B 383c57049c7f89a6cd7ff58a6887b7cab58238909a811710085930c48f128b51754a87272ba2079626ea18c730cb7eb849b4e93942d06df400a6de46eea9035d SHA512 e6cf77e22aa01c6daad468d22838dda24f57352da04afefddd43a7c2df80c1c95a63b8d1d5eaf6c2711d6706df1a7752076d5b3a4ba82171a640a879e6283498
+DIST piwigo-2.9.4.zip 7846445 BLAKE2B 8c8eb7ab0e153ad9665ab3b18b70f5090b2d6545b312b19fcbca6f80b3e017b16bf94271ae071e02c2b8978802adb4e69a287a4e6dedaa728a41d6479765fc57 SHA512 b558700f041402f1fa399d1599ceaca4bb381ba818f189b5dca68a5b09d65416b5cbf2c4f48c8390381cffe98c840d4279c0b57c698ca5a81c0304ecc4a9a80c

diff --git a/www-apps/piwigo/piwigo-2.9.4.ebuild b/www-apps/piwigo/piwigo-2.9.4.ebuild
new file mode 100644
index 00000000000..f9d1dfb8d27
--- /dev/null
+++ b/www-apps/piwigo/piwigo-2.9.4.ebuild
@@ -0,0 +1,43 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+inherit webapp
+
+DESCRIPTION="a photo gallery software for the web"
+HOMEPAGE="http://piwigo.org/"
+SRC_URI="http://piwigo.org/download/dlcounter.php?code=${PV} -> ${P}.zip"
+
+LICENSE="GPL-2"
+KEYWORDS="~amd64 ~x86"
+IUSE="+exif +gd imagemagick"
+
+DEPEND=""
+RDEPEND="
+	imagemagick? ( virtual/imagemagick-tools )
+	dev-lang/php[ctype,exif?,gd?,filter,iconv,json,mysqli]
+	>=virtual/mysql-5.0
+	virtual/httpd-php"
+
+REQUIRED_USE="|| ( gd imagemagick )"
+
+S=${WORKDIR}/${PN}
+
+src_install() {
+	webapp_src_preinst
+
+	insinto "${MY_HTDOCSDIR}"
+	doins -r .
+
+	# Local configuration, and parts that can be updated
+	webapp_serverowned "${MY_HTDOCSDIR}"/_data
+	webapp_serverowned -R "${MY_HTDOCSDIR}"/galleries
+	webapp_serverowned -R "${MY_HTDOCSDIR}"/language
+	webapp_serverowned -R "${MY_HTDOCSDIR}"/local
+	webapp_serverowned -R "${MY_HTDOCSDIR}"/plugins
+	webapp_serverowned -R "${MY_HTDOCSDIR}"/template-extension
+	webapp_serverowned -R "${MY_HTDOCSDIR}"/themes
+	webapp_serverowned "${MY_HTDOCSDIR}"/upload
+
+	webapp_src_install
+}


^ permalink raw reply related	[flat|nested] 61+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: www-apps/piwigo/
@ 2018-07-16 15:42 Bernard Cafarelli
  0 siblings, 0 replies; 61+ messages in thread
From: Bernard Cafarelli @ 2018-07-16 15:42 UTC (permalink / raw
  To: gentoo-commits

commit:     b4d4aa3b9b1a968e016a64ff170caead854025a4
Author:     Bernard Cafarelli <voyageur <AT> gentoo <DOT> org>
AuthorDate: Mon Jul 16 15:39:29 2018 +0000
Commit:     Bernard Cafarelli <voyageur <AT> gentoo <DOT> org>
CommitDate: Mon Jul 16 15:42:33 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b4d4aa3b

www-apps/piwigo: drop old, security bug #649792

Package-Manager: Portage-2.3.42, Repoman-2.3.9

 www-apps/piwigo/Manifest            |  1 -
 www-apps/piwigo/piwigo-2.9.3.ebuild | 43 -------------------------------------
 2 files changed, 44 deletions(-)

diff --git a/www-apps/piwigo/Manifest b/www-apps/piwigo/Manifest
index f30d8067e26..c613ed398a4 100644
--- a/www-apps/piwigo/Manifest
+++ b/www-apps/piwigo/Manifest
@@ -1,2 +1 @@
-DIST piwigo-2.9.3.zip 7818425 BLAKE2B 383c57049c7f89a6cd7ff58a6887b7cab58238909a811710085930c48f128b51754a87272ba2079626ea18c730cb7eb849b4e93942d06df400a6de46eea9035d SHA512 e6cf77e22aa01c6daad468d22838dda24f57352da04afefddd43a7c2df80c1c95a63b8d1d5eaf6c2711d6706df1a7752076d5b3a4ba82171a640a879e6283498
 DIST piwigo-2.9.4.zip 7846445 BLAKE2B 8c8eb7ab0e153ad9665ab3b18b70f5090b2d6545b312b19fcbca6f80b3e017b16bf94271ae071e02c2b8978802adb4e69a287a4e6dedaa728a41d6479765fc57 SHA512 b558700f041402f1fa399d1599ceaca4bb381ba818f189b5dca68a5b09d65416b5cbf2c4f48c8390381cffe98c840d4279c0b57c698ca5a81c0304ecc4a9a80c

diff --git a/www-apps/piwigo/piwigo-2.9.3.ebuild b/www-apps/piwigo/piwigo-2.9.3.ebuild
deleted file mode 100644
index f9d1dfb8d27..00000000000
--- a/www-apps/piwigo/piwigo-2.9.3.ebuild
+++ /dev/null
@@ -1,43 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-inherit webapp
-
-DESCRIPTION="a photo gallery software for the web"
-HOMEPAGE="http://piwigo.org/"
-SRC_URI="http://piwigo.org/download/dlcounter.php?code=${PV} -> ${P}.zip"
-
-LICENSE="GPL-2"
-KEYWORDS="~amd64 ~x86"
-IUSE="+exif +gd imagemagick"
-
-DEPEND=""
-RDEPEND="
-	imagemagick? ( virtual/imagemagick-tools )
-	dev-lang/php[ctype,exif?,gd?,filter,iconv,json,mysqli]
-	>=virtual/mysql-5.0
-	virtual/httpd-php"
-
-REQUIRED_USE="|| ( gd imagemagick )"
-
-S=${WORKDIR}/${PN}
-
-src_install() {
-	webapp_src_preinst
-
-	insinto "${MY_HTDOCSDIR}"
-	doins -r .
-
-	# Local configuration, and parts that can be updated
-	webapp_serverowned "${MY_HTDOCSDIR}"/_data
-	webapp_serverowned -R "${MY_HTDOCSDIR}"/galleries
-	webapp_serverowned -R "${MY_HTDOCSDIR}"/language
-	webapp_serverowned -R "${MY_HTDOCSDIR}"/local
-	webapp_serverowned -R "${MY_HTDOCSDIR}"/plugins
-	webapp_serverowned -R "${MY_HTDOCSDIR}"/template-extension
-	webapp_serverowned -R "${MY_HTDOCSDIR}"/themes
-	webapp_serverowned "${MY_HTDOCSDIR}"/upload
-
-	webapp_src_install
-}


^ permalink raw reply related	[flat|nested] 61+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: www-apps/piwigo/
@ 2019-04-10 13:12 Bernard Cafarelli
  0 siblings, 0 replies; 61+ messages in thread
From: Bernard Cafarelli @ 2019-04-10 13:12 UTC (permalink / raw
  To: gentoo-commits

commit:     0e93a6d844989cf562a44247226f4d2b640519dc
Author:     Bernard Cafarelli <voyageur <AT> gentoo <DOT> org>
AuthorDate: Wed Apr 10 13:11:57 2019 +0000
Commit:     Bernard Cafarelli <voyageur <AT> gentoo <DOT> org>
CommitDate: Wed Apr 10 13:11:57 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0e93a6d8

www-apps/piwigo: 2.9.5 bump

Package-Manager: Portage-2.3.62, Repoman-2.3.12
Signed-off-by: Bernard Cafarelli <voyageur <AT> gentoo.org>

 www-apps/piwigo/Manifest            |  1 +
 www-apps/piwigo/piwigo-2.9.5.ebuild | 43 +++++++++++++++++++++++++++++++++++++
 2 files changed, 44 insertions(+)

diff --git a/www-apps/piwigo/Manifest b/www-apps/piwigo/Manifest
index c613ed398a4..23f388e54d0 100644
--- a/www-apps/piwigo/Manifest
+++ b/www-apps/piwigo/Manifest
@@ -1 +1,2 @@
 DIST piwigo-2.9.4.zip 7846445 BLAKE2B 8c8eb7ab0e153ad9665ab3b18b70f5090b2d6545b312b19fcbca6f80b3e017b16bf94271ae071e02c2b8978802adb4e69a287a4e6dedaa728a41d6479765fc57 SHA512 b558700f041402f1fa399d1599ceaca4bb381ba818f189b5dca68a5b09d65416b5cbf2c4f48c8390381cffe98c840d4279c0b57c698ca5a81c0304ecc4a9a80c
+DIST piwigo-2.9.5.zip 7870527 BLAKE2B 6a61f97125d3594d1672d3e9dec29716dff62417c07f0803c576c2cd9636273425342791e97abd7abc8f50dac56ebc4b7843435d75cbb3fd8c29e9723f9a32c7 SHA512 d211a86b40f3a20f406a4bbce87c094bc155b664fe7fb5ec5ab4de6e0bb0228c0c0aa30a04437469ea2360bc72b9e76b265b2811d77aad857fd85eeccb4d30c2

diff --git a/www-apps/piwigo/piwigo-2.9.5.ebuild b/www-apps/piwigo/piwigo-2.9.5.ebuild
new file mode 100644
index 00000000000..56866abb304
--- /dev/null
+++ b/www-apps/piwigo/piwigo-2.9.5.ebuild
@@ -0,0 +1,43 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+inherit webapp
+
+DESCRIPTION="a photo gallery software for the web"
+HOMEPAGE="http://piwigo.org/"
+SRC_URI="http://piwigo.org/download/dlcounter.php?code=${PV} -> ${P}.zip"
+
+LICENSE="GPL-2"
+KEYWORDS="~amd64 ~x86"
+IUSE="+exif +gd imagemagick"
+
+DEPEND=""
+RDEPEND="
+	imagemagick? ( virtual/imagemagick-tools )
+	dev-lang/php[ctype,exif?,gd?,filter,iconv,json,mysqli]
+	>=virtual/mysql-5.0
+	virtual/httpd-php"
+
+REQUIRED_USE="|| ( gd imagemagick )"
+
+S=${WORKDIR}/${PN}
+
+src_install() {
+	webapp_src_preinst
+
+	insinto "${MY_HTDOCSDIR}"
+	doins -r .
+
+	# Local configuration, and parts that can be updated
+	webapp_serverowned "${MY_HTDOCSDIR}"/_data
+	webapp_serverowned -R "${MY_HTDOCSDIR}"/galleries
+	webapp_serverowned -R "${MY_HTDOCSDIR}"/language
+	webapp_serverowned -R "${MY_HTDOCSDIR}"/local
+	webapp_serverowned -R "${MY_HTDOCSDIR}"/plugins
+	webapp_serverowned -R "${MY_HTDOCSDIR}"/template-extension
+	webapp_serverowned -R "${MY_HTDOCSDIR}"/themes
+	webapp_serverowned "${MY_HTDOCSDIR}"/upload
+
+	webapp_src_install
+}


^ permalink raw reply related	[flat|nested] 61+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: www-apps/piwigo/
@ 2019-10-09  9:47 Bernard Cafarelli
  0 siblings, 0 replies; 61+ messages in thread
From: Bernard Cafarelli @ 2019-10-09  9:47 UTC (permalink / raw
  To: gentoo-commits

commit:     9a54ce13b2a751689efc309b4a7ecd8185b1d0dd
Author:     Bernard Cafarelli <voyageur <AT> gentoo <DOT> org>
AuthorDate: Wed Oct  9 08:18:26 2019 +0000
Commit:     Bernard Cafarelli <voyageur <AT> gentoo <DOT> org>
CommitDate: Wed Oct  9 09:45:03 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9a54ce13

www-apps/piwigo: 2.10.0 bump

Package-Manager: Portage-2.3.76, Repoman-2.3.17
Signed-off-by: Bernard Cafarelli <voyageur <AT> gentoo.org>

 www-apps/piwigo/Manifest             |  1 +
 www-apps/piwigo/piwigo-2.10.0.ebuild | 43 ++++++++++++++++++++++++++++++++++++
 2 files changed, 44 insertions(+)

diff --git a/www-apps/piwigo/Manifest b/www-apps/piwigo/Manifest
index 23f388e54d0..9a370dabb25 100644
--- a/www-apps/piwigo/Manifest
+++ b/www-apps/piwigo/Manifest
@@ -1,2 +1,3 @@
+DIST piwigo-2.10.0.zip 17155586 BLAKE2B 55610ff7714ccb50c15460edae37f0720bd7217a2e6034e844e978002ac0f1a90e1893bed0bf1132ee742ad68f810aac99345d9134787ef0ab9a6cdbc9591327 SHA512 665bdd45b5bd178fcc7c2133e9d1e3e81746eb3f877d0ef1253a74b3ec219ceda8fa4b4ec1d9d82302564170023f503b62f1c288f6c1226a4a32ca2e733cc9fa
 DIST piwigo-2.9.4.zip 7846445 BLAKE2B 8c8eb7ab0e153ad9665ab3b18b70f5090b2d6545b312b19fcbca6f80b3e017b16bf94271ae071e02c2b8978802adb4e69a287a4e6dedaa728a41d6479765fc57 SHA512 b558700f041402f1fa399d1599ceaca4bb381ba818f189b5dca68a5b09d65416b5cbf2c4f48c8390381cffe98c840d4279c0b57c698ca5a81c0304ecc4a9a80c
 DIST piwigo-2.9.5.zip 7870527 BLAKE2B 6a61f97125d3594d1672d3e9dec29716dff62417c07f0803c576c2cd9636273425342791e97abd7abc8f50dac56ebc4b7843435d75cbb3fd8c29e9723f9a32c7 SHA512 d211a86b40f3a20f406a4bbce87c094bc155b664fe7fb5ec5ab4de6e0bb0228c0c0aa30a04437469ea2360bc72b9e76b265b2811d77aad857fd85eeccb4d30c2

diff --git a/www-apps/piwigo/piwigo-2.10.0.ebuild b/www-apps/piwigo/piwigo-2.10.0.ebuild
new file mode 100644
index 00000000000..56866abb304
--- /dev/null
+++ b/www-apps/piwigo/piwigo-2.10.0.ebuild
@@ -0,0 +1,43 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+inherit webapp
+
+DESCRIPTION="a photo gallery software for the web"
+HOMEPAGE="http://piwigo.org/"
+SRC_URI="http://piwigo.org/download/dlcounter.php?code=${PV} -> ${P}.zip"
+
+LICENSE="GPL-2"
+KEYWORDS="~amd64 ~x86"
+IUSE="+exif +gd imagemagick"
+
+DEPEND=""
+RDEPEND="
+	imagemagick? ( virtual/imagemagick-tools )
+	dev-lang/php[ctype,exif?,gd?,filter,iconv,json,mysqli]
+	>=virtual/mysql-5.0
+	virtual/httpd-php"
+
+REQUIRED_USE="|| ( gd imagemagick )"
+
+S=${WORKDIR}/${PN}
+
+src_install() {
+	webapp_src_preinst
+
+	insinto "${MY_HTDOCSDIR}"
+	doins -r .
+
+	# Local configuration, and parts that can be updated
+	webapp_serverowned "${MY_HTDOCSDIR}"/_data
+	webapp_serverowned -R "${MY_HTDOCSDIR}"/galleries
+	webapp_serverowned -R "${MY_HTDOCSDIR}"/language
+	webapp_serverowned -R "${MY_HTDOCSDIR}"/local
+	webapp_serverowned -R "${MY_HTDOCSDIR}"/plugins
+	webapp_serverowned -R "${MY_HTDOCSDIR}"/template-extension
+	webapp_serverowned -R "${MY_HTDOCSDIR}"/themes
+	webapp_serverowned "${MY_HTDOCSDIR}"/upload
+
+	webapp_src_install
+}


^ permalink raw reply related	[flat|nested] 61+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: www-apps/piwigo/
@ 2019-10-09  9:47 Bernard Cafarelli
  0 siblings, 0 replies; 61+ messages in thread
From: Bernard Cafarelli @ 2019-10-09  9:47 UTC (permalink / raw
  To: gentoo-commits

commit:     9154a1773f733296814b387cd2c25b12d6342fe5
Author:     Bernard Cafarelli <voyageur <AT> gentoo <DOT> org>
AuthorDate: Wed Oct  9 08:19:02 2019 +0000
Commit:     Bernard Cafarelli <voyageur <AT> gentoo <DOT> org>
CommitDate: Wed Oct  9 09:45:04 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9154a177

www-apps/piwigo: drop old

Package-Manager: Portage-2.3.76, Repoman-2.3.17
Signed-off-by: Bernard Cafarelli <voyageur <AT> gentoo.org>

 www-apps/piwigo/Manifest            |  1 -
 www-apps/piwigo/piwigo-2.9.4.ebuild | 43 -------------------------------------
 2 files changed, 44 deletions(-)

diff --git a/www-apps/piwigo/Manifest b/www-apps/piwigo/Manifest
index 9a370dabb25..b042a8e9c53 100644
--- a/www-apps/piwigo/Manifest
+++ b/www-apps/piwigo/Manifest
@@ -1,3 +1,2 @@
 DIST piwigo-2.10.0.zip 17155586 BLAKE2B 55610ff7714ccb50c15460edae37f0720bd7217a2e6034e844e978002ac0f1a90e1893bed0bf1132ee742ad68f810aac99345d9134787ef0ab9a6cdbc9591327 SHA512 665bdd45b5bd178fcc7c2133e9d1e3e81746eb3f877d0ef1253a74b3ec219ceda8fa4b4ec1d9d82302564170023f503b62f1c288f6c1226a4a32ca2e733cc9fa
-DIST piwigo-2.9.4.zip 7846445 BLAKE2B 8c8eb7ab0e153ad9665ab3b18b70f5090b2d6545b312b19fcbca6f80b3e017b16bf94271ae071e02c2b8978802adb4e69a287a4e6dedaa728a41d6479765fc57 SHA512 b558700f041402f1fa399d1599ceaca4bb381ba818f189b5dca68a5b09d65416b5cbf2c4f48c8390381cffe98c840d4279c0b57c698ca5a81c0304ecc4a9a80c
 DIST piwigo-2.9.5.zip 7870527 BLAKE2B 6a61f97125d3594d1672d3e9dec29716dff62417c07f0803c576c2cd9636273425342791e97abd7abc8f50dac56ebc4b7843435d75cbb3fd8c29e9723f9a32c7 SHA512 d211a86b40f3a20f406a4bbce87c094bc155b664fe7fb5ec5ab4de6e0bb0228c0c0aa30a04437469ea2360bc72b9e76b265b2811d77aad857fd85eeccb4d30c2

diff --git a/www-apps/piwigo/piwigo-2.9.4.ebuild b/www-apps/piwigo/piwigo-2.9.4.ebuild
deleted file mode 100644
index f9d1dfb8d27..00000000000
--- a/www-apps/piwigo/piwigo-2.9.4.ebuild
+++ /dev/null
@@ -1,43 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-inherit webapp
-
-DESCRIPTION="a photo gallery software for the web"
-HOMEPAGE="http://piwigo.org/"
-SRC_URI="http://piwigo.org/download/dlcounter.php?code=${PV} -> ${P}.zip"
-
-LICENSE="GPL-2"
-KEYWORDS="~amd64 ~x86"
-IUSE="+exif +gd imagemagick"
-
-DEPEND=""
-RDEPEND="
-	imagemagick? ( virtual/imagemagick-tools )
-	dev-lang/php[ctype,exif?,gd?,filter,iconv,json,mysqli]
-	>=virtual/mysql-5.0
-	virtual/httpd-php"
-
-REQUIRED_USE="|| ( gd imagemagick )"
-
-S=${WORKDIR}/${PN}
-
-src_install() {
-	webapp_src_preinst
-
-	insinto "${MY_HTDOCSDIR}"
-	doins -r .
-
-	# Local configuration, and parts that can be updated
-	webapp_serverowned "${MY_HTDOCSDIR}"/_data
-	webapp_serverowned -R "${MY_HTDOCSDIR}"/galleries
-	webapp_serverowned -R "${MY_HTDOCSDIR}"/language
-	webapp_serverowned -R "${MY_HTDOCSDIR}"/local
-	webapp_serverowned -R "${MY_HTDOCSDIR}"/plugins
-	webapp_serverowned -R "${MY_HTDOCSDIR}"/template-extension
-	webapp_serverowned -R "${MY_HTDOCSDIR}"/themes
-	webapp_serverowned "${MY_HTDOCSDIR}"/upload
-
-	webapp_src_install
-}


^ permalink raw reply related	[flat|nested] 61+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: www-apps/piwigo/
@ 2019-10-14 21:11 Bernard Cafarelli
  0 siblings, 0 replies; 61+ messages in thread
From: Bernard Cafarelli @ 2019-10-14 21:11 UTC (permalink / raw
  To: gentoo-commits

commit:     c7fc7edc53c6d7cab4a2607769577f0197c1a259
Author:     Bernard Cafarelli <voyageur <AT> gentoo <DOT> org>
AuthorDate: Mon Oct 14 21:01:02 2019 +0000
Commit:     Bernard Cafarelli <voyageur <AT> gentoo <DOT> org>
CommitDate: Mon Oct 14 21:04:02 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c7fc7edc

www-apps/piwigo: 2.10.1 bump

Package-Manager: Portage-2.3.76, Repoman-2.3.17
Signed-off-by: Bernard Cafarelli <voyageur <AT> gentoo.org>

 www-apps/piwigo/Manifest             |  1 +
 www-apps/piwigo/piwigo-2.10.1.ebuild | 43 ++++++++++++++++++++++++++++++++++++
 2 files changed, 44 insertions(+)

diff --git a/www-apps/piwigo/Manifest b/www-apps/piwigo/Manifest
index b042a8e9c53..4cf9cccaed1 100644
--- a/www-apps/piwigo/Manifest
+++ b/www-apps/piwigo/Manifest
@@ -1,2 +1,3 @@
 DIST piwigo-2.10.0.zip 17155586 BLAKE2B 55610ff7714ccb50c15460edae37f0720bd7217a2e6034e844e978002ac0f1a90e1893bed0bf1132ee742ad68f810aac99345d9134787ef0ab9a6cdbc9591327 SHA512 665bdd45b5bd178fcc7c2133e9d1e3e81746eb3f877d0ef1253a74b3ec219ceda8fa4b4ec1d9d82302564170023f503b62f1c288f6c1226a4a32ca2e733cc9fa
+DIST piwigo-2.10.1.zip 17155920 BLAKE2B 2f25d6c4488d9208bd37ad98b2ddfa302d23600442165d5513c8b21c72d017c17ef1c10357009110ba79259ee5a4f0a9495a423235c98cd8d5003ba83bd9b980 SHA512 9ca1119db13f312d16a7a3f04564562b26abd45b6ee731cd2280192fff14384add077a3a14a139f7b5301008c6c702a302de76a3a23873b835ec8417127aa77f
 DIST piwigo-2.9.5.zip 7870527 BLAKE2B 6a61f97125d3594d1672d3e9dec29716dff62417c07f0803c576c2cd9636273425342791e97abd7abc8f50dac56ebc4b7843435d75cbb3fd8c29e9723f9a32c7 SHA512 d211a86b40f3a20f406a4bbce87c094bc155b664fe7fb5ec5ab4de6e0bb0228c0c0aa30a04437469ea2360bc72b9e76b265b2811d77aad857fd85eeccb4d30c2

diff --git a/www-apps/piwigo/piwigo-2.10.1.ebuild b/www-apps/piwigo/piwigo-2.10.1.ebuild
new file mode 100644
index 00000000000..56866abb304
--- /dev/null
+++ b/www-apps/piwigo/piwigo-2.10.1.ebuild
@@ -0,0 +1,43 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+inherit webapp
+
+DESCRIPTION="a photo gallery software for the web"
+HOMEPAGE="http://piwigo.org/"
+SRC_URI="http://piwigo.org/download/dlcounter.php?code=${PV} -> ${P}.zip"
+
+LICENSE="GPL-2"
+KEYWORDS="~amd64 ~x86"
+IUSE="+exif +gd imagemagick"
+
+DEPEND=""
+RDEPEND="
+	imagemagick? ( virtual/imagemagick-tools )
+	dev-lang/php[ctype,exif?,gd?,filter,iconv,json,mysqli]
+	>=virtual/mysql-5.0
+	virtual/httpd-php"
+
+REQUIRED_USE="|| ( gd imagemagick )"
+
+S=${WORKDIR}/${PN}
+
+src_install() {
+	webapp_src_preinst
+
+	insinto "${MY_HTDOCSDIR}"
+	doins -r .
+
+	# Local configuration, and parts that can be updated
+	webapp_serverowned "${MY_HTDOCSDIR}"/_data
+	webapp_serverowned -R "${MY_HTDOCSDIR}"/galleries
+	webapp_serverowned -R "${MY_HTDOCSDIR}"/language
+	webapp_serverowned -R "${MY_HTDOCSDIR}"/local
+	webapp_serverowned -R "${MY_HTDOCSDIR}"/plugins
+	webapp_serverowned -R "${MY_HTDOCSDIR}"/template-extension
+	webapp_serverowned -R "${MY_HTDOCSDIR}"/themes
+	webapp_serverowned "${MY_HTDOCSDIR}"/upload
+
+	webapp_src_install
+}


^ permalink raw reply related	[flat|nested] 61+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: www-apps/piwigo/
@ 2019-12-22 20:57 Bernard Cafarelli
  0 siblings, 0 replies; 61+ messages in thread
From: Bernard Cafarelli @ 2019-12-22 20:57 UTC (permalink / raw
  To: gentoo-commits

commit:     6d2b70dab2ba6958e09f831f15be3318577a6cc7
Author:     Bernard Cafarelli <voyageur <AT> gentoo <DOT> org>
AuthorDate: Sun Dec 22 20:51:13 2019 +0000
Commit:     Bernard Cafarelli <voyageur <AT> gentoo <DOT> org>
CommitDate: Sun Dec 22 20:57:02 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6d2b70da

www-apps/piwigo: drop old

Package-Manager: Portage-2.3.82, Repoman-2.3.20
Signed-off-by: Bernard Cafarelli <voyageur <AT> gentoo.org>

 www-apps/piwigo/Manifest             |  2 --
 www-apps/piwigo/piwigo-2.10.0.ebuild | 43 ------------------------------------
 www-apps/piwigo/piwigo-2.9.5.ebuild  | 43 ------------------------------------
 3 files changed, 88 deletions(-)

diff --git a/www-apps/piwigo/Manifest b/www-apps/piwigo/Manifest
index 4cf9cccaed1..cef096e6fc2 100644
--- a/www-apps/piwigo/Manifest
+++ b/www-apps/piwigo/Manifest
@@ -1,3 +1 @@
-DIST piwigo-2.10.0.zip 17155586 BLAKE2B 55610ff7714ccb50c15460edae37f0720bd7217a2e6034e844e978002ac0f1a90e1893bed0bf1132ee742ad68f810aac99345d9134787ef0ab9a6cdbc9591327 SHA512 665bdd45b5bd178fcc7c2133e9d1e3e81746eb3f877d0ef1253a74b3ec219ceda8fa4b4ec1d9d82302564170023f503b62f1c288f6c1226a4a32ca2e733cc9fa
 DIST piwigo-2.10.1.zip 17155920 BLAKE2B 2f25d6c4488d9208bd37ad98b2ddfa302d23600442165d5513c8b21c72d017c17ef1c10357009110ba79259ee5a4f0a9495a423235c98cd8d5003ba83bd9b980 SHA512 9ca1119db13f312d16a7a3f04564562b26abd45b6ee731cd2280192fff14384add077a3a14a139f7b5301008c6c702a302de76a3a23873b835ec8417127aa77f
-DIST piwigo-2.9.5.zip 7870527 BLAKE2B 6a61f97125d3594d1672d3e9dec29716dff62417c07f0803c576c2cd9636273425342791e97abd7abc8f50dac56ebc4b7843435d75cbb3fd8c29e9723f9a32c7 SHA512 d211a86b40f3a20f406a4bbce87c094bc155b664fe7fb5ec5ab4de6e0bb0228c0c0aa30a04437469ea2360bc72b9e76b265b2811d77aad857fd85eeccb4d30c2

diff --git a/www-apps/piwigo/piwigo-2.10.0.ebuild b/www-apps/piwigo/piwigo-2.10.0.ebuild
deleted file mode 100644
index 56866abb304..00000000000
--- a/www-apps/piwigo/piwigo-2.10.0.ebuild
+++ /dev/null
@@ -1,43 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-inherit webapp
-
-DESCRIPTION="a photo gallery software for the web"
-HOMEPAGE="http://piwigo.org/"
-SRC_URI="http://piwigo.org/download/dlcounter.php?code=${PV} -> ${P}.zip"
-
-LICENSE="GPL-2"
-KEYWORDS="~amd64 ~x86"
-IUSE="+exif +gd imagemagick"
-
-DEPEND=""
-RDEPEND="
-	imagemagick? ( virtual/imagemagick-tools )
-	dev-lang/php[ctype,exif?,gd?,filter,iconv,json,mysqli]
-	>=virtual/mysql-5.0
-	virtual/httpd-php"
-
-REQUIRED_USE="|| ( gd imagemagick )"
-
-S=${WORKDIR}/${PN}
-
-src_install() {
-	webapp_src_preinst
-
-	insinto "${MY_HTDOCSDIR}"
-	doins -r .
-
-	# Local configuration, and parts that can be updated
-	webapp_serverowned "${MY_HTDOCSDIR}"/_data
-	webapp_serverowned -R "${MY_HTDOCSDIR}"/galleries
-	webapp_serverowned -R "${MY_HTDOCSDIR}"/language
-	webapp_serverowned -R "${MY_HTDOCSDIR}"/local
-	webapp_serverowned -R "${MY_HTDOCSDIR}"/plugins
-	webapp_serverowned -R "${MY_HTDOCSDIR}"/template-extension
-	webapp_serverowned -R "${MY_HTDOCSDIR}"/themes
-	webapp_serverowned "${MY_HTDOCSDIR}"/upload
-
-	webapp_src_install
-}

diff --git a/www-apps/piwigo/piwigo-2.9.5.ebuild b/www-apps/piwigo/piwigo-2.9.5.ebuild
deleted file mode 100644
index 56866abb304..00000000000
--- a/www-apps/piwigo/piwigo-2.9.5.ebuild
+++ /dev/null
@@ -1,43 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-inherit webapp
-
-DESCRIPTION="a photo gallery software for the web"
-HOMEPAGE="http://piwigo.org/"
-SRC_URI="http://piwigo.org/download/dlcounter.php?code=${PV} -> ${P}.zip"
-
-LICENSE="GPL-2"
-KEYWORDS="~amd64 ~x86"
-IUSE="+exif +gd imagemagick"
-
-DEPEND=""
-RDEPEND="
-	imagemagick? ( virtual/imagemagick-tools )
-	dev-lang/php[ctype,exif?,gd?,filter,iconv,json,mysqli]
-	>=virtual/mysql-5.0
-	virtual/httpd-php"
-
-REQUIRED_USE="|| ( gd imagemagick )"
-
-S=${WORKDIR}/${PN}
-
-src_install() {
-	webapp_src_preinst
-
-	insinto "${MY_HTDOCSDIR}"
-	doins -r .
-
-	# Local configuration, and parts that can be updated
-	webapp_serverowned "${MY_HTDOCSDIR}"/_data
-	webapp_serverowned -R "${MY_HTDOCSDIR}"/galleries
-	webapp_serverowned -R "${MY_HTDOCSDIR}"/language
-	webapp_serverowned -R "${MY_HTDOCSDIR}"/local
-	webapp_serverowned -R "${MY_HTDOCSDIR}"/plugins
-	webapp_serverowned -R "${MY_HTDOCSDIR}"/template-extension
-	webapp_serverowned -R "${MY_HTDOCSDIR}"/themes
-	webapp_serverowned "${MY_HTDOCSDIR}"/upload
-
-	webapp_src_install
-}


^ permalink raw reply related	[flat|nested] 61+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: www-apps/piwigo/
@ 2019-12-22 20:57 Bernard Cafarelli
  0 siblings, 0 replies; 61+ messages in thread
From: Bernard Cafarelli @ 2019-12-22 20:57 UTC (permalink / raw
  To: gentoo-commits

commit:     f54293c325bd5ecff33618b950797cfce2a7eeb1
Author:     Bernard Cafarelli <voyageur <AT> gentoo <DOT> org>
AuthorDate: Sun Dec 22 20:51:44 2019 +0000
Commit:     Bernard Cafarelli <voyageur <AT> gentoo <DOT> org>
CommitDate: Sun Dec 22 20:57:02 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f54293c3

www-apps/piwigo: add unzip BDEPEND

Package-Manager: Portage-2.3.82, Repoman-2.3.20
Signed-off-by: Bernard Cafarelli <voyageur <AT> gentoo.org>

 www-apps/piwigo/piwigo-2.10.1.ebuild | 1 +
 1 file changed, 1 insertion(+)

diff --git a/www-apps/piwigo/piwigo-2.10.1.ebuild b/www-apps/piwigo/piwigo-2.10.1.ebuild
index 56866abb304..208eb4ede24 100644
--- a/www-apps/piwigo/piwigo-2.10.1.ebuild
+++ b/www-apps/piwigo/piwigo-2.10.1.ebuild
@@ -18,6 +18,7 @@ RDEPEND="
 	dev-lang/php[ctype,exif?,gd?,filter,iconv,json,mysqli]
 	>=virtual/mysql-5.0
 	virtual/httpd-php"
+BDEPEND="app-arch/unzip"
 
 REQUIRED_USE="|| ( gd imagemagick )"
 


^ permalink raw reply related	[flat|nested] 61+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: www-apps/piwigo/
@ 2020-03-27 17:13 Bernard Cafarelli
  0 siblings, 0 replies; 61+ messages in thread
From: Bernard Cafarelli @ 2020-03-27 17:13 UTC (permalink / raw
  To: gentoo-commits

commit:     50b1db00bb4502b6d6dc09a8f947f2cf425c1dc8
Author:     Bernard Cafarelli <voyageur <AT> gentoo <DOT> org>
AuthorDate: Fri Mar 27 17:02:39 2020 +0000
Commit:     Bernard Cafarelli <voyageur <AT> gentoo <DOT> org>
CommitDate: Fri Mar 27 17:03:53 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=50b1db00

www-apps/piwigo: 2.10.2 bump

Mostly PHP 7.4 and security fixes (already in 2.10.1-r1)

Package-Manager: Portage-2.3.96, Repoman-2.3.21
Signed-off-by: Bernard Cafarelli <voyageur <AT> gentoo.org>

 www-apps/piwigo/Manifest             |  1 +
 www-apps/piwigo/piwigo-2.10.2.ebuild | 44 ++++++++++++++++++++++++++++++++++++
 2 files changed, 45 insertions(+)

diff --git a/www-apps/piwigo/Manifest b/www-apps/piwigo/Manifest
index cef096e6fc2..a2413d8004b 100644
--- a/www-apps/piwigo/Manifest
+++ b/www-apps/piwigo/Manifest
@@ -1 +1,2 @@
 DIST piwigo-2.10.1.zip 17155920 BLAKE2B 2f25d6c4488d9208bd37ad98b2ddfa302d23600442165d5513c8b21c72d017c17ef1c10357009110ba79259ee5a4f0a9495a423235c98cd8d5003ba83bd9b980 SHA512 9ca1119db13f312d16a7a3f04564562b26abd45b6ee731cd2280192fff14384add077a3a14a139f7b5301008c6c702a302de76a3a23873b835ec8417127aa77f
+DIST piwigo-2.10.2.zip 17391322 BLAKE2B 9982b398b8f3ead6bb5e70b34508d868e2a7440c1fe2d066f659d1a04e90f3239af0b63c2bcdc2fa250edab216acd155d5201d2634c30b275008f25bd0a5e7d0 SHA512 b75359a5ca1fd863de766eaf46dee64fc36482162fd1013bb95fd98553ae1135f9eafd584929a8d0f4dd074e9231978e84917e557de328786c6060098ab3734b

diff --git a/www-apps/piwigo/piwigo-2.10.2.ebuild b/www-apps/piwigo/piwigo-2.10.2.ebuild
new file mode 100644
index 00000000000..c8dbcb4fbb8
--- /dev/null
+++ b/www-apps/piwigo/piwigo-2.10.2.ebuild
@@ -0,0 +1,44 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+inherit webapp
+
+DESCRIPTION="a photo gallery software for the web"
+HOMEPAGE="http://piwigo.org/"
+SRC_URI="http://piwigo.org/download/dlcounter.php?code=${PV} -> ${P}.zip"
+
+LICENSE="GPL-2"
+KEYWORDS="~amd64 ~x86"
+IUSE="+exif +gd imagemagick"
+
+DEPEND=""
+RDEPEND="
+	imagemagick? ( virtual/imagemagick-tools )
+	dev-lang/php[ctype,exif?,gd?,filter,iconv,json,mysqli]
+	>=virtual/mysql-5.0
+	virtual/httpd-php"
+BDEPEND="app-arch/unzip"
+
+REQUIRED_USE="|| ( gd imagemagick )"
+
+S=${WORKDIR}/${PN}
+
+src_install() {
+	webapp_src_preinst
+
+	insinto "${MY_HTDOCSDIR}"
+	doins -r .
+
+	# Local configuration, and parts that can be updated
+	webapp_serverowned "${MY_HTDOCSDIR}"/_data
+	webapp_serverowned -R "${MY_HTDOCSDIR}"/galleries
+	webapp_serverowned -R "${MY_HTDOCSDIR}"/language
+	webapp_serverowned -R "${MY_HTDOCSDIR}"/local
+	webapp_serverowned -R "${MY_HTDOCSDIR}"/plugins
+	webapp_serverowned -R "${MY_HTDOCSDIR}"/template-extension
+	webapp_serverowned -R "${MY_HTDOCSDIR}"/themes
+	webapp_serverowned "${MY_HTDOCSDIR}"/upload
+
+	webapp_src_install
+}


^ permalink raw reply related	[flat|nested] 61+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: www-apps/piwigo/
@ 2021-01-20 20:49 Bernard Cafarelli
  0 siblings, 0 replies; 61+ messages in thread
From: Bernard Cafarelli @ 2021-01-20 20:49 UTC (permalink / raw
  To: gentoo-commits

commit:     81b800f3042276f956ea722dbfc51a5bf104d799
Author:     Bernard Cafarelli <voyageur <AT> gentoo <DOT> org>
AuthorDate: Wed Jan 20 20:49:46 2021 +0000
Commit:     Bernard Cafarelli <voyageur <AT> gentoo <DOT> org>
CommitDate: Wed Jan 20 20:49:55 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=81b800f3

www-apps/piwigo: 11.0.0 bump

Package-Manager: Portage-3.0.14, Repoman-3.0.2
Signed-off-by: Bernard Cafarelli <voyageur <AT> gentoo.org>

 www-apps/piwigo/Manifest             |  1 +
 www-apps/piwigo/piwigo-11.0.0.ebuild | 44 ++++++++++++++++++++++++++++++++++++
 2 files changed, 45 insertions(+)

diff --git a/www-apps/piwigo/Manifest b/www-apps/piwigo/Manifest
index 99de152d320..f88b9a27a88 100644
--- a/www-apps/piwigo/Manifest
+++ b/www-apps/piwigo/Manifest
@@ -1 +1,2 @@
+DIST piwigo-11.0.0.zip 17686353 BLAKE2B ea9425c70aa4d3febf93b473393e551b05955b8248c1e710fd49af50bf112e99902b14ac3a90e63e0651602b5005a7bb2f0f7e5a8e71fea8589fc369045399f0 SHA512 833b2daa8d0f71dc2a38647b11df3fed41d76451dae43fd32ef9e785b057d29fc11407c1c69233da895051de400b10e1d07395824ec71615146852b938bc963c
 DIST piwigo-2.10.2.zip 17391322 BLAKE2B 9982b398b8f3ead6bb5e70b34508d868e2a7440c1fe2d066f659d1a04e90f3239af0b63c2bcdc2fa250edab216acd155d5201d2634c30b275008f25bd0a5e7d0 SHA512 b75359a5ca1fd863de766eaf46dee64fc36482162fd1013bb95fd98553ae1135f9eafd584929a8d0f4dd074e9231978e84917e557de328786c6060098ab3734b

diff --git a/www-apps/piwigo/piwigo-11.0.0.ebuild b/www-apps/piwigo/piwigo-11.0.0.ebuild
new file mode 100644
index 00000000000..978f3b237a3
--- /dev/null
+++ b/www-apps/piwigo/piwigo-11.0.0.ebuild
@@ -0,0 +1,44 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+inherit webapp
+
+DESCRIPTION="a photo gallery software for the web"
+HOMEPAGE="http://piwigo.org/"
+SRC_URI="http://piwigo.org/download/dlcounter.php?code=${PV} -> ${P}.zip"
+
+LICENSE="GPL-2"
+KEYWORDS="~amd64 ~x86"
+IUSE="+exif +gd imagemagick"
+
+DEPEND=""
+RDEPEND="
+	imagemagick? ( virtual/imagemagick-tools )
+	dev-lang/php[ctype,exif?,gd?,filter,iconv,json,mysqli]
+	>=virtual/mysql-5.0
+	virtual/httpd-php"
+BDEPEND="app-arch/unzip"
+
+REQUIRED_USE="|| ( gd imagemagick )"
+
+S=${WORKDIR}/${PN}
+
+src_install() {
+	webapp_src_preinst
+
+	insinto "${MY_HTDOCSDIR}"
+	doins -r .
+
+	# Local configuration, and parts that can be updated
+	webapp_serverowned "${MY_HTDOCSDIR}"/_data
+	webapp_serverowned -R "${MY_HTDOCSDIR}"/galleries
+	webapp_serverowned -R "${MY_HTDOCSDIR}"/language
+	webapp_serverowned -R "${MY_HTDOCSDIR}"/local
+	webapp_serverowned -R "${MY_HTDOCSDIR}"/plugins
+	webapp_serverowned -R "${MY_HTDOCSDIR}"/template-extension
+	webapp_serverowned -R "${MY_HTDOCSDIR}"/themes
+	webapp_serverowned "${MY_HTDOCSDIR}"/upload
+
+	webapp_src_install
+}


^ permalink raw reply related	[flat|nested] 61+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: www-apps/piwigo/
@ 2021-01-23  8:31 Bernard Cafarelli
  0 siblings, 0 replies; 61+ messages in thread
From: Bernard Cafarelli @ 2021-01-23  8:31 UTC (permalink / raw
  To: gentoo-commits

commit:     57a7e5f10424a9360ed0b62df8511fddc93ece9b
Author:     Bernard Cafarelli <voyageur <AT> gentoo <DOT> org>
AuthorDate: Sat Jan 23 08:20:27 2021 +0000
Commit:     Bernard Cafarelli <voyageur <AT> gentoo <DOT> org>
CommitDate: Sat Jan 23 08:20:37 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=57a7e5f1

www-apps/piwigo: 11.1.0 bugfix bump

Package-Manager: Portage-3.0.14, Repoman-3.0.2
Signed-off-by: Bernard Cafarelli <voyageur <AT> gentoo.org>

 www-apps/piwigo/Manifest                                       | 2 +-
 www-apps/piwigo/{piwigo-11.0.0.ebuild => piwigo-11.1.0.ebuild} | 0
 2 files changed, 1 insertion(+), 1 deletion(-)

diff --git a/www-apps/piwigo/Manifest b/www-apps/piwigo/Manifest
index f88b9a27a88..917383281fa 100644
--- a/www-apps/piwigo/Manifest
+++ b/www-apps/piwigo/Manifest
@@ -1,2 +1,2 @@
-DIST piwigo-11.0.0.zip 17686353 BLAKE2B ea9425c70aa4d3febf93b473393e551b05955b8248c1e710fd49af50bf112e99902b14ac3a90e63e0651602b5005a7bb2f0f7e5a8e71fea8589fc369045399f0 SHA512 833b2daa8d0f71dc2a38647b11df3fed41d76451dae43fd32ef9e785b057d29fc11407c1c69233da895051de400b10e1d07395824ec71615146852b938bc963c
+DIST piwigo-11.1.0.zip 17689960 BLAKE2B 978e15fdf00d66e425b3132f062296e48e5acf0e29bfc3dd3d8882b6684fd22a7084fa43d99813090a1263f3388f9c03cfe7e6bbbf35aeec9b728fe339028f9a SHA512 a85872de2fbbcfc062a0f90c06b44a59af5d1a474741c82515f4e01e5d49333d2432eb534129d970f751a2b6c1c6b988b30896422e5a1f2aa1ed4db36b9ca120
 DIST piwigo-2.10.2.zip 17391322 BLAKE2B 9982b398b8f3ead6bb5e70b34508d868e2a7440c1fe2d066f659d1a04e90f3239af0b63c2bcdc2fa250edab216acd155d5201d2634c30b275008f25bd0a5e7d0 SHA512 b75359a5ca1fd863de766eaf46dee64fc36482162fd1013bb95fd98553ae1135f9eafd584929a8d0f4dd074e9231978e84917e557de328786c6060098ab3734b

diff --git a/www-apps/piwigo/piwigo-11.0.0.ebuild b/www-apps/piwigo/piwigo-11.1.0.ebuild
similarity index 100%
rename from www-apps/piwigo/piwigo-11.0.0.ebuild
rename to www-apps/piwigo/piwigo-11.1.0.ebuild


^ permalink raw reply related	[flat|nested] 61+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: www-apps/piwigo/
@ 2021-02-02 19:03 Bernard Cafarelli
  0 siblings, 0 replies; 61+ messages in thread
From: Bernard Cafarelli @ 2021-02-02 19:03 UTC (permalink / raw
  To: gentoo-commits

commit:     a40f6ed311fc48330abb2e9326bc972f5cd3e237
Author:     Bernard Cafarelli <voyageur <AT> gentoo <DOT> org>
AuthorDate: Tue Feb  2 19:03:19 2021 +0000
Commit:     Bernard Cafarelli <voyageur <AT> gentoo <DOT> org>
CommitDate: Tue Feb  2 19:03:31 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a40f6ed3

www-apps/piwigo: 11.2.0 bump

Package-Manager: Portage-3.0.14, Repoman-3.0.2
Signed-off-by: Bernard Cafarelli <voyageur <AT> gentoo.org>

 www-apps/piwigo/Manifest             |  1 +
 www-apps/piwigo/piwigo-11.2.0.ebuild | 44 ++++++++++++++++++++++++++++++++++++
 2 files changed, 45 insertions(+)

diff --git a/www-apps/piwigo/Manifest b/www-apps/piwigo/Manifest
index 917383281fa..23ea062333e 100644
--- a/www-apps/piwigo/Manifest
+++ b/www-apps/piwigo/Manifest
@@ -1,2 +1,3 @@
 DIST piwigo-11.1.0.zip 17689960 BLAKE2B 978e15fdf00d66e425b3132f062296e48e5acf0e29bfc3dd3d8882b6684fd22a7084fa43d99813090a1263f3388f9c03cfe7e6bbbf35aeec9b728fe339028f9a SHA512 a85872de2fbbcfc062a0f90c06b44a59af5d1a474741c82515f4e01e5d49333d2432eb534129d970f751a2b6c1c6b988b30896422e5a1f2aa1ed4db36b9ca120
+DIST piwigo-11.2.0.zip 17694759 BLAKE2B 3a9b2de54d8f30790003c1d3a93c1d12f6cb845eda2d0cbd5b5f45a0dac9ff24de6a94a458a6895b264f73516ad01faf9606a81840529fd02eedaa6ccce9d3fc SHA512 d8120265b8f8e5e8e6275cbcec3af22bbc4b59f32a744d9b6152b2e9ddeb6384cccc4445211e6dfde2ca84f9ae382424260b98106a3acb4f469242c8dbe741ed
 DIST piwigo-2.10.2.zip 17391322 BLAKE2B 9982b398b8f3ead6bb5e70b34508d868e2a7440c1fe2d066f659d1a04e90f3239af0b63c2bcdc2fa250edab216acd155d5201d2634c30b275008f25bd0a5e7d0 SHA512 b75359a5ca1fd863de766eaf46dee64fc36482162fd1013bb95fd98553ae1135f9eafd584929a8d0f4dd074e9231978e84917e557de328786c6060098ab3734b

diff --git a/www-apps/piwigo/piwigo-11.2.0.ebuild b/www-apps/piwigo/piwigo-11.2.0.ebuild
new file mode 100644
index 00000000000..978f3b237a3
--- /dev/null
+++ b/www-apps/piwigo/piwigo-11.2.0.ebuild
@@ -0,0 +1,44 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+inherit webapp
+
+DESCRIPTION="a photo gallery software for the web"
+HOMEPAGE="http://piwigo.org/"
+SRC_URI="http://piwigo.org/download/dlcounter.php?code=${PV} -> ${P}.zip"
+
+LICENSE="GPL-2"
+KEYWORDS="~amd64 ~x86"
+IUSE="+exif +gd imagemagick"
+
+DEPEND=""
+RDEPEND="
+	imagemagick? ( virtual/imagemagick-tools )
+	dev-lang/php[ctype,exif?,gd?,filter,iconv,json,mysqli]
+	>=virtual/mysql-5.0
+	virtual/httpd-php"
+BDEPEND="app-arch/unzip"
+
+REQUIRED_USE="|| ( gd imagemagick )"
+
+S=${WORKDIR}/${PN}
+
+src_install() {
+	webapp_src_preinst
+
+	insinto "${MY_HTDOCSDIR}"
+	doins -r .
+
+	# Local configuration, and parts that can be updated
+	webapp_serverowned "${MY_HTDOCSDIR}"/_data
+	webapp_serverowned -R "${MY_HTDOCSDIR}"/galleries
+	webapp_serverowned -R "${MY_HTDOCSDIR}"/language
+	webapp_serverowned -R "${MY_HTDOCSDIR}"/local
+	webapp_serverowned -R "${MY_HTDOCSDIR}"/plugins
+	webapp_serverowned -R "${MY_HTDOCSDIR}"/template-extension
+	webapp_serverowned -R "${MY_HTDOCSDIR}"/themes
+	webapp_serverowned "${MY_HTDOCSDIR}"/upload
+
+	webapp_src_install
+}


^ permalink raw reply related	[flat|nested] 61+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: www-apps/piwigo/
@ 2021-02-06 16:34 Bernard Cafarelli
  0 siblings, 0 replies; 61+ messages in thread
From: Bernard Cafarelli @ 2021-02-06 16:34 UTC (permalink / raw
  To: gentoo-commits

commit:     1c1a09ff4f7866243d3aa6e1cc7b6e01a1f21559
Author:     Bernard Cafarelli <voyageur <AT> gentoo <DOT> org>
AuthorDate: Sat Feb  6 16:12:36 2021 +0000
Commit:     Bernard Cafarelli <voyageur <AT> gentoo <DOT> org>
CommitDate: Sat Feb  6 16:32:45 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1c1a09ff

www-apps/piwigo: 11.3.0 bump

Drop old 11.1.0

Package-Manager: Portage-3.0.14, Repoman-3.0.2
Signed-off-by: Bernard Cafarelli <voyageur <AT> gentoo.org>

 www-apps/piwigo/Manifest                                       | 2 +-
 www-apps/piwigo/{piwigo-11.1.0.ebuild => piwigo-11.3.0.ebuild} | 0
 2 files changed, 1 insertion(+), 1 deletion(-)

diff --git a/www-apps/piwigo/Manifest b/www-apps/piwigo/Manifest
index 23ea062333e..974f194ed69 100644
--- a/www-apps/piwigo/Manifest
+++ b/www-apps/piwigo/Manifest
@@ -1,3 +1,3 @@
-DIST piwigo-11.1.0.zip 17689960 BLAKE2B 978e15fdf00d66e425b3132f062296e48e5acf0e29bfc3dd3d8882b6684fd22a7084fa43d99813090a1263f3388f9c03cfe7e6bbbf35aeec9b728fe339028f9a SHA512 a85872de2fbbcfc062a0f90c06b44a59af5d1a474741c82515f4e01e5d49333d2432eb534129d970f751a2b6c1c6b988b30896422e5a1f2aa1ed4db36b9ca120
 DIST piwigo-11.2.0.zip 17694759 BLAKE2B 3a9b2de54d8f30790003c1d3a93c1d12f6cb845eda2d0cbd5b5f45a0dac9ff24de6a94a458a6895b264f73516ad01faf9606a81840529fd02eedaa6ccce9d3fc SHA512 d8120265b8f8e5e8e6275cbcec3af22bbc4b59f32a744d9b6152b2e9ddeb6384cccc4445211e6dfde2ca84f9ae382424260b98106a3acb4f469242c8dbe741ed
+DIST piwigo-11.3.0.zip 17695593 BLAKE2B cc77c6b041c19714bed3d3a767e8a1c69d623c711c47601d606000fbab16fbb51ea781c5a01e12e7ed40468bef769d323676a61711cc092f024c874ce67825c9 SHA512 5544e94801007a80ffe8951a1427ef75245c09aa41991679baed112068c2acf751543428842e98305db0a17b3938846ed40e3c5f7c301d1b155b8673557585c4
 DIST piwigo-2.10.2.zip 17391322 BLAKE2B 9982b398b8f3ead6bb5e70b34508d868e2a7440c1fe2d066f659d1a04e90f3239af0b63c2bcdc2fa250edab216acd155d5201d2634c30b275008f25bd0a5e7d0 SHA512 b75359a5ca1fd863de766eaf46dee64fc36482162fd1013bb95fd98553ae1135f9eafd584929a8d0f4dd074e9231978e84917e557de328786c6060098ab3734b

diff --git a/www-apps/piwigo/piwigo-11.1.0.ebuild b/www-apps/piwigo/piwigo-11.3.0.ebuild
similarity index 100%
rename from www-apps/piwigo/piwigo-11.1.0.ebuild
rename to www-apps/piwigo/piwigo-11.3.0.ebuild


^ permalink raw reply related	[flat|nested] 61+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: www-apps/piwigo/
@ 2021-03-20 16:17 Bernard Cafarelli
  0 siblings, 0 replies; 61+ messages in thread
From: Bernard Cafarelli @ 2021-03-20 16:17 UTC (permalink / raw
  To: gentoo-commits

commit:     482cbae224e43af9fcf0484cb33282e738878572
Author:     Bernard Cafarelli <voyageur <AT> gentoo <DOT> org>
AuthorDate: Sat Mar 20 15:52:52 2021 +0000
Commit:     Bernard Cafarelli <voyageur <AT> gentoo <DOT> org>
CommitDate: Sat Mar 20 16:17:41 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=482cbae2

www-apps/piwigo: drop old

Package-Manager: Portage-3.0.17, Repoman-3.0.2
Signed-off-by: Bernard Cafarelli <voyageur <AT> gentoo.org>

 www-apps/piwigo/Manifest             |  2 --
 www-apps/piwigo/piwigo-11.2.0.ebuild | 44 ------------------------------------
 www-apps/piwigo/piwigo-2.10.2.ebuild | 44 ------------------------------------
 3 files changed, 90 deletions(-)

diff --git a/www-apps/piwigo/Manifest b/www-apps/piwigo/Manifest
index 974f194ed69..a189d360662 100644
--- a/www-apps/piwigo/Manifest
+++ b/www-apps/piwigo/Manifest
@@ -1,3 +1 @@
-DIST piwigo-11.2.0.zip 17694759 BLAKE2B 3a9b2de54d8f30790003c1d3a93c1d12f6cb845eda2d0cbd5b5f45a0dac9ff24de6a94a458a6895b264f73516ad01faf9606a81840529fd02eedaa6ccce9d3fc SHA512 d8120265b8f8e5e8e6275cbcec3af22bbc4b59f32a744d9b6152b2e9ddeb6384cccc4445211e6dfde2ca84f9ae382424260b98106a3acb4f469242c8dbe741ed
 DIST piwigo-11.3.0.zip 17695593 BLAKE2B cc77c6b041c19714bed3d3a767e8a1c69d623c711c47601d606000fbab16fbb51ea781c5a01e12e7ed40468bef769d323676a61711cc092f024c874ce67825c9 SHA512 5544e94801007a80ffe8951a1427ef75245c09aa41991679baed112068c2acf751543428842e98305db0a17b3938846ed40e3c5f7c301d1b155b8673557585c4
-DIST piwigo-2.10.2.zip 17391322 BLAKE2B 9982b398b8f3ead6bb5e70b34508d868e2a7440c1fe2d066f659d1a04e90f3239af0b63c2bcdc2fa250edab216acd155d5201d2634c30b275008f25bd0a5e7d0 SHA512 b75359a5ca1fd863de766eaf46dee64fc36482162fd1013bb95fd98553ae1135f9eafd584929a8d0f4dd074e9231978e84917e557de328786c6060098ab3734b

diff --git a/www-apps/piwigo/piwigo-11.2.0.ebuild b/www-apps/piwigo/piwigo-11.2.0.ebuild
deleted file mode 100644
index 978f3b237a3..00000000000
--- a/www-apps/piwigo/piwigo-11.2.0.ebuild
+++ /dev/null
@@ -1,44 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-inherit webapp
-
-DESCRIPTION="a photo gallery software for the web"
-HOMEPAGE="http://piwigo.org/"
-SRC_URI="http://piwigo.org/download/dlcounter.php?code=${PV} -> ${P}.zip"
-
-LICENSE="GPL-2"
-KEYWORDS="~amd64 ~x86"
-IUSE="+exif +gd imagemagick"
-
-DEPEND=""
-RDEPEND="
-	imagemagick? ( virtual/imagemagick-tools )
-	dev-lang/php[ctype,exif?,gd?,filter,iconv,json,mysqli]
-	>=virtual/mysql-5.0
-	virtual/httpd-php"
-BDEPEND="app-arch/unzip"
-
-REQUIRED_USE="|| ( gd imagemagick )"
-
-S=${WORKDIR}/${PN}
-
-src_install() {
-	webapp_src_preinst
-
-	insinto "${MY_HTDOCSDIR}"
-	doins -r .
-
-	# Local configuration, and parts that can be updated
-	webapp_serverowned "${MY_HTDOCSDIR}"/_data
-	webapp_serverowned -R "${MY_HTDOCSDIR}"/galleries
-	webapp_serverowned -R "${MY_HTDOCSDIR}"/language
-	webapp_serverowned -R "${MY_HTDOCSDIR}"/local
-	webapp_serverowned -R "${MY_HTDOCSDIR}"/plugins
-	webapp_serverowned -R "${MY_HTDOCSDIR}"/template-extension
-	webapp_serverowned -R "${MY_HTDOCSDIR}"/themes
-	webapp_serverowned "${MY_HTDOCSDIR}"/upload
-
-	webapp_src_install
-}

diff --git a/www-apps/piwigo/piwigo-2.10.2.ebuild b/www-apps/piwigo/piwigo-2.10.2.ebuild
deleted file mode 100644
index c8dbcb4fbb8..00000000000
--- a/www-apps/piwigo/piwigo-2.10.2.ebuild
+++ /dev/null
@@ -1,44 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-inherit webapp
-
-DESCRIPTION="a photo gallery software for the web"
-HOMEPAGE="http://piwigo.org/"
-SRC_URI="http://piwigo.org/download/dlcounter.php?code=${PV} -> ${P}.zip"
-
-LICENSE="GPL-2"
-KEYWORDS="~amd64 ~x86"
-IUSE="+exif +gd imagemagick"
-
-DEPEND=""
-RDEPEND="
-	imagemagick? ( virtual/imagemagick-tools )
-	dev-lang/php[ctype,exif?,gd?,filter,iconv,json,mysqli]
-	>=virtual/mysql-5.0
-	virtual/httpd-php"
-BDEPEND="app-arch/unzip"
-
-REQUIRED_USE="|| ( gd imagemagick )"
-
-S=${WORKDIR}/${PN}
-
-src_install() {
-	webapp_src_preinst
-
-	insinto "${MY_HTDOCSDIR}"
-	doins -r .
-
-	# Local configuration, and parts that can be updated
-	webapp_serverowned "${MY_HTDOCSDIR}"/_data
-	webapp_serverowned -R "${MY_HTDOCSDIR}"/galleries
-	webapp_serverowned -R "${MY_HTDOCSDIR}"/language
-	webapp_serverowned -R "${MY_HTDOCSDIR}"/local
-	webapp_serverowned -R "${MY_HTDOCSDIR}"/plugins
-	webapp_serverowned -R "${MY_HTDOCSDIR}"/template-extension
-	webapp_serverowned -R "${MY_HTDOCSDIR}"/themes
-	webapp_serverowned "${MY_HTDOCSDIR}"/upload
-
-	webapp_src_install
-}


^ permalink raw reply related	[flat|nested] 61+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: www-apps/piwigo/
@ 2021-03-20 16:17 Bernard Cafarelli
  0 siblings, 0 replies; 61+ messages in thread
From: Bernard Cafarelli @ 2021-03-20 16:17 UTC (permalink / raw
  To: gentoo-commits

commit:     a10a49c90e9411c2120fa3af5a2e6d97c396bb2c
Author:     Bernard Cafarelli <voyageur <AT> gentoo <DOT> org>
AuthorDate: Sat Mar 20 15:55:04 2021 +0000
Commit:     Bernard Cafarelli <voyageur <AT> gentoo <DOT> org>
CommitDate: Sat Mar 20 16:17:42 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a10a49c9

www-apps/piwigo: 11.4.0 bump

Package-Manager: Portage-3.0.17, Repoman-3.0.2
Signed-off-by: Bernard Cafarelli <voyageur <AT> gentoo.org>

 www-apps/piwigo/Manifest             |  1 +
 www-apps/piwigo/piwigo-11.4.0.ebuild | 44 ++++++++++++++++++++++++++++++++++++
 2 files changed, 45 insertions(+)

diff --git a/www-apps/piwigo/Manifest b/www-apps/piwigo/Manifest
index a189d360662..cb9254cf992 100644
--- a/www-apps/piwigo/Manifest
+++ b/www-apps/piwigo/Manifest
@@ -1 +1,2 @@
 DIST piwigo-11.3.0.zip 17695593 BLAKE2B cc77c6b041c19714bed3d3a767e8a1c69d623c711c47601d606000fbab16fbb51ea781c5a01e12e7ed40468bef769d323676a61711cc092f024c874ce67825c9 SHA512 5544e94801007a80ffe8951a1427ef75245c09aa41991679baed112068c2acf751543428842e98305db0a17b3938846ed40e3c5f7c301d1b155b8673557585c4
+DIST piwigo-11.4.0.zip 17728014 BLAKE2B 54888c89667970a86e2153d42e377165cb19f1dc6fa7b481b440a1e3c2803139202d8b22e78a5c15378e12f55999a10693a0b56f6a4b14a2153b3b00e39eaacc SHA512 7e8288d51d9b7dfacdb2534e7f36a6230799c3649f827ffc12b3c5b4420bf35de315373e2e6b27edb120c008c3ff5c7de359afcc29879454c82ce1c2016d2146

diff --git a/www-apps/piwigo/piwigo-11.4.0.ebuild b/www-apps/piwigo/piwigo-11.4.0.ebuild
new file mode 100644
index 00000000000..978f3b237a3
--- /dev/null
+++ b/www-apps/piwigo/piwigo-11.4.0.ebuild
@@ -0,0 +1,44 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+inherit webapp
+
+DESCRIPTION="a photo gallery software for the web"
+HOMEPAGE="http://piwigo.org/"
+SRC_URI="http://piwigo.org/download/dlcounter.php?code=${PV} -> ${P}.zip"
+
+LICENSE="GPL-2"
+KEYWORDS="~amd64 ~x86"
+IUSE="+exif +gd imagemagick"
+
+DEPEND=""
+RDEPEND="
+	imagemagick? ( virtual/imagemagick-tools )
+	dev-lang/php[ctype,exif?,gd?,filter,iconv,json,mysqli]
+	>=virtual/mysql-5.0
+	virtual/httpd-php"
+BDEPEND="app-arch/unzip"
+
+REQUIRED_USE="|| ( gd imagemagick )"
+
+S=${WORKDIR}/${PN}
+
+src_install() {
+	webapp_src_preinst
+
+	insinto "${MY_HTDOCSDIR}"
+	doins -r .
+
+	# Local configuration, and parts that can be updated
+	webapp_serverowned "${MY_HTDOCSDIR}"/_data
+	webapp_serverowned -R "${MY_HTDOCSDIR}"/galleries
+	webapp_serverowned -R "${MY_HTDOCSDIR}"/language
+	webapp_serverowned -R "${MY_HTDOCSDIR}"/local
+	webapp_serverowned -R "${MY_HTDOCSDIR}"/plugins
+	webapp_serverowned -R "${MY_HTDOCSDIR}"/template-extension
+	webapp_serverowned -R "${MY_HTDOCSDIR}"/themes
+	webapp_serverowned "${MY_HTDOCSDIR}"/upload
+
+	webapp_src_install
+}


^ permalink raw reply related	[flat|nested] 61+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: www-apps/piwigo/
@ 2021-04-05 16:51 Bernard Cafarelli
  0 siblings, 0 replies; 61+ messages in thread
From: Bernard Cafarelli @ 2021-04-05 16:51 UTC (permalink / raw
  To: gentoo-commits

commit:     c523bc7f115e6bbd41322e7ad94d22d23cb25ee5
Author:     Bernard Cafarelli <voyageur <AT> gentoo <DOT> org>
AuthorDate: Mon Apr  5 16:50:37 2021 +0000
Commit:     Bernard Cafarelli <voyageur <AT> gentoo <DOT> org>
CommitDate: Mon Apr  5 16:51:05 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c523bc7f

www-apps/piwigo: security cleanup

Bug: https://bugs.gentoo.org/780132
Package-Manager: Portage-3.0.18, Repoman-3.0.3
Signed-off-by: Bernard Cafarelli <voyageur <AT> gentoo.org>

 www-apps/piwigo/Manifest             |  1 -
 www-apps/piwigo/piwigo-11.3.0.ebuild | 44 ------------------------------------
 2 files changed, 45 deletions(-)

diff --git a/www-apps/piwigo/Manifest b/www-apps/piwigo/Manifest
index cb9254cf992..86131a1e045 100644
--- a/www-apps/piwigo/Manifest
+++ b/www-apps/piwigo/Manifest
@@ -1,2 +1 @@
-DIST piwigo-11.3.0.zip 17695593 BLAKE2B cc77c6b041c19714bed3d3a767e8a1c69d623c711c47601d606000fbab16fbb51ea781c5a01e12e7ed40468bef769d323676a61711cc092f024c874ce67825c9 SHA512 5544e94801007a80ffe8951a1427ef75245c09aa41991679baed112068c2acf751543428842e98305db0a17b3938846ed40e3c5f7c301d1b155b8673557585c4
 DIST piwigo-11.4.0.zip 17728014 BLAKE2B 54888c89667970a86e2153d42e377165cb19f1dc6fa7b481b440a1e3c2803139202d8b22e78a5c15378e12f55999a10693a0b56f6a4b14a2153b3b00e39eaacc SHA512 7e8288d51d9b7dfacdb2534e7f36a6230799c3649f827ffc12b3c5b4420bf35de315373e2e6b27edb120c008c3ff5c7de359afcc29879454c82ce1c2016d2146

diff --git a/www-apps/piwigo/piwigo-11.3.0.ebuild b/www-apps/piwigo/piwigo-11.3.0.ebuild
deleted file mode 100644
index 978f3b237a3..00000000000
--- a/www-apps/piwigo/piwigo-11.3.0.ebuild
+++ /dev/null
@@ -1,44 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-inherit webapp
-
-DESCRIPTION="a photo gallery software for the web"
-HOMEPAGE="http://piwigo.org/"
-SRC_URI="http://piwigo.org/download/dlcounter.php?code=${PV} -> ${P}.zip"
-
-LICENSE="GPL-2"
-KEYWORDS="~amd64 ~x86"
-IUSE="+exif +gd imagemagick"
-
-DEPEND=""
-RDEPEND="
-	imagemagick? ( virtual/imagemagick-tools )
-	dev-lang/php[ctype,exif?,gd?,filter,iconv,json,mysqli]
-	>=virtual/mysql-5.0
-	virtual/httpd-php"
-BDEPEND="app-arch/unzip"
-
-REQUIRED_USE="|| ( gd imagemagick )"
-
-S=${WORKDIR}/${PN}
-
-src_install() {
-	webapp_src_preinst
-
-	insinto "${MY_HTDOCSDIR}"
-	doins -r .
-
-	# Local configuration, and parts that can be updated
-	webapp_serverowned "${MY_HTDOCSDIR}"/_data
-	webapp_serverowned -R "${MY_HTDOCSDIR}"/galleries
-	webapp_serverowned -R "${MY_HTDOCSDIR}"/language
-	webapp_serverowned -R "${MY_HTDOCSDIR}"/local
-	webapp_serverowned -R "${MY_HTDOCSDIR}"/plugins
-	webapp_serverowned -R "${MY_HTDOCSDIR}"/template-extension
-	webapp_serverowned -R "${MY_HTDOCSDIR}"/themes
-	webapp_serverowned "${MY_HTDOCSDIR}"/upload
-
-	webapp_src_install
-}


^ permalink raw reply related	[flat|nested] 61+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: www-apps/piwigo/
@ 2021-05-19 10:06 Bernard Cafarelli
  0 siblings, 0 replies; 61+ messages in thread
From: Bernard Cafarelli @ 2021-05-19 10:06 UTC (permalink / raw
  To: gentoo-commits

commit:     4cf85216ff23071c8a6714c58ed5d6b5e1c67e70
Author:     Bernard Cafarelli <voyageur <AT> gentoo <DOT> org>
AuthorDate: Wed May 19 08:21:45 2021 +0000
Commit:     Bernard Cafarelli <voyageur <AT> gentoo <DOT> org>
CommitDate: Wed May 19 10:06:01 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4cf85216

www-apps/piwigo: 11.5.0 version bump

Drop previous version for security bug

Bug: https://bugs.gentoo.org/790728
Package-Manager: Portage-3.0.18, Repoman-3.0.3
Signed-off-by: Bernard Cafarelli <voyageur <AT> gentoo.org>

 www-apps/piwigo/Manifest                                       | 2 +-
 www-apps/piwigo/{piwigo-11.4.0.ebuild => piwigo-11.5.0.ebuild} | 0
 2 files changed, 1 insertion(+), 1 deletion(-)

diff --git a/www-apps/piwigo/Manifest b/www-apps/piwigo/Manifest
index 86131a1e045..613191c697a 100644
--- a/www-apps/piwigo/Manifest
+++ b/www-apps/piwigo/Manifest
@@ -1 +1 @@
-DIST piwigo-11.4.0.zip 17728014 BLAKE2B 54888c89667970a86e2153d42e377165cb19f1dc6fa7b481b440a1e3c2803139202d8b22e78a5c15378e12f55999a10693a0b56f6a4b14a2153b3b00e39eaacc SHA512 7e8288d51d9b7dfacdb2534e7f36a6230799c3649f827ffc12b3c5b4420bf35de315373e2e6b27edb120c008c3ff5c7de359afcc29879454c82ce1c2016d2146
+DIST piwigo-11.5.0.zip 17742118 BLAKE2B f27bbe445cf93051196270ac1464400f1d74bc8ac2a05129e43065cd3fa60d8d82131ccf50e1d5c16fac9ceac06f1a888d10576857b8c9ede74e67cc61b2a805 SHA512 cc6a2f0dc745e2cd33884b5967a9077095f4848c11996edb73bcace53cf7f87c29e177777096e13d86a83f4e9296dc230fa4bef992ecc394ebbdba7fe0d5280c

diff --git a/www-apps/piwigo/piwigo-11.4.0.ebuild b/www-apps/piwigo/piwigo-11.5.0.ebuild
similarity index 100%
rename from www-apps/piwigo/piwigo-11.4.0.ebuild
rename to www-apps/piwigo/piwigo-11.5.0.ebuild


^ permalink raw reply related	[flat|nested] 61+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: www-apps/piwigo/
@ 2021-06-17 20:32 Thomas Deutschmann
  0 siblings, 0 replies; 61+ messages in thread
From: Thomas Deutschmann @ 2021-06-17 20:32 UTC (permalink / raw
  To: gentoo-commits

commit:     74d86f8dab58b8078e7c02d37917c1585f1612b0
Author:     Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
AuthorDate: Thu Jun 17 20:31:29 2021 +0000
Commit:     Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
CommitDate: Thu Jun 17 20:32:12 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=74d86f8d

www-apps/piwigo: Fix MissingUseDepDefault for dev-lang/php[json]

Package-Manager: Portage-3.0.20, Repoman-3.0.3
Signed-off-by: Thomas Deutschmann <whissi <AT> gentoo.org>

 www-apps/piwigo/piwigo-11.5.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/www-apps/piwigo/piwigo-11.5.0.ebuild b/www-apps/piwigo/piwigo-11.5.0.ebuild
index 978f3b237a3..71cbdf15e5c 100644
--- a/www-apps/piwigo/piwigo-11.5.0.ebuild
+++ b/www-apps/piwigo/piwigo-11.5.0.ebuild
@@ -15,7 +15,7 @@ IUSE="+exif +gd imagemagick"
 DEPEND=""
 RDEPEND="
 	imagemagick? ( virtual/imagemagick-tools )
-	dev-lang/php[ctype,exif?,gd?,filter,iconv,json,mysqli]
+	dev-lang/php[ctype,exif?,gd?,filter,iconv,json(+),mysqli]
 	>=virtual/mysql-5.0
 	virtual/httpd-php"
 BDEPEND="app-arch/unzip"


^ permalink raw reply related	[flat|nested] 61+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: www-apps/piwigo/
@ 2021-06-17 22:18 Thomas Deutschmann
  0 siblings, 0 replies; 61+ messages in thread
From: Thomas Deutschmann @ 2021-06-17 22:18 UTC (permalink / raw
  To: gentoo-commits

commit:     7ac5c10665b6df9d138eb642e18ee59318de728e
Author:     Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
AuthorDate: Thu Jun 17 22:16:54 2021 +0000
Commit:     Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
CommitDate: Thu Jun 17 22:18:22 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7ac5c106

www-apps/piwigo: rev bump for commit 74d86f8da

Package-Manager: Portage-3.0.20, Repoman-3.0.3
Signed-off-by: Thomas Deutschmann <whissi <AT> gentoo.org>

 www-apps/piwigo/{piwigo-11.5.0.ebuild => piwigo-11.5.0-r1.ebuild} | 0
 1 file changed, 0 insertions(+), 0 deletions(-)

diff --git a/www-apps/piwigo/piwigo-11.5.0.ebuild b/www-apps/piwigo/piwigo-11.5.0-r1.ebuild
similarity index 100%
rename from www-apps/piwigo/piwigo-11.5.0.ebuild
rename to www-apps/piwigo/piwigo-11.5.0-r1.ebuild


^ permalink raw reply	[flat|nested] 61+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: www-apps/piwigo/
@ 2021-07-06 11:47 Bernard Cafarelli
  0 siblings, 0 replies; 61+ messages in thread
From: Bernard Cafarelli @ 2021-07-06 11:47 UTC (permalink / raw
  To: gentoo-commits

commit:     429b5b99be81862de4155631f440311739d579e9
Author:     Bernard Cafarelli <voyageur <AT> gentoo <DOT> org>
AuthorDate: Tue Jul  6 11:46:55 2021 +0000
Commit:     Bernard Cafarelli <voyageur <AT> gentoo <DOT> org>
CommitDate: Tue Jul  6 11:47:05 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=429b5b99

www-apps/piwigo: does not support php-8 yet

Closes: https://bugs.gentoo.org/798840
Package-Manager: Portage-3.0.20, Repoman-3.0.3
Signed-off-by: Bernard Cafarelli <voyageur <AT> gentoo.org>

 www-apps/piwigo/piwigo-11.5.0-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/www-apps/piwigo/piwigo-11.5.0-r1.ebuild b/www-apps/piwigo/piwigo-11.5.0-r1.ebuild
index 71cbdf15e5c..02714c2e9e3 100644
--- a/www-apps/piwigo/piwigo-11.5.0-r1.ebuild
+++ b/www-apps/piwigo/piwigo-11.5.0-r1.ebuild
@@ -15,7 +15,7 @@ IUSE="+exif +gd imagemagick"
 DEPEND=""
 RDEPEND="
 	imagemagick? ( virtual/imagemagick-tools )
-	dev-lang/php[ctype,exif?,gd?,filter,iconv,json(+),mysqli]
+	<dev-lang/php-8[ctype,exif?,gd?,filter,iconv,json(+),mysqli]
 	>=virtual/mysql-5.0
 	virtual/httpd-php"
 BDEPEND="app-arch/unzip"


^ permalink raw reply related	[flat|nested] 61+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: www-apps/piwigo/
@ 2021-11-05 11:44 Bernard Cafarelli
  0 siblings, 0 replies; 61+ messages in thread
From: Bernard Cafarelli @ 2021-11-05 11:44 UTC (permalink / raw
  To: gentoo-commits

commit:     f93750b3b66605c3c7bbe5e891f994757101f7db
Author:     Bernard Cafarelli <voyageur <AT> gentoo <DOT> org>
AuthorDate: Fri Nov  5 11:44:11 2021 +0000
Commit:     Bernard Cafarelli <voyageur <AT> gentoo <DOT> org>
CommitDate: Fri Nov  5 11:44:21 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f93750b3

www-apps/piwigo: 12.0.0 bump

Now compatible with PHP 8

Package-Manager: Portage-3.0.28, Repoman-3.0.3
Signed-off-by: Bernard Cafarelli <voyageur <AT> gentoo.org>

 www-apps/piwigo/Manifest             |  1 +
 www-apps/piwigo/piwigo-12.0.0.ebuild | 44 ++++++++++++++++++++++++++++++++++++
 2 files changed, 45 insertions(+)

diff --git a/www-apps/piwigo/Manifest b/www-apps/piwigo/Manifest
index 613191c697a..acc29d6a020 100644
--- a/www-apps/piwigo/Manifest
+++ b/www-apps/piwigo/Manifest
@@ -1 +1,2 @@
 DIST piwigo-11.5.0.zip 17742118 BLAKE2B f27bbe445cf93051196270ac1464400f1d74bc8ac2a05129e43065cd3fa60d8d82131ccf50e1d5c16fac9ceac06f1a888d10576857b8c9ede74e67cc61b2a805 SHA512 cc6a2f0dc745e2cd33884b5967a9077095f4848c11996edb73bcace53cf7f87c29e177777096e13d86a83f4e9296dc230fa4bef992ecc394ebbdba7fe0d5280c
+DIST piwigo-12.0.0.zip 17881368 BLAKE2B 9dad33074f763ff5c55f206c39eb1e4cc799bb6ec9d375a344a1e71a5a4d83bcd1363ae5d0a240535114874809b00df634a31df412a2f08d04a8bb09ae476e30 SHA512 07726d88538d62a73e15900971ecc0ac7b4d2dd70dd51eff8ab74d9d4b3c83784db574227ee7b0b68f11b0d5eca8dc5a9556dcc4ea47469126611883b9523606

diff --git a/www-apps/piwigo/piwigo-12.0.0.ebuild b/www-apps/piwigo/piwigo-12.0.0.ebuild
new file mode 100644
index 00000000000..71cbdf15e5c
--- /dev/null
+++ b/www-apps/piwigo/piwigo-12.0.0.ebuild
@@ -0,0 +1,44 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+inherit webapp
+
+DESCRIPTION="a photo gallery software for the web"
+HOMEPAGE="http://piwigo.org/"
+SRC_URI="http://piwigo.org/download/dlcounter.php?code=${PV} -> ${P}.zip"
+
+LICENSE="GPL-2"
+KEYWORDS="~amd64 ~x86"
+IUSE="+exif +gd imagemagick"
+
+DEPEND=""
+RDEPEND="
+	imagemagick? ( virtual/imagemagick-tools )
+	dev-lang/php[ctype,exif?,gd?,filter,iconv,json(+),mysqli]
+	>=virtual/mysql-5.0
+	virtual/httpd-php"
+BDEPEND="app-arch/unzip"
+
+REQUIRED_USE="|| ( gd imagemagick )"
+
+S=${WORKDIR}/${PN}
+
+src_install() {
+	webapp_src_preinst
+
+	insinto "${MY_HTDOCSDIR}"
+	doins -r .
+
+	# Local configuration, and parts that can be updated
+	webapp_serverowned "${MY_HTDOCSDIR}"/_data
+	webapp_serverowned -R "${MY_HTDOCSDIR}"/galleries
+	webapp_serverowned -R "${MY_HTDOCSDIR}"/language
+	webapp_serverowned -R "${MY_HTDOCSDIR}"/local
+	webapp_serverowned -R "${MY_HTDOCSDIR}"/plugins
+	webapp_serverowned -R "${MY_HTDOCSDIR}"/template-extension
+	webapp_serverowned -R "${MY_HTDOCSDIR}"/themes
+	webapp_serverowned "${MY_HTDOCSDIR}"/upload
+
+	webapp_src_install
+}


^ permalink raw reply related	[flat|nested] 61+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: www-apps/piwigo/
@ 2021-11-12 19:31 Bernard Cafarelli
  0 siblings, 0 replies; 61+ messages in thread
From: Bernard Cafarelli @ 2021-11-12 19:31 UTC (permalink / raw
  To: gentoo-commits

commit:     d740b1a71897af8cf0cb8486ce1f438b09331b27
Author:     Bernard Cafarelli <voyageur <AT> gentoo <DOT> org>
AuthorDate: Fri Nov 12 19:16:49 2021 +0000
Commit:     Bernard Cafarelli <voyageur <AT> gentoo <DOT> org>
CommitDate: Fri Nov 12 19:31:26 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d740b1a7

www-apps/piwigo: 12.1.0 bump

Package-Manager: Portage-3.0.28, Repoman-3.0.3
Signed-off-by: Bernard Cafarelli <voyageur <AT> gentoo.org>

 www-apps/piwigo/Manifest             |  1 +
 www-apps/piwigo/piwigo-12.1.0.ebuild | 44 ++++++++++++++++++++++++++++++++++++
 2 files changed, 45 insertions(+)

diff --git a/www-apps/piwigo/Manifest b/www-apps/piwigo/Manifest
index acc29d6a020..5aac9ecd9a5 100644
--- a/www-apps/piwigo/Manifest
+++ b/www-apps/piwigo/Manifest
@@ -1,2 +1,3 @@
 DIST piwigo-11.5.0.zip 17742118 BLAKE2B f27bbe445cf93051196270ac1464400f1d74bc8ac2a05129e43065cd3fa60d8d82131ccf50e1d5c16fac9ceac06f1a888d10576857b8c9ede74e67cc61b2a805 SHA512 cc6a2f0dc745e2cd33884b5967a9077095f4848c11996edb73bcace53cf7f87c29e177777096e13d86a83f4e9296dc230fa4bef992ecc394ebbdba7fe0d5280c
 DIST piwigo-12.0.0.zip 17881368 BLAKE2B 9dad33074f763ff5c55f206c39eb1e4cc799bb6ec9d375a344a1e71a5a4d83bcd1363ae5d0a240535114874809b00df634a31df412a2f08d04a8bb09ae476e30 SHA512 07726d88538d62a73e15900971ecc0ac7b4d2dd70dd51eff8ab74d9d4b3c83784db574227ee7b0b68f11b0d5eca8dc5a9556dcc4ea47469126611883b9523606
+DIST piwigo-12.1.0.zip 17881563 BLAKE2B f140ddc236d06dbda15407f613317ea3ae8698b977517ecd2710ecb058a2f83d9c3ff134cb2135961ea38b0904eb8e69f381392f53e54c389b48b25cda94c955 SHA512 5e62acc9d2343ed93c016df54195a4506254dad4c8d7be8736996b39a10f5da7d2b113884d5fedeeafbec32fd93e2f949c3bfa1f9bd8c69b53417a7b5e649526

diff --git a/www-apps/piwigo/piwigo-12.1.0.ebuild b/www-apps/piwigo/piwigo-12.1.0.ebuild
new file mode 100644
index 00000000000..71cbdf15e5c
--- /dev/null
+++ b/www-apps/piwigo/piwigo-12.1.0.ebuild
@@ -0,0 +1,44 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+inherit webapp
+
+DESCRIPTION="a photo gallery software for the web"
+HOMEPAGE="http://piwigo.org/"
+SRC_URI="http://piwigo.org/download/dlcounter.php?code=${PV} -> ${P}.zip"
+
+LICENSE="GPL-2"
+KEYWORDS="~amd64 ~x86"
+IUSE="+exif +gd imagemagick"
+
+DEPEND=""
+RDEPEND="
+	imagemagick? ( virtual/imagemagick-tools )
+	dev-lang/php[ctype,exif?,gd?,filter,iconv,json(+),mysqli]
+	>=virtual/mysql-5.0
+	virtual/httpd-php"
+BDEPEND="app-arch/unzip"
+
+REQUIRED_USE="|| ( gd imagemagick )"
+
+S=${WORKDIR}/${PN}
+
+src_install() {
+	webapp_src_preinst
+
+	insinto "${MY_HTDOCSDIR}"
+	doins -r .
+
+	# Local configuration, and parts that can be updated
+	webapp_serverowned "${MY_HTDOCSDIR}"/_data
+	webapp_serverowned -R "${MY_HTDOCSDIR}"/galleries
+	webapp_serverowned -R "${MY_HTDOCSDIR}"/language
+	webapp_serverowned -R "${MY_HTDOCSDIR}"/local
+	webapp_serverowned -R "${MY_HTDOCSDIR}"/plugins
+	webapp_serverowned -R "${MY_HTDOCSDIR}"/template-extension
+	webapp_serverowned -R "${MY_HTDOCSDIR}"/themes
+	webapp_serverowned "${MY_HTDOCSDIR}"/upload
+
+	webapp_src_install
+}


^ permalink raw reply related	[flat|nested] 61+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: www-apps/piwigo/
@ 2022-01-02  9:56 Bernard Cafarelli
  0 siblings, 0 replies; 61+ messages in thread
From: Bernard Cafarelli @ 2022-01-02  9:56 UTC (permalink / raw
  To: gentoo-commits

commit:     e5f2d069952535b1f065d68291d7aa0fcb4686c6
Author:     Bernard Cafarelli <voyageur <AT> gentoo <DOT> org>
AuthorDate: Sun Jan  2 09:46:30 2022 +0000
Commit:     Bernard Cafarelli <voyageur <AT> gentoo <DOT> org>
CommitDate: Sun Jan  2 09:56:32 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e5f2d069

www-apps/piwigo: 12.2.0 bump

Package-Manager: Portage-3.0.30, Repoman-3.0.3
Signed-off-by: Bernard Cafarelli <voyageur <AT> gentoo.org>

 www-apps/piwigo/Manifest             |  1 +
 www-apps/piwigo/piwigo-12.2.0.ebuild | 44 ++++++++++++++++++++++++++++++++++++
 2 files changed, 45 insertions(+)

diff --git a/www-apps/piwigo/Manifest b/www-apps/piwigo/Manifest
index 5aac9ecd9a51..2f2640aea79e 100644
--- a/www-apps/piwigo/Manifest
+++ b/www-apps/piwigo/Manifest
@@ -1,3 +1,4 @@
 DIST piwigo-11.5.0.zip 17742118 BLAKE2B f27bbe445cf93051196270ac1464400f1d74bc8ac2a05129e43065cd3fa60d8d82131ccf50e1d5c16fac9ceac06f1a888d10576857b8c9ede74e67cc61b2a805 SHA512 cc6a2f0dc745e2cd33884b5967a9077095f4848c11996edb73bcace53cf7f87c29e177777096e13d86a83f4e9296dc230fa4bef992ecc394ebbdba7fe0d5280c
 DIST piwigo-12.0.0.zip 17881368 BLAKE2B 9dad33074f763ff5c55f206c39eb1e4cc799bb6ec9d375a344a1e71a5a4d83bcd1363ae5d0a240535114874809b00df634a31df412a2f08d04a8bb09ae476e30 SHA512 07726d88538d62a73e15900971ecc0ac7b4d2dd70dd51eff8ab74d9d4b3c83784db574227ee7b0b68f11b0d5eca8dc5a9556dcc4ea47469126611883b9523606
 DIST piwigo-12.1.0.zip 17881563 BLAKE2B f140ddc236d06dbda15407f613317ea3ae8698b977517ecd2710ecb058a2f83d9c3ff134cb2135961ea38b0904eb8e69f381392f53e54c389b48b25cda94c955 SHA512 5e62acc9d2343ed93c016df54195a4506254dad4c8d7be8736996b39a10f5da7d2b113884d5fedeeafbec32fd93e2f949c3bfa1f9bd8c69b53417a7b5e649526
+DIST piwigo-12.2.0.zip 17894607 BLAKE2B ebe6ad72e0a737fc1179cbf86a80d03a928877288843c76df77c2688d04ca25d6e54bcbce218d67c4dbb67a3a3ee3f95d3c4a834cb89b58ce64645ad38b77354 SHA512 5117bfc98ae9721cf654c7811816ad5b633128b01e98005e7b23f555c08a12ba7ae7651d678e5d3e173f738165af5784cccf37d491ab494ab34b2ac70a212f8c

diff --git a/www-apps/piwigo/piwigo-12.2.0.ebuild b/www-apps/piwigo/piwigo-12.2.0.ebuild
new file mode 100644
index 000000000000..5d7d1f3343b3
--- /dev/null
+++ b/www-apps/piwigo/piwigo-12.2.0.ebuild
@@ -0,0 +1,44 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+inherit webapp
+
+DESCRIPTION="a photo gallery software for the web"
+HOMEPAGE="http://piwigo.org/"
+SRC_URI="http://piwigo.org/download/dlcounter.php?code=${PV} -> ${P}.zip"
+
+LICENSE="GPL-2"
+KEYWORDS="~amd64 ~x86"
+IUSE="+exif +gd imagemagick"
+
+DEPEND=""
+RDEPEND="
+	imagemagick? ( virtual/imagemagick-tools )
+	dev-lang/php[ctype,exif?,gd?,filter,iconv,json(+),mysqli]
+	>=virtual/mysql-5.0
+	virtual/httpd-php"
+BDEPEND="app-arch/unzip"
+
+REQUIRED_USE="|| ( gd imagemagick )"
+
+S=${WORKDIR}/${PN}
+
+src_install() {
+	webapp_src_preinst
+
+	insinto "${MY_HTDOCSDIR}"
+	doins -r .
+
+	# Local configuration, and parts that can be updated
+	webapp_serverowned "${MY_HTDOCSDIR}"/_data
+	webapp_serverowned -R "${MY_HTDOCSDIR}"/galleries
+	webapp_serverowned -R "${MY_HTDOCSDIR}"/language
+	webapp_serverowned -R "${MY_HTDOCSDIR}"/local
+	webapp_serverowned -R "${MY_HTDOCSDIR}"/plugins
+	webapp_serverowned -R "${MY_HTDOCSDIR}"/template-extension
+	webapp_serverowned -R "${MY_HTDOCSDIR}"/themes
+	webapp_serverowned "${MY_HTDOCSDIR}"/upload
+
+	webapp_src_install
+}


^ permalink raw reply related	[flat|nested] 61+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: www-apps/piwigo/
@ 2022-02-20 15:51 Bernard Cafarelli
  0 siblings, 0 replies; 61+ messages in thread
From: Bernard Cafarelli @ 2022-02-20 15:51 UTC (permalink / raw
  To: gentoo-commits

commit:     99818f7a433a75e3350b05432b90104eff9d3556
Author:     Bernard Cafarelli <voyageur <AT> gentoo <DOT> org>
AuthorDate: Sun Feb 20 15:50:47 2022 +0000
Commit:     Bernard Cafarelli <voyageur <AT> gentoo <DOT> org>
CommitDate: Sun Feb 20 15:50:47 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=99818f7a

www-apps/piwigo: clean old versions

https://github.com/Piwigo/Piwigo/issues/1582 mentions all versions
<=12.1.0 have a XSS vulnerability

Bug: https://bugs.gentoo.org/828581
Package-Manager: Portage-3.0.30, Repoman-3.0.3
Signed-off-by: Bernard Cafarelli <voyageur <AT> gentoo.org>

 www-apps/piwigo/Manifest                |  3 ---
 www-apps/piwigo/piwigo-11.5.0-r1.ebuild | 44 ---------------------------------
 www-apps/piwigo/piwigo-12.0.0.ebuild    | 44 ---------------------------------
 www-apps/piwigo/piwigo-12.1.0.ebuild    | 44 ---------------------------------
 4 files changed, 135 deletions(-)

diff --git a/www-apps/piwigo/Manifest b/www-apps/piwigo/Manifest
index 2f2640aea79e..befc393ff762 100644
--- a/www-apps/piwigo/Manifest
+++ b/www-apps/piwigo/Manifest
@@ -1,4 +1 @@
-DIST piwigo-11.5.0.zip 17742118 BLAKE2B f27bbe445cf93051196270ac1464400f1d74bc8ac2a05129e43065cd3fa60d8d82131ccf50e1d5c16fac9ceac06f1a888d10576857b8c9ede74e67cc61b2a805 SHA512 cc6a2f0dc745e2cd33884b5967a9077095f4848c11996edb73bcace53cf7f87c29e177777096e13d86a83f4e9296dc230fa4bef992ecc394ebbdba7fe0d5280c
-DIST piwigo-12.0.0.zip 17881368 BLAKE2B 9dad33074f763ff5c55f206c39eb1e4cc799bb6ec9d375a344a1e71a5a4d83bcd1363ae5d0a240535114874809b00df634a31df412a2f08d04a8bb09ae476e30 SHA512 07726d88538d62a73e15900971ecc0ac7b4d2dd70dd51eff8ab74d9d4b3c83784db574227ee7b0b68f11b0d5eca8dc5a9556dcc4ea47469126611883b9523606
-DIST piwigo-12.1.0.zip 17881563 BLAKE2B f140ddc236d06dbda15407f613317ea3ae8698b977517ecd2710ecb058a2f83d9c3ff134cb2135961ea38b0904eb8e69f381392f53e54c389b48b25cda94c955 SHA512 5e62acc9d2343ed93c016df54195a4506254dad4c8d7be8736996b39a10f5da7d2b113884d5fedeeafbec32fd93e2f949c3bfa1f9bd8c69b53417a7b5e649526
 DIST piwigo-12.2.0.zip 17894607 BLAKE2B ebe6ad72e0a737fc1179cbf86a80d03a928877288843c76df77c2688d04ca25d6e54bcbce218d67c4dbb67a3a3ee3f95d3c4a834cb89b58ce64645ad38b77354 SHA512 5117bfc98ae9721cf654c7811816ad5b633128b01e98005e7b23f555c08a12ba7ae7651d678e5d3e173f738165af5784cccf37d491ab494ab34b2ac70a212f8c

diff --git a/www-apps/piwigo/piwigo-11.5.0-r1.ebuild b/www-apps/piwigo/piwigo-11.5.0-r1.ebuild
deleted file mode 100644
index 02714c2e9e3a..000000000000
--- a/www-apps/piwigo/piwigo-11.5.0-r1.ebuild
+++ /dev/null
@@ -1,44 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-inherit webapp
-
-DESCRIPTION="a photo gallery software for the web"
-HOMEPAGE="http://piwigo.org/"
-SRC_URI="http://piwigo.org/download/dlcounter.php?code=${PV} -> ${P}.zip"
-
-LICENSE="GPL-2"
-KEYWORDS="~amd64 ~x86"
-IUSE="+exif +gd imagemagick"
-
-DEPEND=""
-RDEPEND="
-	imagemagick? ( virtual/imagemagick-tools )
-	<dev-lang/php-8[ctype,exif?,gd?,filter,iconv,json(+),mysqli]
-	>=virtual/mysql-5.0
-	virtual/httpd-php"
-BDEPEND="app-arch/unzip"
-
-REQUIRED_USE="|| ( gd imagemagick )"
-
-S=${WORKDIR}/${PN}
-
-src_install() {
-	webapp_src_preinst
-
-	insinto "${MY_HTDOCSDIR}"
-	doins -r .
-
-	# Local configuration, and parts that can be updated
-	webapp_serverowned "${MY_HTDOCSDIR}"/_data
-	webapp_serverowned -R "${MY_HTDOCSDIR}"/galleries
-	webapp_serverowned -R "${MY_HTDOCSDIR}"/language
-	webapp_serverowned -R "${MY_HTDOCSDIR}"/local
-	webapp_serverowned -R "${MY_HTDOCSDIR}"/plugins
-	webapp_serverowned -R "${MY_HTDOCSDIR}"/template-extension
-	webapp_serverowned -R "${MY_HTDOCSDIR}"/themes
-	webapp_serverowned "${MY_HTDOCSDIR}"/upload
-
-	webapp_src_install
-}

diff --git a/www-apps/piwigo/piwigo-12.0.0.ebuild b/www-apps/piwigo/piwigo-12.0.0.ebuild
deleted file mode 100644
index 71cbdf15e5c3..000000000000
--- a/www-apps/piwigo/piwigo-12.0.0.ebuild
+++ /dev/null
@@ -1,44 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-inherit webapp
-
-DESCRIPTION="a photo gallery software for the web"
-HOMEPAGE="http://piwigo.org/"
-SRC_URI="http://piwigo.org/download/dlcounter.php?code=${PV} -> ${P}.zip"
-
-LICENSE="GPL-2"
-KEYWORDS="~amd64 ~x86"
-IUSE="+exif +gd imagemagick"
-
-DEPEND=""
-RDEPEND="
-	imagemagick? ( virtual/imagemagick-tools )
-	dev-lang/php[ctype,exif?,gd?,filter,iconv,json(+),mysqli]
-	>=virtual/mysql-5.0
-	virtual/httpd-php"
-BDEPEND="app-arch/unzip"
-
-REQUIRED_USE="|| ( gd imagemagick )"
-
-S=${WORKDIR}/${PN}
-
-src_install() {
-	webapp_src_preinst
-
-	insinto "${MY_HTDOCSDIR}"
-	doins -r .
-
-	# Local configuration, and parts that can be updated
-	webapp_serverowned "${MY_HTDOCSDIR}"/_data
-	webapp_serverowned -R "${MY_HTDOCSDIR}"/galleries
-	webapp_serverowned -R "${MY_HTDOCSDIR}"/language
-	webapp_serverowned -R "${MY_HTDOCSDIR}"/local
-	webapp_serverowned -R "${MY_HTDOCSDIR}"/plugins
-	webapp_serverowned -R "${MY_HTDOCSDIR}"/template-extension
-	webapp_serverowned -R "${MY_HTDOCSDIR}"/themes
-	webapp_serverowned "${MY_HTDOCSDIR}"/upload
-
-	webapp_src_install
-}

diff --git a/www-apps/piwigo/piwigo-12.1.0.ebuild b/www-apps/piwigo/piwigo-12.1.0.ebuild
deleted file mode 100644
index 71cbdf15e5c3..000000000000
--- a/www-apps/piwigo/piwigo-12.1.0.ebuild
+++ /dev/null
@@ -1,44 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-inherit webapp
-
-DESCRIPTION="a photo gallery software for the web"
-HOMEPAGE="http://piwigo.org/"
-SRC_URI="http://piwigo.org/download/dlcounter.php?code=${PV} -> ${P}.zip"
-
-LICENSE="GPL-2"
-KEYWORDS="~amd64 ~x86"
-IUSE="+exif +gd imagemagick"
-
-DEPEND=""
-RDEPEND="
-	imagemagick? ( virtual/imagemagick-tools )
-	dev-lang/php[ctype,exif?,gd?,filter,iconv,json(+),mysqli]
-	>=virtual/mysql-5.0
-	virtual/httpd-php"
-BDEPEND="app-arch/unzip"
-
-REQUIRED_USE="|| ( gd imagemagick )"
-
-S=${WORKDIR}/${PN}
-
-src_install() {
-	webapp_src_preinst
-
-	insinto "${MY_HTDOCSDIR}"
-	doins -r .
-
-	# Local configuration, and parts that can be updated
-	webapp_serverowned "${MY_HTDOCSDIR}"/_data
-	webapp_serverowned -R "${MY_HTDOCSDIR}"/galleries
-	webapp_serverowned -R "${MY_HTDOCSDIR}"/language
-	webapp_serverowned -R "${MY_HTDOCSDIR}"/local
-	webapp_serverowned -R "${MY_HTDOCSDIR}"/plugins
-	webapp_serverowned -R "${MY_HTDOCSDIR}"/template-extension
-	webapp_serverowned -R "${MY_HTDOCSDIR}"/themes
-	webapp_serverowned "${MY_HTDOCSDIR}"/upload
-
-	webapp_src_install
-}


^ permalink raw reply related	[flat|nested] 61+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: www-apps/piwigo/
@ 2022-07-01 20:01 Bernard Cafarelli
  0 siblings, 0 replies; 61+ messages in thread
From: Bernard Cafarelli @ 2022-07-01 20:01 UTC (permalink / raw
  To: gentoo-commits

commit:     f2757ac2b191f5cce7b0e1530399f8962db8783f
Author:     Bernard Cafarelli <voyageur <AT> gentoo <DOT> org>
AuthorDate: Fri Jul  1 20:01:22 2022 +0000
Commit:     Bernard Cafarelli <voyageur <AT> gentoo <DOT> org>
CommitDate: Fri Jul  1 20:01:35 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f2757ac2

www-apps/piwigo: add 12.3.0

Signed-off-by: Bernard Cafarelli <voyageur <AT> gentoo.org>

 www-apps/piwigo/Manifest             |  1 +
 www-apps/piwigo/piwigo-12.3.0.ebuild | 44 ++++++++++++++++++++++++++++++++++++
 2 files changed, 45 insertions(+)

diff --git a/www-apps/piwigo/Manifest b/www-apps/piwigo/Manifest
index befc393ff762..4ff5372e2ee9 100644
--- a/www-apps/piwigo/Manifest
+++ b/www-apps/piwigo/Manifest
@@ -1 +1,2 @@
 DIST piwigo-12.2.0.zip 17894607 BLAKE2B ebe6ad72e0a737fc1179cbf86a80d03a928877288843c76df77c2688d04ca25d6e54bcbce218d67c4dbb67a3a3ee3f95d3c4a834cb89b58ce64645ad38b77354 SHA512 5117bfc98ae9721cf654c7811816ad5b633128b01e98005e7b23f555c08a12ba7ae7651d678e5d3e173f738165af5784cccf37d491ab494ab34b2ac70a212f8c
+DIST piwigo-12.3.0.zip 17957384 BLAKE2B ad0adc0bef364a75152d75f4b4fb6f8a0731903e1a13b35442abba469ed23d3637ce5cfad20e0b399866d7d8b1be6aebc72645706fb4452d899a78dfecf47b07 SHA512 541447095deb7fed001b4ae09a292d9e8285363953a8660cba1630875584900bf0ec207358b70c479c882d2d69705c95357754a4074bdb94d54793583a28e8e2

diff --git a/www-apps/piwigo/piwigo-12.3.0.ebuild b/www-apps/piwigo/piwigo-12.3.0.ebuild
new file mode 100644
index 000000000000..5d7d1f3343b3
--- /dev/null
+++ b/www-apps/piwigo/piwigo-12.3.0.ebuild
@@ -0,0 +1,44 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+inherit webapp
+
+DESCRIPTION="a photo gallery software for the web"
+HOMEPAGE="http://piwigo.org/"
+SRC_URI="http://piwigo.org/download/dlcounter.php?code=${PV} -> ${P}.zip"
+
+LICENSE="GPL-2"
+KEYWORDS="~amd64 ~x86"
+IUSE="+exif +gd imagemagick"
+
+DEPEND=""
+RDEPEND="
+	imagemagick? ( virtual/imagemagick-tools )
+	dev-lang/php[ctype,exif?,gd?,filter,iconv,json(+),mysqli]
+	>=virtual/mysql-5.0
+	virtual/httpd-php"
+BDEPEND="app-arch/unzip"
+
+REQUIRED_USE="|| ( gd imagemagick )"
+
+S=${WORKDIR}/${PN}
+
+src_install() {
+	webapp_src_preinst
+
+	insinto "${MY_HTDOCSDIR}"
+	doins -r .
+
+	# Local configuration, and parts that can be updated
+	webapp_serverowned "${MY_HTDOCSDIR}"/_data
+	webapp_serverowned -R "${MY_HTDOCSDIR}"/galleries
+	webapp_serverowned -R "${MY_HTDOCSDIR}"/language
+	webapp_serverowned -R "${MY_HTDOCSDIR}"/local
+	webapp_serverowned -R "${MY_HTDOCSDIR}"/plugins
+	webapp_serverowned -R "${MY_HTDOCSDIR}"/template-extension
+	webapp_serverowned -R "${MY_HTDOCSDIR}"/themes
+	webapp_serverowned "${MY_HTDOCSDIR}"/upload
+
+	webapp_src_install
+}


^ permalink raw reply related	[flat|nested] 61+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: www-apps/piwigo/
@ 2022-07-05 21:56 Bernard Cafarelli
  0 siblings, 0 replies; 61+ messages in thread
From: Bernard Cafarelli @ 2022-07-05 21:56 UTC (permalink / raw
  To: gentoo-commits

commit:     88b0c6b9e0a221c06555546615437e8050f8e8e4
Author:     Bernard Cafarelli <voyageur <AT> gentoo <DOT> org>
AuthorDate: Tue Jul  5 21:56:20 2022 +0000
Commit:     Bernard Cafarelli <voyageur <AT> gentoo <DOT> org>
CommitDate: Tue Jul  5 21:56:39 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=88b0c6b9

www-apps/piwigo: drop 12.2.0

Signed-off-by: Bernard Cafarelli <voyageur <AT> gentoo.org>

 www-apps/piwigo/Manifest             |  1 -
 www-apps/piwigo/piwigo-12.2.0.ebuild | 44 ------------------------------------
 2 files changed, 45 deletions(-)

diff --git a/www-apps/piwigo/Manifest b/www-apps/piwigo/Manifest
index 4ff5372e2ee9..e9c8da0241e9 100644
--- a/www-apps/piwigo/Manifest
+++ b/www-apps/piwigo/Manifest
@@ -1,2 +1 @@
-DIST piwigo-12.2.0.zip 17894607 BLAKE2B ebe6ad72e0a737fc1179cbf86a80d03a928877288843c76df77c2688d04ca25d6e54bcbce218d67c4dbb67a3a3ee3f95d3c4a834cb89b58ce64645ad38b77354 SHA512 5117bfc98ae9721cf654c7811816ad5b633128b01e98005e7b23f555c08a12ba7ae7651d678e5d3e173f738165af5784cccf37d491ab494ab34b2ac70a212f8c
 DIST piwigo-12.3.0.zip 17957384 BLAKE2B ad0adc0bef364a75152d75f4b4fb6f8a0731903e1a13b35442abba469ed23d3637ce5cfad20e0b399866d7d8b1be6aebc72645706fb4452d899a78dfecf47b07 SHA512 541447095deb7fed001b4ae09a292d9e8285363953a8660cba1630875584900bf0ec207358b70c479c882d2d69705c95357754a4074bdb94d54793583a28e8e2

diff --git a/www-apps/piwigo/piwigo-12.2.0.ebuild b/www-apps/piwigo/piwigo-12.2.0.ebuild
deleted file mode 100644
index 5d7d1f3343b3..000000000000
--- a/www-apps/piwigo/piwigo-12.2.0.ebuild
+++ /dev/null
@@ -1,44 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-inherit webapp
-
-DESCRIPTION="a photo gallery software for the web"
-HOMEPAGE="http://piwigo.org/"
-SRC_URI="http://piwigo.org/download/dlcounter.php?code=${PV} -> ${P}.zip"
-
-LICENSE="GPL-2"
-KEYWORDS="~amd64 ~x86"
-IUSE="+exif +gd imagemagick"
-
-DEPEND=""
-RDEPEND="
-	imagemagick? ( virtual/imagemagick-tools )
-	dev-lang/php[ctype,exif?,gd?,filter,iconv,json(+),mysqli]
-	>=virtual/mysql-5.0
-	virtual/httpd-php"
-BDEPEND="app-arch/unzip"
-
-REQUIRED_USE="|| ( gd imagemagick )"
-
-S=${WORKDIR}/${PN}
-
-src_install() {
-	webapp_src_preinst
-
-	insinto "${MY_HTDOCSDIR}"
-	doins -r .
-
-	# Local configuration, and parts that can be updated
-	webapp_serverowned "${MY_HTDOCSDIR}"/_data
-	webapp_serverowned -R "${MY_HTDOCSDIR}"/galleries
-	webapp_serverowned -R "${MY_HTDOCSDIR}"/language
-	webapp_serverowned -R "${MY_HTDOCSDIR}"/local
-	webapp_serverowned -R "${MY_HTDOCSDIR}"/plugins
-	webapp_serverowned -R "${MY_HTDOCSDIR}"/template-extension
-	webapp_serverowned -R "${MY_HTDOCSDIR}"/themes
-	webapp_serverowned "${MY_HTDOCSDIR}"/upload
-
-	webapp_src_install
-}


^ permalink raw reply related	[flat|nested] 61+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: www-apps/piwigo/
@ 2022-10-12  9:06 Bernard Cafarelli
  0 siblings, 0 replies; 61+ messages in thread
From: Bernard Cafarelli @ 2022-10-12  9:06 UTC (permalink / raw
  To: gentoo-commits

commit:     72f1db8ca6f15b94dd4e36882b43c4f82dfdbfe8
Author:     Bernard Cafarelli <voyageur <AT> gentoo <DOT> org>
AuthorDate: Wed Oct 12 09:06:36 2022 +0000
Commit:     Bernard Cafarelli <voyageur <AT> gentoo <DOT> org>
CommitDate: Wed Oct 12 09:06:51 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=72f1db8c

www-apps/piwigo: add 13.0.0

Signed-off-by: Bernard Cafarelli <voyageur <AT> gentoo.org>

 www-apps/piwigo/Manifest             |  1 +
 www-apps/piwigo/piwigo-13.0.0.ebuild | 44 ++++++++++++++++++++++++++++++++++++
 2 files changed, 45 insertions(+)

diff --git a/www-apps/piwigo/Manifest b/www-apps/piwigo/Manifest
index e9c8da0241e9..f11c9e3169b8 100644
--- a/www-apps/piwigo/Manifest
+++ b/www-apps/piwigo/Manifest
@@ -1 +1,2 @@
 DIST piwigo-12.3.0.zip 17957384 BLAKE2B ad0adc0bef364a75152d75f4b4fb6f8a0731903e1a13b35442abba469ed23d3637ce5cfad20e0b399866d7d8b1be6aebc72645706fb4452d899a78dfecf47b07 SHA512 541447095deb7fed001b4ae09a292d9e8285363953a8660cba1630875584900bf0ec207358b70c479c882d2d69705c95357754a4074bdb94d54793583a28e8e2
+DIST piwigo-13.0.0.zip 18262546 BLAKE2B 6e6a3d29669c04fec39ac39676b371d79cba7dd807051227dfb0c05f5f06bb3ceb5c2fe3ea19546663e745353282f59d649391bf54cf1803362119402fb87ce2 SHA512 a8dffb7a653c9423c920725c73ffa12d61ac33664179490c9c99cfe4ba2228ab6c5df491a7f8ac69392ac1eb9d143f20068d41a2e36ba6bc855a82ff0dbc13bb

diff --git a/www-apps/piwigo/piwigo-13.0.0.ebuild b/www-apps/piwigo/piwigo-13.0.0.ebuild
new file mode 100644
index 000000000000..646c95f17d2a
--- /dev/null
+++ b/www-apps/piwigo/piwigo-13.0.0.ebuild
@@ -0,0 +1,44 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+inherit webapp
+
+DESCRIPTION="a photo gallery software for the web"
+HOMEPAGE="http://piwigo.org/"
+SRC_URI="http://piwigo.org/download/dlcounter.php?code=${PV} -> ${P}.zip"
+
+LICENSE="GPL-2"
+KEYWORDS="~amd64 ~x86"
+IUSE="+exif +gd imagemagick"
+
+DEPEND=""
+RDEPEND="
+	imagemagick? ( virtual/imagemagick-tools )
+	dev-lang/php[ctype,exif?,gd?,filter,iconv,json(+),mysqli]
+	>=virtual/mysql-5.0
+	virtual/httpd-php"
+BDEPEND="app-arch/unzip"
+
+REQUIRED_USE="|| ( gd imagemagick )"
+
+S=${WORKDIR}/${PN}
+
+src_install() {
+	webapp_src_preinst
+
+	insinto "${MY_HTDOCSDIR}"
+	doins -r .
+
+	# Local configuration, and parts that can be updated
+	webapp_serverowned "${MY_HTDOCSDIR}"/_data
+	webapp_serverowned -R "${MY_HTDOCSDIR}"/galleries
+	webapp_serverowned -R "${MY_HTDOCSDIR}"/language
+	webapp_serverowned -R "${MY_HTDOCSDIR}"/local
+	webapp_serverowned -R "${MY_HTDOCSDIR}"/plugins
+	webapp_serverowned -R "${MY_HTDOCSDIR}"/template-extension
+	webapp_serverowned -R "${MY_HTDOCSDIR}"/themes
+	webapp_serverowned "${MY_HTDOCSDIR}"/upload
+
+	webapp_src_install
+}


^ permalink raw reply related	[flat|nested] 61+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: www-apps/piwigo/
@ 2022-10-22 19:36 Bernard Cafarelli
  0 siblings, 0 replies; 61+ messages in thread
From: Bernard Cafarelli @ 2022-10-22 19:36 UTC (permalink / raw
  To: gentoo-commits

commit:     e83179d47a2ad459ed43efe94d080f1dd81d16f1
Author:     Bernard Cafarelli <voyageur <AT> gentoo <DOT> org>
AuthorDate: Sat Oct 22 19:34:13 2022 +0000
Commit:     Bernard Cafarelli <voyageur <AT> gentoo <DOT> org>
CommitDate: Sat Oct 22 19:36:20 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e83179d4

www-apps/piwigo: add 13.1.0

Signed-off-by: Bernard Cafarelli <voyageur <AT> gentoo.org>

 www-apps/piwigo/Manifest             |  1 +
 www-apps/piwigo/piwigo-13.1.0.ebuild | 44 ++++++++++++++++++++++++++++++++++++
 2 files changed, 45 insertions(+)

diff --git a/www-apps/piwigo/Manifest b/www-apps/piwigo/Manifest
index f11c9e3169b8..aaccf30230f1 100644
--- a/www-apps/piwigo/Manifest
+++ b/www-apps/piwigo/Manifest
@@ -1,2 +1,3 @@
 DIST piwigo-12.3.0.zip 17957384 BLAKE2B ad0adc0bef364a75152d75f4b4fb6f8a0731903e1a13b35442abba469ed23d3637ce5cfad20e0b399866d7d8b1be6aebc72645706fb4452d899a78dfecf47b07 SHA512 541447095deb7fed001b4ae09a292d9e8285363953a8660cba1630875584900bf0ec207358b70c479c882d2d69705c95357754a4074bdb94d54793583a28e8e2
 DIST piwigo-13.0.0.zip 18262546 BLAKE2B 6e6a3d29669c04fec39ac39676b371d79cba7dd807051227dfb0c05f5f06bb3ceb5c2fe3ea19546663e745353282f59d649391bf54cf1803362119402fb87ce2 SHA512 a8dffb7a653c9423c920725c73ffa12d61ac33664179490c9c99cfe4ba2228ab6c5df491a7f8ac69392ac1eb9d143f20068d41a2e36ba6bc855a82ff0dbc13bb
+DIST piwigo-13.1.0.zip 18264748 BLAKE2B 6221b0253951ce13c5541f1b04c83d448749c02c332b8db88281005ce48a34555a91078ec9d56b2629900742f6aac541426534516ad731c3ec378e114c5f35ef SHA512 1696d47cbc15a5028ebdda252943d01ba5090a9a7195394b7bae1a55d1d1cc4f52769d43f02b0eb9bd041e99d14f36ea1e649af52117c87435ca8987d1bc5368

diff --git a/www-apps/piwigo/piwigo-13.1.0.ebuild b/www-apps/piwigo/piwigo-13.1.0.ebuild
new file mode 100644
index 000000000000..646c95f17d2a
--- /dev/null
+++ b/www-apps/piwigo/piwigo-13.1.0.ebuild
@@ -0,0 +1,44 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+inherit webapp
+
+DESCRIPTION="a photo gallery software for the web"
+HOMEPAGE="http://piwigo.org/"
+SRC_URI="http://piwigo.org/download/dlcounter.php?code=${PV} -> ${P}.zip"
+
+LICENSE="GPL-2"
+KEYWORDS="~amd64 ~x86"
+IUSE="+exif +gd imagemagick"
+
+DEPEND=""
+RDEPEND="
+	imagemagick? ( virtual/imagemagick-tools )
+	dev-lang/php[ctype,exif?,gd?,filter,iconv,json(+),mysqli]
+	>=virtual/mysql-5.0
+	virtual/httpd-php"
+BDEPEND="app-arch/unzip"
+
+REQUIRED_USE="|| ( gd imagemagick )"
+
+S=${WORKDIR}/${PN}
+
+src_install() {
+	webapp_src_preinst
+
+	insinto "${MY_HTDOCSDIR}"
+	doins -r .
+
+	# Local configuration, and parts that can be updated
+	webapp_serverowned "${MY_HTDOCSDIR}"/_data
+	webapp_serverowned -R "${MY_HTDOCSDIR}"/galleries
+	webapp_serverowned -R "${MY_HTDOCSDIR}"/language
+	webapp_serverowned -R "${MY_HTDOCSDIR}"/local
+	webapp_serverowned -R "${MY_HTDOCSDIR}"/plugins
+	webapp_serverowned -R "${MY_HTDOCSDIR}"/template-extension
+	webapp_serverowned -R "${MY_HTDOCSDIR}"/themes
+	webapp_serverowned "${MY_HTDOCSDIR}"/upload
+
+	webapp_src_install
+}


^ permalink raw reply related	[flat|nested] 61+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: www-apps/piwigo/
@ 2022-11-18  7:59 Bernard Cafarelli
  0 siblings, 0 replies; 61+ messages in thread
From: Bernard Cafarelli @ 2022-11-18  7:59 UTC (permalink / raw
  To: gentoo-commits

commit:     bac5022f182137e59eadced8b7ee0db93506fb47
Author:     Bernard Cafarelli <voyageur <AT> gentoo <DOT> org>
AuthorDate: Fri Nov 18 07:47:39 2022 +0000
Commit:     Bernard Cafarelli <voyageur <AT> gentoo <DOT> org>
CommitDate: Fri Nov 18 07:59:31 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bac5022f

www-apps/piwigo: drop 12.3.0, 13.0.0

Signed-off-by: Bernard Cafarelli <voyageur <AT> gentoo.org>

 www-apps/piwigo/Manifest             |  2 --
 www-apps/piwigo/piwigo-12.3.0.ebuild | 44 ------------------------------------
 www-apps/piwigo/piwigo-13.0.0.ebuild | 44 ------------------------------------
 3 files changed, 90 deletions(-)

diff --git a/www-apps/piwigo/Manifest b/www-apps/piwigo/Manifest
index aaccf30230f1..2ffc02192c09 100644
--- a/www-apps/piwigo/Manifest
+++ b/www-apps/piwigo/Manifest
@@ -1,3 +1 @@
-DIST piwigo-12.3.0.zip 17957384 BLAKE2B ad0adc0bef364a75152d75f4b4fb6f8a0731903e1a13b35442abba469ed23d3637ce5cfad20e0b399866d7d8b1be6aebc72645706fb4452d899a78dfecf47b07 SHA512 541447095deb7fed001b4ae09a292d9e8285363953a8660cba1630875584900bf0ec207358b70c479c882d2d69705c95357754a4074bdb94d54793583a28e8e2
-DIST piwigo-13.0.0.zip 18262546 BLAKE2B 6e6a3d29669c04fec39ac39676b371d79cba7dd807051227dfb0c05f5f06bb3ceb5c2fe3ea19546663e745353282f59d649391bf54cf1803362119402fb87ce2 SHA512 a8dffb7a653c9423c920725c73ffa12d61ac33664179490c9c99cfe4ba2228ab6c5df491a7f8ac69392ac1eb9d143f20068d41a2e36ba6bc855a82ff0dbc13bb
 DIST piwigo-13.1.0.zip 18264748 BLAKE2B 6221b0253951ce13c5541f1b04c83d448749c02c332b8db88281005ce48a34555a91078ec9d56b2629900742f6aac541426534516ad731c3ec378e114c5f35ef SHA512 1696d47cbc15a5028ebdda252943d01ba5090a9a7195394b7bae1a55d1d1cc4f52769d43f02b0eb9bd041e99d14f36ea1e649af52117c87435ca8987d1bc5368

diff --git a/www-apps/piwigo/piwigo-12.3.0.ebuild b/www-apps/piwigo/piwigo-12.3.0.ebuild
deleted file mode 100644
index 5d7d1f3343b3..000000000000
--- a/www-apps/piwigo/piwigo-12.3.0.ebuild
+++ /dev/null
@@ -1,44 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-inherit webapp
-
-DESCRIPTION="a photo gallery software for the web"
-HOMEPAGE="http://piwigo.org/"
-SRC_URI="http://piwigo.org/download/dlcounter.php?code=${PV} -> ${P}.zip"
-
-LICENSE="GPL-2"
-KEYWORDS="~amd64 ~x86"
-IUSE="+exif +gd imagemagick"
-
-DEPEND=""
-RDEPEND="
-	imagemagick? ( virtual/imagemagick-tools )
-	dev-lang/php[ctype,exif?,gd?,filter,iconv,json(+),mysqli]
-	>=virtual/mysql-5.0
-	virtual/httpd-php"
-BDEPEND="app-arch/unzip"
-
-REQUIRED_USE="|| ( gd imagemagick )"
-
-S=${WORKDIR}/${PN}
-
-src_install() {
-	webapp_src_preinst
-
-	insinto "${MY_HTDOCSDIR}"
-	doins -r .
-
-	# Local configuration, and parts that can be updated
-	webapp_serverowned "${MY_HTDOCSDIR}"/_data
-	webapp_serverowned -R "${MY_HTDOCSDIR}"/galleries
-	webapp_serverowned -R "${MY_HTDOCSDIR}"/language
-	webapp_serverowned -R "${MY_HTDOCSDIR}"/local
-	webapp_serverowned -R "${MY_HTDOCSDIR}"/plugins
-	webapp_serverowned -R "${MY_HTDOCSDIR}"/template-extension
-	webapp_serverowned -R "${MY_HTDOCSDIR}"/themes
-	webapp_serverowned "${MY_HTDOCSDIR}"/upload
-
-	webapp_src_install
-}

diff --git a/www-apps/piwigo/piwigo-13.0.0.ebuild b/www-apps/piwigo/piwigo-13.0.0.ebuild
deleted file mode 100644
index 646c95f17d2a..000000000000
--- a/www-apps/piwigo/piwigo-13.0.0.ebuild
+++ /dev/null
@@ -1,44 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-inherit webapp
-
-DESCRIPTION="a photo gallery software for the web"
-HOMEPAGE="http://piwigo.org/"
-SRC_URI="http://piwigo.org/download/dlcounter.php?code=${PV} -> ${P}.zip"
-
-LICENSE="GPL-2"
-KEYWORDS="~amd64 ~x86"
-IUSE="+exif +gd imagemagick"
-
-DEPEND=""
-RDEPEND="
-	imagemagick? ( virtual/imagemagick-tools )
-	dev-lang/php[ctype,exif?,gd?,filter,iconv,json(+),mysqli]
-	>=virtual/mysql-5.0
-	virtual/httpd-php"
-BDEPEND="app-arch/unzip"
-
-REQUIRED_USE="|| ( gd imagemagick )"
-
-S=${WORKDIR}/${PN}
-
-src_install() {
-	webapp_src_preinst
-
-	insinto "${MY_HTDOCSDIR}"
-	doins -r .
-
-	# Local configuration, and parts that can be updated
-	webapp_serverowned "${MY_HTDOCSDIR}"/_data
-	webapp_serverowned -R "${MY_HTDOCSDIR}"/galleries
-	webapp_serverowned -R "${MY_HTDOCSDIR}"/language
-	webapp_serverowned -R "${MY_HTDOCSDIR}"/local
-	webapp_serverowned -R "${MY_HTDOCSDIR}"/plugins
-	webapp_serverowned -R "${MY_HTDOCSDIR}"/template-extension
-	webapp_serverowned -R "${MY_HTDOCSDIR}"/themes
-	webapp_serverowned "${MY_HTDOCSDIR}"/upload
-
-	webapp_src_install
-}


^ permalink raw reply related	[flat|nested] 61+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: www-apps/piwigo/
@ 2022-11-18  7:59 Bernard Cafarelli
  0 siblings, 0 replies; 61+ messages in thread
From: Bernard Cafarelli @ 2022-11-18  7:59 UTC (permalink / raw
  To: gentoo-commits

commit:     e2438373ac8149287f3e15cd13fd49546fc11bf1
Author:     Bernard Cafarelli <voyageur <AT> gentoo <DOT> org>
AuthorDate: Fri Nov 18 07:48:00 2022 +0000
Commit:     Bernard Cafarelli <voyageur <AT> gentoo <DOT> org>
CommitDate: Fri Nov 18 07:59:31 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e2438373

www-apps/piwigo: add 13.2.0

Signed-off-by: Bernard Cafarelli <voyageur <AT> gentoo.org>

 www-apps/piwigo/Manifest             |  1 +
 www-apps/piwigo/piwigo-13.2.0.ebuild | 44 ++++++++++++++++++++++++++++++++++++
 2 files changed, 45 insertions(+)

diff --git a/www-apps/piwigo/Manifest b/www-apps/piwigo/Manifest
index 2ffc02192c09..81db49ad9027 100644
--- a/www-apps/piwigo/Manifest
+++ b/www-apps/piwigo/Manifest
@@ -1 +1,2 @@
 DIST piwigo-13.1.0.zip 18264748 BLAKE2B 6221b0253951ce13c5541f1b04c83d448749c02c332b8db88281005ce48a34555a91078ec9d56b2629900742f6aac541426534516ad731c3ec378e114c5f35ef SHA512 1696d47cbc15a5028ebdda252943d01ba5090a9a7195394b7bae1a55d1d1cc4f52769d43f02b0eb9bd041e99d14f36ea1e649af52117c87435ca8987d1bc5368
+DIST piwigo-13.2.0.zip 18282112 BLAKE2B 0e7ed0604324821b4b7b4d9bdc9f6a50ba526ca227b11796f8587d63e4d8cf6f7ee6e833432fa975695fc2fdc872e4b58d340a6b09be28f6923ad8d7ac6e59a1 SHA512 04049d2dd2792be6940091454db00b6b1de87120a537375e98b73db2cb8eb2d554cbd42cd0fc572307c46cb9f7acb460b403e41c2c5ef34112ccfa3e8e8d0d82

diff --git a/www-apps/piwigo/piwigo-13.2.0.ebuild b/www-apps/piwigo/piwigo-13.2.0.ebuild
new file mode 100644
index 000000000000..646c95f17d2a
--- /dev/null
+++ b/www-apps/piwigo/piwigo-13.2.0.ebuild
@@ -0,0 +1,44 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+inherit webapp
+
+DESCRIPTION="a photo gallery software for the web"
+HOMEPAGE="http://piwigo.org/"
+SRC_URI="http://piwigo.org/download/dlcounter.php?code=${PV} -> ${P}.zip"
+
+LICENSE="GPL-2"
+KEYWORDS="~amd64 ~x86"
+IUSE="+exif +gd imagemagick"
+
+DEPEND=""
+RDEPEND="
+	imagemagick? ( virtual/imagemagick-tools )
+	dev-lang/php[ctype,exif?,gd?,filter,iconv,json(+),mysqli]
+	>=virtual/mysql-5.0
+	virtual/httpd-php"
+BDEPEND="app-arch/unzip"
+
+REQUIRED_USE="|| ( gd imagemagick )"
+
+S=${WORKDIR}/${PN}
+
+src_install() {
+	webapp_src_preinst
+
+	insinto "${MY_HTDOCSDIR}"
+	doins -r .
+
+	# Local configuration, and parts that can be updated
+	webapp_serverowned "${MY_HTDOCSDIR}"/_data
+	webapp_serverowned -R "${MY_HTDOCSDIR}"/galleries
+	webapp_serverowned -R "${MY_HTDOCSDIR}"/language
+	webapp_serverowned -R "${MY_HTDOCSDIR}"/local
+	webapp_serverowned -R "${MY_HTDOCSDIR}"/plugins
+	webapp_serverowned -R "${MY_HTDOCSDIR}"/template-extension
+	webapp_serverowned -R "${MY_HTDOCSDIR}"/themes
+	webapp_serverowned "${MY_HTDOCSDIR}"/upload
+
+	webapp_src_install
+}


^ permalink raw reply related	[flat|nested] 61+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: www-apps/piwigo/
@ 2022-11-29  9:29 Bernard Cafarelli
  0 siblings, 0 replies; 61+ messages in thread
From: Bernard Cafarelli @ 2022-11-29  9:29 UTC (permalink / raw
  To: gentoo-commits

commit:     aadf6a5c44159fa14360a2acfca3d6719eb193f0
Author:     Bernard Cafarelli <voyageur <AT> gentoo <DOT> org>
AuthorDate: Tue Nov 29 09:28:35 2022 +0000
Commit:     Bernard Cafarelli <voyageur <AT> gentoo <DOT> org>
CommitDate: Tue Nov 29 09:29:07 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=aadf6a5c

www-apps/piwigo: add 13.3.0, drop 13.1.0

Signed-off-by: Bernard Cafarelli <voyageur <AT> gentoo.org>

 www-apps/piwigo/Manifest                                       | 2 +-
 www-apps/piwigo/{piwigo-13.1.0.ebuild => piwigo-13.3.0.ebuild} | 0
 2 files changed, 1 insertion(+), 1 deletion(-)

diff --git a/www-apps/piwigo/Manifest b/www-apps/piwigo/Manifest
index 81db49ad9027..7d8b75191ea6 100644
--- a/www-apps/piwigo/Manifest
+++ b/www-apps/piwigo/Manifest
@@ -1,2 +1,2 @@
-DIST piwigo-13.1.0.zip 18264748 BLAKE2B 6221b0253951ce13c5541f1b04c83d448749c02c332b8db88281005ce48a34555a91078ec9d56b2629900742f6aac541426534516ad731c3ec378e114c5f35ef SHA512 1696d47cbc15a5028ebdda252943d01ba5090a9a7195394b7bae1a55d1d1cc4f52769d43f02b0eb9bd041e99d14f36ea1e649af52117c87435ca8987d1bc5368
 DIST piwigo-13.2.0.zip 18282112 BLAKE2B 0e7ed0604324821b4b7b4d9bdc9f6a50ba526ca227b11796f8587d63e4d8cf6f7ee6e833432fa975695fc2fdc872e4b58d340a6b09be28f6923ad8d7ac6e59a1 SHA512 04049d2dd2792be6940091454db00b6b1de87120a537375e98b73db2cb8eb2d554cbd42cd0fc572307c46cb9f7acb460b403e41c2c5ef34112ccfa3e8e8d0d82
+DIST piwigo-13.3.0.zip 18285658 BLAKE2B 17d9e8f70163ae1949e51d50b5befe7c7eb66d625ac66e9c9bec373a5bb50545bf9d7aae10db63722ab76c62cf909c695f8dc6af9eada0f7fff70040d8c1fb4f SHA512 008f3e14c7d33b10a0c55fea4cb3b34c4ab83009fb5346bbb46d20629f29cfc949171053f33e4d7699db66e839933dbe8181acf136ca5c5a319b9320a04943f9

diff --git a/www-apps/piwigo/piwigo-13.1.0.ebuild b/www-apps/piwigo/piwigo-13.3.0.ebuild
similarity index 100%
rename from www-apps/piwigo/piwigo-13.1.0.ebuild
rename to www-apps/piwigo/piwigo-13.3.0.ebuild


^ permalink raw reply related	[flat|nested] 61+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: www-apps/piwigo/
@ 2022-12-17 23:22 Bernard Cafarelli
  0 siblings, 0 replies; 61+ messages in thread
From: Bernard Cafarelli @ 2022-12-17 23:22 UTC (permalink / raw
  To: gentoo-commits

commit:     0bd3fd65f9eda735c1d4f9e89685247567839eea
Author:     Bernard Cafarelli <voyageur <AT> gentoo <DOT> org>
AuthorDate: Sat Dec 17 10:10:45 2022 +0000
Commit:     Bernard Cafarelli <voyageur <AT> gentoo <DOT> org>
CommitDate: Sat Dec 17 23:22:05 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0bd3fd65

www-apps/piwigo: add 13.4.0, drop 13.2.0

Signed-off-by: Bernard Cafarelli <voyageur <AT> gentoo.org>

 www-apps/piwigo/Manifest                                       | 2 +-
 www-apps/piwigo/{piwigo-13.2.0.ebuild => piwigo-13.4.0.ebuild} | 0
 2 files changed, 1 insertion(+), 1 deletion(-)

diff --git a/www-apps/piwigo/Manifest b/www-apps/piwigo/Manifest
index 7d8b75191ea6..6c18185a74e1 100644
--- a/www-apps/piwigo/Manifest
+++ b/www-apps/piwigo/Manifest
@@ -1,2 +1,2 @@
-DIST piwigo-13.2.0.zip 18282112 BLAKE2B 0e7ed0604324821b4b7b4d9bdc9f6a50ba526ca227b11796f8587d63e4d8cf6f7ee6e833432fa975695fc2fdc872e4b58d340a6b09be28f6923ad8d7ac6e59a1 SHA512 04049d2dd2792be6940091454db00b6b1de87120a537375e98b73db2cb8eb2d554cbd42cd0fc572307c46cb9f7acb460b403e41c2c5ef34112ccfa3e8e8d0d82
 DIST piwigo-13.3.0.zip 18285658 BLAKE2B 17d9e8f70163ae1949e51d50b5befe7c7eb66d625ac66e9c9bec373a5bb50545bf9d7aae10db63722ab76c62cf909c695f8dc6af9eada0f7fff70040d8c1fb4f SHA512 008f3e14c7d33b10a0c55fea4cb3b34c4ab83009fb5346bbb46d20629f29cfc949171053f33e4d7699db66e839933dbe8181acf136ca5c5a319b9320a04943f9
+DIST piwigo-13.4.0.zip 18291826 BLAKE2B f9d78f57557d2e6f4c5b989b0a8521afe362c1206dc35e7cb0953f96736f504633075606fd834660ef454f762ac0d41e6e891430c6ab5407571b34a89979ae50 SHA512 57afc72aab7f869635960384e436aeb0cf059606b5c95c54678f59545cb7ec6c23e2bba0223a985d7a1c00b91f28f6c6145bf1af050ae0e6fab2f3837c04e209

diff --git a/www-apps/piwigo/piwigo-13.2.0.ebuild b/www-apps/piwigo/piwigo-13.4.0.ebuild
similarity index 100%
rename from www-apps/piwigo/piwigo-13.2.0.ebuild
rename to www-apps/piwigo/piwigo-13.4.0.ebuild


^ permalink raw reply related	[flat|nested] 61+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: www-apps/piwigo/
@ 2023-01-25 17:56 Bernard Cafarelli
  0 siblings, 0 replies; 61+ messages in thread
From: Bernard Cafarelli @ 2023-01-25 17:56 UTC (permalink / raw
  To: gentoo-commits

commit:     85c2e31b86cb3be378f7ce3c2d6bab7b902a70f0
Author:     Bernard Cafarelli <voyageur <AT> gentoo <DOT> org>
AuthorDate: Wed Jan 25 17:37:50 2023 +0000
Commit:     Bernard Cafarelli <voyageur <AT> gentoo <DOT> org>
CommitDate: Wed Jan 25 17:54:48 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=85c2e31b

www-apps/piwigo: 13.5.0 bump, remove old versions

Bug: https://bugs.gentoo.org/891971
Signed-off-by: Bernard Cafarelli <voyageur <AT> gentoo.org>

 www-apps/piwigo/Manifest                           |  3 +-
 www-apps/piwigo/piwigo-13.4.0.ebuild               | 44 ----------------------
 .../{piwigo-13.3.0.ebuild => piwigo-13.5.0.ebuild} |  2 +-
 3 files changed, 2 insertions(+), 47 deletions(-)

diff --git a/www-apps/piwigo/Manifest b/www-apps/piwigo/Manifest
index 6c18185a74e1..b8d8cfeb78f2 100644
--- a/www-apps/piwigo/Manifest
+++ b/www-apps/piwigo/Manifest
@@ -1,2 +1 @@
-DIST piwigo-13.3.0.zip 18285658 BLAKE2B 17d9e8f70163ae1949e51d50b5befe7c7eb66d625ac66e9c9bec373a5bb50545bf9d7aae10db63722ab76c62cf909c695f8dc6af9eada0f7fff70040d8c1fb4f SHA512 008f3e14c7d33b10a0c55fea4cb3b34c4ab83009fb5346bbb46d20629f29cfc949171053f33e4d7699db66e839933dbe8181acf136ca5c5a319b9320a04943f9
-DIST piwigo-13.4.0.zip 18291826 BLAKE2B f9d78f57557d2e6f4c5b989b0a8521afe362c1206dc35e7cb0953f96736f504633075606fd834660ef454f762ac0d41e6e891430c6ab5407571b34a89979ae50 SHA512 57afc72aab7f869635960384e436aeb0cf059606b5c95c54678f59545cb7ec6c23e2bba0223a985d7a1c00b91f28f6c6145bf1af050ae0e6fab2f3837c04e209
+DIST piwigo-13.5.0.zip 18298794 BLAKE2B 6fc432a3c2b4e70c3b3864047593aa91e0e4fe802db4f6d3b825c5467e7a062ae1e5ca85136c2c6660c50a05b9d2b76a80e802f5fd5c27f1733e5e32925f3fff SHA512 1020cc45f69e4af56761df84c1094ef3a81e1117fffede2ec3a15f52891ce2ef6e580c19a2228511e4a6c730e9d5aac3e0780166042a4907af85ee092e38957a

diff --git a/www-apps/piwigo/piwigo-13.4.0.ebuild b/www-apps/piwigo/piwigo-13.4.0.ebuild
deleted file mode 100644
index 646c95f17d2a..000000000000
--- a/www-apps/piwigo/piwigo-13.4.0.ebuild
+++ /dev/null
@@ -1,44 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-inherit webapp
-
-DESCRIPTION="a photo gallery software for the web"
-HOMEPAGE="http://piwigo.org/"
-SRC_URI="http://piwigo.org/download/dlcounter.php?code=${PV} -> ${P}.zip"
-
-LICENSE="GPL-2"
-KEYWORDS="~amd64 ~x86"
-IUSE="+exif +gd imagemagick"
-
-DEPEND=""
-RDEPEND="
-	imagemagick? ( virtual/imagemagick-tools )
-	dev-lang/php[ctype,exif?,gd?,filter,iconv,json(+),mysqli]
-	>=virtual/mysql-5.0
-	virtual/httpd-php"
-BDEPEND="app-arch/unzip"
-
-REQUIRED_USE="|| ( gd imagemagick )"
-
-S=${WORKDIR}/${PN}
-
-src_install() {
-	webapp_src_preinst
-
-	insinto "${MY_HTDOCSDIR}"
-	doins -r .
-
-	# Local configuration, and parts that can be updated
-	webapp_serverowned "${MY_HTDOCSDIR}"/_data
-	webapp_serverowned -R "${MY_HTDOCSDIR}"/galleries
-	webapp_serverowned -R "${MY_HTDOCSDIR}"/language
-	webapp_serverowned -R "${MY_HTDOCSDIR}"/local
-	webapp_serverowned -R "${MY_HTDOCSDIR}"/plugins
-	webapp_serverowned -R "${MY_HTDOCSDIR}"/template-extension
-	webapp_serverowned -R "${MY_HTDOCSDIR}"/themes
-	webapp_serverowned "${MY_HTDOCSDIR}"/upload
-
-	webapp_src_install
-}

diff --git a/www-apps/piwigo/piwigo-13.3.0.ebuild b/www-apps/piwigo/piwigo-13.5.0.ebuild
similarity index 96%
rename from www-apps/piwigo/piwigo-13.3.0.ebuild
rename to www-apps/piwigo/piwigo-13.5.0.ebuild
index 646c95f17d2a..825f7096685f 100644
--- a/www-apps/piwigo/piwigo-13.3.0.ebuild
+++ b/www-apps/piwigo/piwigo-13.5.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2022 Gentoo Authors
+# Copyright 1999-2023 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8


^ permalink raw reply related	[flat|nested] 61+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: www-apps/piwigo/
@ 2023-02-24 18:21 Bernard Cafarelli
  0 siblings, 0 replies; 61+ messages in thread
From: Bernard Cafarelli @ 2023-02-24 18:21 UTC (permalink / raw
  To: gentoo-commits

commit:     37ed8fe93823d2d176d52ab47954c849455c87f6
Author:     Bernard Cafarelli <voyageur <AT> gentoo <DOT> org>
AuthorDate: Fri Feb 24 18:20:59 2023 +0000
Commit:     Bernard Cafarelli <voyageur <AT> gentoo <DOT> org>
CommitDate: Fri Feb 24 18:21:13 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=37ed8fe9

www-apps/piwigo: add 13.6.0

Signed-off-by: Bernard Cafarelli <voyageur <AT> gentoo.org>

 www-apps/piwigo/Manifest             |  1 +
 www-apps/piwigo/piwigo-13.6.0.ebuild | 44 ++++++++++++++++++++++++++++++++++++
 2 files changed, 45 insertions(+)

diff --git a/www-apps/piwigo/Manifest b/www-apps/piwigo/Manifest
index b8d8cfeb78f2..552341393ee3 100644
--- a/www-apps/piwigo/Manifest
+++ b/www-apps/piwigo/Manifest
@@ -1 +1,2 @@
 DIST piwigo-13.5.0.zip 18298794 BLAKE2B 6fc432a3c2b4e70c3b3864047593aa91e0e4fe802db4f6d3b825c5467e7a062ae1e5ca85136c2c6660c50a05b9d2b76a80e802f5fd5c27f1733e5e32925f3fff SHA512 1020cc45f69e4af56761df84c1094ef3a81e1117fffede2ec3a15f52891ce2ef6e580c19a2228511e4a6c730e9d5aac3e0780166042a4907af85ee092e38957a
+DIST piwigo-13.6.0.zip 18292976 BLAKE2B 492230974533587742a0b1c9b344cef846f38fd3b6d756a1a0208afdef36ea7630b24e81f8de21280223030c3811112628f5f385ad083a20b802703a460f25ff SHA512 2c322af7dd74768b3192156ab5f59929de1f5a75061e00a628910253bab4f567f9d1d596d7fc648ccd12a9cd28b0ee8ac3d1fb71fc53002d142f62fabaab0724

diff --git a/www-apps/piwigo/piwigo-13.6.0.ebuild b/www-apps/piwigo/piwigo-13.6.0.ebuild
new file mode 100644
index 000000000000..825f7096685f
--- /dev/null
+++ b/www-apps/piwigo/piwigo-13.6.0.ebuild
@@ -0,0 +1,44 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+inherit webapp
+
+DESCRIPTION="a photo gallery software for the web"
+HOMEPAGE="http://piwigo.org/"
+SRC_URI="http://piwigo.org/download/dlcounter.php?code=${PV} -> ${P}.zip"
+
+LICENSE="GPL-2"
+KEYWORDS="~amd64 ~x86"
+IUSE="+exif +gd imagemagick"
+
+DEPEND=""
+RDEPEND="
+	imagemagick? ( virtual/imagemagick-tools )
+	dev-lang/php[ctype,exif?,gd?,filter,iconv,json(+),mysqli]
+	>=virtual/mysql-5.0
+	virtual/httpd-php"
+BDEPEND="app-arch/unzip"
+
+REQUIRED_USE="|| ( gd imagemagick )"
+
+S=${WORKDIR}/${PN}
+
+src_install() {
+	webapp_src_preinst
+
+	insinto "${MY_HTDOCSDIR}"
+	doins -r .
+
+	# Local configuration, and parts that can be updated
+	webapp_serverowned "${MY_HTDOCSDIR}"/_data
+	webapp_serverowned -R "${MY_HTDOCSDIR}"/galleries
+	webapp_serverowned -R "${MY_HTDOCSDIR}"/language
+	webapp_serverowned -R "${MY_HTDOCSDIR}"/local
+	webapp_serverowned -R "${MY_HTDOCSDIR}"/plugins
+	webapp_serverowned -R "${MY_HTDOCSDIR}"/template-extension
+	webapp_serverowned -R "${MY_HTDOCSDIR}"/themes
+	webapp_serverowned "${MY_HTDOCSDIR}"/upload
+
+	webapp_src_install
+}


^ permalink raw reply related	[flat|nested] 61+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: www-apps/piwigo/
@ 2023-05-12 15:00 Bernard Cafarelli
  0 siblings, 0 replies; 61+ messages in thread
From: Bernard Cafarelli @ 2023-05-12 15:00 UTC (permalink / raw
  To: gentoo-commits

commit:     a6d53ca50646592077760070f329bb3175d035cf
Author:     Bernard Cafarelli <voyageur <AT> gentoo <DOT> org>
AuthorDate: Fri May 12 14:58:00 2023 +0000
Commit:     Bernard Cafarelli <voyageur <AT> gentoo <DOT> org>
CommitDate: Fri May 12 14:58:39 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a6d53ca5

www-apps/piwigo: 13.7.0 bump, drop older versions for security vulns

Bug: https://bugs.gentoo.org/847979
Signed-off-by: Bernard Cafarelli <voyageur <AT> gentoo.org>

 www-apps/piwigo/Manifest                           |  3 +-
 www-apps/piwigo/piwigo-13.6.0.ebuild               | 44 ----------------------
 .../{piwigo-13.5.0.ebuild => piwigo-13.7.0.ebuild} |  0
 3 files changed, 1 insertion(+), 46 deletions(-)

diff --git a/www-apps/piwigo/Manifest b/www-apps/piwigo/Manifest
index 552341393ee3..c21532689bd1 100644
--- a/www-apps/piwigo/Manifest
+++ b/www-apps/piwigo/Manifest
@@ -1,2 +1 @@
-DIST piwigo-13.5.0.zip 18298794 BLAKE2B 6fc432a3c2b4e70c3b3864047593aa91e0e4fe802db4f6d3b825c5467e7a062ae1e5ca85136c2c6660c50a05b9d2b76a80e802f5fd5c27f1733e5e32925f3fff SHA512 1020cc45f69e4af56761df84c1094ef3a81e1117fffede2ec3a15f52891ce2ef6e580c19a2228511e4a6c730e9d5aac3e0780166042a4907af85ee092e38957a
-DIST piwigo-13.6.0.zip 18292976 BLAKE2B 492230974533587742a0b1c9b344cef846f38fd3b6d756a1a0208afdef36ea7630b24e81f8de21280223030c3811112628f5f385ad083a20b802703a460f25ff SHA512 2c322af7dd74768b3192156ab5f59929de1f5a75061e00a628910253bab4f567f9d1d596d7fc648ccd12a9cd28b0ee8ac3d1fb71fc53002d142f62fabaab0724
+DIST piwigo-13.7.0.zip 18306599 BLAKE2B 2be2dbccc3cc1ea42c3a9ff7d3578b96261230953eb8bda0b7d50e6fe559a2a72c98419e688b6f25b43d52117163c12d2ea81424a02197d64a6d9d1872618906 SHA512 8af4f2e8fce1db9c28a86202f2b7d1d7d2f4ffd802131e8db41b00b304bf487c1b161a0a6d72a61944c72cc6c391097f3fa2221c4d91dbd82bb7979defeac2be

diff --git a/www-apps/piwigo/piwigo-13.6.0.ebuild b/www-apps/piwigo/piwigo-13.6.0.ebuild
deleted file mode 100644
index 825f7096685f..000000000000
--- a/www-apps/piwigo/piwigo-13.6.0.ebuild
+++ /dev/null
@@ -1,44 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-inherit webapp
-
-DESCRIPTION="a photo gallery software for the web"
-HOMEPAGE="http://piwigo.org/"
-SRC_URI="http://piwigo.org/download/dlcounter.php?code=${PV} -> ${P}.zip"
-
-LICENSE="GPL-2"
-KEYWORDS="~amd64 ~x86"
-IUSE="+exif +gd imagemagick"
-
-DEPEND=""
-RDEPEND="
-	imagemagick? ( virtual/imagemagick-tools )
-	dev-lang/php[ctype,exif?,gd?,filter,iconv,json(+),mysqli]
-	>=virtual/mysql-5.0
-	virtual/httpd-php"
-BDEPEND="app-arch/unzip"
-
-REQUIRED_USE="|| ( gd imagemagick )"
-
-S=${WORKDIR}/${PN}
-
-src_install() {
-	webapp_src_preinst
-
-	insinto "${MY_HTDOCSDIR}"
-	doins -r .
-
-	# Local configuration, and parts that can be updated
-	webapp_serverowned "${MY_HTDOCSDIR}"/_data
-	webapp_serverowned -R "${MY_HTDOCSDIR}"/galleries
-	webapp_serverowned -R "${MY_HTDOCSDIR}"/language
-	webapp_serverowned -R "${MY_HTDOCSDIR}"/local
-	webapp_serverowned -R "${MY_HTDOCSDIR}"/plugins
-	webapp_serverowned -R "${MY_HTDOCSDIR}"/template-extension
-	webapp_serverowned -R "${MY_HTDOCSDIR}"/themes
-	webapp_serverowned "${MY_HTDOCSDIR}"/upload
-
-	webapp_src_install
-}

diff --git a/www-apps/piwigo/piwigo-13.5.0.ebuild b/www-apps/piwigo/piwigo-13.7.0.ebuild
similarity index 100%
rename from www-apps/piwigo/piwigo-13.5.0.ebuild
rename to www-apps/piwigo/piwigo-13.7.0.ebuild


^ permalink raw reply related	[flat|nested] 61+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: www-apps/piwigo/
@ 2023-07-09  9:20 Bernard Cafarelli
  0 siblings, 0 replies; 61+ messages in thread
From: Bernard Cafarelli @ 2023-07-09  9:20 UTC (permalink / raw
  To: gentoo-commits

commit:     4302f0aa0d918450c3d0107738851fd53f67bba8
Author:     Bernard Cafarelli <voyageur <AT> gentoo <DOT> org>
AuthorDate: Sun Jul  9 09:20:38 2023 +0000
Commit:     Bernard Cafarelli <voyageur <AT> gentoo <DOT> org>
CommitDate: Sun Jul  9 09:20:51 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4302f0aa

www-apps/piwigo: add 13.8.0

Signed-off-by: Bernard Cafarelli <voyageur <AT> gentoo.org>

 www-apps/piwigo/Manifest             |  1 +
 www-apps/piwigo/piwigo-13.8.0.ebuild | 44 ++++++++++++++++++++++++++++++++++++
 2 files changed, 45 insertions(+)

diff --git a/www-apps/piwigo/Manifest b/www-apps/piwigo/Manifest
index c21532689bd1..c476c768ce69 100644
--- a/www-apps/piwigo/Manifest
+++ b/www-apps/piwigo/Manifest
@@ -1 +1,2 @@
 DIST piwigo-13.7.0.zip 18306599 BLAKE2B 2be2dbccc3cc1ea42c3a9ff7d3578b96261230953eb8bda0b7d50e6fe559a2a72c98419e688b6f25b43d52117163c12d2ea81424a02197d64a6d9d1872618906 SHA512 8af4f2e8fce1db9c28a86202f2b7d1d7d2f4ffd802131e8db41b00b304bf487c1b161a0a6d72a61944c72cc6c391097f3fa2221c4d91dbd82bb7979defeac2be
+DIST piwigo-13.8.0.zip 18345886 BLAKE2B d2cb7c334a651c302b9a94bb09c5fcb0f658cc82ce45aebdb782da26f137348f77d93a9915f56584739e4f493f0cdffbaf353997842424b1aab20488554dfa6d SHA512 52c29ca0899f5df34667c0148d57c9e71f75056e94caffafdb98d0181f2198123d123121bd2ada3405293dea71cb95371f4387ee3dbcfe942d9530b21d76ce34

diff --git a/www-apps/piwigo/piwigo-13.8.0.ebuild b/www-apps/piwigo/piwigo-13.8.0.ebuild
new file mode 100644
index 000000000000..825f7096685f
--- /dev/null
+++ b/www-apps/piwigo/piwigo-13.8.0.ebuild
@@ -0,0 +1,44 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+inherit webapp
+
+DESCRIPTION="a photo gallery software for the web"
+HOMEPAGE="http://piwigo.org/"
+SRC_URI="http://piwigo.org/download/dlcounter.php?code=${PV} -> ${P}.zip"
+
+LICENSE="GPL-2"
+KEYWORDS="~amd64 ~x86"
+IUSE="+exif +gd imagemagick"
+
+DEPEND=""
+RDEPEND="
+	imagemagick? ( virtual/imagemagick-tools )
+	dev-lang/php[ctype,exif?,gd?,filter,iconv,json(+),mysqli]
+	>=virtual/mysql-5.0
+	virtual/httpd-php"
+BDEPEND="app-arch/unzip"
+
+REQUIRED_USE="|| ( gd imagemagick )"
+
+S=${WORKDIR}/${PN}
+
+src_install() {
+	webapp_src_preinst
+
+	insinto "${MY_HTDOCSDIR}"
+	doins -r .
+
+	# Local configuration, and parts that can be updated
+	webapp_serverowned "${MY_HTDOCSDIR}"/_data
+	webapp_serverowned -R "${MY_HTDOCSDIR}"/galleries
+	webapp_serverowned -R "${MY_HTDOCSDIR}"/language
+	webapp_serverowned -R "${MY_HTDOCSDIR}"/local
+	webapp_serverowned -R "${MY_HTDOCSDIR}"/plugins
+	webapp_serverowned -R "${MY_HTDOCSDIR}"/template-extension
+	webapp_serverowned -R "${MY_HTDOCSDIR}"/themes
+	webapp_serverowned "${MY_HTDOCSDIR}"/upload
+
+	webapp_src_install
+}


^ permalink raw reply related	[flat|nested] 61+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: www-apps/piwigo/
@ 2023-11-28 12:14 Bernard Cafarelli
  0 siblings, 0 replies; 61+ messages in thread
From: Bernard Cafarelli @ 2023-11-28 12:14 UTC (permalink / raw
  To: gentoo-commits

commit:     e12069060571cdcc3b30b6eccfafd676559136bc
Author:     Bernard Cafarelli <voyageur <AT> gentoo <DOT> org>
AuthorDate: Tue Nov 28 12:14:11 2023 +0000
Commit:     Bernard Cafarelli <voyageur <AT> gentoo <DOT> org>
CommitDate: Tue Nov 28 12:14:11 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e1206906

www-apps/piwigo: drop 13.7.0

Signed-off-by: Bernard Cafarelli <voyageur <AT> gentoo.org>

 www-apps/piwigo/Manifest             |  1 -
 www-apps/piwigo/piwigo-13.7.0.ebuild | 44 ------------------------------------
 2 files changed, 45 deletions(-)

diff --git a/www-apps/piwigo/Manifest b/www-apps/piwigo/Manifest
index c476c768ce69..441a50855467 100644
--- a/www-apps/piwigo/Manifest
+++ b/www-apps/piwigo/Manifest
@@ -1,2 +1 @@
-DIST piwigo-13.7.0.zip 18306599 BLAKE2B 2be2dbccc3cc1ea42c3a9ff7d3578b96261230953eb8bda0b7d50e6fe559a2a72c98419e688b6f25b43d52117163c12d2ea81424a02197d64a6d9d1872618906 SHA512 8af4f2e8fce1db9c28a86202f2b7d1d7d2f4ffd802131e8db41b00b304bf487c1b161a0a6d72a61944c72cc6c391097f3fa2221c4d91dbd82bb7979defeac2be
 DIST piwigo-13.8.0.zip 18345886 BLAKE2B d2cb7c334a651c302b9a94bb09c5fcb0f658cc82ce45aebdb782da26f137348f77d93a9915f56584739e4f493f0cdffbaf353997842424b1aab20488554dfa6d SHA512 52c29ca0899f5df34667c0148d57c9e71f75056e94caffafdb98d0181f2198123d123121bd2ada3405293dea71cb95371f4387ee3dbcfe942d9530b21d76ce34

diff --git a/www-apps/piwigo/piwigo-13.7.0.ebuild b/www-apps/piwigo/piwigo-13.7.0.ebuild
deleted file mode 100644
index 825f7096685f..000000000000
--- a/www-apps/piwigo/piwigo-13.7.0.ebuild
+++ /dev/null
@@ -1,44 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-inherit webapp
-
-DESCRIPTION="a photo gallery software for the web"
-HOMEPAGE="http://piwigo.org/"
-SRC_URI="http://piwigo.org/download/dlcounter.php?code=${PV} -> ${P}.zip"
-
-LICENSE="GPL-2"
-KEYWORDS="~amd64 ~x86"
-IUSE="+exif +gd imagemagick"
-
-DEPEND=""
-RDEPEND="
-	imagemagick? ( virtual/imagemagick-tools )
-	dev-lang/php[ctype,exif?,gd?,filter,iconv,json(+),mysqli]
-	>=virtual/mysql-5.0
-	virtual/httpd-php"
-BDEPEND="app-arch/unzip"
-
-REQUIRED_USE="|| ( gd imagemagick )"
-
-S=${WORKDIR}/${PN}
-
-src_install() {
-	webapp_src_preinst
-
-	insinto "${MY_HTDOCSDIR}"
-	doins -r .
-
-	# Local configuration, and parts that can be updated
-	webapp_serverowned "${MY_HTDOCSDIR}"/_data
-	webapp_serverowned -R "${MY_HTDOCSDIR}"/galleries
-	webapp_serverowned -R "${MY_HTDOCSDIR}"/language
-	webapp_serverowned -R "${MY_HTDOCSDIR}"/local
-	webapp_serverowned -R "${MY_HTDOCSDIR}"/plugins
-	webapp_serverowned -R "${MY_HTDOCSDIR}"/template-extension
-	webapp_serverowned -R "${MY_HTDOCSDIR}"/themes
-	webapp_serverowned "${MY_HTDOCSDIR}"/upload
-
-	webapp_src_install
-}


^ permalink raw reply related	[flat|nested] 61+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: www-apps/piwigo/
@ 2023-12-15  9:21 Bernard Cafarelli
  0 siblings, 0 replies; 61+ messages in thread
From: Bernard Cafarelli @ 2023-12-15  9:21 UTC (permalink / raw
  To: gentoo-commits

commit:     4e1de51857ca726ae9871662aa6b9c62476a415a
Author:     Bernard Cafarelli <voyageur <AT> gentoo <DOT> org>
AuthorDate: Fri Dec 15 09:21:52 2023 +0000
Commit:     Bernard Cafarelli <voyageur <AT> gentoo <DOT> org>
CommitDate: Fri Dec 15 09:21:52 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4e1de518

www-apps/piwigo: add 14.0.0

Signed-off-by: Bernard Cafarelli <voyageur <AT> gentoo.org>

 www-apps/piwigo/Manifest             |  1 +
 www-apps/piwigo/piwigo-14.0.0.ebuild | 44 ++++++++++++++++++++++++++++++++++++
 2 files changed, 45 insertions(+)

diff --git a/www-apps/piwigo/Manifest b/www-apps/piwigo/Manifest
index 441a50855467..f91052045d67 100644
--- a/www-apps/piwigo/Manifest
+++ b/www-apps/piwigo/Manifest
@@ -1 +1,2 @@
 DIST piwigo-13.8.0.zip 18345886 BLAKE2B d2cb7c334a651c302b9a94bb09c5fcb0f658cc82ce45aebdb782da26f137348f77d93a9915f56584739e4f493f0cdffbaf353997842424b1aab20488554dfa6d SHA512 52c29ca0899f5df34667c0148d57c9e71f75056e94caffafdb98d0181f2198123d123121bd2ada3405293dea71cb95371f4387ee3dbcfe942d9530b21d76ce34
+DIST piwigo-14.0.0.zip 18442805 BLAKE2B 22c714f68c6f68d7fe9a1bd8303a7ef63ac30dd6862d3dfd32f1bd3754a1805b8cfd321e3b734fe6eba3485374452befa7f2e0bfe0795a34e6ea25d1d1bada5a SHA512 cb679faeec7b188ece561ea5f1bf3fbf4acd513205f0492c5932921aae2676489089241f57fad3b1623e019772e39821121765bc0648d95da8f06d5a644e5a96

diff --git a/www-apps/piwigo/piwigo-14.0.0.ebuild b/www-apps/piwigo/piwigo-14.0.0.ebuild
new file mode 100644
index 000000000000..825f7096685f
--- /dev/null
+++ b/www-apps/piwigo/piwigo-14.0.0.ebuild
@@ -0,0 +1,44 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+inherit webapp
+
+DESCRIPTION="a photo gallery software for the web"
+HOMEPAGE="http://piwigo.org/"
+SRC_URI="http://piwigo.org/download/dlcounter.php?code=${PV} -> ${P}.zip"
+
+LICENSE="GPL-2"
+KEYWORDS="~amd64 ~x86"
+IUSE="+exif +gd imagemagick"
+
+DEPEND=""
+RDEPEND="
+	imagemagick? ( virtual/imagemagick-tools )
+	dev-lang/php[ctype,exif?,gd?,filter,iconv,json(+),mysqli]
+	>=virtual/mysql-5.0
+	virtual/httpd-php"
+BDEPEND="app-arch/unzip"
+
+REQUIRED_USE="|| ( gd imagemagick )"
+
+S=${WORKDIR}/${PN}
+
+src_install() {
+	webapp_src_preinst
+
+	insinto "${MY_HTDOCSDIR}"
+	doins -r .
+
+	# Local configuration, and parts that can be updated
+	webapp_serverowned "${MY_HTDOCSDIR}"/_data
+	webapp_serverowned -R "${MY_HTDOCSDIR}"/galleries
+	webapp_serverowned -R "${MY_HTDOCSDIR}"/language
+	webapp_serverowned -R "${MY_HTDOCSDIR}"/local
+	webapp_serverowned -R "${MY_HTDOCSDIR}"/plugins
+	webapp_serverowned -R "${MY_HTDOCSDIR}"/template-extension
+	webapp_serverowned -R "${MY_HTDOCSDIR}"/themes
+	webapp_serverowned "${MY_HTDOCSDIR}"/upload
+
+	webapp_src_install
+}


^ permalink raw reply related	[flat|nested] 61+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: www-apps/piwigo/
@ 2023-12-17 23:44 Bernard Cafarelli
  0 siblings, 0 replies; 61+ messages in thread
From: Bernard Cafarelli @ 2023-12-17 23:44 UTC (permalink / raw
  To: gentoo-commits

commit:     d8e8be9ff0d6f86bfeb772798c9b9c43bbe2f1b1
Author:     Bernard Cafarelli <voyageur <AT> gentoo <DOT> org>
AuthorDate: Sun Dec 17 23:42:59 2023 +0000
Commit:     Bernard Cafarelli <voyageur <AT> gentoo <DOT> org>
CommitDate: Sun Dec 17 23:42:59 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d8e8be9f

www-apps/piwigo: drop 13.8.0

Bug: https://bugs.gentoo.org/918534
Signed-off-by: Bernard Cafarelli <voyageur <AT> gentoo.org>

 www-apps/piwigo/Manifest             |  1 -
 www-apps/piwigo/piwigo-13.8.0.ebuild | 44 ------------------------------------
 2 files changed, 45 deletions(-)

diff --git a/www-apps/piwigo/Manifest b/www-apps/piwigo/Manifest
index f91052045d67..55d2effd7c7a 100644
--- a/www-apps/piwigo/Manifest
+++ b/www-apps/piwigo/Manifest
@@ -1,2 +1 @@
-DIST piwigo-13.8.0.zip 18345886 BLAKE2B d2cb7c334a651c302b9a94bb09c5fcb0f658cc82ce45aebdb782da26f137348f77d93a9915f56584739e4f493f0cdffbaf353997842424b1aab20488554dfa6d SHA512 52c29ca0899f5df34667c0148d57c9e71f75056e94caffafdb98d0181f2198123d123121bd2ada3405293dea71cb95371f4387ee3dbcfe942d9530b21d76ce34
 DIST piwigo-14.0.0.zip 18442805 BLAKE2B 22c714f68c6f68d7fe9a1bd8303a7ef63ac30dd6862d3dfd32f1bd3754a1805b8cfd321e3b734fe6eba3485374452befa7f2e0bfe0795a34e6ea25d1d1bada5a SHA512 cb679faeec7b188ece561ea5f1bf3fbf4acd513205f0492c5932921aae2676489089241f57fad3b1623e019772e39821121765bc0648d95da8f06d5a644e5a96

diff --git a/www-apps/piwigo/piwigo-13.8.0.ebuild b/www-apps/piwigo/piwigo-13.8.0.ebuild
deleted file mode 100644
index 825f7096685f..000000000000
--- a/www-apps/piwigo/piwigo-13.8.0.ebuild
+++ /dev/null
@@ -1,44 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-inherit webapp
-
-DESCRIPTION="a photo gallery software for the web"
-HOMEPAGE="http://piwigo.org/"
-SRC_URI="http://piwigo.org/download/dlcounter.php?code=${PV} -> ${P}.zip"
-
-LICENSE="GPL-2"
-KEYWORDS="~amd64 ~x86"
-IUSE="+exif +gd imagemagick"
-
-DEPEND=""
-RDEPEND="
-	imagemagick? ( virtual/imagemagick-tools )
-	dev-lang/php[ctype,exif?,gd?,filter,iconv,json(+),mysqli]
-	>=virtual/mysql-5.0
-	virtual/httpd-php"
-BDEPEND="app-arch/unzip"
-
-REQUIRED_USE="|| ( gd imagemagick )"
-
-S=${WORKDIR}/${PN}
-
-src_install() {
-	webapp_src_preinst
-
-	insinto "${MY_HTDOCSDIR}"
-	doins -r .
-
-	# Local configuration, and parts that can be updated
-	webapp_serverowned "${MY_HTDOCSDIR}"/_data
-	webapp_serverowned -R "${MY_HTDOCSDIR}"/galleries
-	webapp_serverowned -R "${MY_HTDOCSDIR}"/language
-	webapp_serverowned -R "${MY_HTDOCSDIR}"/local
-	webapp_serverowned -R "${MY_HTDOCSDIR}"/plugins
-	webapp_serverowned -R "${MY_HTDOCSDIR}"/template-extension
-	webapp_serverowned -R "${MY_HTDOCSDIR}"/themes
-	webapp_serverowned "${MY_HTDOCSDIR}"/upload
-
-	webapp_src_install
-}


^ permalink raw reply related	[flat|nested] 61+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: www-apps/piwigo/
@ 2023-12-30 10:55 Bernard Cafarelli
  0 siblings, 0 replies; 61+ messages in thread
From: Bernard Cafarelli @ 2023-12-30 10:55 UTC (permalink / raw
  To: gentoo-commits

commit:     355adac7cd107f15e0320179636b7b34df965e9d
Author:     Bernard Cafarelli <voyageur <AT> gentoo <DOT> org>
AuthorDate: Sat Dec 30 10:55:13 2023 +0000
Commit:     Bernard Cafarelli <voyageur <AT> gentoo <DOT> org>
CommitDate: Sat Dec 30 10:55:25 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=355adac7

www-apps/piwigo: add 14.1.0

Signed-off-by: Bernard Cafarelli <voyageur <AT> gentoo.org>

 www-apps/piwigo/Manifest             |  1 +
 www-apps/piwigo/piwigo-14.1.0.ebuild | 44 ++++++++++++++++++++++++++++++++++++
 2 files changed, 45 insertions(+)

diff --git a/www-apps/piwigo/Manifest b/www-apps/piwigo/Manifest
index 55d2effd7c7a..7ecc12988789 100644
--- a/www-apps/piwigo/Manifest
+++ b/www-apps/piwigo/Manifest
@@ -1 +1,2 @@
 DIST piwigo-14.0.0.zip 18442805 BLAKE2B 22c714f68c6f68d7fe9a1bd8303a7ef63ac30dd6862d3dfd32f1bd3754a1805b8cfd321e3b734fe6eba3485374452befa7f2e0bfe0795a34e6ea25d1d1bada5a SHA512 cb679faeec7b188ece561ea5f1bf3fbf4acd513205f0492c5932921aae2676489089241f57fad3b1623e019772e39821121765bc0648d95da8f06d5a644e5a96
+DIST piwigo-14.1.0.zip 18448411 BLAKE2B e4b7c172adae16a1b90c104c4018ec0324773382a348cc9f57d1b7065d011c9fa90b2062322f31c1b2a0a17230d08b07041abebadd9f08054f198f5ab65329c6 SHA512 3dbe34a70840139264088bc2bbaba12eebe7d0ae1b340586b6299f04a584b34a1d827e1a7f7afe4f929373be496f72af5cd35b9a9f12d4a3907249b8718f6d47

diff --git a/www-apps/piwigo/piwigo-14.1.0.ebuild b/www-apps/piwigo/piwigo-14.1.0.ebuild
new file mode 100644
index 000000000000..825f7096685f
--- /dev/null
+++ b/www-apps/piwigo/piwigo-14.1.0.ebuild
@@ -0,0 +1,44 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+inherit webapp
+
+DESCRIPTION="a photo gallery software for the web"
+HOMEPAGE="http://piwigo.org/"
+SRC_URI="http://piwigo.org/download/dlcounter.php?code=${PV} -> ${P}.zip"
+
+LICENSE="GPL-2"
+KEYWORDS="~amd64 ~x86"
+IUSE="+exif +gd imagemagick"
+
+DEPEND=""
+RDEPEND="
+	imagemagick? ( virtual/imagemagick-tools )
+	dev-lang/php[ctype,exif?,gd?,filter,iconv,json(+),mysqli]
+	>=virtual/mysql-5.0
+	virtual/httpd-php"
+BDEPEND="app-arch/unzip"
+
+REQUIRED_USE="|| ( gd imagemagick )"
+
+S=${WORKDIR}/${PN}
+
+src_install() {
+	webapp_src_preinst
+
+	insinto "${MY_HTDOCSDIR}"
+	doins -r .
+
+	# Local configuration, and parts that can be updated
+	webapp_serverowned "${MY_HTDOCSDIR}"/_data
+	webapp_serverowned -R "${MY_HTDOCSDIR}"/galleries
+	webapp_serverowned -R "${MY_HTDOCSDIR}"/language
+	webapp_serverowned -R "${MY_HTDOCSDIR}"/local
+	webapp_serverowned -R "${MY_HTDOCSDIR}"/plugins
+	webapp_serverowned -R "${MY_HTDOCSDIR}"/template-extension
+	webapp_serverowned -R "${MY_HTDOCSDIR}"/themes
+	webapp_serverowned "${MY_HTDOCSDIR}"/upload
+
+	webapp_src_install
+}


^ permalink raw reply related	[flat|nested] 61+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: www-apps/piwigo/
@ 2024-01-31 20:40 Bernard Cafarelli
  0 siblings, 0 replies; 61+ messages in thread
From: Bernard Cafarelli @ 2024-01-31 20:40 UTC (permalink / raw
  To: gentoo-commits

commit:     514d19c0666aadd791978485820a2c5bba229791
Author:     Bernard Cafarelli <voyageur <AT> gentoo <DOT> org>
AuthorDate: Wed Jan 31 20:39:40 2024 +0000
Commit:     Bernard Cafarelli <voyageur <AT> gentoo <DOT> org>
CommitDate: Wed Jan 31 20:40:48 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=514d19c0

www-apps/piwigo: add 14.2.0

Signed-off-by: Bernard Cafarelli <voyageur <AT> gentoo.org>

 www-apps/piwigo/Manifest             |  1 +
 www-apps/piwigo/piwigo-14.2.0.ebuild | 44 ++++++++++++++++++++++++++++++++++++
 2 files changed, 45 insertions(+)

diff --git a/www-apps/piwigo/Manifest b/www-apps/piwigo/Manifest
index 7ecc12988789..4472cfaecb1e 100644
--- a/www-apps/piwigo/Manifest
+++ b/www-apps/piwigo/Manifest
@@ -1,2 +1,3 @@
 DIST piwigo-14.0.0.zip 18442805 BLAKE2B 22c714f68c6f68d7fe9a1bd8303a7ef63ac30dd6862d3dfd32f1bd3754a1805b8cfd321e3b734fe6eba3485374452befa7f2e0bfe0795a34e6ea25d1d1bada5a SHA512 cb679faeec7b188ece561ea5f1bf3fbf4acd513205f0492c5932921aae2676489089241f57fad3b1623e019772e39821121765bc0648d95da8f06d5a644e5a96
 DIST piwigo-14.1.0.zip 18448411 BLAKE2B e4b7c172adae16a1b90c104c4018ec0324773382a348cc9f57d1b7065d011c9fa90b2062322f31c1b2a0a17230d08b07041abebadd9f08054f198f5ab65329c6 SHA512 3dbe34a70840139264088bc2bbaba12eebe7d0ae1b340586b6299f04a584b34a1d827e1a7f7afe4f929373be496f72af5cd35b9a9f12d4a3907249b8718f6d47
+DIST piwigo-14.2.0.zip 18489636 BLAKE2B 08435f8582f7c7c72227567671d5bfed437bad11f5cf643b744c59f7e469df9d0ec5d863907c42533df936ced1ccded13897aa9f79e95cfe93aedcebe5c39de3 SHA512 667b32ac892bca97a993ad7aa87e71b5003bf79774e12f6bc7e252036bef68cd94bbee941089c90c1fec82101eb74d4559a1d8e0ac1f6ddefafa5f3e7aad8a9e

diff --git a/www-apps/piwigo/piwigo-14.2.0.ebuild b/www-apps/piwigo/piwigo-14.2.0.ebuild
new file mode 100644
index 000000000000..6b766f9c42fd
--- /dev/null
+++ b/www-apps/piwigo/piwigo-14.2.0.ebuild
@@ -0,0 +1,44 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+inherit webapp
+
+DESCRIPTION="a photo gallery software for the web"
+HOMEPAGE="http://piwigo.org/"
+SRC_URI="http://piwigo.org/download/dlcounter.php?code=${PV} -> ${P}.zip"
+
+LICENSE="GPL-2"
+KEYWORDS="~amd64 ~x86"
+IUSE="+exif +gd imagemagick"
+
+DEPEND=""
+RDEPEND="
+	imagemagick? ( virtual/imagemagick-tools )
+	dev-lang/php[ctype,exif?,gd?,filter,iconv,json(+),mysqli]
+	>=virtual/mysql-5.0
+	virtual/httpd-php"
+BDEPEND="app-arch/unzip"
+
+REQUIRED_USE="|| ( gd imagemagick )"
+
+S=${WORKDIR}/${PN}
+
+src_install() {
+	webapp_src_preinst
+
+	insinto "${MY_HTDOCSDIR}"
+	doins -r .
+
+	# Local configuration, and parts that can be updated
+	webapp_serverowned "${MY_HTDOCSDIR}"/_data
+	webapp_serverowned -R "${MY_HTDOCSDIR}"/galleries
+	webapp_serverowned -R "${MY_HTDOCSDIR}"/language
+	webapp_serverowned -R "${MY_HTDOCSDIR}"/local
+	webapp_serverowned -R "${MY_HTDOCSDIR}"/plugins
+	webapp_serverowned -R "${MY_HTDOCSDIR}"/template-extension
+	webapp_serverowned -R "${MY_HTDOCSDIR}"/themes
+	webapp_serverowned "${MY_HTDOCSDIR}"/upload
+
+	webapp_src_install
+}


^ permalink raw reply related	[flat|nested] 61+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: www-apps/piwigo/
@ 2024-03-03  8:49 Bernard Cafarelli
  0 siblings, 0 replies; 61+ messages in thread
From: Bernard Cafarelli @ 2024-03-03  8:49 UTC (permalink / raw
  To: gentoo-commits

commit:     e9e1cba1659bfb7ca8673b3515b80c6186d0d2ec
Author:     Bernard Cafarelli <voyageur <AT> gentoo <DOT> org>
AuthorDate: Sun Mar  3 08:45:54 2024 +0000
Commit:     Bernard Cafarelli <voyageur <AT> gentoo <DOT> org>
CommitDate: Sun Mar  3 08:46:21 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e9e1cba1

www-apps/piwigo: add 14.3.0

Signed-off-by: Bernard Cafarelli <voyageur <AT> gentoo.org>

 www-apps/piwigo/Manifest             |  1 +
 www-apps/piwigo/piwigo-14.3.0.ebuild | 42 ++++++++++++++++++++++++++++++++++++
 2 files changed, 43 insertions(+)

diff --git a/www-apps/piwigo/Manifest b/www-apps/piwigo/Manifest
index 4472cfaecb1e..f3e29b7090f3 100644
--- a/www-apps/piwigo/Manifest
+++ b/www-apps/piwigo/Manifest
@@ -1,3 +1,4 @@
 DIST piwigo-14.0.0.zip 18442805 BLAKE2B 22c714f68c6f68d7fe9a1bd8303a7ef63ac30dd6862d3dfd32f1bd3754a1805b8cfd321e3b734fe6eba3485374452befa7f2e0bfe0795a34e6ea25d1d1bada5a SHA512 cb679faeec7b188ece561ea5f1bf3fbf4acd513205f0492c5932921aae2676489089241f57fad3b1623e019772e39821121765bc0648d95da8f06d5a644e5a96
 DIST piwigo-14.1.0.zip 18448411 BLAKE2B e4b7c172adae16a1b90c104c4018ec0324773382a348cc9f57d1b7065d011c9fa90b2062322f31c1b2a0a17230d08b07041abebadd9f08054f198f5ab65329c6 SHA512 3dbe34a70840139264088bc2bbaba12eebe7d0ae1b340586b6299f04a584b34a1d827e1a7f7afe4f929373be496f72af5cd35b9a9f12d4a3907249b8718f6d47
 DIST piwigo-14.2.0.zip 18489636 BLAKE2B 08435f8582f7c7c72227567671d5bfed437bad11f5cf643b744c59f7e469df9d0ec5d863907c42533df936ced1ccded13897aa9f79e95cfe93aedcebe5c39de3 SHA512 667b32ac892bca97a993ad7aa87e71b5003bf79774e12f6bc7e252036bef68cd94bbee941089c90c1fec82101eb74d4559a1d8e0ac1f6ddefafa5f3e7aad8a9e
+DIST piwigo-14.3.0.zip 18497258 BLAKE2B 1ba04c81298c3de9edc3dd4f2c10feed9bb320ad0ed80fbc8edb36a8c590025b580684c4ce9cb0283d5b9580e32c44fe5673214a926e98335a3c69a18051a4c1 SHA512 80c34c150dc55f312c3ce4a694cae559e529375d657ce47c05c8650bbb452577f6ab6f41816ef37de5a34fc1d31bf152962fe20741403991d347bf2245dcd91c

diff --git a/www-apps/piwigo/piwigo-14.3.0.ebuild b/www-apps/piwigo/piwigo-14.3.0.ebuild
new file mode 100644
index 000000000000..6319946ac014
--- /dev/null
+++ b/www-apps/piwigo/piwigo-14.3.0.ebuild
@@ -0,0 +1,42 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+inherit webapp
+
+DESCRIPTION="a photo gallery software for the web"
+HOMEPAGE="http://piwigo.org/"
+SRC_URI="http://piwigo.org/download/dlcounter.php?code=${PV} -> ${P}.zip"
+S=${WORKDIR}/${PN}
+
+LICENSE="GPL-2"
+KEYWORDS="~amd64 ~x86"
+IUSE="+exif +gd imagemagick"
+
+RDEPEND="
+	imagemagick? ( virtual/imagemagick-tools )
+	dev-lang/php[ctype,exif?,gd?,filter,iconv,json(+),mysqli]
+	>=virtual/mysql-5.0
+	virtual/httpd-php"
+BDEPEND="app-arch/unzip"
+
+REQUIRED_USE="|| ( gd imagemagick )"
+
+src_install() {
+	webapp_src_preinst
+
+	insinto "${MY_HTDOCSDIR}"
+	doins -r .
+
+	# Local configuration, and parts that can be updated
+	webapp_serverowned "${MY_HTDOCSDIR}"/_data
+	webapp_serverowned -R "${MY_HTDOCSDIR}"/galleries
+	webapp_serverowned -R "${MY_HTDOCSDIR}"/language
+	webapp_serverowned -R "${MY_HTDOCSDIR}"/local
+	webapp_serverowned -R "${MY_HTDOCSDIR}"/plugins
+	webapp_serverowned -R "${MY_HTDOCSDIR}"/template-extension
+	webapp_serverowned -R "${MY_HTDOCSDIR}"/themes
+	webapp_serverowned "${MY_HTDOCSDIR}"/upload
+
+	webapp_src_install
+}


^ permalink raw reply related	[flat|nested] 61+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: www-apps/piwigo/
@ 2024-03-03  8:49 Bernard Cafarelli
  0 siblings, 0 replies; 61+ messages in thread
From: Bernard Cafarelli @ 2024-03-03  8:49 UTC (permalink / raw
  To: gentoo-commits

commit:     3d6284e7f2de83cc389e905a8db04959f8db5500
Author:     Bernard Cafarelli <voyageur <AT> gentoo <DOT> org>
AuthorDate: Sun Mar  3 08:46:14 2024 +0000
Commit:     Bernard Cafarelli <voyageur <AT> gentoo <DOT> org>
CommitDate: Sun Mar  3 08:46:21 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3d6284e7

www-apps/piwigo: drop 14.0.0, 14.1.0

Signed-off-by: Bernard Cafarelli <voyageur <AT> gentoo.org>

 www-apps/piwigo/Manifest             |  2 --
 www-apps/piwigo/piwigo-14.0.0.ebuild | 44 ------------------------------------
 www-apps/piwigo/piwigo-14.1.0.ebuild | 44 ------------------------------------
 3 files changed, 90 deletions(-)

diff --git a/www-apps/piwigo/Manifest b/www-apps/piwigo/Manifest
index f3e29b7090f3..8ceab34662a4 100644
--- a/www-apps/piwigo/Manifest
+++ b/www-apps/piwigo/Manifest
@@ -1,4 +1,2 @@
-DIST piwigo-14.0.0.zip 18442805 BLAKE2B 22c714f68c6f68d7fe9a1bd8303a7ef63ac30dd6862d3dfd32f1bd3754a1805b8cfd321e3b734fe6eba3485374452befa7f2e0bfe0795a34e6ea25d1d1bada5a SHA512 cb679faeec7b188ece561ea5f1bf3fbf4acd513205f0492c5932921aae2676489089241f57fad3b1623e019772e39821121765bc0648d95da8f06d5a644e5a96
-DIST piwigo-14.1.0.zip 18448411 BLAKE2B e4b7c172adae16a1b90c104c4018ec0324773382a348cc9f57d1b7065d011c9fa90b2062322f31c1b2a0a17230d08b07041abebadd9f08054f198f5ab65329c6 SHA512 3dbe34a70840139264088bc2bbaba12eebe7d0ae1b340586b6299f04a584b34a1d827e1a7f7afe4f929373be496f72af5cd35b9a9f12d4a3907249b8718f6d47
 DIST piwigo-14.2.0.zip 18489636 BLAKE2B 08435f8582f7c7c72227567671d5bfed437bad11f5cf643b744c59f7e469df9d0ec5d863907c42533df936ced1ccded13897aa9f79e95cfe93aedcebe5c39de3 SHA512 667b32ac892bca97a993ad7aa87e71b5003bf79774e12f6bc7e252036bef68cd94bbee941089c90c1fec82101eb74d4559a1d8e0ac1f6ddefafa5f3e7aad8a9e
 DIST piwigo-14.3.0.zip 18497258 BLAKE2B 1ba04c81298c3de9edc3dd4f2c10feed9bb320ad0ed80fbc8edb36a8c590025b580684c4ce9cb0283d5b9580e32c44fe5673214a926e98335a3c69a18051a4c1 SHA512 80c34c150dc55f312c3ce4a694cae559e529375d657ce47c05c8650bbb452577f6ab6f41816ef37de5a34fc1d31bf152962fe20741403991d347bf2245dcd91c

diff --git a/www-apps/piwigo/piwigo-14.0.0.ebuild b/www-apps/piwigo/piwigo-14.0.0.ebuild
deleted file mode 100644
index 825f7096685f..000000000000
--- a/www-apps/piwigo/piwigo-14.0.0.ebuild
+++ /dev/null
@@ -1,44 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-inherit webapp
-
-DESCRIPTION="a photo gallery software for the web"
-HOMEPAGE="http://piwigo.org/"
-SRC_URI="http://piwigo.org/download/dlcounter.php?code=${PV} -> ${P}.zip"
-
-LICENSE="GPL-2"
-KEYWORDS="~amd64 ~x86"
-IUSE="+exif +gd imagemagick"
-
-DEPEND=""
-RDEPEND="
-	imagemagick? ( virtual/imagemagick-tools )
-	dev-lang/php[ctype,exif?,gd?,filter,iconv,json(+),mysqli]
-	>=virtual/mysql-5.0
-	virtual/httpd-php"
-BDEPEND="app-arch/unzip"
-
-REQUIRED_USE="|| ( gd imagemagick )"
-
-S=${WORKDIR}/${PN}
-
-src_install() {
-	webapp_src_preinst
-
-	insinto "${MY_HTDOCSDIR}"
-	doins -r .
-
-	# Local configuration, and parts that can be updated
-	webapp_serverowned "${MY_HTDOCSDIR}"/_data
-	webapp_serverowned -R "${MY_HTDOCSDIR}"/galleries
-	webapp_serverowned -R "${MY_HTDOCSDIR}"/language
-	webapp_serverowned -R "${MY_HTDOCSDIR}"/local
-	webapp_serverowned -R "${MY_HTDOCSDIR}"/plugins
-	webapp_serverowned -R "${MY_HTDOCSDIR}"/template-extension
-	webapp_serverowned -R "${MY_HTDOCSDIR}"/themes
-	webapp_serverowned "${MY_HTDOCSDIR}"/upload
-
-	webapp_src_install
-}

diff --git a/www-apps/piwigo/piwigo-14.1.0.ebuild b/www-apps/piwigo/piwigo-14.1.0.ebuild
deleted file mode 100644
index 825f7096685f..000000000000
--- a/www-apps/piwigo/piwigo-14.1.0.ebuild
+++ /dev/null
@@ -1,44 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-inherit webapp
-
-DESCRIPTION="a photo gallery software for the web"
-HOMEPAGE="http://piwigo.org/"
-SRC_URI="http://piwigo.org/download/dlcounter.php?code=${PV} -> ${P}.zip"
-
-LICENSE="GPL-2"
-KEYWORDS="~amd64 ~x86"
-IUSE="+exif +gd imagemagick"
-
-DEPEND=""
-RDEPEND="
-	imagemagick? ( virtual/imagemagick-tools )
-	dev-lang/php[ctype,exif?,gd?,filter,iconv,json(+),mysqli]
-	>=virtual/mysql-5.0
-	virtual/httpd-php"
-BDEPEND="app-arch/unzip"
-
-REQUIRED_USE="|| ( gd imagemagick )"
-
-S=${WORKDIR}/${PN}
-
-src_install() {
-	webapp_src_preinst
-
-	insinto "${MY_HTDOCSDIR}"
-	doins -r .
-
-	# Local configuration, and parts that can be updated
-	webapp_serverowned "${MY_HTDOCSDIR}"/_data
-	webapp_serverowned -R "${MY_HTDOCSDIR}"/galleries
-	webapp_serverowned -R "${MY_HTDOCSDIR}"/language
-	webapp_serverowned -R "${MY_HTDOCSDIR}"/local
-	webapp_serverowned -R "${MY_HTDOCSDIR}"/plugins
-	webapp_serverowned -R "${MY_HTDOCSDIR}"/template-extension
-	webapp_serverowned -R "${MY_HTDOCSDIR}"/themes
-	webapp_serverowned "${MY_HTDOCSDIR}"/upload
-
-	webapp_src_install
-}


^ permalink raw reply related	[flat|nested] 61+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: www-apps/piwigo/
@ 2024-03-03 18:17 Bernard Cafarelli
  0 siblings, 0 replies; 61+ messages in thread
From: Bernard Cafarelli @ 2024-03-03 18:17 UTC (permalink / raw
  To: gentoo-commits

commit:     747136bab9f1307319c6ab1e4a8071702e296927
Author:     Bernard Cafarelli <voyageur <AT> gentoo <DOT> org>
AuthorDate: Sun Mar  3 18:17:04 2024 +0000
Commit:     Bernard Cafarelli <voyageur <AT> gentoo <DOT> org>
CommitDate: Sun Mar  3 18:17:50 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=747136ba

www-apps/piwigo: drop 14.2.0 vulnerable version

Bug: https://bugs.gentoo.org/925931
Signed-off-by: Bernard Cafarelli <voyageur <AT> gentoo.org>

 www-apps/piwigo/Manifest             |  1 -
 www-apps/piwigo/piwigo-14.2.0.ebuild | 44 ------------------------------------
 2 files changed, 45 deletions(-)

diff --git a/www-apps/piwigo/Manifest b/www-apps/piwigo/Manifest
index 8ceab34662a4..6477f19f577f 100644
--- a/www-apps/piwigo/Manifest
+++ b/www-apps/piwigo/Manifest
@@ -1,2 +1 @@
-DIST piwigo-14.2.0.zip 18489636 BLAKE2B 08435f8582f7c7c72227567671d5bfed437bad11f5cf643b744c59f7e469df9d0ec5d863907c42533df936ced1ccded13897aa9f79e95cfe93aedcebe5c39de3 SHA512 667b32ac892bca97a993ad7aa87e71b5003bf79774e12f6bc7e252036bef68cd94bbee941089c90c1fec82101eb74d4559a1d8e0ac1f6ddefafa5f3e7aad8a9e
 DIST piwigo-14.3.0.zip 18497258 BLAKE2B 1ba04c81298c3de9edc3dd4f2c10feed9bb320ad0ed80fbc8edb36a8c590025b580684c4ce9cb0283d5b9580e32c44fe5673214a926e98335a3c69a18051a4c1 SHA512 80c34c150dc55f312c3ce4a694cae559e529375d657ce47c05c8650bbb452577f6ab6f41816ef37de5a34fc1d31bf152962fe20741403991d347bf2245dcd91c

diff --git a/www-apps/piwigo/piwigo-14.2.0.ebuild b/www-apps/piwigo/piwigo-14.2.0.ebuild
deleted file mode 100644
index 6b766f9c42fd..000000000000
--- a/www-apps/piwigo/piwigo-14.2.0.ebuild
+++ /dev/null
@@ -1,44 +0,0 @@
-# Copyright 1999-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-inherit webapp
-
-DESCRIPTION="a photo gallery software for the web"
-HOMEPAGE="http://piwigo.org/"
-SRC_URI="http://piwigo.org/download/dlcounter.php?code=${PV} -> ${P}.zip"
-
-LICENSE="GPL-2"
-KEYWORDS="~amd64 ~x86"
-IUSE="+exif +gd imagemagick"
-
-DEPEND=""
-RDEPEND="
-	imagemagick? ( virtual/imagemagick-tools )
-	dev-lang/php[ctype,exif?,gd?,filter,iconv,json(+),mysqli]
-	>=virtual/mysql-5.0
-	virtual/httpd-php"
-BDEPEND="app-arch/unzip"
-
-REQUIRED_USE="|| ( gd imagemagick )"
-
-S=${WORKDIR}/${PN}
-
-src_install() {
-	webapp_src_preinst
-
-	insinto "${MY_HTDOCSDIR}"
-	doins -r .
-
-	# Local configuration, and parts that can be updated
-	webapp_serverowned "${MY_HTDOCSDIR}"/_data
-	webapp_serverowned -R "${MY_HTDOCSDIR}"/galleries
-	webapp_serverowned -R "${MY_HTDOCSDIR}"/language
-	webapp_serverowned -R "${MY_HTDOCSDIR}"/local
-	webapp_serverowned -R "${MY_HTDOCSDIR}"/plugins
-	webapp_serverowned -R "${MY_HTDOCSDIR}"/template-extension
-	webapp_serverowned -R "${MY_HTDOCSDIR}"/themes
-	webapp_serverowned "${MY_HTDOCSDIR}"/upload
-
-	webapp_src_install
-}


^ permalink raw reply related	[flat|nested] 61+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: www-apps/piwigo/
@ 2024-04-18 11:53 Bernard Cafarelli
  0 siblings, 0 replies; 61+ messages in thread
From: Bernard Cafarelli @ 2024-04-18 11:53 UTC (permalink / raw
  To: gentoo-commits

commit:     251e15b18b9ec8fa80107ff7cab117836dae2d33
Author:     Bernard Cafarelli <voyageur <AT> gentoo <DOT> org>
AuthorDate: Thu Apr 18 11:50:43 2024 +0000
Commit:     Bernard Cafarelli <voyageur <AT> gentoo <DOT> org>
CommitDate: Thu Apr 18 11:53:34 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=251e15b1

www-apps/piwigo: add 14.4.0

Signed-off-by: Bernard Cafarelli <voyageur <AT> gentoo.org>

 www-apps/piwigo/Manifest             |  1 +
 www-apps/piwigo/piwigo-14.4.0.ebuild | 42 ++++++++++++++++++++++++++++++++++++
 2 files changed, 43 insertions(+)

diff --git a/www-apps/piwigo/Manifest b/www-apps/piwigo/Manifest
index 6477f19f577f..437f95863f78 100644
--- a/www-apps/piwigo/Manifest
+++ b/www-apps/piwigo/Manifest
@@ -1 +1,2 @@
 DIST piwigo-14.3.0.zip 18497258 BLAKE2B 1ba04c81298c3de9edc3dd4f2c10feed9bb320ad0ed80fbc8edb36a8c590025b580684c4ce9cb0283d5b9580e32c44fe5673214a926e98335a3c69a18051a4c1 SHA512 80c34c150dc55f312c3ce4a694cae559e529375d657ce47c05c8650bbb452577f6ab6f41816ef37de5a34fc1d31bf152962fe20741403991d347bf2245dcd91c
+DIST piwigo-14.4.0.zip 18500565 BLAKE2B c62dc0c5bfaae89d56cdc51aeef04d7e75dc25cd400918ac879f227e2f03028d5e4b556d8a3a79a2ae587b45b13cf7d192912a35c4cbc8029743eede20a07bd2 SHA512 2aecba41df2f39a864f58775cadecc8812647390c9b5cc0acfe67767de6130bc8166d65d76c8e59437494d52a4560554a94f8ba7beab44a9fb38997db430417e

diff --git a/www-apps/piwigo/piwigo-14.4.0.ebuild b/www-apps/piwigo/piwigo-14.4.0.ebuild
new file mode 100644
index 000000000000..6319946ac014
--- /dev/null
+++ b/www-apps/piwigo/piwigo-14.4.0.ebuild
@@ -0,0 +1,42 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+inherit webapp
+
+DESCRIPTION="a photo gallery software for the web"
+HOMEPAGE="http://piwigo.org/"
+SRC_URI="http://piwigo.org/download/dlcounter.php?code=${PV} -> ${P}.zip"
+S=${WORKDIR}/${PN}
+
+LICENSE="GPL-2"
+KEYWORDS="~amd64 ~x86"
+IUSE="+exif +gd imagemagick"
+
+RDEPEND="
+	imagemagick? ( virtual/imagemagick-tools )
+	dev-lang/php[ctype,exif?,gd?,filter,iconv,json(+),mysqli]
+	>=virtual/mysql-5.0
+	virtual/httpd-php"
+BDEPEND="app-arch/unzip"
+
+REQUIRED_USE="|| ( gd imagemagick )"
+
+src_install() {
+	webapp_src_preinst
+
+	insinto "${MY_HTDOCSDIR}"
+	doins -r .
+
+	# Local configuration, and parts that can be updated
+	webapp_serverowned "${MY_HTDOCSDIR}"/_data
+	webapp_serverowned -R "${MY_HTDOCSDIR}"/galleries
+	webapp_serverowned -R "${MY_HTDOCSDIR}"/language
+	webapp_serverowned -R "${MY_HTDOCSDIR}"/local
+	webapp_serverowned -R "${MY_HTDOCSDIR}"/plugins
+	webapp_serverowned -R "${MY_HTDOCSDIR}"/template-extension
+	webapp_serverowned -R "${MY_HTDOCSDIR}"/themes
+	webapp_serverowned "${MY_HTDOCSDIR}"/upload
+
+	webapp_src_install
+}


^ permalink raw reply related	[flat|nested] 61+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: www-apps/piwigo/
@ 2024-07-16 17:55 Bernard Cafarelli
  0 siblings, 0 replies; 61+ messages in thread
From: Bernard Cafarelli @ 2024-07-16 17:55 UTC (permalink / raw
  To: gentoo-commits

commit:     e60a34136cfc0a1b508120c253d4953d763c00c9
Author:     Bernard Cafarelli <voyageur <AT> gentoo <DOT> org>
AuthorDate: Tue Jul 16 17:54:17 2024 +0000
Commit:     Bernard Cafarelli <voyageur <AT> gentoo <DOT> org>
CommitDate: Tue Jul 16 17:55:27 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e60a3413

www-apps/piwigo: add 14.5.0

Signed-off-by: Bernard Cafarelli <voyageur <AT> gentoo.org>

 www-apps/piwigo/Manifest             |  1 +
 www-apps/piwigo/piwigo-14.5.0.ebuild | 42 ++++++++++++++++++++++++++++++++++++
 2 files changed, 43 insertions(+)

diff --git a/www-apps/piwigo/Manifest b/www-apps/piwigo/Manifest
index 437f95863f78..f51b80f264ca 100644
--- a/www-apps/piwigo/Manifest
+++ b/www-apps/piwigo/Manifest
@@ -1,2 +1,3 @@
 DIST piwigo-14.3.0.zip 18497258 BLAKE2B 1ba04c81298c3de9edc3dd4f2c10feed9bb320ad0ed80fbc8edb36a8c590025b580684c4ce9cb0283d5b9580e32c44fe5673214a926e98335a3c69a18051a4c1 SHA512 80c34c150dc55f312c3ce4a694cae559e529375d657ce47c05c8650bbb452577f6ab6f41816ef37de5a34fc1d31bf152962fe20741403991d347bf2245dcd91c
 DIST piwigo-14.4.0.zip 18500565 BLAKE2B c62dc0c5bfaae89d56cdc51aeef04d7e75dc25cd400918ac879f227e2f03028d5e4b556d8a3a79a2ae587b45b13cf7d192912a35c4cbc8029743eede20a07bd2 SHA512 2aecba41df2f39a864f58775cadecc8812647390c9b5cc0acfe67767de6130bc8166d65d76c8e59437494d52a4560554a94f8ba7beab44a9fb38997db430417e
+DIST piwigo-14.5.0.zip 18502471 BLAKE2B 2e7dbbdb4cd9505feb93435c6c81b9a0d352c9547eaebb91b233c45e38f21dedef26b4f84d5d8ab762948c9949b05c6f526c6bf6ea381ab9c6fb6f5b024dcb26 SHA512 5736bdb737d88ab217c641c6a076ece80f81307cf26bfbee2204327ceacf918977b60bd094867a988ebeaa14d017334ff45d1b2c0612757f5dad1dccc572f5e6

diff --git a/www-apps/piwigo/piwigo-14.5.0.ebuild b/www-apps/piwigo/piwigo-14.5.0.ebuild
new file mode 100644
index 000000000000..6319946ac014
--- /dev/null
+++ b/www-apps/piwigo/piwigo-14.5.0.ebuild
@@ -0,0 +1,42 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+inherit webapp
+
+DESCRIPTION="a photo gallery software for the web"
+HOMEPAGE="http://piwigo.org/"
+SRC_URI="http://piwigo.org/download/dlcounter.php?code=${PV} -> ${P}.zip"
+S=${WORKDIR}/${PN}
+
+LICENSE="GPL-2"
+KEYWORDS="~amd64 ~x86"
+IUSE="+exif +gd imagemagick"
+
+RDEPEND="
+	imagemagick? ( virtual/imagemagick-tools )
+	dev-lang/php[ctype,exif?,gd?,filter,iconv,json(+),mysqli]
+	>=virtual/mysql-5.0
+	virtual/httpd-php"
+BDEPEND="app-arch/unzip"
+
+REQUIRED_USE="|| ( gd imagemagick )"
+
+src_install() {
+	webapp_src_preinst
+
+	insinto "${MY_HTDOCSDIR}"
+	doins -r .
+
+	# Local configuration, and parts that can be updated
+	webapp_serverowned "${MY_HTDOCSDIR}"/_data
+	webapp_serverowned -R "${MY_HTDOCSDIR}"/galleries
+	webapp_serverowned -R "${MY_HTDOCSDIR}"/language
+	webapp_serverowned -R "${MY_HTDOCSDIR}"/local
+	webapp_serverowned -R "${MY_HTDOCSDIR}"/plugins
+	webapp_serverowned -R "${MY_HTDOCSDIR}"/template-extension
+	webapp_serverowned -R "${MY_HTDOCSDIR}"/themes
+	webapp_serverowned "${MY_HTDOCSDIR}"/upload
+
+	webapp_src_install
+}


^ permalink raw reply related	[flat|nested] 61+ messages in thread

end of thread, other threads:[~2024-07-16 17:55 UTC | newest]

Thread overview: 61+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-07-16 15:42 [gentoo-commits] repo/gentoo:master commit in: www-apps/piwigo/ Bernard Cafarelli
  -- strict thread matches above, loose matches on Subject: below --
2024-07-16 17:55 Bernard Cafarelli
2024-04-18 11:53 Bernard Cafarelli
2024-03-03 18:17 Bernard Cafarelli
2024-03-03  8:49 Bernard Cafarelli
2024-03-03  8:49 Bernard Cafarelli
2024-01-31 20:40 Bernard Cafarelli
2023-12-30 10:55 Bernard Cafarelli
2023-12-17 23:44 Bernard Cafarelli
2023-12-15  9:21 Bernard Cafarelli
2023-11-28 12:14 Bernard Cafarelli
2023-07-09  9:20 Bernard Cafarelli
2023-05-12 15:00 Bernard Cafarelli
2023-02-24 18:21 Bernard Cafarelli
2023-01-25 17:56 Bernard Cafarelli
2022-12-17 23:22 Bernard Cafarelli
2022-11-29  9:29 Bernard Cafarelli
2022-11-18  7:59 Bernard Cafarelli
2022-11-18  7:59 Bernard Cafarelli
2022-10-22 19:36 Bernard Cafarelli
2022-10-12  9:06 Bernard Cafarelli
2022-07-05 21:56 Bernard Cafarelli
2022-07-01 20:01 Bernard Cafarelli
2022-02-20 15:51 Bernard Cafarelli
2022-01-02  9:56 Bernard Cafarelli
2021-11-12 19:31 Bernard Cafarelli
2021-11-05 11:44 Bernard Cafarelli
2021-07-06 11:47 Bernard Cafarelli
2021-06-17 22:18 Thomas Deutschmann
2021-06-17 20:32 Thomas Deutschmann
2021-05-19 10:06 Bernard Cafarelli
2021-04-05 16:51 Bernard Cafarelli
2021-03-20 16:17 Bernard Cafarelli
2021-03-20 16:17 Bernard Cafarelli
2021-02-06 16:34 Bernard Cafarelli
2021-02-02 19:03 Bernard Cafarelli
2021-01-23  8:31 Bernard Cafarelli
2021-01-20 20:49 Bernard Cafarelli
2020-03-27 17:13 Bernard Cafarelli
2019-12-22 20:57 Bernard Cafarelli
2019-12-22 20:57 Bernard Cafarelli
2019-10-14 21:11 Bernard Cafarelli
2019-10-09  9:47 Bernard Cafarelli
2019-10-09  9:47 Bernard Cafarelli
2019-04-10 13:12 Bernard Cafarelli
2018-07-16 15:42 Bernard Cafarelli
2018-02-26 20:10 Bernard Cafarelli
2018-02-26 20:10 Bernard Cafarelli
2017-10-07 22:08 Bernard Cafarelli
2017-10-07 22:08 Bernard Cafarelli
2017-06-16  7:39 Bernard Cafarelli
2017-05-19 21:48 Bernard Cafarelli
2017-02-11 19:47 David Seifert
2017-01-30 19:13 Bernard Cafarelli
2017-01-30 19:13 Bernard Cafarelli
2017-01-13 13:34 Bernard Cafarelli
2017-01-13 13:34 Bernard Cafarelli
2016-12-09 14:23 Bernard Cafarelli
2016-07-13 16:17 Bernard Cafarelli
2016-05-20 17:36 Bernard Cafarelli
2016-04-05  8:13 Bernard Cafarelli

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox