From 82020bf7ff936f52f6f1efc646ae374e46b5ed36 Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Tue, 29 Nov 2022 13:20:26 +0000 Subject: gentoo auto-resync : 29:11:2022 - 13:20:25 --- www-apps/Manifest.gz | Bin 13116 -> 13114 bytes www-apps/piwigo/Manifest | 4 ++-- www-apps/piwigo/piwigo-13.1.0.ebuild | 44 ----------------------------------- www-apps/piwigo/piwigo-13.3.0.ebuild | 44 +++++++++++++++++++++++++++++++++++ 4 files changed, 46 insertions(+), 46 deletions(-) delete mode 100644 www-apps/piwigo/piwigo-13.1.0.ebuild create mode 100644 www-apps/piwigo/piwigo-13.3.0.ebuild (limited to 'www-apps') diff --git a/www-apps/Manifest.gz b/www-apps/Manifest.gz index 412a020bfcf0..7031fea2c67d 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 1c9f7b0e90ef..8df7277e3a51 100644 --- a/www-apps/piwigo/Manifest +++ b/www-apps/piwigo/Manifest @@ -1,5 +1,5 @@ -DIST piwigo-13.1.0.zip 18264748 BLAKE2B 6221b0253951ce13c5541f1b04c83d448749c02c332b8db88281005ce48a34555a91078ec9d56b2629900742f6aac541426534516ad731c3ec378e114c5f35ef SHA512 1696d47cbc15a5028ebdda252943d01ba5090a9a7195394b7bae1a55d1d1cc4f52769d43f02b0eb9bd041e99d14f36ea1e649af52117c87435ca8987d1bc5368 DIST piwigo-13.2.0.zip 18282112 BLAKE2B 0e7ed0604324821b4b7b4d9bdc9f6a50ba526ca227b11796f8587d63e4d8cf6f7ee6e833432fa975695fc2fdc872e4b58d340a6b09be28f6923ad8d7ac6e59a1 SHA512 04049d2dd2792be6940091454db00b6b1de87120a537375e98b73db2cb8eb2d554cbd42cd0fc572307c46cb9f7acb460b403e41c2c5ef34112ccfa3e8e8d0d82 -EBUILD piwigo-13.1.0.ebuild 1149 BLAKE2B 59c0374d189408cb7b48863261bd9d5b4329e53217274d7fdc42d146dcbc05d9a069fec651d3616c9780ce3c4252ca6166ed27db6d1b11d4d4f5456bc718feed SHA512 949773bfdb4176231b9e85730edec062e2ebce355d86d9617929f4bf36b06af28bb1363a605f9aa59153641df7250d41d2156eccaec59d257d2338a8987dd38c +DIST piwigo-13.3.0.zip 18285658 BLAKE2B 17d9e8f70163ae1949e51d50b5befe7c7eb66d625ac66e9c9bec373a5bb50545bf9d7aae10db63722ab76c62cf909c695f8dc6af9eada0f7fff70040d8c1fb4f SHA512 008f3e14c7d33b10a0c55fea4cb3b34c4ab83009fb5346bbb46d20629f29cfc949171053f33e4d7699db66e839933dbe8181acf136ca5c5a319b9320a04943f9 EBUILD piwigo-13.2.0.ebuild 1149 BLAKE2B 59c0374d189408cb7b48863261bd9d5b4329e53217274d7fdc42d146dcbc05d9a069fec651d3616c9780ce3c4252ca6166ed27db6d1b11d4d4f5456bc718feed SHA512 949773bfdb4176231b9e85730edec062e2ebce355d86d9617929f4bf36b06af28bb1363a605f9aa59153641df7250d41d2156eccaec59d257d2338a8987dd38c +EBUILD piwigo-13.3.0.ebuild 1149 BLAKE2B 59c0374d189408cb7b48863261bd9d5b4329e53217274d7fdc42d146dcbc05d9a069fec651d3616c9780ce3c4252ca6166ed27db6d1b11d4d4f5456bc718feed SHA512 949773bfdb4176231b9e85730edec062e2ebce355d86d9617929f4bf36b06af28bb1363a605f9aa59153641df7250d41d2156eccaec59d257d2338a8987dd38c MISC metadata.xml 1023 BLAKE2B 7527436138cbd57c7c74dae7c03fbfb7b5badd46f9de14c72cfc5e324647ef4d5c3ccbfc7ab72e874331ff0c47560287dec2e784bfd2854abf5c276ed70f3d18 SHA512 1bcf676625a9f44aefd3eab32ff788c94ce6f8cbbb16927d3c76478aa19064be12d689d5e62b8cf88bb69d28667e5824bf78357f01e0f925b27892ae10553722 diff --git a/www-apps/piwigo/piwigo-13.1.0.ebuild b/www-apps/piwigo/piwigo-13.1.0.ebuild deleted file mode 100644 index 646c95f17d2a..000000000000 --- a/www-apps/piwigo/piwigo-13.1.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.3.0.ebuild new file mode 100644 index 000000000000..646c95f17d2a --- /dev/null +++ b/www-apps/piwigo/piwigo-13.3.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 +} -- cgit v1.2.3