commit:     9154a1773f733296814b387cd2c25b12d6342fe5
Author:     Bernard Cafarelli <voyageur <AT> gentoo <DOT> org>
AuthorDate: Wed Oct  9 08:19:02 2019 +0000
Commit:     Bernard Cafarelli <voyageur <AT> gentoo <DOT> org>
CommitDate: Wed Oct  9 09:45:04 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9154a177

www-apps/piwigo: drop old

Package-Manager: Portage-2.3.76, Repoman-2.3.17
Signed-off-by: Bernard Cafarelli <voyageur <AT> gentoo.org>

 www-apps/piwigo/Manifest            |  1 -
 www-apps/piwigo/piwigo-2.9.4.ebuild | 43 -------------------------------------
 2 files changed, 44 deletions(-)

diff --git a/www-apps/piwigo/Manifest b/www-apps/piwigo/Manifest
index 9a370dabb25..b042a8e9c53 100644
--- a/www-apps/piwigo/Manifest
+++ b/www-apps/piwigo/Manifest
@@ -1,3 +1,2 @@
 DIST piwigo-2.10.0.zip 17155586 BLAKE2B 
55610ff7714ccb50c15460edae37f0720bd7217a2e6034e844e978002ac0f1a90e1893bed0bf1132ee742ad68f810aac99345d9134787ef0ab9a6cdbc9591327
 SHA512 
665bdd45b5bd178fcc7c2133e9d1e3e81746eb3f877d0ef1253a74b3ec219ceda8fa4b4ec1d9d82302564170023f503b62f1c288f6c1226a4a32ca2e733cc9fa
-DIST piwigo-2.9.4.zip 7846445 BLAKE2B 
8c8eb7ab0e153ad9665ab3b18b70f5090b2d6545b312b19fcbca6f80b3e017b16bf94271ae071e02c2b8978802adb4e69a287a4e6dedaa728a41d6479765fc57
 SHA512 
b558700f041402f1fa399d1599ceaca4bb381ba818f189b5dca68a5b09d65416b5cbf2c4f48c8390381cffe98c840d4279c0b57c698ca5a81c0304ecc4a9a80c
 DIST piwigo-2.9.5.zip 7870527 BLAKE2B 
6a61f97125d3594d1672d3e9dec29716dff62417c07f0803c576c2cd9636273425342791e97abd7abc8f50dac56ebc4b7843435d75cbb3fd8c29e9723f9a32c7
 SHA512 
d211a86b40f3a20f406a4bbce87c094bc155b664fe7fb5ec5ab4de6e0bb0228c0c0aa30a04437469ea2360bc72b9e76b265b2811d77aad857fd85eeccb4d30c2

diff --git a/www-apps/piwigo/piwigo-2.9.4.ebuild 
b/www-apps/piwigo/piwigo-2.9.4.ebuild
deleted file mode 100644
index f9d1dfb8d27..00000000000
--- a/www-apps/piwigo/piwigo-2.9.4.ebuild
+++ /dev/null
@@ -1,43 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-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"
-
-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