Gentoo Archives: gentoo-commits

From: Ian Delaney <idella4@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: www-apps/airdcpp-webui/
Date: Sun, 28 Feb 2016 16:27:50
Message-Id: 1456676844.cbc0dbe632432941b47c7eb263521906e8274514.idella4@gentoo
1 commit: cbc0dbe632432941b47c7eb263521906e8274514
2 Author: Louis Sautier <sautier.louis <AT> gmail <DOT> com>
3 AuthorDate: Sun Feb 28 02:53:06 2016 +0000
4 Commit: Ian Delaney <idella4 <AT> gentoo <DOT> org>
5 CommitDate: Sun Feb 28 16:27:24 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cbc0dbe6
7
8 www-apps/airdcpp-webui: new package, Web UI for airdcpp-webclient, vn. 0.16.2
9
10 Package-Manager: portage-2.2.27
11
12 www-apps/airdcpp-webui/Manifest | 1 +
13 www-apps/airdcpp-webui/airdcpp-webui-0.16.2.ebuild | 24 ++++++++++++++++++++++
14 www-apps/airdcpp-webui/metadata.xml | 20 ++++++++++++++++++
15 3 files changed, 45 insertions(+)
16
17 diff --git a/www-apps/airdcpp-webui/Manifest b/www-apps/airdcpp-webui/Manifest
18 new file mode 100644
19 index 0000000..7a3a2c0
20 --- /dev/null
21 +++ b/www-apps/airdcpp-webui/Manifest
22 @@ -0,0 +1 @@
23 +DIST airdcpp-webui-0.16.2.tgz 10910907 SHA256 d6b51beb090cf85f9dcc967ec163e211f263f05f792ac8e1ffa6af2625a03d92 SHA512 ccf7cacece5916d5c473ced387c7e2bc93f96d79bd840eec716cccf245c29e445a5eeaa8b8cb969bf25fcb5a546e90f23d05272d6092826eb23920c248342947 WHIRLPOOL 92d6ba833484758887e758cc2518f0f2e3360cd7452bff7ef0c1c9d752f03a6c51e9513ec16cdad03bb29b11d528ba791001267c0f357a0754161149f48dc323
24
25 diff --git a/www-apps/airdcpp-webui/airdcpp-webui-0.16.2.ebuild b/www-apps/airdcpp-webui/airdcpp-webui-0.16.2.ebuild
26 new file mode 100644
27 index 0000000..baff4c8
28 --- /dev/null
29 +++ b/www-apps/airdcpp-webui/airdcpp-webui-0.16.2.ebuild
30 @@ -0,0 +1,24 @@
31 +# Copyright 1999-2016 Gentoo Foundation
32 +# Distributed under the terms of the GNU General Public License v2
33 +# $Id$
34 +
35 +EAPI=6
36 +
37 +DESCRIPTION="WEB interface for airdcpp-webclient"
38 +HOMEPAGE="https://www.npmjs.com/package/airdcpp-webui"
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 +DEPEND=""
47 +RDEPEND="net-p2p/airdcpp-webclient"
48 +
49 +S="${WORKDIR}/package"
50 +
51 +src_install() {
52 + insinto "/usr/share/airdcpp/web-resources"
53 + doins -r "${S}/dist"/*
54 +}
55
56 diff --git a/www-apps/airdcpp-webui/metadata.xml b/www-apps/airdcpp-webui/metadata.xml
57 new file mode 100644
58 index 0000000..d6c53d9
59 --- /dev/null
60 +++ b/www-apps/airdcpp-webui/metadata.xml
61 @@ -0,0 +1,20 @@
62 +<?xml version="1.0" encoding="UTF-8"?>
63 +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
64 +<pkgmetadata>
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>
72 + <name>Proxy Maintainers</name>
73 + </maintainer>
74 + <upstream>
75 + <remote-id type="github">airdcpp-web/airdcpp-webui</remote-id>
76 + <bugs-to>https://github.com/airdcpp-web/airdcpp-webclient/issues</bugs-to>
77 + </upstream>
78 + <longdescription lang="en">
79 + AirDC++ Web UI written in Javascript. Communicates with AirDC++ Core via AirDC++ Web API.
80 + </longdescription>
81 +</pkgmetadata>