commit:     f1d4f156142ef62f99618d74e760986711d9e862
Author:     Louis Sautier <sbraz <AT> gentoo <DOT> org>
AuthorDate: Sun Jan 19 22:21:37 2025 +0000
Commit:     Louis Sautier <sbraz <AT> gentoo <DOT> org>
CommitDate: Sun Jan 19 22:21:56 2025 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f1d4f156

www-apps/airdcpp-webui: drop 2.11.5, 2.12.0

Signed-off-by: Louis Sautier <sbraz <AT> gentoo.org>

 www-apps/airdcpp-webui/Manifest                    |  2 --
 www-apps/airdcpp-webui/airdcpp-webui-2.11.5.ebuild | 20 --------------------
 www-apps/airdcpp-webui/airdcpp-webui-2.12.0.ebuild | 20 --------------------
 3 files changed, 42 deletions(-)

diff --git a/www-apps/airdcpp-webui/Manifest b/www-apps/airdcpp-webui/Manifest
index 0f36f4b66837..7664f6e313c4 100644
--- a/www-apps/airdcpp-webui/Manifest
+++ b/www-apps/airdcpp-webui/Manifest
@@ -1,5 +1,3 @@
-DIST airdcpp-webui-2.11.5.tgz 8591663 BLAKE2B 
37df77b5e4dd6d2ea1c9b83e25938d3618f32f0d9daa5b744a2684dd7b3b0ad2c6c03f676833e81bf5e4839a5fbeec487d04b5b891e1603a34c5723dc5ca300b
 SHA512 
33beae8a96273ab5ed603163d567ae2c4588519dd136e19826607cc90eab9b1e436ff1ea585bfc5d852ebecd7da80c46a7699c02b98bafacc5509fe3f2eedf74
-DIST airdcpp-webui-2.12.0.tgz 8456530 BLAKE2B 
d5ec8a2f00e48d25c44b8a8beee404a0089b55b6db261cc57fd76cfc9ebb7639a91bc7b51aa515889fdf896fb042d35b32f4c5b38d8bfb9686ae0eeb5a051005
 SHA512 
fb4b79366c3d375619b4bd28a048ddd9e05d6787aaa3703163fbb50ab6ec63ac5272b4f67a43b1cf023f1bf7b59fee872c3019bf5e576dfdb748a0d347bed644
 DIST airdcpp-webui-2.12.1.tgz 8684258 BLAKE2B 
c13976dfea205319d80a6614f5aacca35ab2b0bdeeceb8b3ffdbd83b120d23f4a035abf4b23b5d7631fc169906559b1286146768a8062ae3f20268d1995c4f96
 SHA512 
0fc04b32dfcf5ca30cfcce7d40783d006b2f7226bb188a1f65aedd7ee591890228a2383f4f31a7ef1ccc9bc531d63d6a81aa1e35551653b8b1c35d7dfd89362b
 DIST airdcpp-webui-2.13.0.tgz 8754974 BLAKE2B 
c6cc75b7cc6b360415080a33c57cf075559b71a8a98c8b1272124cb4cab1cce534b95b3b3bcc9a27f6f2686e12c72d914e3fac1b9645c676be7d0751cbb4bccb
 SHA512 
2efac4acbdf545f427ec9ec1615fefb390949c9b53aec132e5298f50969bd42c6a824316b39a5f00f74d0305cc296195bd00989d27b8ee38583c12a3cde25e5e
 DIST airdcpp-webui-2.13.1.tgz 8856022 BLAKE2B 
c418bc193414559fc995f1c900726aef4b954b4903e657d951dc26ffe1aaa1122e065274186d302e5f76bf4db26c5b1291d69d61d4ab6c46185aa215af55fdef
 SHA512 
b8a89b734a16126f96a803d9cd2255dca3cf79e2245e969944e8640a2df340dd837965a226b5d2b5391d964372eb59e7165596ea5f02d64de2feeef22ab06fce

diff --git a/www-apps/airdcpp-webui/airdcpp-webui-2.11.5.ebuild 
b/www-apps/airdcpp-webui/airdcpp-webui-2.11.5.ebuild
deleted file mode 100644
index 8dd1e7ebd813..000000000000
--- a/www-apps/airdcpp-webui/airdcpp-webui-2.11.5.ebuild
+++ /dev/null
@@ -1,20 +0,0 @@
-# Copyright 1999-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DESCRIPTION="Web interface for airdcpp-webclient"
-HOMEPAGE="https://airdcpp-web.github.io/";
-SRC_URI="https://registry.npmjs.org/${PN}/-/${P}.tgz";
-S="${WORKDIR}/package"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="amd64 ~riscv x86"
-
-RDEPEND="=net-p2p/airdcpp-webclient-${PV%.*}*"
-
-src_install() {
-       insinto "/usr/share/airdcpp/web-resources"
-       doins -r dist/.
-}

diff --git a/www-apps/airdcpp-webui/airdcpp-webui-2.12.0.ebuild 
b/www-apps/airdcpp-webui/airdcpp-webui-2.12.0.ebuild
deleted file mode 100644
index 0c8325700397..000000000000
--- a/www-apps/airdcpp-webui/airdcpp-webui-2.12.0.ebuild
+++ /dev/null
@@ -1,20 +0,0 @@
-# Copyright 1999-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DESCRIPTION="Web interface for airdcpp-webclient"
-HOMEPAGE="https://airdcpp-web.github.io/";
-SRC_URI="https://registry.npmjs.org/${PN}/-/${P}.tgz";
-S="${WORKDIR}/package"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64 ~riscv ~x86"
-
-RDEPEND="=net-p2p/airdcpp-webclient-${PV%.*}*"
-
-src_install() {
-       insinto "/usr/share/airdcpp/web-resources"
-       doins -r dist/.
-}

Reply via email to