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, 03 Nov 2018 15:29:02
Message-Id: 1541258898.37b15433ef58aefcd85651fb6df62108611496ef.sbraz@gentoo
1 commit: 37b15433ef58aefcd85651fb6df62108611496ef
2 Author: Louis Sautier <sbraz <AT> gentoo <DOT> org>
3 AuthorDate: Sat Nov 3 15:21:33 2018 +0000
4 Commit: Louis Sautier <sbraz <AT> gentoo <DOT> org>
5 CommitDate: Sat Nov 3 15:28:18 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=37b15433
7
8 www-apps/airdcpp-webui: bump to 2.4.0, EAPI=7
9
10 Signed-off-by: Louis Sautier <sbraz <AT> gentoo.org>
11 Package-Manager: Portage-2.3.51, Repoman-2.3.11
12
13 www-apps/airdcpp-webui/Manifest | 1 +
14 www-apps/airdcpp-webui/airdcpp-webui-2.4.0.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 ff5f5332354..787a9096bcb 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.2.1.tgz 7767520 BLAKE2B 0acb29ed1aa2bba8bce0186a12723ebd42e07d9d4d66b9f09070fb1679d51930d082fbc16f49cd5ca10c5f4abe8c341de67ab1ca8d7b8be5bbece269b9a2a86c SHA512 21011adae14d86e19305a991d9a37f379796690394645877da459166222274d26ee54c583266890f970f650b6db03a91205965e06277218c69a3697e542e771d
23 DIST airdcpp-webui-2.3.0.tgz 8428607 BLAKE2B ad2649c892234b32b6b29624c961a0c89f18255a3b991a2d823f42c3a38d386aec74c71b476cfe55bfec518583b4ed674843e4e6e7fd0fed2f2dcdcc09ae285b SHA512 1fe8896c471916cdfa9ee2c2a774ca62e295b2d6292d76817effa9a1be07e0c44d73449a239da23a90594a749177d5b54be56099482c1021b9ff0c576aa7ac00
24 +DIST airdcpp-webui-2.4.0.tgz 9252281 BLAKE2B 9682b5c197a17a2a0a1de9e29999ca54bfd2ac85120702ec37671ddcc445e595fcf262f82729497b1b38b638c9d1e4cbeb5daabf21b5436d240c0b1097dba1fd SHA512 4251dadc0161324a21c4278e480c39f798988e15a3cf1fe812966be4afde5666276b30dc86b40ab900aba008eb09c90bc54a24e23747f889884a276da99dde44
25
26 diff --git a/www-apps/airdcpp-webui/airdcpp-webui-2.4.0.ebuild b/www-apps/airdcpp-webui/airdcpp-webui-2.4.0.ebuild
27 new file mode 100644
28 index 00000000000..898d2fa96dc
29 --- /dev/null
30 +++ b/www-apps/airdcpp-webui/airdcpp-webui-2.4.0.ebuild
31 @@ -0,0 +1,22 @@
32 +# Copyright 1999-2018 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 +}