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: Sat, 01 Oct 2016 13:52:28
Message-Id: 1475314609.7296ae9aa38112facb8f171462ce17faf8263152.monsieurp@gentoo
1 commit: 7296ae9aa38112facb8f171462ce17faf8263152
2 Author: Louis Sautier <sautier.louis <AT> gmail <DOT> com>
3 AuthorDate: Thu Sep 29 22:33:08 2016 +0000
4 Commit: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
5 CommitDate: Sat Oct 1 09:36:49 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7296ae9a
7
8 www-apps/airdcpp-webui: remove old.
9
10 Package-Manager: portage-2.3.0
11 Closes: https://github.com/gentoo/gentoo/pull/2434
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.2.0.ebuild | 23 -----------------------
17 2 files changed, 24 deletions(-)
18
19 diff --git a/www-apps/airdcpp-webui/Manifest b/www-apps/airdcpp-webui/Manifest
20 index 041553f..edb19fa 100644
21 --- a/www-apps/airdcpp-webui/Manifest
22 +++ b/www-apps/airdcpp-webui/Manifest
23 @@ -1,4 +1,3 @@
24 -DIST airdcpp-webui-1.2.0.tgz 11660632 SHA256 33742ef854afe7e7c8f400456c610da0de19b7339c9a084680da18a2a8aedda6 SHA512 6446524fcc86d4ddd6ed3aa1beb4128dbbd0d3347e25d5e858888cdfbbb23c7fb2c9b597ceffffd9380cfe6bbe0f43d0692105f1268c699510ce2c7ec515463e WHIRLPOOL 29ab6bcd23ad26fd03447a7e789a17ffa3720374d59da06267a3ef6082d94c8b5fafa2a2f1e8ea65059bd1a5a74d62bfb3ea35f4af6ec55e6a0ee96a2f9a546e
25 DIST airdcpp-webui-1.2.1.tgz 8684460 SHA256 aeb643c8309c0843c42c880ca6b580c2fd10cc377097f897288b147398729a36 SHA512 692fd728322b93c6b40b5f04842d6bf63765ec001e1248dbba0cd738451b2fd4856692db58e167d9c4889d50592db9be1513c049ab60c5bff6d0517f98a06b7f WHIRLPOOL 73138d3cb07c288f8158f193a8c62198363b5c8fcd726d8a8c15f280a4b63ecae2a125b7724abfacf5ba22ea8ab38dc2c7d8fd81502a15dbbf494433f850d12f
26 DIST airdcpp-webui-1.3.0.tgz 8832459 SHA256 97e30029fdb19f242eae06959aedc94b395eb16d902b9e9f87013289fc9bd1c3 SHA512 2c4bdb9144347a302f5921b7ddec97f1b40ee3dc919a0cd35bd233b5dd2c73295e8b28e7979aa5ec2efe3ac673c6e1cb51f89590b936a23ae214331c5644f403 WHIRLPOOL c6955eff3e54412321fff4415353a4a928ec857431c5f058fcb809e47cc49974e22fe63e9e9bafb7f28984cc8934081da4b3c469b05854b4d6dfee8cdcd06379
27 DIST airdcpp-webui-1.3.1.tgz 8835478 SHA256 a2e8dd98470f5fa661d227a6c935de6c50a257a8c3856e903ecb3f15ade2dd9a SHA512 56fde2f208d5f95e596633acc0aca0ecb22bf56e44eb8007f301b18000e7a6affd0db4e225af78a8537f3a86f1a29c271280a59aa0e21801f4b58cb5d700d18d WHIRLPOOL bd3d1109018c488f1e92f34c0f90d1bd4f76044178a7f27553bd0a781bfb06be897ec7120afefece9ea29c379ce3c913475fcc001b7fef4ee54850110da18389
28
29 diff --git a/www-apps/airdcpp-webui/airdcpp-webui-1.2.0.ebuild b/www-apps/airdcpp-webui/airdcpp-webui-1.2.0.ebuild
30 deleted file mode 100644
31 index 37fce6f..00000000
32 --- a/www-apps/airdcpp-webui/airdcpp-webui-1.2.0.ebuild
33 +++ /dev/null
34 @@ -1,23 +0,0 @@
35 -# Copyright 1999-2016 Gentoo Foundation
36 -# Distributed under the terms of the GNU General Public License v2
37 -# $Id$
38 -
39 -EAPI=6
40 -
41 -DESCRIPTION="Web interface for airdcpp-webclient"
42 -HOMEPAGE="https://airdcpp-web.github.io/"
43 -SRC_URI="https://registry.npmjs.org/${PN}/-/${P}.tgz"
44 -
45 -KEYWORDS="~amd64 ~x86"
46 -LICENSE="MIT"
47 -SLOT="0"
48 -IUSE=""
49 -
50 -RDEPEND="=net-p2p/airdcpp-webclient-${PV%.*}*"
51 -
52 -S="${WORKDIR}/package"
53 -
54 -src_install() {
55 - insinto "/usr/share/airdcpp/web-resources"
56 - doins -r "${S}/dist"/*
57 -}