diff options
-rw-r--r-- | www-apps/piwigo/Manifest | 2 | ||||
-rw-r--r-- | www-apps/piwigo/piwigo-12.3.0.ebuild | 44 | ||||
-rw-r--r-- | www-apps/piwigo/piwigo-13.0.0.ebuild | 44 |
3 files changed, 0 insertions, 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 -} |