From 2a46941870392a9eda238e16b554d569ee95e1e0 Mon Sep 17 00:00:00 2001 From: Louis Sautier Date: Tue, 21 May 2019 11:02:16 +0200 Subject: www-apps/airdcpp-webui: remove old Package-Manager: Portage-2.3.66, Repoman-2.3.12 Signed-off-by: Louis Sautier --- www-apps/airdcpp-webui/Manifest | 2 -- www-apps/airdcpp-webui/airdcpp-webui-2.5.1.ebuild | 22 ---------------------- www-apps/airdcpp-webui/airdcpp-webui-2.5.2.ebuild | 22 ---------------------- 3 files changed, 46 deletions(-) delete mode 100644 www-apps/airdcpp-webui/airdcpp-webui-2.5.1.ebuild delete mode 100644 www-apps/airdcpp-webui/airdcpp-webui-2.5.2.ebuild (limited to 'www-apps') diff --git a/www-apps/airdcpp-webui/Manifest b/www-apps/airdcpp-webui/Manifest index dca273a607ff..e4e85834e3cf 100644 --- a/www-apps/airdcpp-webui/Manifest +++ b/www-apps/airdcpp-webui/Manifest @@ -1,4 +1,2 @@ -DIST airdcpp-webui-2.5.1.tgz 6571762 BLAKE2B dd2d02913125c8166c1ca0f14d9276eed073fa58a46ddbf2ee5e70a97e081852e96a875c9f501781b81de0d2163c4c391c5aa3d078f6946fe35109fe901d8bb5 SHA512 771595f529361330fb54796b32fed61aa8fb37ef1ddbb551c10a8b6352eead6afe7e8a52df223c7e53c27942dd301f50b7234eb915ee378e90eb6ac847b16871 -DIST airdcpp-webui-2.5.2.tgz 6715659 BLAKE2B cfbd185fea4e4b9c07508f9cb29ecd312b004e63a8ce26c2fb0695895fc85e4e657b6813c69e05905ac950eea9288ba01df7814fd5106cce2933ebadc17fb82f SHA512 08dbbb5bcafb1b991f283c6975626843e96818cb02eaf3b0a5a7c700f64780dd18cc897343c57d2f46235c77d44b1da17f8d66fb0f021d75be164a6709978650 DIST airdcpp-webui-2.6.0.tgz 7829663 BLAKE2B 2c0859598414f456cdca0ef8f0777580d64be6ecc0678e126b61acfe1c2b0cf3361d37b5ff49c89d897953bf998305d2062eb4b55336ddd6d37c52e3c46363c4 SHA512 e4556c0d5697ffcb4d0b4a7f297f9652c339bd1f66242765a74eaffdca077ccbdb323dd70485df34f39e95abfcdc9252280eb28f67cd50a1c28291385dcb2286 DIST airdcpp-webui-2.6.1.tgz 8418223 BLAKE2B d5f271909d20e8719d707e9eefd464379ec41c8cec378440f7a4483fef1f8c40e119cf827cef88e15c6925d02e71cd4d16dc9471fd5830c9e5bd8ae67a4b02f6 SHA512 be03b595a1f2ffc1bb35835d4bab0eb035dcbee0351aacad529dd4b93fa67af866ab9778a579410ecb8075ede5be8b10eb7cc89eab97f0d2a3f502889cd84fa8 diff --git a/www-apps/airdcpp-webui/airdcpp-webui-2.5.1.ebuild b/www-apps/airdcpp-webui/airdcpp-webui-2.5.1.ebuild deleted file mode 100644 index 898d2fa96dc8..000000000000 --- a/www-apps/airdcpp-webui/airdcpp-webui-2.5.1.ebuild +++ /dev/null @@ -1,22 +0,0 @@ -# Copyright 1999-2018 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -DESCRIPTION="Web interface for airdcpp-webclient" -HOMEPAGE="https://airdcpp-web.github.io/" -SRC_URI="https://registry.npmjs.org/${PN}/-/${P}.tgz" - -KEYWORDS="~amd64 ~x86" -LICENSE="MIT" -SLOT="0" -IUSE="" - -RDEPEND="=net-p2p/airdcpp-webclient-${PV%.*}*" - -S="${WORKDIR}/package" - -src_install() { - insinto "/usr/share/airdcpp/web-resources" - doins -r dist/. -} diff --git a/www-apps/airdcpp-webui/airdcpp-webui-2.5.2.ebuild b/www-apps/airdcpp-webui/airdcpp-webui-2.5.2.ebuild deleted file mode 100644 index d656c051b69b..000000000000 --- a/www-apps/airdcpp-webui/airdcpp-webui-2.5.2.ebuild +++ /dev/null @@ -1,22 +0,0 @@ -# Copyright 1999-2019 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -DESCRIPTION="Web interface for airdcpp-webclient" -HOMEPAGE="https://airdcpp-web.github.io/" -SRC_URI="https://registry.npmjs.org/${PN}/-/${P}.tgz" - -KEYWORDS="~amd64 ~x86" -LICENSE="MIT" -SLOT="0" -IUSE="" - -RDEPEND="=net-p2p/airdcpp-webclient-${PV%.*}*" - -S="${WORKDIR}/package" - -src_install() { - insinto "/usr/share/airdcpp/web-resources" - doins -r dist/. -} -- cgit v1.2.3-65-gdbad