summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLouis Sautier <sbraz@gentoo.org>2020-12-14 21:32:59 +0100
committerLouis Sautier <sbraz@gentoo.org>2020-12-14 22:47:32 +0100
commit5e56c5b2212c2fad653d01aebfc6e5fc62204e90 (patch)
tree691b5c84965e0f1c9073873355064611d226ca60 /www-apps
parentnet-p2p/airdcpp-webclient: remove old (diff)
downloadgentoo-5e56c5b2212c2fad653d01aebfc6e5fc62204e90.tar.gz
gentoo-5e56c5b2212c2fad653d01aebfc6e5fc62204e90.tar.bz2
gentoo-5e56c5b2212c2fad653d01aebfc6e5fc62204e90.zip
www-apps/airdcpp-webui: remove old
Package-Manager: Portage-3.0.12, Repoman-3.0.2 Signed-off-by: Louis Sautier <sbraz@gentoo.org>
Diffstat (limited to 'www-apps')
-rw-r--r--www-apps/airdcpp-webui/Manifest1
-rw-r--r--www-apps/airdcpp-webui/airdcpp-webui-2.9.0.ebuild22
2 files changed, 0 insertions, 23 deletions
diff --git a/www-apps/airdcpp-webui/Manifest b/www-apps/airdcpp-webui/Manifest
index 04b08efe1e1f..565e7913a187 100644
--- a/www-apps/airdcpp-webui/Manifest
+++ b/www-apps/airdcpp-webui/Manifest
@@ -1,2 +1 @@
DIST airdcpp-webui-2.10.0.tgz 8135065 BLAKE2B a14cd4be3745386ef05d4bdb96b0f60b10d55abeb734f752cacba44a34e9e7615c26a52136c93fb1965c31fb36f5eadfebac0aa84b73f9cd4c36190b11a69fbd SHA512 7dcd8261be48e570e125cd3b31738fa7b5970fd78c15f86c78abc929801cc86d0e56909d7c653394575e156513a6454094708c22d2241ba6541a1350fcce2085
-DIST airdcpp-webui-2.9.0.tgz 7891520 BLAKE2B ca597a1b0c844abb6b220d5241842dad6f68686f2aa8b250b094fd6baebd0697abe5019c4d7f0b3213398b056d8fa1b4d5d7e55bd9bf30245eb737c37cbb20b7 SHA512 7a80077f7e56c1ebb5dc2e358e6866021b308d05306d1716e2e5c6f3b64f9f65aa5f88a44cae228671665eb413e8ba7ae842de9f94fa7a8ab967a8b36903e2bb
diff --git a/www-apps/airdcpp-webui/airdcpp-webui-2.9.0.ebuild b/www-apps/airdcpp-webui/airdcpp-webui-2.9.0.ebuild
deleted file mode 100644
index aed6a3249e7e..000000000000
--- a/www-apps/airdcpp-webui/airdcpp-webui-2.9.0.ebuild
+++ /dev/null
@@ -1,22 +0,0 @@
-# Copyright 1999-2020 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/.
-}