Gentoo Archives: gentoo-commits

From: Patrice Clement <monsieurp@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: www-apps/airdcpp-webui/
Date: Thu, 30 Jun 2016 19:33:37
Message-Id: 1467313518.ff3ebf159cf0a765e197ccb5115dc9255d3ccb83.monsieurp@gentoo
1 commit: ff3ebf159cf0a765e197ccb5115dc9255d3ccb83
2 Author: Louis Sautier <sautier.louis <AT> gmail <DOT> com>
3 AuthorDate: Wed Jun 29 12:02:24 2016 +0000
4 Commit: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
5 CommitDate: Thu Jun 30 19:05:18 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ff3ebf15
7
8 www-apps/airdcpp-webui: bump to 1.0.7
9
10 Package-Manager: portage-2.3.0_rc1
11 Closes: https://github.com/gentoo/gentoo/pull/1793
12
13 Signed-off-by: Patrice Clement <monsieurp <AT> gentoo.org>
14
15 www-apps/airdcpp-webui/Manifest | 1 +
16 www-apps/airdcpp-webui/airdcpp-webui-1.0.7.ebuild | 23 +++++++++++++++++++++++
17 www-apps/airdcpp-webui/metadata.xml | 1 -
18 3 files changed, 24 insertions(+), 1 deletion(-)
19
20 diff --git a/www-apps/airdcpp-webui/Manifest b/www-apps/airdcpp-webui/Manifest
21 index 5f19c3a..ab595a7 100644
22 --- a/www-apps/airdcpp-webui/Manifest
23 +++ b/www-apps/airdcpp-webui/Manifest
24 @@ -1,3 +1,4 @@
25 DIST airdcpp-webui-1.0.4.tgz 10015444 SHA256 a9c76ff4ea86981ccacada479c2db4f9c194a3b58e3c30e41637ec0bb30c2321 SHA512 38b8ada24d7900722472c5db2cc92b06430fe5ddc644939d6236b71a40b90e97d77080d071555492331cb4b3f183475349bef7f560dead6514cb985721d90acc WHIRLPOOL 1ef3b9a7dfabac7e8ce53627741686b25f29b92e3d6a5b83d5d6466fa7a2df9fba186d3febb2a4073888be810987417a8ebc6e81a209f3773839ee3b28fdec30
26 DIST airdcpp-webui-1.0.5.tgz 11478463 SHA256 0d045863a7d2d2c872dea9549657dfc1dd0e81378bffd84e6d9f9a913dbc03a1 SHA512 a2759be5e6c16b44fba9d3514c22265e24a3af93415754f09224091959aa16af9fe1b6c72d0b4e0b34871912fe8fd987e9c5f0e666b23a4959701ade3998f785 WHIRLPOOL be9252c13d108e211f62719f04d25a280f4c02de2c83d5c786f9dc660e12ffcd9914a5a94b7aa2491c92d70faea3ac0e22e2214e01e51c565a9debb94a96ef52
27 DIST airdcpp-webui-1.0.6.tgz 10035922 SHA256 841ab4c2af282208ed6e1afc40ccc65e53f8af2c7a739aa31d2be57bf8547d3e SHA512 f68192a3059b685e2ae855ecb34cb1e2fb026e93da862e87acffdfe612024982b7f4269bbf1835fb97813a72c58ac4699e1116a29ea3ba4dd6f0326bf02df2e8 WHIRLPOOL ad6c19386bbfdb9fff6e0d17443cef58560169b472fe70ed1494ccd607dc6b11df6677da77a2045cf00f7b76b269a4cf45381bc4d7fa8f89cbdc9ea0ad874d8d
28 +DIST airdcpp-webui-1.0.7.tgz 10126759 SHA256 7c9c11baf681d5e042fe2f8cd045cd1b1cc2e0b5d310320a0e4c3b4c8d3efce9 SHA512 c622d6187c4160de40bf6c5a2b8eac970f28c30bea3c284779620baf2223fae3cd22199ea5018610fda614bd8a016bb50f45a8891ac464a43ea4450076d3fdba WHIRLPOOL 26b45d1a890d3261c1075286abf3a7d3a10c3de791fcc1417f18b188867aa4124c75320c648231527e579ab75b5b52deae835acc6e7e21724401b51c57512c15
29
30 diff --git a/www-apps/airdcpp-webui/airdcpp-webui-1.0.7.ebuild b/www-apps/airdcpp-webui/airdcpp-webui-1.0.7.ebuild
31 new file mode 100644
32 index 0000000..37fce6f
33 --- /dev/null
34 +++ b/www-apps/airdcpp-webui/airdcpp-webui-1.0.7.ebuild
35 @@ -0,0 +1,23 @@
36 +# Copyright 1999-2016 Gentoo Foundation
37 +# Distributed under the terms of the GNU General Public License v2
38 +# $Id$
39 +
40 +EAPI=6
41 +
42 +DESCRIPTION="Web interface for airdcpp-webclient"
43 +HOMEPAGE="https://airdcpp-web.github.io/"
44 +SRC_URI="https://registry.npmjs.org/${PN}/-/${P}.tgz"
45 +
46 +KEYWORDS="~amd64 ~x86"
47 +LICENSE="MIT"
48 +SLOT="0"
49 +IUSE=""
50 +
51 +RDEPEND="=net-p2p/airdcpp-webclient-${PV%.*}*"
52 +
53 +S="${WORKDIR}/package"
54 +
55 +src_install() {
56 + insinto "/usr/share/airdcpp/web-resources"
57 + doins -r "${S}/dist"/*
58 +}
59
60 diff --git a/www-apps/airdcpp-webui/metadata.xml b/www-apps/airdcpp-webui/metadata.xml
61 index d6c53d9..eb56049 100644
62 --- a/www-apps/airdcpp-webui/metadata.xml
63 +++ b/www-apps/airdcpp-webui/metadata.xml
64 @@ -4,7 +4,6 @@
65 <maintainer type="person">
66 <email>sautier.louis@×××××.com</email>
67 <name>Louis Sautier</name>
68 - <description>Proxied maintainer; set to assignee in all bugs</description>
69 </maintainer>
70 <maintainer type="project">
71 <email>proxy-maint@g.o</email>