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 C14BB15802F for ; Fri, 24 Feb 2023 18:21:18 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 12C79E091A; Fri, 24 Feb 2023 18:21:18 +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) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id EA0BFE091A for ; Fri, 24 Feb 2023 18:21:17 +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) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id E7E7733BE00 for ; Fri, 24 Feb 2023 18:21:16 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 383AA807 for ; Fri, 24 Feb 2023 18:21:15 +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: <1677262873.37ed8fe93823d2d176d52ab47954c849455c87f6.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.6.0.ebuild X-VCS-Directories: www-apps/piwigo/ X-VCS-Committer: voyageur X-VCS-Committer-Name: Bernard Cafarelli X-VCS-Revision: 37ed8fe93823d2d176d52ab47954c849455c87f6 X-VCS-Branch: master Date: Fri, 24 Feb 2023 18:21:15 +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: 98fc37d6-4b33-4c28-a76d-01a01dd05a12 X-Archives-Hash: 9b989120aa6fe37c973e5ec7c730e756 commit: 37ed8fe93823d2d176d52ab47954c849455c87f6 Author: Bernard Cafarelli gentoo org> AuthorDate: Fri Feb 24 18:20:59 2023 +0000 Commit: Bernard Cafarelli gentoo org> CommitDate: Fri Feb 24 18:21:13 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=37ed8fe9 www-apps/piwigo: add 13.6.0 Signed-off-by: Bernard Cafarelli gentoo.org> www-apps/piwigo/Manifest | 1 + www-apps/piwigo/piwigo-13.6.0.ebuild | 44 ++++++++++++++++++++++++++++++++++++ 2 files changed, 45 insertions(+) diff --git a/www-apps/piwigo/Manifest b/www-apps/piwigo/Manifest index b8d8cfeb78f2..552341393ee3 100644 --- a/www-apps/piwigo/Manifest +++ b/www-apps/piwigo/Manifest @@ -1 +1,2 @@ DIST piwigo-13.5.0.zip 18298794 BLAKE2B 6fc432a3c2b4e70c3b3864047593aa91e0e4fe802db4f6d3b825c5467e7a062ae1e5ca85136c2c6660c50a05b9d2b76a80e802f5fd5c27f1733e5e32925f3fff SHA512 1020cc45f69e4af56761df84c1094ef3a81e1117fffede2ec3a15f52891ce2ef6e580c19a2228511e4a6c730e9d5aac3e0780166042a4907af85ee092e38957a +DIST piwigo-13.6.0.zip 18292976 BLAKE2B 492230974533587742a0b1c9b344cef846f38fd3b6d756a1a0208afdef36ea7630b24e81f8de21280223030c3811112628f5f385ad083a20b802703a460f25ff SHA512 2c322af7dd74768b3192156ab5f59929de1f5a75061e00a628910253bab4f567f9d1d596d7fc648ccd12a9cd28b0ee8ac3d1fb71fc53002d142f62fabaab0724 diff --git a/www-apps/piwigo/piwigo-13.6.0.ebuild b/www-apps/piwigo/piwigo-13.6.0.ebuild new file mode 100644 index 000000000000..825f7096685f --- /dev/null +++ b/www-apps/piwigo/piwigo-13.6.0.ebuild @@ -0,0 +1,44 @@ +# Copyright 1999-2023 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 +}