mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-10 15:45:15 -04:00
Revert "www-apps/castopod: treeclean"
This reverts commit 0813388ce8.
Signed-off-by: Skyler Mäntysaari <sm+gentoo@skym.fi>
This commit is contained in:
2
www-apps/castopod/Manifest
Normal file
2
www-apps/castopod/Manifest
Normal file
@@ -0,0 +1,2 @@
|
||||
DIST castopod-1.4.3.tar.gz 52273984 BLAKE2B 2bd30d98b05172f851573b71c8503900805db20028554a67d11a0b8f8f9415421aaf018f7c872bac9c04d939197025432b1b06ff827d53705101138da6c6773e SHA512 f30feb71001d29dd14a96e51a06999356d7691f44da0eb0c96a28a14f4113d966e86ad1fde7583b5f2400bb764a2bc961c59b6b2ca233f15cb17edc805ea91e9
|
||||
DIST castopod-1.4.5.tar.gz 51626589 BLAKE2B 3340a77a109cf6c9665342af2bbc67b70520d8261d3adcd816d1335a545d96441a19dd83a68b58ee3ef0e58d1c7915475a70fbc72094f1aa94f7d7104835c00e SHA512 58c4f0da2b93f6e0b68cf93686fb280af9292c5c3e72d5672ebfd70b14ac545fb9d6be9266a74c08b12b0f0ccdacff42e6b96f163df925e1020373af9966e5db
|
||||
40
www-apps/castopod/castopod-1.4.3.ebuild
Normal file
40
www-apps/castopod/castopod-1.4.3.ebuild
Normal file
@@ -0,0 +1,40 @@
|
||||
# Copyright 2023 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=8
|
||||
|
||||
inherit optfeature webapp
|
||||
|
||||
UPLOAD_HASH="192f3a3fb2abba24fee6990c46ff0e2b"
|
||||
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/${PN}/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
|
||||
}
|
||||
40
www-apps/castopod/castopod-1.4.5.ebuild
Normal file
40
www-apps/castopod/castopod-1.4.5.ebuild
Normal file
@@ -0,0 +1,40 @@
|
||||
# Copyright 2023 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=8
|
||||
|
||||
inherit optfeature webapp
|
||||
|
||||
UPLOAD_HASH="50c9b05f5267aa48c562539182d9ffd1"
|
||||
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/${PN}/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
|
||||
}
|
||||
5
www-apps/castopod/metadata.xml
Normal file
5
www-apps/castopod/metadata.xml
Normal file
@@ -0,0 +1,5 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
|
||||
<pkgmetadata>
|
||||
<!-- maintainer-needed -->
|
||||
</pkgmetadata>
|
||||
Reference in New Issue
Block a user