summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLouis Sautier <sautier.louis@gmail.com>2016-10-23 16:11:31 +0200
committerPatrice Clement <monsieurp@gentoo.org>2016-10-23 16:22:34 +0200
commite4c24a878be7db97bceab34dcb6416c17f3e9116 (patch)
tree3647df11a9fe8181fc48ae5114858bb0971bd646 /www-apps/airdcpp-webui/airdcpp-webui-1.2.1.ebuild
parentwww-apps/airdcpp-webui: version bump to 1.3.2. (diff)
downloadgentoo-e4c24a878be7db97bceab34dcb6416c17f3e9116.tar.gz
gentoo-e4c24a878be7db97bceab34dcb6416c17f3e9116.tar.bz2
gentoo-e4c24a878be7db97bceab34dcb6416c17f3e9116.zip
www-apps/airdcpp-webui: remove old.
Package-Manager: portage-2.3.2 Closes: https://github.com/gentoo/gentoo/pull/2647 Signed-off-by: Patrice Clement <monsieurp@gentoo.org>
Diffstat (limited to 'www-apps/airdcpp-webui/airdcpp-webui-1.2.1.ebuild')
-rw-r--r--www-apps/airdcpp-webui/airdcpp-webui-1.2.1.ebuild23
1 files changed, 0 insertions, 23 deletions
diff --git a/www-apps/airdcpp-webui/airdcpp-webui-1.2.1.ebuild b/www-apps/airdcpp-webui/airdcpp-webui-1.2.1.ebuild
deleted file mode 100644
index 37fce6fef809..000000000000
--- a/www-apps/airdcpp-webui/airdcpp-webui-1.2.1.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"/*
-}