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: Sat, 09 Feb 2019 00:03:50
Message-Id: 1549670520.668006250e8b2de4981a5a12146f7eaf486bddb5.sbraz@gentoo
1 commit: 668006250e8b2de4981a5a12146f7eaf486bddb5
2 Author: Louis Sautier <sbraz <AT> gentoo <DOT> org>
3 AuthorDate: Sat Feb 9 00:02:00 2019 +0000
4 Commit: Louis Sautier <sbraz <AT> gentoo <DOT> org>
5 CommitDate: Sat Feb 9 00:02:00 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=66800625
7
8 www-apps/airdcpp-webui: bump to 2.5.2
9
10 Package-Manager: Portage-2.3.59, Repoman-2.3.12
11 Signed-off-by: Louis Sautier <sbraz <AT> gentoo.org>
12
13 www-apps/airdcpp-webui/Manifest | 1 +
14 www-apps/airdcpp-webui/airdcpp-webui-2.5.2.ebuild | 22 ++++++++++++++++++++++
15 2 files changed, 23 insertions(+)
16
17 diff --git a/www-apps/airdcpp-webui/Manifest b/www-apps/airdcpp-webui/Manifest
18 index cec537f8646..034216223e7 100644
19 --- a/www-apps/airdcpp-webui/Manifest
20 +++ b/www-apps/airdcpp-webui/Manifest
21 @@ -1,2 +1,3 @@
22 DIST airdcpp-webui-2.4.0.tgz 9252281 BLAKE2B 9682b5c197a17a2a0a1de9e29999ca54bfd2ac85120702ec37671ddcc445e595fcf262f82729497b1b38b638c9d1e4cbeb5daabf21b5436d240c0b1097dba1fd SHA512 4251dadc0161324a21c4278e480c39f798988e15a3cf1fe812966be4afde5666276b30dc86b40ab900aba008eb09c90bc54a24e23747f889884a276da99dde44
23 DIST airdcpp-webui-2.5.1.tgz 6571762 BLAKE2B dd2d02913125c8166c1ca0f14d9276eed073fa58a46ddbf2ee5e70a97e081852e96a875c9f501781b81de0d2163c4c391c5aa3d078f6946fe35109fe901d8bb5 SHA512 771595f529361330fb54796b32fed61aa8fb37ef1ddbb551c10a8b6352eead6afe7e8a52df223c7e53c27942dd301f50b7234eb915ee378e90eb6ac847b16871
24 +DIST airdcpp-webui-2.5.2.tgz 6715659 BLAKE2B cfbd185fea4e4b9c07508f9cb29ecd312b004e63a8ce26c2fb0695895fc85e4e657b6813c69e05905ac950eea9288ba01df7814fd5106cce2933ebadc17fb82f SHA512 08dbbb5bcafb1b991f283c6975626843e96818cb02eaf3b0a5a7c700f64780dd18cc897343c57d2f46235c77d44b1da17f8d66fb0f021d75be164a6709978650
25
26 diff --git a/www-apps/airdcpp-webui/airdcpp-webui-2.5.2.ebuild b/www-apps/airdcpp-webui/airdcpp-webui-2.5.2.ebuild
27 new file mode 100644
28 index 00000000000..d656c051b69
29 --- /dev/null
30 +++ b/www-apps/airdcpp-webui/airdcpp-webui-2.5.2.ebuild
31 @@ -0,0 +1,22 @@
32 +# Copyright 1999-2019 Gentoo Authors
33 +# Distributed under the terms of the GNU General Public License v2
34 +
35 +EAPI=7
36 +
37 +DESCRIPTION="Web interface for airdcpp-webclient"
38 +HOMEPAGE="https://airdcpp-web.github.io/"
39 +SRC_URI="https://registry.npmjs.org/${PN}/-/${P}.tgz"
40 +
41 +KEYWORDS="~amd64 ~x86"
42 +LICENSE="MIT"
43 +SLOT="0"
44 +IUSE=""
45 +
46 +RDEPEND="=net-p2p/airdcpp-webclient-${PV%.*}*"
47 +
48 +S="${WORKDIR}/package"
49 +
50 +src_install() {
51 + insinto "/usr/share/airdcpp/web-resources"
52 + doins -r dist/.
53 +}