commit:     537048b38954ffe3a803c59db2032632b6749cb9
Author:     Bernard Cafarelli <voyageur <AT> gentoo <DOT> org>
AuthorDate: Mon Jan 30 19:08:25 2017 +0000
Commit:     Bernard Cafarelli <voyageur <AT> gentoo <DOT> org>
CommitDate: Mon Jan 30 19:13:11 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=537048b3

www-apps/piwigo: 2.8.6 bump, security bug #607746

Package-Manager: Portage-2.3.3, Repoman-2.3.1

 www-apps/piwigo/Manifest            |  1 +
 www-apps/piwigo/piwigo-2.8.6.ebuild | 44 +++++++++++++++++++++++++++++++++++++
 2 files changed, 45 insertions(+)

diff --git a/www-apps/piwigo/Manifest b/www-apps/piwigo/Manifest
index 6ea0351..8649ecd 100644
--- a/www-apps/piwigo/Manifest
+++ b/www-apps/piwigo/Manifest
@@ -1 +1,2 @@
 DIST piwigo-2.8.5.zip 7608761 SHA256 
f5add4186435f89ba946c036ee3e904efdd76b72f05869da3f5c14d5042e15cc SHA512 
b45eb3d491ad750634627dcfe69a97e4ceaf09a95923d84041c57288f66cd89143c5753a1fcd04c8a71addf5200e93ccf1970c4b37519e9acdaca592a791c45d
 WHIRLPOOL 
a9609fd661ed3b014f135c8b2f0b21663987b1715ea98ab40db4c5869c42475d6314369d22f967526accde7957887a2d3a19b639bea3bd0660bd606502b02cfe
+DIST piwigo-2.8.6.zip 7608839 SHA256 
74e400afd780642d19752a1f6ea5d864b97047cc525ed2abfff95e1eba44b565 SHA512 
1f68daa77722d6d3f00b644a50fd0be7dfa39d6390f8b202f4a61e890bd721c62ba34764f2b1634166ff12dc9ccbee117bd24d82f690c16abf6c5f37cb1b639f
 WHIRLPOOL 
45070d3685302f017b488f44e08a81ee5cb9de1151d2467b13a461d50fa207c5ca1a02f4414745e555630acd37624dfd3cd1f67cf24cd10b8ed055583679aaf2

diff --git a/www-apps/piwigo/piwigo-2.8.6.ebuild 
b/www-apps/piwigo/piwigo-2.8.6.ebuild
new file mode 100644
index 00000000..d52712d
--- /dev/null
+++ b/www-apps/piwigo/piwigo-2.8.6.ebuild
@@ -0,0 +1,44 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+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? ( || ( media-gfx/imagemagick
+               media-gfx/graphicsmagick[imagemagick] ) )
+       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