* [gentoo-commits] repo/proj/guru:master commit in: www-apps/castopod/
@ 2023-05-29 20:57 Florian Schmaus
0 siblings, 0 replies; 9+ messages in thread
From: Florian Schmaus @ 2023-05-29 20:57 UTC (permalink / raw
To: gentoo-commits
commit: ef17ed456dbd3892e2d82766ee0d95ad4cc7a12e
Author: Anna (cybertailor) Vyalkova <cyber+gentoo <AT> sysrq <DOT> in>
AuthorDate: Mon May 29 07:02:31 2023 +0000
Commit: Florian Schmaus <flow <AT> gentoo <DOT> org>
CommitDate: Mon May 29 07:56:42 2023 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=ef17ed45
www-apps/castopod: new package, add 1.3.5
Signed-off-by: Anna (cybertailor) Vyalkova <cyber+gentoo <AT> sysrq.in>
www-apps/castopod/Manifest | 1 +
www-apps/castopod/castopod-1.3.5.ebuild | 40 +++++++++++++++++++++++++++++++++
www-apps/castopod/metadata.xml | 8 +++++++
3 files changed, 49 insertions(+)
diff --git a/www-apps/castopod/Manifest b/www-apps/castopod/Manifest
new file mode 100644
index 000000000..8ac95380b
--- /dev/null
+++ b/www-apps/castopod/Manifest
@@ -0,0 +1 @@
+DIST castopod-1.3.5.tar.gz 52956999 BLAKE2B 3cb72dcd18c5334969eadbbd2979967d4299c69e922f389f1f6689e9ce12ca7cb4d5e4ea0faaeeac7e6dc1d15dd4b63f8d348cbe8c3d9cb938d018f6b8abf697 SHA512 a9e702265edb9377958bed1d4694b04b1c76d0472c1a80e9af92f38058b24f511da364f2c9870e3be22bea3ed9292eb7c0607a98d3022b1229f316c76351a3dd
diff --git a/www-apps/castopod/castopod-1.3.5.ebuild b/www-apps/castopod/castopod-1.3.5.ebuild
new file mode 100644
index 000000000..15fe9e37d
--- /dev/null
+++ b/www-apps/castopod/castopod-1.3.5.ebuild
@@ -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="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
+}
diff --git a/www-apps/castopod/metadata.xml b/www-apps/castopod/metadata.xml
new file mode 100644
index 000000000..7ebbd0334
--- /dev/null
+++ b/www-apps/castopod/metadata.xml
@@ -0,0 +1,8 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+ <maintainer type="person">
+ <email>cyber+gentoo@sysrq.in</email>
+ <name>Anna</name>
+ </maintainer>
+</pkgmetadata>
^ permalink raw reply related [flat|nested] 9+ messages in thread
* [gentoo-commits] repo/proj/guru:master commit in: www-apps/castopod/
@ 2023-06-26 11:24 Andrew Ammerlaan
0 siblings, 0 replies; 9+ messages in thread
From: Andrew Ammerlaan @ 2023-06-26 11:24 UTC (permalink / raw
To: gentoo-commits
commit: 97c9793e9575ca6a28f6d7c26697fe8630bffbbf
Author: Anna (cybertailor) Vyalkova <cyber+gentoo <AT> sysrq <DOT> in>
AuthorDate: Thu Jun 22 18:19:54 2023 +0000
Commit: Andrew Ammerlaan <andrewammerlaan <AT> gentoo <DOT> org>
CommitDate: Thu Jun 22 18:19:54 2023 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=97c9793e
www-apps/castopod: add 1.4.1, drop 1.4.0
Signed-off-by: Anna (cybertailor) Vyalkova <cyber+gentoo <AT> sysrq.in>
www-apps/castopod/Manifest | 2 +-
www-apps/castopod/{castopod-1.4.0.ebuild => castopod-1.4.1.ebuild} | 7 ++-----
2 files changed, 3 insertions(+), 6 deletions(-)
diff --git a/www-apps/castopod/Manifest b/www-apps/castopod/Manifest
index acdca6bae..40de269f3 100644
--- a/www-apps/castopod/Manifest
+++ b/www-apps/castopod/Manifest
@@ -1,2 +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
+DIST castopod-1.4.1.tar.gz 52379315 BLAKE2B 05c22be9f299112106da4c83cf601b9c4512199fdaa0861b2b730a1b9bc36bc2e55b98943a30af45d23a073e690d87cb7d282337d546e4916647c53597360982 SHA512 100f27a77f155aa13420b051cacd1e677178cbbb3e88b25ef31d828fc80c70f34fda52cc17d61126c01fc1f237e34310207efa85e421d3a51befda436832c10a
diff --git a/www-apps/castopod/castopod-1.4.0.ebuild b/www-apps/castopod/castopod-1.4.1.ebuild
similarity index 79%
rename from www-apps/castopod/castopod-1.4.0.ebuild
rename to www-apps/castopod/castopod-1.4.1.ebuild
index 8ece9d1d7..07f295e55 100644
--- a/www-apps/castopod/castopod-1.4.0.ebuild
+++ b/www-apps/castopod/castopod-1.4.1.ebuild
@@ -5,13 +5,13 @@ EAPI=8
inherit optfeature webapp
-UPLOAD_HASH="f011d401810c4281b9487aa58af35835"
+UPLOAD_HASH="a486871ac2e2787c90420001bf782c7a"
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"
+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"
@@ -22,9 +22,6 @@ RDEPEND="
virtual/httpd-php
"
-# https://code.castopod.org/adaures/castopod/-/issues/345
-RESTRICT="fetch"
-
src_install() {
webapp_src_preinst
^ permalink raw reply related [flat|nested] 9+ messages in thread
* [gentoo-commits] repo/proj/guru:master commit in: www-apps/castopod/
@ 2023-06-26 22:01 Haelwenn Monnier
0 siblings, 0 replies; 9+ messages in thread
From: Haelwenn Monnier @ 2023-06-26 22:01 UTC (permalink / raw
To: gentoo-commits
commit: ccefe531cf307102888eb461cd5b41892d160f9b
Author: Anna (cybertailor) Vyalkova <cyber+gentoo <AT> sysrq <DOT> in>
AuthorDate: Mon Jun 26 14:11:09 2023 +0000
Commit: Haelwenn Monnier <contact <AT> hacktivis <DOT> me>
CommitDate: Mon Jun 26 14:11:19 2023 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=ccefe531
www-apps/castopod: drop 1.3.5
Closes: https://bugs.gentoo.org/909183
Signed-off-by: Anna (cybertailor) Vyalkova <cyber+gentoo <AT> sysrq.in>
www-apps/castopod/Manifest | 1 -
www-apps/castopod/castopod-1.3.5.ebuild | 40 ---------------------------------
2 files changed, 41 deletions(-)
diff --git a/www-apps/castopod/Manifest b/www-apps/castopod/Manifest
index 40de269f3..4ac39e7e9 100644
--- a/www-apps/castopod/Manifest
+++ b/www-apps/castopod/Manifest
@@ -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
diff --git a/www-apps/castopod/castopod-1.3.5.ebuild b/www-apps/castopod/castopod-1.3.5.ebuild
deleted file mode 100644
index 15fe9e37d..000000000
--- a/www-apps/castopod/castopod-1.3.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="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
-}
^ permalink raw reply related [flat|nested] 9+ messages in thread
* [gentoo-commits] repo/proj/guru:master commit in: www-apps/castopod/
@ 2023-07-01 18:15 Haelwenn Monnier
0 siblings, 0 replies; 9+ messages in thread
From: Haelwenn Monnier @ 2023-07-01 18:15 UTC (permalink / raw
To: gentoo-commits
commit: ebe3ef7cf9659c75e57b23ce399ebe18fafae6a3
Author: Anna (cybertailor) Vyalkova <cyber+gentoo <AT> sysrq <DOT> in>
AuthorDate: Thu Jun 29 23:35:07 2023 +0000
Commit: Haelwenn Monnier <contact <AT> hacktivis <DOT> me>
CommitDate: Fri Jun 30 16:12:42 2023 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=ebe3ef7c
www-apps/castopod: add 1.4.3
Signed-off-by: Anna (cybertailor) Vyalkova <cyber+gentoo <AT> sysrq.in>
www-apps/castopod/Manifest | 1 +
www-apps/castopod/castopod-1.4.3.ebuild | 40 +++++++++++++++++++++++++++++++++
2 files changed, 41 insertions(+)
diff --git a/www-apps/castopod/Manifest b/www-apps/castopod/Manifest
index 4ac39e7e9..2d74279fb 100644
--- a/www-apps/castopod/Manifest
+++ b/www-apps/castopod/Manifest
@@ -1 +1,2 @@
DIST castopod-1.4.1.tar.gz 52379315 BLAKE2B 05c22be9f299112106da4c83cf601b9c4512199fdaa0861b2b730a1b9bc36bc2e55b98943a30af45d23a073e690d87cb7d282337d546e4916647c53597360982 SHA512 100f27a77f155aa13420b051cacd1e677178cbbb3e88b25ef31d828fc80c70f34fda52cc17d61126c01fc1f237e34310207efa85e421d3a51befda436832c10a
+DIST castopod-1.4.3.tar.gz 52273984 BLAKE2B 2bd30d98b05172f851573b71c8503900805db20028554a67d11a0b8f8f9415421aaf018f7c872bac9c04d939197025432b1b06ff827d53705101138da6c6773e SHA512 f30feb71001d29dd14a96e51a06999356d7691f44da0eb0c96a28a14f4113d966e86ad1fde7583b5f2400bb764a2bc961c59b6b2ca233f15cb17edc805ea91e9
diff --git a/www-apps/castopod/castopod-1.4.3.ebuild b/www-apps/castopod/castopod-1.4.3.ebuild
new file mode 100644
index 000000000..8505a433d
--- /dev/null
+++ b/www-apps/castopod/castopod-1.4.3.ebuild
@@ -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
+}
^ permalink raw reply related [flat|nested] 9+ messages in thread
* [gentoo-commits] repo/proj/guru:master commit in: www-apps/castopod/
@ 2025-02-12 10:31 David Roman
0 siblings, 0 replies; 9+ messages in thread
From: David Roman @ 2025-02-12 10:31 UTC (permalink / raw
To: gentoo-commits
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>
^ permalink raw reply related [flat|nested] 9+ messages in thread
* [gentoo-commits] repo/proj/guru:master commit in: www-apps/castopod/
@ 2025-02-12 10:31 David Roman
0 siblings, 0 replies; 9+ messages in thread
From: David Roman @ 2025-02-12 10:31 UTC (permalink / raw
To: gentoo-commits
commit: eefb61c15defc32e6d1283b41fa18b0ba4a14876
Author: Skyler Mäntysaari <sm+gentoo <AT> skym <DOT> fi>
AuthorDate: Tue Feb 11 13:08:26 2025 +0000
Commit: David Roman <davidroman96 <AT> gmail <DOT> com>
CommitDate: Tue Feb 11 13:08:26 2025 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=eefb61c1
Revert "www-apps/castopod: treeclean"
This reverts commit dbc4583701fc9132af4700af4ea0d9c3ebbfd03d.
Signed-off-by: Skyler Mäntysaari <sm+gentoo <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 insertions(+)
diff --git a/www-apps/castopod/Manifest b/www-apps/castopod/Manifest
new file mode 100644
index 000000000..258fdce6b
--- /dev/null
+++ b/www-apps/castopod/Manifest
@@ -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
diff --git a/www-apps/castopod/castopod-1.4.3.ebuild b/www-apps/castopod/castopod-1.4.3.ebuild
new file mode 100644
index 000000000..8505a433d
--- /dev/null
+++ b/www-apps/castopod/castopod-1.4.3.ebuild
@@ -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
+}
diff --git a/www-apps/castopod/castopod-1.4.5.ebuild b/www-apps/castopod/castopod-1.4.5.ebuild
new file mode 100644
index 000000000..da3aac29f
--- /dev/null
+++ b/www-apps/castopod/castopod-1.4.5.ebuild
@@ -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
+}
diff --git a/www-apps/castopod/metadata.xml b/www-apps/castopod/metadata.xml
new file mode 100644
index 000000000..115e9d64a
--- /dev/null
+++ b/www-apps/castopod/metadata.xml
@@ -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>
^ permalink raw reply related [flat|nested] 9+ messages in thread
* [gentoo-commits] repo/proj/guru:master commit in: www-apps/castopod/
@ 2025-03-12 14:29 David Roman
0 siblings, 0 replies; 9+ messages in thread
From: David Roman @ 2025-03-12 14:29 UTC (permalink / raw
To: gentoo-commits
commit: 0813388ce866aac093f300ef0de9e30b019e0374
Author: Skyler Mäntysaari <sm+gentoo <AT> skym <DOT> fi>
AuthorDate: Wed Mar 12 09:16:51 2025 +0000
Commit: David Roman <davidroman96 <AT> gmail <DOT> com>
CommitDate: Wed Mar 12 09:16:51 2025 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=0813388c
www-apps/castopod: treeclean
Signed-off-by: Skyler Mäntysaari <sm+gentoo <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>
^ permalink raw reply related [flat|nested] 9+ messages in thread
* [gentoo-commits] repo/proj/guru:master commit in: www-apps/castopod/
@ 2025-03-12 14:29 David Roman
0 siblings, 0 replies; 9+ messages in thread
From: David Roman @ 2025-03-12 14:29 UTC (permalink / raw
To: gentoo-commits
commit: 6c9e944a9d4af3b046e364c0aac439340194fde4
Author: Skyler Mäntysaari <sm+gentoo <AT> skym <DOT> fi>
AuthorDate: Wed Mar 12 09:21:22 2025 +0000
Commit: David Roman <davidroman96 <AT> gmail <DOT> com>
CommitDate: Wed Mar 12 09:21:22 2025 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=6c9e944a
Revert "www-apps/castopod: treeclean"
This reverts commit 0813388ce866aac093f300ef0de9e30b019e0374.
Signed-off-by: Skyler Mäntysaari <sm+gentoo <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 insertions(+)
diff --git a/www-apps/castopod/Manifest b/www-apps/castopod/Manifest
new file mode 100644
index 000000000..258fdce6b
--- /dev/null
+++ b/www-apps/castopod/Manifest
@@ -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
diff --git a/www-apps/castopod/castopod-1.4.3.ebuild b/www-apps/castopod/castopod-1.4.3.ebuild
new file mode 100644
index 000000000..8505a433d
--- /dev/null
+++ b/www-apps/castopod/castopod-1.4.3.ebuild
@@ -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
+}
diff --git a/www-apps/castopod/castopod-1.4.5.ebuild b/www-apps/castopod/castopod-1.4.5.ebuild
new file mode 100644
index 000000000..da3aac29f
--- /dev/null
+++ b/www-apps/castopod/castopod-1.4.5.ebuild
@@ -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
+}
diff --git a/www-apps/castopod/metadata.xml b/www-apps/castopod/metadata.xml
new file mode 100644
index 000000000..115e9d64a
--- /dev/null
+++ b/www-apps/castopod/metadata.xml
@@ -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>
^ permalink raw reply related [flat|nested] 9+ messages in thread
* [gentoo-commits] repo/proj/guru:master commit in: www-apps/castopod/
@ 2025-03-12 14:29 David Roman
0 siblings, 0 replies; 9+ messages in thread
From: David Roman @ 2025-03-12 14:29 UTC (permalink / raw
To: gentoo-commits
commit: f9b1b38b12cd8a53e7ebde24757c5138fa704e41
Author: Skyler Mäntysaari <sm+gentoo <AT> skym <DOT> fi>
AuthorDate: Wed Mar 12 09:24:41 2025 +0000
Commit: David Roman <davidroman96 <AT> gmail <DOT> com>
CommitDate: Wed Mar 12 09:24:41 2025 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=f9b1b38b
www-apps/castopod: treeclean
Signed-off-by: Skyler Mäntysaari <sm+gentoo <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>
^ permalink raw reply related [flat|nested] 9+ messages in thread
end of thread, other threads:[~2025-03-12 14:29 UTC | newest]
Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-06-26 22:01 [gentoo-commits] repo/proj/guru:master commit in: www-apps/castopod/ Haelwenn Monnier
-- strict thread matches above, loose matches on Subject: below --
2025-03-12 14:29 David Roman
2025-03-12 14:29 David Roman
2025-03-12 14:29 David Roman
2025-02-12 10:31 David Roman
2025-02-12 10:31 David Roman
2023-07-01 18:15 Haelwenn Monnier
2023-06-26 11:24 Andrew Ammerlaan
2023-05-29 20:57 Florian Schmaus
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox