Gentoo Archives: gentoo-commits

From: Louis Sautier <sbraz@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: www-apps/airdcpp-webui/
Date: Fri, 01 Oct 2021 12:03:32
Message-Id: 1633089802.65905a9afd5d31b809b34ce0083a74396d5824ed.sbraz@gentoo
1 commit: 65905a9afd5d31b809b34ce0083a74396d5824ed
2 Author: Louis Sautier <sbraz <AT> gentoo <DOT> org>
3 AuthorDate: Fri Oct 1 11:50:09 2021 +0000
4 Commit: Louis Sautier <sbraz <AT> gentoo <DOT> org>
5 CommitDate: Fri Oct 1 12:03:22 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=65905a9a
7
8 www-apps/airdcpp-webui: add 2.11.2
9
10 Signed-off-by: Louis Sautier <sbraz <AT> gentoo.org>
11
12 www-apps/airdcpp-webui/Manifest | 1 +
13 www-apps/airdcpp-webui/airdcpp-webui-2.11.2.ebuild | 22 ++++++++++++++++++++++
14 2 files changed, 23 insertions(+)
15
16 diff --git a/www-apps/airdcpp-webui/Manifest b/www-apps/airdcpp-webui/Manifest
17 index 21827d7d788..1bd86b01a3b 100644
18 --- a/www-apps/airdcpp-webui/Manifest
19 +++ b/www-apps/airdcpp-webui/Manifest
20 @@ -1,2 +1,3 @@
21 DIST airdcpp-webui-2.11.0.tgz 8148062 BLAKE2B 2a47bae691667aae14afadbfd5a5b1f938c72de7ba3ff75f0feca6a5d13f890fdb663057237ff29ed85eea6fe55f72e421201fe2c44efd9181dc751e59748bb8 SHA512 00147c4f1d19a0866735a6bb0b4789e915ae028bf92e4a46aea586c1c4eea57fd85558cdffd9504abb36ffb78764bf6c310a5937f06d99de03883bdfaf6a2b33
22 DIST airdcpp-webui-2.11.1.tgz 8147412 BLAKE2B 4d4eb713b1c0c570d5c1cf02053c87bf983c97c6ae33ac58b04f4cee0aab41828981fc299c74383da4bdd015695daba4dfed62b0a6bf5d925e1dd1065fe2e60e SHA512 c54673ba2755e3b7e5889c34d2ca3a19c9682b81b2c527d579007931a7983e8faa905ef8f26b5a7c8479d98c7c9fd98de5c9aac2de0161aeb849460e28d22465
23 +DIST airdcpp-webui-2.11.2.tgz 7200053 BLAKE2B e5a8f1d39d8cdc96cdfd1ea97d4ba8e4a943eaa0c53902b66fa0731432527e5f1a27a40ea08c968ca58281f6a1064166072302b37999396db395a3a66c052a17 SHA512 3d505dd231dd3e7cc1aae32668b7567eae5346f8a67bded3a54b1be830145ba6c13cfbcfc2eb4eedcfb306096b760690cc19602db314535d48d0a30c1334ff73
24
25 diff --git a/www-apps/airdcpp-webui/airdcpp-webui-2.11.2.ebuild b/www-apps/airdcpp-webui/airdcpp-webui-2.11.2.ebuild
26 new file mode 100644
27 index 00000000000..e7bbc80f2a8
28 --- /dev/null
29 +++ b/www-apps/airdcpp-webui/airdcpp-webui-2.11.2.ebuild
30 @@ -0,0 +1,22 @@
31 +# Copyright 1999-2021 Gentoo Authors
32 +# Distributed under the terms of the GNU General Public License v2
33 +
34 +EAPI=8
35 +
36 +DESCRIPTION="Web interface for airdcpp-webclient"
37 +HOMEPAGE="https://airdcpp-web.github.io/"
38 +SRC_URI="https://registry.npmjs.org/${PN}/-/${P}.tgz"
39 +
40 +KEYWORDS="~amd64 ~x86"
41 +LICENSE="MIT"
42 +SLOT="0"
43 +IUSE=""
44 +
45 +RDEPEND="=net-p2p/airdcpp-webclient-${PV%.*}*"
46 +
47 +S="${WORKDIR}/package"
48 +
49 +src_install() {
50 + insinto "/usr/share/airdcpp/web-resources"
51 + doins -r dist/.
52 +}