From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 93FF0158020 for ; Fri, 18 Nov 2022 07:59:36 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id DFE0BE0959; Fri, 18 Nov 2022 07:59:35 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id C362DE0959 for ; Fri, 18 Nov 2022 07:59:35 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id D0E3E341108 for ; Fri, 18 Nov 2022 07:59:34 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 50A5D599 for ; Fri, 18 Nov 2022 07:59:33 +0000 (UTC) From: "Bernard Cafarelli" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Bernard Cafarelli" Message-ID: <1668758371.e2438373ac8149287f3e15cd13fd49546fc11bf1.voyageur@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: www-apps/piwigo/ X-VCS-Repository: repo/gentoo X-VCS-Files: www-apps/piwigo/Manifest www-apps/piwigo/piwigo-13.2.0.ebuild X-VCS-Directories: www-apps/piwigo/ X-VCS-Committer: voyageur X-VCS-Committer-Name: Bernard Cafarelli X-VCS-Revision: e2438373ac8149287f3e15cd13fd49546fc11bf1 X-VCS-Branch: master Date: Fri, 18 Nov 2022 07:59:33 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: d33ea9db-c167-4825-a635-4dd8b4d50248 X-Archives-Hash: be9abf030df22898ad4dc0d3a24a29fe commit: e2438373ac8149287f3e15cd13fd49546fc11bf1 Author: Bernard Cafarelli gentoo org> AuthorDate: Fri Nov 18 07:48:00 2022 +0000 Commit: Bernard Cafarelli gentoo org> CommitDate: Fri Nov 18 07:59:31 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e2438373 www-apps/piwigo: add 13.2.0 Signed-off-by: Bernard Cafarelli gentoo.org> www-apps/piwigo/Manifest | 1 + www-apps/piwigo/piwigo-13.2.0.ebuild | 44 ++++++++++++++++++++++++++++++++++++ 2 files changed, 45 insertions(+) diff --git a/www-apps/piwigo/Manifest b/www-apps/piwigo/Manifest index 2ffc02192c09..81db49ad9027 100644 --- a/www-apps/piwigo/Manifest +++ b/www-apps/piwigo/Manifest @@ -1 +1,2 @@ DIST piwigo-13.1.0.zip 18264748 BLAKE2B 6221b0253951ce13c5541f1b04c83d448749c02c332b8db88281005ce48a34555a91078ec9d56b2629900742f6aac541426534516ad731c3ec378e114c5f35ef SHA512 1696d47cbc15a5028ebdda252943d01ba5090a9a7195394b7bae1a55d1d1cc4f52769d43f02b0eb9bd041e99d14f36ea1e649af52117c87435ca8987d1bc5368 +DIST piwigo-13.2.0.zip 18282112 BLAKE2B 0e7ed0604324821b4b7b4d9bdc9f6a50ba526ca227b11796f8587d63e4d8cf6f7ee6e833432fa975695fc2fdc872e4b58d340a6b09be28f6923ad8d7ac6e59a1 SHA512 04049d2dd2792be6940091454db00b6b1de87120a537375e98b73db2cb8eb2d554cbd42cd0fc572307c46cb9f7acb460b403e41c2c5ef34112ccfa3e8e8d0d82 diff --git a/www-apps/piwigo/piwigo-13.2.0.ebuild b/www-apps/piwigo/piwigo-13.2.0.ebuild new file mode 100644 index 000000000000..646c95f17d2a --- /dev/null +++ b/www-apps/piwigo/piwigo-13.2.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 +}