summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLouis Sautier <sautier.louis@gmail.com>2016-08-26 00:58:21 +0200
committerPatrice Clement <monsieurp@gentoo.org>2016-08-26 11:03:26 +0200
commitb0ed4f275e02016a3f00af02bacda2aa119cd8af (patch)
tree1ff8c1a44c41cd9fcefc35fe773f298fbaeb9843 /www-apps/airdcpp-webui
parentwww-apps/airdcpp-webui: version bump to 1.2.0. (diff)
downloadgentoo-b0ed4f275e02016a3f00af02bacda2aa119cd8af.tar.gz
gentoo-b0ed4f275e02016a3f00af02bacda2aa119cd8af.tar.bz2
gentoo-b0ed4f275e02016a3f00af02bacda2aa119cd8af.zip
www-apps/airdcpp-webui: remove old.
Package-Manager: portage-2.3.0 Closes: https://github.com/gentoo/gentoo/pull/2147 Signed-off-by: Patrice Clement <monsieurp@gentoo.org>
Diffstat (limited to 'www-apps/airdcpp-webui')
-rw-r--r--www-apps/airdcpp-webui/Manifest1
-rw-r--r--www-apps/airdcpp-webui/airdcpp-webui-1.0.8.ebuild23
2 files changed, 0 insertions, 24 deletions
diff --git a/www-apps/airdcpp-webui/Manifest b/www-apps/airdcpp-webui/Manifest
index 47da155bde6e..6184ecd2aabe 100644
--- a/www-apps/airdcpp-webui/Manifest
+++ b/www-apps/airdcpp-webui/Manifest
@@ -1,4 +1,3 @@
-DIST airdcpp-webui-1.0.8.tgz 10320561 SHA256 0eb08d067c14c7dce494aeab6e03f90ca737643366adfeb51a5e094ffef40c92 SHA512 7134e23b7efc079b573d81c895622655f50be2955dea3567c8c71ed5644bc44853cf123f07045ff055282816746895693e86578e2637f4090d90ef6f578eef29 WHIRLPOOL acd79b512876f6eabcd0186555dfb150f6da127d3a06f9b613685d83673bd4542c474cd9ef7cafab15d79bcbbaa0216c09acba780c958f9e26fa66563cd26065
DIST airdcpp-webui-1.1.1.tgz 10410809 SHA256 d79400a8eb88bd44b85cb664675fefa32438fd5dce2c1f782c1c24052a841142 SHA512 25c77a8c3ae6e784bc7bbdaebc9cbe9278380f4a0f15ec934538b80174a0cdb6e37068f1a00669faa6f8940f645594ffb3ad32762b7fbe641fbad4b1f8e19ba2 WHIRLPOOL 68b1f833c3b3797c134c4cc8b657ec41ad8954f9fc558265dc5d26c128b9e73abffc82f2efb0e4d095b46d8a163ef92634105238a8afdf06122e08370f8405cc
DIST airdcpp-webui-1.1.2.tgz 11674685 SHA256 814cb698e22625828ec39a1cb3f0cb7c795c3b68021e1c6c64cbbcda1929a9ed SHA512 e6709bb20fd7d1622dc8e46cd041a5ff0af080e14032d283925db3e78b9a9a8f44a3aeeb1f55afba969e13a58a00f5e6cc567fcde9f8398858c8138fb20e2595 WHIRLPOOL 2fc07e2fb8c049ebadc54f4884ae0fd6f4f6a8c41b9e1467fb7b53b483df8bbc4b5b30123ad6b247606613aa2dea0e7fcacc0958ac2c2d4297c2a87cfb2822ad
DIST airdcpp-webui-1.2.0.tgz 11660632 SHA256 33742ef854afe7e7c8f400456c610da0de19b7339c9a084680da18a2a8aedda6 SHA512 6446524fcc86d4ddd6ed3aa1beb4128dbbd0d3347e25d5e858888cdfbbb23c7fb2c9b597ceffffd9380cfe6bbe0f43d0692105f1268c699510ce2c7ec515463e WHIRLPOOL 29ab6bcd23ad26fd03447a7e789a17ffa3720374d59da06267a3ef6082d94c8b5fafa2a2f1e8ea65059bd1a5a74d62bfb3ea35f4af6ec55e6a0ee96a2f9a546e
diff --git a/www-apps/airdcpp-webui/airdcpp-webui-1.0.8.ebuild b/www-apps/airdcpp-webui/airdcpp-webui-1.0.8.ebuild
deleted file mode 100644
index 37fce6fef809..000000000000
--- a/www-apps/airdcpp-webui/airdcpp-webui-1.0.8.ebuild
+++ /dev/null
@@ -1,23 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=6
-
-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 "${S}/dist"/*
-}