public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Anna Vyalkova" <cyber+gentoo@sysrq.in>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/proj/guru:dev commit in: www-apps/castopod/
Date: Thu, 22 Jun 2023 00:43:39 +0000 (UTC)	[thread overview]
Message-ID: <1687394559.c2aa572cbecce483b097ae8959935a70aad503ea.cybertailor@gentoo> (raw)

commit:     c2aa572cbecce483b097ae8959935a70aad503ea
Author:     Anna (cybertailor) Vyalkova <cyber+gentoo <AT> sysrq <DOT> in>
AuthorDate: Thu Jun 22 00:42:39 2023 +0000
Commit:     Anna Vyalkova <cyber+gentoo <AT> sysrq <DOT> in>
CommitDate: Thu Jun 22 00:42:39 2023 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=c2aa572c

www-apps/castopod: add 1.4.0

Closes: https://bugs.gentoo.org/907401
Signed-off-by: Anna (cybertailor) Vyalkova <cyber+gentoo <AT> sysrq.in>

 www-apps/castopod/Manifest              |  1 +
 www-apps/castopod/castopod-1.4.0.ebuild | 43 +++++++++++++++++++++++++++++++++
 2 files changed, 44 insertions(+)

diff --git a/www-apps/castopod/Manifest b/www-apps/castopod/Manifest
index 8ac95380b..acdca6bae 100644
--- a/www-apps/castopod/Manifest
+++ b/www-apps/castopod/Manifest
@@ -1 +1,2 @@
 DIST castopod-1.3.5.tar.gz 52956999 BLAKE2B 3cb72dcd18c5334969eadbbd2979967d4299c69e922f389f1f6689e9ce12ca7cb4d5e4ea0faaeeac7e6dc1d15dd4b63f8d348cbe8c3d9cb938d018f6b8abf697 SHA512 a9e702265edb9377958bed1d4694b04b1c76d0472c1a80e9af92f38058b24f511da364f2c9870e3be22bea3ed9292eb7c0607a98d3022b1229f316c76351a3dd
+DIST castopod-1.4.0.tar.gz 52376689 BLAKE2B 75c997c501b03d6089fd1d63d26d14ef95f96f3d1f82f470aa5cb3ef63930b3604b82de4776bd2636e5e20ebf3a55edde0d1c3b99955aa1d21d0744fe2d0f9b5 SHA512 448bf5d58ed47eb492cda183575102a24dc1858b758cd466728b26a765ab7772b7d533c4e2cc0e9b9a4a9e7db49fa3b4d00288f721c6887b6a043616e2f64092

diff --git a/www-apps/castopod/castopod-1.4.0.ebuild b/www-apps/castopod/castopod-1.4.0.ebuild
new file mode 100644
index 000000000..8ece9d1d7
--- /dev/null
+++ b/www-apps/castopod/castopod-1.4.0.ebuild
@@ -0,0 +1,43 @@
+# Copyright 2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit optfeature webapp
+
+UPLOAD_HASH="f011d401810c4281b9487aa58af35835"
+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
+"
+
+# https://code.castopod.org/adaures/castopod/-/issues/345
+RESTRICT="fetch"
+
+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
+}


             reply	other threads:[~2023-06-22  0:43 UTC|newest]

Thread overview: 11+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-06-22  0:43 Anna Vyalkova [this message]
  -- strict thread matches above, loose matches on Subject: below --
2025-03-12  9:24 [gentoo-commits] repo/proj/guru:dev commit in: www-apps/castopod/ Skyler Mäntysaari
2025-03-12  9:21 Skyler Mäntysaari
2025-03-12  9:17 Skyler Mäntysaari
2025-02-11 13:08 Skyler Mäntysaari
2025-02-11 11:27 Skyler Mäntysaari
2023-07-09  2:00 Anna Vyalkova
2023-06-30 16:28 Anna Vyalkova
2023-06-26 14:11 Anna Vyalkova
2023-06-22 18:23 Anna Vyalkova
2023-05-29  7:56 Anna Vyalkova

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1687394559.c2aa572cbecce483b097ae8959935a70aad503ea.cybertailor@gentoo \
    --to=cyber+gentoo@sysrq.in \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox