From cade0827f4ab3a7b13c870b7841c4462dde54dc6 Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Tue, 18 Mar 2025 00:29:39 +0000 Subject: gentoo auto-resync : 18:03:2025 - 00:29:39 --- www-apps/Manifest.gz | Bin 13120 -> 13117 bytes www-apps/piwigo/Manifest | 4 ++-- www-apps/piwigo/piwigo-15.3.0.ebuild | 42 ----------------------------------- www-apps/piwigo/piwigo-15.5.0.ebuild | 42 +++++++++++++++++++++++++++++++++++ 4 files changed, 44 insertions(+), 44 deletions(-) delete mode 100644 www-apps/piwigo/piwigo-15.3.0.ebuild create mode 100644 www-apps/piwigo/piwigo-15.5.0.ebuild (limited to 'www-apps') diff --git a/www-apps/Manifest.gz b/www-apps/Manifest.gz index b87cda9d880e..1c6f7f81a370 100644 Binary files a/www-apps/Manifest.gz and b/www-apps/Manifest.gz differ diff --git a/www-apps/piwigo/Manifest b/www-apps/piwigo/Manifest index fef348e1cb17..7a74554a9e11 100644 --- a/www-apps/piwigo/Manifest +++ b/www-apps/piwigo/Manifest @@ -1,5 +1,5 @@ -DIST piwigo-15.3.0.zip 18673051 BLAKE2B 23abf1e96774c0cc0efd8324a9d773dfc06802105186d237687245cfdecfab8aa1ea3588d3108ec97333f54f9c706b79f495f242bb84a0dbc57b3eeec3a422b2 SHA512 9f5bee6e8adf9e13cf2de68866375beeb7dc31b0268dafff3c1ca1872e2cd7d7b44f8833488cfce483db3a6a3d9dbbad36363478ba44c63362c2a49bc1ca1dfb DIST piwigo-15.4.0.zip 18691337 BLAKE2B 81d865598dca3aaba7fd5cd4530c9fde1e527165fb5ffc2c924d7dfab89768212649cc5dce85e9662d11a027da087ef7835887a656bed2cbf79476648dde815d SHA512 c7919728cb956ac985673b22ed0d26ea26b1181a760fbfae227a6f1a16a1135c1c6d12c7f14acf3ac0b658e473a1f1af266b4ecfe816fac7cb6060ee1519b816 -EBUILD piwigo-15.3.0.ebuild 1138 BLAKE2B 286c4ba475ec11f7053d41acb8d3ef2f9e798b998ee48a403f4b98dcbc6aec4e0344371f795b072413dd3a967dd0f5921679faf55b30536fc460f8381eb34db9 SHA512 f40b3f60713cddc5930152ddb98357caec823655b32cca0967f60aa50ce57d6148e67727f1efe9c6b857dd4ea710b795f9dbd3e063da90fbf5e53d26596c8f4f +DIST piwigo-15.5.0.zip 18694477 BLAKE2B 1c62a6897f7a7770127a2700dedef718010d4f56571f092912012b15035dc14e71bbfc546b80f0988148eb0c95d83d9653423893e1e62aa2ef829c3b992b3c61 SHA512 10ddbb57d2ce2833b2d612bbd151b528a5a1b8963209c497245ec9483a43e4418998ec7e83006932d863d5eb3eae92bbffeb6246a8ca36005c35f79a3c1292de EBUILD piwigo-15.4.0.ebuild 1138 BLAKE2B 8ea6e1206c46f0989a22bb7707278152ecfc63ae843ded7413680529e16ba5058378acb3a0aee0ecb91e688f6b5ca2ed16d43b0e61df3e7db8545e0235d06802 SHA512 5dcf6e6696d1ec06068a20afe95423c415740f1a12470ad61e84d6797563ba66577bbbfa536bdf17a80be1cb1e1dba53869847ea970734d9053cb40d503b6bd2 +EBUILD piwigo-15.5.0.ebuild 1138 BLAKE2B 8ea6e1206c46f0989a22bb7707278152ecfc63ae843ded7413680529e16ba5058378acb3a0aee0ecb91e688f6b5ca2ed16d43b0e61df3e7db8545e0235d06802 SHA512 5dcf6e6696d1ec06068a20afe95423c415740f1a12470ad61e84d6797563ba66577bbbfa536bdf17a80be1cb1e1dba53869847ea970734d9053cb40d503b6bd2 MISC metadata.xml 1023 BLAKE2B 7527436138cbd57c7c74dae7c03fbfb7b5badd46f9de14c72cfc5e324647ef4d5c3ccbfc7ab72e874331ff0c47560287dec2e784bfd2854abf5c276ed70f3d18 SHA512 1bcf676625a9f44aefd3eab32ff788c94ce6f8cbbb16927d3c76478aa19064be12d689d5e62b8cf88bb69d28667e5824bf78357f01e0f925b27892ae10553722 diff --git a/www-apps/piwigo/piwigo-15.3.0.ebuild b/www-apps/piwigo/piwigo-15.3.0.ebuild deleted file mode 100644 index 6319946ac014..000000000000 --- a/www-apps/piwigo/piwigo-15.3.0.ebuild +++ /dev/null @@ -1,42 +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" -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.5.0.ebuild b/www-apps/piwigo/piwigo-15.5.0.ebuild new file mode 100644 index 000000000000..be28ebf91be3 --- /dev/null +++ b/www-apps/piwigo/piwigo-15.5.0.ebuild @@ -0,0 +1,42 @@ +# 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 +} -- cgit v1.2.3