mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-17 14:49:30 -07:00
www-apps/piwigo: 12.2.0 bump
Package-Manager: Portage-3.0.30, Repoman-3.0.3 Signed-off-by: Bernard Cafarelli <voyageur@gentoo.org>
This commit is contained in:
@@ -1,3 +1,4 @@
|
||||
DIST piwigo-11.5.0.zip 17742118 BLAKE2B f27bbe445cf93051196270ac1464400f1d74bc8ac2a05129e43065cd3fa60d8d82131ccf50e1d5c16fac9ceac06f1a888d10576857b8c9ede74e67cc61b2a805 SHA512 cc6a2f0dc745e2cd33884b5967a9077095f4848c11996edb73bcace53cf7f87c29e177777096e13d86a83f4e9296dc230fa4bef992ecc394ebbdba7fe0d5280c
|
||||
DIST piwigo-12.0.0.zip 17881368 BLAKE2B 9dad33074f763ff5c55f206c39eb1e4cc799bb6ec9d375a344a1e71a5a4d83bcd1363ae5d0a240535114874809b00df634a31df412a2f08d04a8bb09ae476e30 SHA512 07726d88538d62a73e15900971ecc0ac7b4d2dd70dd51eff8ab74d9d4b3c83784db574227ee7b0b68f11b0d5eca8dc5a9556dcc4ea47469126611883b9523606
|
||||
DIST piwigo-12.1.0.zip 17881563 BLAKE2B f140ddc236d06dbda15407f613317ea3ae8698b977517ecd2710ecb058a2f83d9c3ff134cb2135961ea38b0904eb8e69f381392f53e54c389b48b25cda94c955 SHA512 5e62acc9d2343ed93c016df54195a4506254dad4c8d7be8736996b39a10f5da7d2b113884d5fedeeafbec32fd93e2f949c3bfa1f9bd8c69b53417a7b5e649526
|
||||
DIST piwigo-12.2.0.zip 17894607 BLAKE2B ebe6ad72e0a737fc1179cbf86a80d03a928877288843c76df77c2688d04ca25d6e54bcbce218d67c4dbb67a3a3ee3f95d3c4a834cb89b58ce64645ad38b77354 SHA512 5117bfc98ae9721cf654c7811816ad5b633128b01e98005e7b23f555c08a12ba7ae7651d678e5d3e173f738165af5784cccf37d491ab494ab34b2ac70a212f8c
|
||||
|
||||
44
www-apps/piwigo/piwigo-12.2.0.ebuild
Normal file
44
www-apps/piwigo/piwigo-12.2.0.ebuild
Normal file
@@ -0,0 +1,44 @@
|
||||
# Copyright 1999-2022 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=7
|
||||
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
|
||||
}
|
||||
Reference in New Issue
Block a user