From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 34105158009 for ; Mon, 26 Jun 2023 22:01:42 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id AF746E0845; Mon, 26 Jun 2023 22:01:38 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 91FC9E0845 for ; Mon, 26 Jun 2023 22:01:38 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 8288B340ED0 for ; Mon, 26 Jun 2023 22:01:37 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id AE1BCAC9 for ; Mon, 26 Jun 2023 22:01:34 +0000 (UTC) From: "Haelwenn Monnier" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Haelwenn Monnier" Message-ID: <1687788679.ccefe531cf307102888eb461cd5b41892d160f9b.lanodan@gentoo> Subject: [gentoo-commits] repo/proj/guru:master commit in: www-apps/castopod/ X-VCS-Repository: repo/proj/guru X-VCS-Files: www-apps/castopod/Manifest www-apps/castopod/castopod-1.3.5.ebuild X-VCS-Directories: www-apps/castopod/ X-VCS-Committer: lanodan X-VCS-Committer-Name: Haelwenn Monnier X-VCS-Revision: ccefe531cf307102888eb461cd5b41892d160f9b X-VCS-Branch: master Date: Mon, 26 Jun 2023 22:01:34 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 0cfd0707-b383-4d1b-8a7d-eedf0b91d738 X-Archives-Hash: cbddd506c871b8f5b4ad1acb5fd9c8f8 commit: ccefe531cf307102888eb461cd5b41892d160f9b Author: Anna (cybertailor) Vyalkova sysrq in> AuthorDate: Mon Jun 26 14:11:09 2023 +0000 Commit: Haelwenn Monnier hacktivis 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 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 -}