From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 11A6F59CAF for ; Tue, 5 Apr 2016 08:13:46 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 1DD9F21C008; Tue, 5 Apr 2016 08:13:43 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 98ABF21C008 for ; Tue, 5 Apr 2016 08:13:42 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 120D0340DA6 for ; Tue, 5 Apr 2016 08:13:41 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 97A4D15F for ; Tue, 5 Apr 2016 08:13:37 +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: <1459843918.2d97cd320e4a9aa04b8b20809eb82c84a36087c7.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/metadata.xml www-apps/piwigo/piwigo-2.8.0.ebuild X-VCS-Directories: www-apps/piwigo/ X-VCS-Committer: voyageur X-VCS-Committer-Name: Bernard Cafarelli X-VCS-Revision: 2d97cd320e4a9aa04b8b20809eb82c84a36087c7 X-VCS-Branch: master Date: Tue, 5 Apr 2016 08:13:37 +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-Archives-Salt: 9f2b38c8-a8ec-4e14-8a97-093ecc107724 X-Archives-Hash: 8171f76050c4264742aac9c95d7f4e50 commit: 2d97cd320e4a9aa04b8b20809eb82c84a36087c7 Author: Bernard Cafarelli gentoo org> AuthorDate: Tue Apr 5 08:05:57 2016 +0000 Commit: Bernard Cafarelli gentoo org> CommitDate: Tue Apr 5 08:11:58 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2d97cd32 www-apps/piwigo: initial commit, imported from my overlay Package-Manager: portage-2.2.28 www-apps/piwigo/Manifest | 1 + www-apps/piwigo/metadata.xml | 18 +++++++++++++++ www-apps/piwigo/piwigo-2.8.0.ebuild | 44 +++++++++++++++++++++++++++++++++++++ 3 files changed, 63 insertions(+) diff --git a/www-apps/piwigo/Manifest b/www-apps/piwigo/Manifest new file mode 100644 index 0000000..ad3f2b6 --- /dev/null +++ b/www-apps/piwigo/Manifest @@ -0,0 +1 @@ +DIST piwigo-2.8.0.zip 7524556 SHA256 1712c81a5b40faaaff956f08b7a8618119d41336869f9e03e78060fa8d21726b SHA512 13529959235d416e6eaf54394d79d6fae58a2ba3cfc79b11765f600d95fd297be5dff98d84bb0436f9cef8d4811c2de9cf3d8f891e0a11e73534e62d0f511f59 WHIRLPOOL e9e5ff7d970a0b6e0e6027a005e865ff020437bd7645acf452cc9168af1fb3707d403204e7e961b6e084510303a428e68a3557c22ece205daaa3028ac66b7f6a diff --git a/www-apps/piwigo/metadata.xml b/www-apps/piwigo/metadata.xml new file mode 100644 index 0000000..586c819 --- /dev/null +++ b/www-apps/piwigo/metadata.xml @@ -0,0 +1,18 @@ + + + + + voyageur@gentoo.org + Bernard Cafarelli + + +Piwigo is a photo gallery software for the web that comes with powerful features to publish and manage your collection of pictures. + +Started in 2002, the project is now supported by an active community of users and developers. +It supports numerous galleries of all sizes all over the world, from an individual ten-photos party to the images stock of an agency. This scalability is supported by smart browsing capabilities based on categories, tags and chronological search. Various extensions make Piwigo even more scalable and customizable to suit your own needs and desires. + +Piwigo is both web and photo standard compliant. And, icing on the cake, it is free and opensource. + +PhpWebGallery became Piwigo on February 15th, 2009. + + diff --git a/www-apps/piwigo/piwigo-2.8.0.ebuild b/www-apps/piwigo/piwigo-2.8.0.ebuild new file mode 100644 index 0000000..4c01a9d --- /dev/null +++ b/www-apps/piwigo/piwigo-2.8.0.ebuild @@ -0,0 +1,44 @@ +# Copyright 1999-2016 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 +}