commit:     cf097a72aeee7c47cd78598549bc6213de270de3
Author:     Louis Sautier <sautier.louis <AT> gmail <DOT> com>
AuthorDate: Fri May 20 11:29:46 2016 +0000
Commit:     Ian Delaney <idella4 <AT> gentoo <DOT> org>
CommitDate: Sat May 21 06:13:08 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cf097a72

www-apps/airdcpp-webui: bump to 1.0.6

Package-Manager: portage-2.3.0_rc1
Closes: https://github.com/gentoo/gentoo/pull/1497

Signed-off-by: Ian Delaney <idella4 <AT> gentoo.org>

 www-apps/airdcpp-webui/Manifest                   |  1 +
 www-apps/airdcpp-webui/airdcpp-webui-1.0.6.ebuild | 23 +++++++++++++++++++++++
 2 files changed, 24 insertions(+)

diff --git a/www-apps/airdcpp-webui/Manifest b/www-apps/airdcpp-webui/Manifest
index 3bf9c33..4727bed 100644
--- a/www-apps/airdcpp-webui/Manifest
+++ b/www-apps/airdcpp-webui/Manifest
@@ -1,3 +1,4 @@
 DIST airdcpp-webui-1.0.3.tgz 10882321 SHA256 
87a3b20ee4e4b9bc713fc54ba2c79c12c97ee080c302aa9869d9e1f37a25803a SHA512 
16fa92fab308ab9b399b5ca2ce0de6027c42180a200e7205cdda572281ecee9f182def9d6de34d12fb7442585ff3d2b0dfd675262227a467bab244409702d573
 WHIRLPOOL 
67c68c374cf85d1949bd305e4c736138b65ac384fe74d1099d764b8b72c42393bd3270d86ddc274d815509dc5069b9fa4e141f43dab2c433b6302ce9f29e7e97
 DIST airdcpp-webui-1.0.4.tgz 10015444 SHA256 
a9c76ff4ea86981ccacada479c2db4f9c194a3b58e3c30e41637ec0bb30c2321 SHA512 
38b8ada24d7900722472c5db2cc92b06430fe5ddc644939d6236b71a40b90e97d77080d071555492331cb4b3f183475349bef7f560dead6514cb985721d90acc
 WHIRLPOOL 
1ef3b9a7dfabac7e8ce53627741686b25f29b92e3d6a5b83d5d6466fa7a2df9fba186d3febb2a4073888be810987417a8ebc6e81a209f3773839ee3b28fdec30
 DIST airdcpp-webui-1.0.5.tgz 11478463 SHA256 
0d045863a7d2d2c872dea9549657dfc1dd0e81378bffd84e6d9f9a913dbc03a1 SHA512 
a2759be5e6c16b44fba9d3514c22265e24a3af93415754f09224091959aa16af9fe1b6c72d0b4e0b34871912fe8fd987e9c5f0e666b23a4959701ade3998f785
 WHIRLPOOL 
be9252c13d108e211f62719f04d25a280f4c02de2c83d5c786f9dc660e12ffcd9914a5a94b7aa2491c92d70faea3ac0e22e2214e01e51c565a9debb94a96ef52
+DIST airdcpp-webui-1.0.6.tgz 10035922 SHA256 
841ab4c2af282208ed6e1afc40ccc65e53f8af2c7a739aa31d2be57bf8547d3e SHA512 
f68192a3059b685e2ae855ecb34cb1e2fb026e93da862e87acffdfe612024982b7f4269bbf1835fb97813a72c58ac4699e1116a29ea3ba4dd6f0326bf02df2e8
 WHIRLPOOL 
ad6c19386bbfdb9fff6e0d17443cef58560169b472fe70ed1494ccd607dc6b11df6677da77a2045cf00f7b76b269a4cf45381bc4d7fa8f89cbdc9ea0ad874d8d

diff --git a/www-apps/airdcpp-webui/airdcpp-webui-1.0.6.ebuild 
b/www-apps/airdcpp-webui/airdcpp-webui-1.0.6.ebuild
new file mode 100644
index 0000000..37fce6f
--- /dev/null
+++ b/www-apps/airdcpp-webui/airdcpp-webui-1.0.6.ebuild
@@ -0,0 +1,23 @@
+# 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"/*
+}

Reply via email to