summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLouis Sautier <sautier.louis@gmail.com>2018-03-31 13:36:26 +0200
committerDavid Seifert <soap@gentoo.org>2018-04-11 12:14:14 +0200
commitbb0a75010f5822875788a740451119099bc2223c (patch)
tree4a500b74f3c5cb922d8881cad9320c15e28cfc86
parentnet-p2p/airdcpp-webclient: bump to 2.3.0 (diff)
downloadgentoo-bb0a75010f5822875788a740451119099bc2223c.tar.gz
gentoo-bb0a75010f5822875788a740451119099bc2223c.tar.bz2
gentoo-bb0a75010f5822875788a740451119099bc2223c.zip
www-apps/airdcpp-webui: bump to 2.3.0
Package-Manager: Portage-2.3.24, Repoman-2.3.6
-rw-r--r--www-apps/airdcpp-webui/Manifest1
-rw-r--r--www-apps/airdcpp-webui/airdcpp-webui-2.3.0.ebuild22
2 files changed, 23 insertions, 0 deletions
diff --git a/www-apps/airdcpp-webui/Manifest b/www-apps/airdcpp-webui/Manifest
index 82e5d951f55d..0997e08e448a 100644
--- a/www-apps/airdcpp-webui/Manifest
+++ b/www-apps/airdcpp-webui/Manifest
@@ -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
index 000000000000..e31b00ac8f24
--- /dev/null
+++ b/www-apps/airdcpp-webui/airdcpp-webui-2.3.0.ebuild
@@ -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/.
+}