public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "David Roman" <davidroman96@gmail.com>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/proj/guru:master commit in: www-apps/castopod/
Date: Wed, 12 Feb 2025 10:31:20 +0000 (UTC)	[thread overview]
Message-ID: <1739273224.dbc4583701fc9132af4700af4ea0d9c3ebbfd03d.davidroman@gentoo> (raw)

commit:     dbc4583701fc9132af4700af4ea0d9c3ebbfd03d
Author:     Skyler Mäntysaari <sm+git <AT> skym <DOT> fi>
AuthorDate: Tue Feb 11 11:27:04 2025 +0000
Commit:     David Roman <davidroman96 <AT> gmail <DOT> com>
CommitDate: Tue Feb 11 11:27:04 2025 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=dbc45837

www-apps/castopod: treeclean

Signed-off-by: Skyler Mäntysaari <sm+git <AT> skym.fi>

 www-apps/castopod/Manifest              |  2 --
 www-apps/castopod/castopod-1.4.3.ebuild | 40 ---------------------------------
 www-apps/castopod/castopod-1.4.5.ebuild | 40 ---------------------------------
 www-apps/castopod/metadata.xml          |  5 -----
 4 files changed, 87 deletions(-)

diff --git a/www-apps/castopod/Manifest b/www-apps/castopod/Manifest
deleted file mode 100644
index 258fdce6b..000000000
--- a/www-apps/castopod/Manifest
+++ /dev/null
@@ -1,2 +0,0 @@
-DIST castopod-1.4.3.tar.gz 52273984 BLAKE2B 2bd30d98b05172f851573b71c8503900805db20028554a67d11a0b8f8f9415421aaf018f7c872bac9c04d939197025432b1b06ff827d53705101138da6c6773e SHA512 f30feb71001d29dd14a96e51a06999356d7691f44da0eb0c96a28a14f4113d966e86ad1fde7583b5f2400bb764a2bc961c59b6b2ca233f15cb17edc805ea91e9
-DIST castopod-1.4.5.tar.gz 51626589 BLAKE2B 3340a77a109cf6c9665342af2bbc67b70520d8261d3adcd816d1335a545d96441a19dd83a68b58ee3ef0e58d1c7915475a70fbc72094f1aa94f7d7104835c00e SHA512 58c4f0da2b93f6e0b68cf93686fb280af9292c5c3e72d5672ebfd70b14ac545fb9d6be9266a74c08b12b0f0ccdacff42e6b96f163df925e1020373af9966e5db

diff --git a/www-apps/castopod/castopod-1.4.3.ebuild b/www-apps/castopod/castopod-1.4.3.ebuild
deleted file mode 100644
index 8505a433d..000000000
--- a/www-apps/castopod/castopod-1.4.3.ebuild
+++ /dev/null
@@ -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="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
-}

diff --git a/www-apps/castopod/castopod-1.4.5.ebuild b/www-apps/castopod/castopod-1.4.5.ebuild
deleted file mode 100644
index da3aac29f..000000000
--- a/www-apps/castopod/castopod-1.4.5.ebuild
+++ /dev/null
@@ -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="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
-}

diff --git a/www-apps/castopod/metadata.xml b/www-apps/castopod/metadata.xml
deleted file mode 100644
index 115e9d64a..000000000
--- a/www-apps/castopod/metadata.xml
+++ /dev/null
@@ -1,5 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
-	<!-- maintainer-needed -->
-</pkgmetadata>


             reply	other threads:[~2025-02-12 10:31 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2025-02-12 10:31 David Roman [this message]
  -- strict thread matches above, loose matches on Subject: below --
2025-03-12 14:29 [gentoo-commits] repo/proj/guru:master commit in: www-apps/castopod/ David Roman
2025-03-12 14:29 David Roman
2025-03-12 14:29 David Roman
2025-02-12 10:31 David Roman
2023-07-01 18:15 Haelwenn Monnier
2023-06-26 22:01 Haelwenn Monnier
2023-06-26 11:24 Andrew Ammerlaan
2023-05-29 20:57 Florian Schmaus

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=1739273224.dbc4583701fc9132af4700af4ea0d9c3ebbfd03d.davidroman@gentoo \
    --to=davidroman96@gmail.com \
    --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