Gentoo Archives: gentoo-commits

From: "Göktürk Yüksek" <gokturk@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: www-apps/airdcpp-webui/
Date: Sat, 03 Sep 2016 04:45:55
Message-Id: 1472877364.7c42c57485150b37234f36eda6c6d8f9a3da88fe.gokturk@gentoo
1 commit: 7c42c57485150b37234f36eda6c6d8f9a3da88fe
2 Author: Louis Sautier <sautier.louis <AT> gmail <DOT> com>
3 AuthorDate: Fri Sep 2 19:31:48 2016 +0000
4 Commit: Göktürk Yüksek <gokturk <AT> gentoo <DOT> org>
5 CommitDate: Sat Sep 3 04:36:04 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7c42c574
7
8 www-apps/airdcpp-webui: bump to 1.2.1
9
10 Package-Manager: portage-2.3.0
11
12 www-apps/airdcpp-webui/Manifest | 1 +
13 www-apps/airdcpp-webui/airdcpp-webui-1.2.1.ebuild | 23 +++++++++++++++++++++++
14 2 files changed, 24 insertions(+)
15
16 diff --git a/www-apps/airdcpp-webui/Manifest b/www-apps/airdcpp-webui/Manifest
17 index 6184ecd..1c2799e 100644
18 --- a/www-apps/airdcpp-webui/Manifest
19 +++ b/www-apps/airdcpp-webui/Manifest
20 @@ -1,3 +1,4 @@
21 DIST airdcpp-webui-1.1.1.tgz 10410809 SHA256 d79400a8eb88bd44b85cb664675fefa32438fd5dce2c1f782c1c24052a841142 SHA512 25c77a8c3ae6e784bc7bbdaebc9cbe9278380f4a0f15ec934538b80174a0cdb6e37068f1a00669faa6f8940f645594ffb3ad32762b7fbe641fbad4b1f8e19ba2 WHIRLPOOL 68b1f833c3b3797c134c4cc8b657ec41ad8954f9fc558265dc5d26c128b9e73abffc82f2efb0e4d095b46d8a163ef92634105238a8afdf06122e08370f8405cc
22 DIST airdcpp-webui-1.1.2.tgz 11674685 SHA256 814cb698e22625828ec39a1cb3f0cb7c795c3b68021e1c6c64cbbcda1929a9ed SHA512 e6709bb20fd7d1622dc8e46cd041a5ff0af080e14032d283925db3e78b9a9a8f44a3aeeb1f55afba969e13a58a00f5e6cc567fcde9f8398858c8138fb20e2595 WHIRLPOOL 2fc07e2fb8c049ebadc54f4884ae0fd6f4f6a8c41b9e1467fb7b53b483df8bbc4b5b30123ad6b247606613aa2dea0e7fcacc0958ac2c2d4297c2a87cfb2822ad
23 DIST airdcpp-webui-1.2.0.tgz 11660632 SHA256 33742ef854afe7e7c8f400456c610da0de19b7339c9a084680da18a2a8aedda6 SHA512 6446524fcc86d4ddd6ed3aa1beb4128dbbd0d3347e25d5e858888cdfbbb23c7fb2c9b597ceffffd9380cfe6bbe0f43d0692105f1268c699510ce2c7ec515463e WHIRLPOOL 29ab6bcd23ad26fd03447a7e789a17ffa3720374d59da06267a3ef6082d94c8b5fafa2a2f1e8ea65059bd1a5a74d62bfb3ea35f4af6ec55e6a0ee96a2f9a546e
24 +DIST airdcpp-webui-1.2.1.tgz 8684460 SHA256 aeb643c8309c0843c42c880ca6b580c2fd10cc377097f897288b147398729a36 SHA512 692fd728322b93c6b40b5f04842d6bf63765ec001e1248dbba0cd738451b2fd4856692db58e167d9c4889d50592db9be1513c049ab60c5bff6d0517f98a06b7f WHIRLPOOL 73138d3cb07c288f8158f193a8c62198363b5c8fcd726d8a8c15f280a4b63ecae2a125b7724abfacf5ba22ea8ab38dc2c7d8fd81502a15dbbf494433f850d12f
25
26 diff --git a/www-apps/airdcpp-webui/airdcpp-webui-1.2.1.ebuild b/www-apps/airdcpp-webui/airdcpp-webui-1.2.1.ebuild
27 new file mode 100644
28 index 00000000..37fce6f
29 --- /dev/null
30 +++ b/www-apps/airdcpp-webui/airdcpp-webui-1.2.1.ebuild
31 @@ -0,0 +1,23 @@
32 +# Copyright 1999-2016 Gentoo Foundation
33 +# Distributed under the terms of the GNU General Public License v2
34 +# $Id$
35 +
36 +EAPI=6
37 +
38 +DESCRIPTION="Web interface for airdcpp-webclient"
39 +HOMEPAGE="https://airdcpp-web.github.io/"
40 +SRC_URI="https://registry.npmjs.org/${PN}/-/${P}.tgz"
41 +
42 +KEYWORDS="~amd64 ~x86"
43 +LICENSE="MIT"
44 +SLOT="0"
45 +IUSE=""
46 +
47 +RDEPEND="=net-p2p/airdcpp-webclient-${PV%.*}*"
48 +
49 +S="${WORKDIR}/package"
50 +
51 +src_install() {
52 + insinto "/usr/share/airdcpp/web-resources"
53 + doins -r "${S}/dist"/*
54 +}