summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLouis Sautier <sautier.louis@gmail.com>2017-11-07 11:44:37 +0100
committerDavid Seifert <soap@gentoo.org>2017-11-07 14:48:58 +0100
commit823053c08f2a38798310fcaa178102653ebed3e9 (patch)
tree1e7a2b486029affedf7f3e73f5266ac2b55de68d /www-apps
parentwww-apps/airdcpp-webui: bump to 2.2.1 (diff)
downloadgentoo-823053c08f2a38798310fcaa178102653ebed3e9.tar.gz
gentoo-823053c08f2a38798310fcaa178102653ebed3e9.tar.bz2
gentoo-823053c08f2a38798310fcaa178102653ebed3e9.zip
www-apps/airdcpp-webui: remove old
Package-Manager: Portage-2.3.13, Repoman-2.3.4 Closes: https://github.com/gentoo/gentoo/pull/6143
Diffstat (limited to 'www-apps')
-rw-r--r--www-apps/airdcpp-webui/Manifest1
-rw-r--r--www-apps/airdcpp-webui/airdcpp-webui-2.1.0.ebuild22
2 files changed, 0 insertions, 23 deletions
diff --git a/www-apps/airdcpp-webui/Manifest b/www-apps/airdcpp-webui/Manifest
index bb292e3810da..1880d9c85ffd 100644
--- a/www-apps/airdcpp-webui/Manifest
+++ b/www-apps/airdcpp-webui/Manifest
@@ -1,3 +1,2 @@
-DIST airdcpp-webui-2.1.0.tgz 7472713 SHA256 b0efb4e9a0f41079ddd02ddd5b85013e517a62f14a02bbece75a42a00d67f429 SHA512 003af5b331707967a8b63d4d93bdd2b259a6ebedfd47a08ebec04664390f53332001ab3d208e28781d840e25a38d48e2608fa7f969ddb85b10891b76fd2f4166 WHIRLPOOL 9c5771df300212dcf06ed5f2f4210830396c3a62656f09945da7ad64d6a4a06147d7bc21bb3821de2d5230d1ff1a27aab33295fcd935ba00e2249cd5a84415fd
DIST airdcpp-webui-2.2.0.tgz 7901987 SHA256 77f591afb2d5fd66d56514fa6ed206e5ea73b160240f3f3ff8a68c1a40d91171 SHA512 080b3e6a3e0758f45830408ddbdb694edd4e223e22a97a32f6facef02bff0cafaa46cca2394b73f27f8757a85fe90b95c41d6cf63e4a0c2b207c804281791108 WHIRLPOOL 074b16091a79b66f61d88c571a19aeb11759b7052b4cafc9af0994e64d220e805996453f9c2e3788d0fc998ab6b842e0de2a9b863226906da755ca79b839860a
DIST airdcpp-webui-2.2.1.tgz 7767520 SHA256 36cdbae865159bcb50e2143d71b5e8859b74ca982937acde70433042391f217b SHA512 21011adae14d86e19305a991d9a37f379796690394645877da459166222274d26ee54c583266890f970f650b6db03a91205965e06277218c69a3697e542e771d WHIRLPOOL ee1c684824f74cbafea4b8bfb41ed1a119ef605959c9cf78dfc5ed4fb824b2e4cc0df0063d3edd270ed29704b9ef894f82399dab9cfc37eb4aee97f43195f365
diff --git a/www-apps/airdcpp-webui/airdcpp-webui-2.1.0.ebuild b/www-apps/airdcpp-webui/airdcpp-webui-2.1.0.ebuild
deleted file mode 100644
index 213a54088678..000000000000
--- a/www-apps/airdcpp-webui/airdcpp-webui-2.1.0.ebuild
+++ /dev/null
@@ -1,22 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-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 dist/.
-}