commit:     016d1fdd70a1d7dac25c5e22d531a3d36d4a53a1
Author:     Louis Sautier <sbraz <AT> gentoo <DOT> org>
AuthorDate: Mon Dec 10 13:12:35 2018 +0000
Commit:     Louis Sautier <sbraz <AT> gentoo <DOT> org>
CommitDate: Mon Dec 10 13:17:00 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=016d1fdd

www-apps/airdcpp-webui: bump to 2.5.1

Package-Manager: Portage-2.3.52, Repoman-2.3.12
Signed-off-by: Louis Sautier <sbraz <AT> gentoo.org>

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

diff --git a/www-apps/airdcpp-webui/Manifest b/www-apps/airdcpp-webui/Manifest
index 6bd68760ea6..23eb9cf85d9 100644
--- a/www-apps/airdcpp-webui/Manifest
+++ b/www-apps/airdcpp-webui/Manifest
@@ -1,2 +1,3 @@
 DIST airdcpp-webui-2.3.0.tgz 8428607 BLAKE2B 
ad2649c892234b32b6b29624c961a0c89f18255a3b991a2d823f42c3a38d386aec74c71b476cfe55bfec518583b4ed674843e4e6e7fd0fed2f2dcdcc09ae285b
 SHA512 
1fe8896c471916cdfa9ee2c2a774ca62e295b2d6292d76817effa9a1be07e0c44d73449a239da23a90594a749177d5b54be56099482c1021b9ff0c576aa7ac00
 DIST airdcpp-webui-2.4.0.tgz 9252281 BLAKE2B 
9682b5c197a17a2a0a1de9e29999ca54bfd2ac85120702ec37671ddcc445e595fcf262f82729497b1b38b638c9d1e4cbeb5daabf21b5436d240c0b1097dba1fd
 SHA512 
4251dadc0161324a21c4278e480c39f798988e15a3cf1fe812966be4afde5666276b30dc86b40ab900aba008eb09c90bc54a24e23747f889884a276da99dde44
+DIST airdcpp-webui-2.5.1.tgz 6571762 BLAKE2B 
dd2d02913125c8166c1ca0f14d9276eed073fa58a46ddbf2ee5e70a97e081852e96a875c9f501781b81de0d2163c4c391c5aa3d078f6946fe35109fe901d8bb5
 SHA512 
771595f529361330fb54796b32fed61aa8fb37ef1ddbb551c10a8b6352eead6afe7e8a52df223c7e53c27942dd301f50b7234eb915ee378e90eb6ac847b16871

diff --git a/www-apps/airdcpp-webui/airdcpp-webui-2.5.1.ebuild 
b/www-apps/airdcpp-webui/airdcpp-webui-2.5.1.ebuild
new file mode 100644
index 00000000000..898d2fa96dc
--- /dev/null
+++ b/www-apps/airdcpp-webui/airdcpp-webui-2.5.1.ebuild
@@ -0,0 +1,22 @@
+# Copyright 1999-2018 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+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/.
+}

Reply via email to