www-apps/airdcpp-webui: bump to 2.3.0
authorLouis Sautier <sautier.louis@gmail.com>
Sat, 31 Mar 2018 11:36:26 +0000 (13:36 +0200)
committerDavid Seifert <soap@gentoo.org>
Wed, 11 Apr 2018 10:14:14 +0000 (12:14 +0200)
Package-Manager: Portage-2.3.24, Repoman-2.3.6

www-apps/airdcpp-webui/Manifest
www-apps/airdcpp-webui/airdcpp-webui-2.3.0.ebuild [new file with mode: 0644]

index 82e5d951f55df9bbfc612d366dad2b427981789d..0997e08e448a56d54d9bbf2a87d9d3827bd86435 100644 (file)
@@ -1,2 +1,3 @@
 DIST airdcpp-webui-2.2.0.tgz 7901987 BLAKE2B 6035792f3fe39bca54d66005e1db449cd89009251e4f34a3b01a667cd8880f3d0594710c195c8d494c4010243b06102dfd8208491ec78120e8895eac8c9c8607 SHA512 080b3e6a3e0758f45830408ddbdb694edd4e223e22a97a32f6facef02bff0cafaa46cca2394b73f27f8757a85fe90b95c41d6cf63e4a0c2b207c804281791108
 DIST airdcpp-webui-2.2.1.tgz 7767520 BLAKE2B 0acb29ed1aa2bba8bce0186a12723ebd42e07d9d4d66b9f09070fb1679d51930d082fbc16f49cd5ca10c5f4abe8c341de67ab1ca8d7b8be5bbece269b9a2a86c SHA512 21011adae14d86e19305a991d9a37f379796690394645877da459166222274d26ee54c583266890f970f650b6db03a91205965e06277218c69a3697e542e771d
+DIST airdcpp-webui-2.3.0.tgz 8428607 BLAKE2B ad2649c892234b32b6b29624c961a0c89f18255a3b991a2d823f42c3a38d386aec74c71b476cfe55bfec518583b4ed674843e4e6e7fd0fed2f2dcdcc09ae285b SHA512 1fe8896c471916cdfa9ee2c2a774ca62e295b2d6292d76817effa9a1be07e0c44d73449a239da23a90594a749177d5b54be56099482c1021b9ff0c576aa7ac00
diff --git a/www-apps/airdcpp-webui/airdcpp-webui-2.3.0.ebuild b/www-apps/airdcpp-webui/airdcpp-webui-2.3.0.ebuild
new file mode 100644 (file)
index 0000000..e31b00a
--- /dev/null
@@ -0,0 +1,22 @@
+# Copyright 1999-2018 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/.
+}