mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-10 15:45:15 -04:00
www-apps/castopod: drop 1.3.5
Closes: https://bugs.gentoo.org/909183 Signed-off-by: Anna (cybertailor) Vyalkova <cyber+gentoo@sysrq.in>
This commit is contained in:
@@ -1,2 +1 @@
|
||||
DIST castopod-1.3.5.tar.gz 52956999 BLAKE2B 3cb72dcd18c5334969eadbbd2979967d4299c69e922f389f1f6689e9ce12ca7cb4d5e4ea0faaeeac7e6dc1d15dd4b63f8d348cbe8c3d9cb938d018f6b8abf697 SHA512 a9e702265edb9377958bed1d4694b04b1c76d0472c1a80e9af92f38058b24f511da364f2c9870e3be22bea3ed9292eb7c0607a98d3022b1229f316c76351a3dd
|
||||
DIST castopod-1.4.1.tar.gz 52379315 BLAKE2B 05c22be9f299112106da4c83cf601b9c4512199fdaa0861b2b730a1b9bc36bc2e55b98943a30af45d23a073e690d87cb7d282337d546e4916647c53597360982 SHA512 100f27a77f155aa13420b051cacd1e677178cbbb3e88b25ef31d828fc80c70f34fda52cc17d61126c01fc1f237e34310207efa85e421d3a51befda436832c10a
|
||||
|
||||
@@ -1,40 +0,0 @@
|
||||
# Copyright 2023 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=8
|
||||
|
||||
inherit optfeature webapp
|
||||
|
||||
UPLOAD_HASH="0071d5055a69176c706591649b1d725d"
|
||||
DESCRIPTION="Open-source hosting platform made for podcasters"
|
||||
HOMEPAGE="
|
||||
https://castopod.org
|
||||
https://code.castopod.org/adaures/castopod
|
||||
"
|
||||
SRC_URI="https://code.castopod.org/adaures/${P}/uploads/${UPLOAD_HASH}/${P}.tar.gz"
|
||||
S="${WORKDIR}/${PN}"
|
||||
|
||||
LICENSE="AGPL-3+ Apache-2.0 BSD-2 BSD GPL-1+ GPL-2 GPL-2+ GPL-3 LGPL-3 MIT MPL-2.0"
|
||||
KEYWORDS="~amd64"
|
||||
|
||||
RDEPEND="
|
||||
>=dev-lang/php-8.1[curl,exif,gd,intl,mysqli,unicode,webp,xml]
|
||||
virtual/httpd-php
|
||||
"
|
||||
|
||||
src_install() {
|
||||
webapp_src_preinst
|
||||
|
||||
insinto "${MY_HTDOCSDIR}"
|
||||
doins -r .
|
||||
|
||||
webapp_serverowned -R "${MY_HTDOCSDIR}"/writable
|
||||
webapp_src_install
|
||||
}
|
||||
|
||||
pkg_postinst() {
|
||||
webapp_pkg_postinst
|
||||
|
||||
optfeature "better cache perfomance" dev-db/redis
|
||||
optfeature "video clips support" media-video/ffmpeg
|
||||
}
|
||||
Reference in New Issue
Block a user