commit: c1af7160c16e20dca4eb535f690302493d2fd828 Author: Bernard Cafarelli <voyageur <AT> gentoo <DOT> org> AuthorDate: Wed Feb 25 09:15:01 2026 +0000 Commit: Bernard Cafarelli <voyageur <AT> gentoo <DOT> org> CommitDate: Wed Feb 25 09:15:01 2026 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c1af7160
www-apps/piwigo: add 16.3.0, drop old versions Bug: https://bugs.gentoo.org/970551 Signed-off-by: Bernard Cafarelli <voyageur <AT> gentoo.org> www-apps/piwigo/Manifest | 4 +-- www-apps/piwigo/piwigo-16.1.0.ebuild | 42 ---------------------- www-apps/piwigo/piwigo-16.2.0.ebuild | 42 ---------------------- .../{piwigo-15.7.0.ebuild => piwigo-16.3.0.ebuild} | 2 +- 4 files changed, 2 insertions(+), 88 deletions(-) diff --git a/www-apps/piwigo/Manifest b/www-apps/piwigo/Manifest index 488deb63070c..8608c410bfd4 100644 --- a/www-apps/piwigo/Manifest +++ b/www-apps/piwigo/Manifest @@ -1,3 +1 @@ -DIST piwigo-15.7.0.zip 18747448 BLAKE2B bd833d40ce1d5c8bfc49baee576a13db4aff1958c2603ca1196b0fb14d0608a48909733044b2f930016cd62cd60a1f887e5609baf9bc5fdc9bea45b90f898f9b SHA512 8ec25812076d658d1e946afcaa1716208a43d521939d1eb899d21bc55b33a9d12fd9e90676aece1adc027a1a1ee01f944ddb4328a6f1c1d650ace1f734ee6841 -DIST piwigo-16.1.0.zip 19420164 BLAKE2B daf5275a8ca14b4253f9631439525942025e3764223a699548cc7309e489234993ac6f0d561d40c76251a172cc886ee60cf864b635fdf7b240b713169f70ef1d SHA512 50778e72302f433ec3afe58af35fd889d591d9303909dd554527f19acae61647b85b2bd834c22323a77f7274a31af9d524c3d71e9523196908dcf532780f981c -DIST piwigo-16.2.0.zip 19882161 BLAKE2B 995fe2175362d21d0cb2270c60d47749100d8fdb32f8b606228cd46cbbea4a1d69bd2b09b42cc3fe191dda6a482609d2692ece035b8dda7ad5437f2a9cd36921 SHA512 df9233181d9ce0fce36bb37d6c1234fed5d1877a6600adaec01f28a86d23c065d279a9016503775c06d405ead3eac54083f113d365009ca6624e50343d9e1404 +DIST piwigo-16.3.0.zip 19926580 BLAKE2B 8e9fcc708d10b25c8404d5396b8a742e9634307f33f6fcd0c65e36af6de22344e4791c35c3d24a0d951151da466cc6081f0d9415b32019ea4b48c46228b76b05 SHA512 9893ef4b528b7dc5eed0be0b774c99a1f2747f8d316a5065564feb1a3efe8fd8bf9110e5259c4fa6f29c9ff122563acd74b460c33240cad9be40ab9203ae21ea diff --git a/www-apps/piwigo/piwigo-16.1.0.ebuild b/www-apps/piwigo/piwigo-16.1.0.ebuild deleted file mode 100644 index be28ebf91be3..000000000000 --- a/www-apps/piwigo/piwigo-16.1.0.ebuild +++ /dev/null @@ -1,42 +0,0 @@ -# Copyright 1999-2025 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 -} diff --git a/www-apps/piwigo/piwigo-16.2.0.ebuild b/www-apps/piwigo/piwigo-16.2.0.ebuild deleted file mode 100644 index be28ebf91be3..000000000000 --- a/www-apps/piwigo/piwigo-16.2.0.ebuild +++ /dev/null @@ -1,42 +0,0 @@ -# Copyright 1999-2025 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 -} diff --git a/www-apps/piwigo/piwigo-15.7.0.ebuild b/www-apps/piwigo/piwigo-16.3.0.ebuild similarity index 96% rename from www-apps/piwigo/piwigo-15.7.0.ebuild rename to www-apps/piwigo/piwigo-16.3.0.ebuild index be28ebf91be3..9e6c00edf6a8 100644 --- a/www-apps/piwigo/piwigo-15.7.0.ebuild +++ b/www-apps/piwigo/piwigo-16.3.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2025 Gentoo Authors +# Copyright 1999-2026 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8
