summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLouis Sautier <sautier.louis@gmail.com>2016-12-12 10:59:18 +0100
committerGöktürk Yüksek <gokturk@gentoo.org>2016-12-18 14:00:03 -0500
commit30313f56c17b98bc56aa0e5f8fa7b0b8b47946ad (patch)
tree3e7dd96f4e6cd32fb9a094f7125f8ea947e743b1 /www-apps
parentwww-apps/airdcpp-webui: bump to 1.4.0 (diff)
downloadgentoo-30313f56c17b98bc56aa0e5f8fa7b0b8b47946ad.tar.gz
gentoo-30313f56c17b98bc56aa0e5f8fa7b0b8b47946ad.tar.bz2
gentoo-30313f56c17b98bc56aa0e5f8fa7b0b8b47946ad.zip
www-apps/airdcpp-webui: remove old
Package-Manager: portage-2.3.3
Diffstat (limited to 'www-apps')
-rw-r--r--www-apps/airdcpp-webui/Manifest1
-rw-r--r--www-apps/airdcpp-webui/airdcpp-webui-1.3.0.ebuild23
2 files changed, 0 insertions, 24 deletions
diff --git a/www-apps/airdcpp-webui/Manifest b/www-apps/airdcpp-webui/Manifest
index 979050024c22..93f707b70076 100644
--- a/www-apps/airdcpp-webui/Manifest
+++ b/www-apps/airdcpp-webui/Manifest
@@ -1,3 +1,2 @@
-DIST airdcpp-webui-1.3.0.tgz 8832459 SHA256 97e30029fdb19f242eae06959aedc94b395eb16d902b9e9f87013289fc9bd1c3 SHA512 2c4bdb9144347a302f5921b7ddec97f1b40ee3dc919a0cd35bd233b5dd2c73295e8b28e7979aa5ec2efe3ac673c6e1cb51f89590b936a23ae214331c5644f403 WHIRLPOOL c6955eff3e54412321fff4415353a4a928ec857431c5f058fcb809e47cc49974e22fe63e9e9bafb7f28984cc8934081da4b3c469b05854b4d6dfee8cdcd06379
DIST airdcpp-webui-1.3.3.tgz 7165509 SHA256 69cf01e57d085d821e1f29c4cc14456df482324e6c2f09732631343d54e5f13e SHA512 d2ce7f8d0cda6f6e06b1b461914c4b59d1f572369ecdd5474e52d1b7a66a827df3da7cb46ead9656102cbaa7e9862ee82eee45288912826343f9b610cd8dbabb WHIRLPOOL 4582cf864c63023ca506133774e70ba526f563bc4fe62bb448625a19061feb2d36320b0388297a723a34eb98f57fb60e87d76aa67cfdbdc0d1c7a1ca240b17e1
DIST airdcpp-webui-1.4.0.tgz 7210026 SHA256 2951abfb1713936287770ea1547a07ec564383e51ecdc4a970ad7f12326d7d41 SHA512 3774b9f9aecd70e843fb3f14318e036f9782ec6efe566bb2b77a1788718f7bd0f8b51ea2f53129afef0c38c5ed735d43109239d18eff72ea0868fe6c88056880 WHIRLPOOL 2c0ebb8f77204af1d06e78ac02340908372a34a6e6ac0f4b3d55b9f50759e29dbf006600113ec92b67af582e519581da53e4805f58c9ba859a8f2b880b7539b3
diff --git a/www-apps/airdcpp-webui/airdcpp-webui-1.3.0.ebuild b/www-apps/airdcpp-webui/airdcpp-webui-1.3.0.ebuild
deleted file mode 100644
index 37fce6fef809..000000000000
--- a/www-apps/airdcpp-webui/airdcpp-webui-1.3.0.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"/*
-}