summaryrefslogtreecommitdiff
path: root/www-apps/airdcpp-webui
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2021-01-22 20:28:19 +0000
committerV3n3RiX <venerix@redcorelinux.org>2021-01-22 20:28:19 +0000
commitabaa75b10f899ada8dd05b23cc03205064394bc6 (patch)
treeeca3dd248b73b92013cba00a0fcc1edf2696e19a /www-apps/airdcpp-webui
parent24fd814c326e282c4321965c31f341dad77e270d (diff)
gentoo resync : 22.01.2021
Diffstat (limited to 'www-apps/airdcpp-webui')
-rw-r--r--www-apps/airdcpp-webui/Manifest4
-rw-r--r--www-apps/airdcpp-webui/airdcpp-webui-2.11.0.ebuild22
-rw-r--r--www-apps/airdcpp-webui/metadata.xml1
3 files changed, 26 insertions, 1 deletions
diff --git a/www-apps/airdcpp-webui/Manifest b/www-apps/airdcpp-webui/Manifest
index 791ebd7c136d..0dc468833281 100644
--- a/www-apps/airdcpp-webui/Manifest
+++ b/www-apps/airdcpp-webui/Manifest
@@ -1,3 +1,5 @@
DIST airdcpp-webui-2.10.0.tgz 8135065 BLAKE2B a14cd4be3745386ef05d4bdb96b0f60b10d55abeb734f752cacba44a34e9e7615c26a52136c93fb1965c31fb36f5eadfebac0aa84b73f9cd4c36190b11a69fbd SHA512 7dcd8261be48e570e125cd3b31738fa7b5970fd78c15f86c78abc929801cc86d0e56909d7c653394575e156513a6454094708c22d2241ba6541a1350fcce2085
+DIST airdcpp-webui-2.11.0.tgz 8148062 BLAKE2B 2a47bae691667aae14afadbfd5a5b1f938c72de7ba3ff75f0feca6a5d13f890fdb663057237ff29ed85eea6fe55f72e421201fe2c44efd9181dc751e59748bb8 SHA512 00147c4f1d19a0866735a6bb0b4789e915ae028bf92e4a46aea586c1c4eea57fd85558cdffd9504abb36ffb78764bf6c310a5937f06d99de03883bdfaf6a2b33
EBUILD airdcpp-webui-2.10.0.ebuild 466 BLAKE2B 653bbb9da8b78f84fbae7427681388e8eed36969eec8af7e8275aadceda156900fffd87dc5a88d7ca47312b1b368a9ecaf8fd8b042b3125259440121cb5ccb67 SHA512 c0303de5e61ac84b3590b58a973cccf1eed9905d3797f2fda2a9725a4c0f041ad1c34be332c06ae4fc7a01c8ee202c9202b1365281169b569fbd509fa241aacd
-MISC metadata.xml 412 BLAKE2B efb72e215a563fe22c3c504c57f91260b0df156d1124d0909d8ade9165fb8fc684868c6ee889c75d014c19c9fbe148cf1e86664c01c83961854d222bb0efa393 SHA512 1ed885a9c0b93fdff82ebe5cb5d7cdadf729829f767e1db18e7c510c816b96b95755f7ee54017fa8de76786b0b0d23b53993c2db7937b40f98eccf1c01465367
+EBUILD airdcpp-webui-2.11.0.ebuild 466 BLAKE2B 33d5bf2a65ef48aa5178d11145433d33091bc16766b10335aeca6d43ace6d0f725d911c0b8f4bcf50dd06f497f08da8504f489367429a5b1adb59f4aa6e58d61 SHA512 1b8d9d28d58616b93e7ffc9dd12a0309a9443fd0f2d6f936810ca6c116e16e1081c32061af5e2d9550f7ed63893787f73d18c53f904925c2afd1ac2f9f4d8f8f
+MISC metadata.xml 436 BLAKE2B 92cd8485d25c29615695fb9962b3257e23313798a95eb8d8d9b08713139516c7d27e4ec23a297b67fa8755fdb38d81ce8107f7e0c2126c028d0e2c97f8503726 SHA512 40b9ea3a77b14203c322d5afd798aea2aac78acc4fe5a4998acbbd3b3a41b701ac31e554ce75389db2e4d960c79bf52c941588749859d31e402c80b840aac72d
diff --git a/www-apps/airdcpp-webui/airdcpp-webui-2.11.0.ebuild b/www-apps/airdcpp-webui/airdcpp-webui-2.11.0.ebuild
new file mode 100644
index 000000000000..57182bf92d32
--- /dev/null
+++ b/www-apps/airdcpp-webui/airdcpp-webui-2.11.0.ebuild
@@ -0,0 +1,22 @@
+# Copyright 1999-2021 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/.
+}
diff --git a/www-apps/airdcpp-webui/metadata.xml b/www-apps/airdcpp-webui/metadata.xml
index 0c14c45f82eb..6307b015f8ba 100644
--- a/www-apps/airdcpp-webui/metadata.xml
+++ b/www-apps/airdcpp-webui/metadata.xml
@@ -5,6 +5,7 @@
<email>sbraz@gentoo.org</email>
<name>Louis Sautier</name>
</maintainer>
+ <stabilize-allarches/>
<upstream>
<remote-id type="github">airdcpp-web/airdcpp-webui</remote-id>
<bugs-to>https://github.com/airdcpp-web/airdcpp-webclient/issues</bugs-to>