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
-}

Reply via email to