commit: 0b1a3205045eaedeac44ac7548ead76cd4c159a4 Author: Louis Sautier <sbraz <AT> gentoo <DOT> org> AuthorDate: Sun Sep 7 21:40:47 2025 +0000 Commit: Louis Sautier <sbraz <AT> gentoo <DOT> org> CommitDate: Sun Sep 7 22:09:18 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0b1a3205
www-apps/airdcpp-webui: drop 2.13.0 Signed-off-by: Louis Sautier <sbraz <AT> gentoo.org> www-apps/airdcpp-webui/Manifest | 1 - www-apps/airdcpp-webui/airdcpp-webui-2.13.0.ebuild | 20 -------------------- 2 files changed, 21 deletions(-) diff --git a/www-apps/airdcpp-webui/Manifest b/www-apps/airdcpp-webui/Manifest index 9f36c734849b..8bfb372fec93 100644 --- a/www-apps/airdcpp-webui/Manifest +++ b/www-apps/airdcpp-webui/Manifest @@ -1,4 +1,3 @@ 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 DIST airdcpp-webui-2.14.0.tgz 9153706 BLAKE2B 920e367ac8e3bc26fa91f789610d2fbca005fa8626fe4c73095a32b8f97a2759038709e657d5adf8bb39e7d4e72e78042e38338f917dd5c824de9acfbddde758 SHA512 a3e2db44ea6151b60d8a0d1b6068a4281f27379968508eb1d5bf8a3b9c7fd879d9e83590a155d7569f3942bdb36a6de6a1f7380cbd9a7133b589b629ca89fdc0 diff --git a/www-apps/airdcpp-webui/airdcpp-webui-2.13.0.ebuild b/www-apps/airdcpp-webui/airdcpp-webui-2.13.0.ebuild deleted file mode 100644 index 0c8325700397..000000000000 --- a/www-apps/airdcpp-webui/airdcpp-webui-2.13.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/. -}
