Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: www-apps/airdcpp-webui/
Date: Sat, 24 Jun 2017 05:43:54
Message-Id: 1498282599.e40b174e86420b878286268dade72a25366492f1.mgorny@gentoo
1 commit: e40b174e86420b878286268dade72a25366492f1
2 Author: Louis Sautier <sautier.louis <AT> gmail <DOT> com>
3 AuthorDate: Sat Jun 10 11:40:48 2017 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Sat Jun 24 05:36:39 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e40b174e
7
8 www-apps/airdcpp-webui: bump to 2.1.0
9
10 Closes: https://github.com/gentoo/gentoo/pull/4899
11 Package-Manager: Portage-2.3.6, Repoman-2.3.2
12
13 www-apps/airdcpp-webui/Manifest | 1 +
14 www-apps/airdcpp-webui/airdcpp-webui-2.1.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 5f8300d1991..b073eede3bb 100644
19 --- a/www-apps/airdcpp-webui/Manifest
20 +++ b/www-apps/airdcpp-webui/Manifest
21 @@ -1,2 +1,3 @@
22 DIST airdcpp-webui-1.4.0.tgz 7210026 SHA256 2951abfb1713936287770ea1547a07ec564383e51ecdc4a970ad7f12326d7d41 SHA512 3774b9f9aecd70e843fb3f14318e036f9782ec6efe566bb2b77a1788718f7bd0f8b51ea2f53129afef0c38c5ed735d43109239d18eff72ea0868fe6c88056880 WHIRLPOOL 2c0ebb8f77204af1d06e78ac02340908372a34a6e6ac0f4b3d55b9f50759e29dbf006600113ec92b67af582e519581da53e4805f58c9ba859a8f2b880b7539b3
23 DIST airdcpp-webui-2.0.3.tgz 7394410 SHA256 5082ec0a2503222f9febdda0da080a591fe29ec69b57a279d6adfbbddf46f843 SHA512 e9a47d8e49ae3f4c48c01babfdbcb7f1bf9abe519d17ac9d75ae0ce212ae1390eb7e4e762fef67c4aeba0bb38a2a044c55a2ae6b15aa2127776b23aa10157786 WHIRLPOOL 4559f654b9a6470bc1f56f74760ced1ca358e2a60da964eb2bdc68aea3cda01df79006b5e5ba536b7f3c83a6acae4a46bfd983df0a2d09b9515fe5a2c0654e6a
24 +DIST airdcpp-webui-2.1.0.tgz 7472713 SHA256 b0efb4e9a0f41079ddd02ddd5b85013e517a62f14a02bbece75a42a00d67f429 SHA512 003af5b331707967a8b63d4d93bdd2b259a6ebedfd47a08ebec04664390f53332001ab3d208e28781d840e25a38d48e2608fa7f969ddb85b10891b76fd2f4166 WHIRLPOOL 9c5771df300212dcf06ed5f2f4210830396c3a62656f09945da7ad64d6a4a06147d7bc21bb3821de2d5230d1ff1a27aab33295fcd935ba00e2249cd5a84415fd
25
26 diff --git a/www-apps/airdcpp-webui/airdcpp-webui-2.1.0.ebuild b/www-apps/airdcpp-webui/airdcpp-webui-2.1.0.ebuild
27 new file mode 100644
28 index 00000000000..213a5408867
29 --- /dev/null
30 +++ b/www-apps/airdcpp-webui/airdcpp-webui-2.1.0.ebuild
31 @@ -0,0 +1,22 @@
32 +# Copyright 1999-2017 Gentoo Foundation
33 +# Distributed under the terms of the GNU General Public License v2
34 +
35 +EAPI=6
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 +}