Gentoo Archives: gentoo-commits

From: Sam Jorna <wraeth@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: www-apps/airdcpp-webui/
Date: Wed, 27 Apr 2016 02:34:02
Message-Id: 1461723447.2a0a63ab03555b9c03884b1d36e29dbafda51bb9.wraeth@gentoo
1 commit: 2a0a63ab03555b9c03884b1d36e29dbafda51bb9
2 Author: Louis Sautier <sautier.louis <AT> gmail <DOT> com>
3 AuthorDate: Tue Apr 26 19:22:33 2016 +0000
4 Commit: Sam Jorna <wraeth <AT> gentoo <DOT> org>
5 CommitDate: Wed Apr 27 02:17:27 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2a0a63ab
7
8 www-apps/airdcpp-webui: remove old
9
10 Package-Manager: portage-2.2.28
11 Closes: https://github.com/gentoo/gentoo/pull/1357
12
13 www-apps/airdcpp-webui/Manifest | 1 -
14 www-apps/airdcpp-webui/airdcpp-webui-1.0.2.ebuild | 23 -----------------------
15 2 files changed, 24 deletions(-)
16
17 diff --git a/www-apps/airdcpp-webui/Manifest b/www-apps/airdcpp-webui/Manifest
18 index e07d05a..3bf9c33 100644
19 --- a/www-apps/airdcpp-webui/Manifest
20 +++ b/www-apps/airdcpp-webui/Manifest
21 @@ -1,4 +1,3 @@
22 -DIST airdcpp-webui-1.0.2.tgz 10951832 SHA256 bab92904323f1fb8cbd72bb4d0991a1e6a5ff7045bf9cc12d0c5151cb1e51c98 SHA512 b28b469aa8ad32501c705b0c94fa04c5cc2a9fef5eb75da5b2a8103ef7e20064aae66bd260bdf84a9de72f02aef709c3015889a31b16b1ba037d5da7518871ed WHIRLPOOL dd37578397a21630508412107f1659abfed67d50e348bfd95cbbbea8951338c461f8261575e0b02dd708f5b7a54bd0fa1d3b85e44e5a6c2049f38dd34e723fdb
23 DIST airdcpp-webui-1.0.3.tgz 10882321 SHA256 87a3b20ee4e4b9bc713fc54ba2c79c12c97ee080c302aa9869d9e1f37a25803a SHA512 16fa92fab308ab9b399b5ca2ce0de6027c42180a200e7205cdda572281ecee9f182def9d6de34d12fb7442585ff3d2b0dfd675262227a467bab244409702d573 WHIRLPOOL 67c68c374cf85d1949bd305e4c736138b65ac384fe74d1099d764b8b72c42393bd3270d86ddc274d815509dc5069b9fa4e141f43dab2c433b6302ce9f29e7e97
24 DIST airdcpp-webui-1.0.4.tgz 10015444 SHA256 a9c76ff4ea86981ccacada479c2db4f9c194a3b58e3c30e41637ec0bb30c2321 SHA512 38b8ada24d7900722472c5db2cc92b06430fe5ddc644939d6236b71a40b90e97d77080d071555492331cb4b3f183475349bef7f560dead6514cb985721d90acc WHIRLPOOL 1ef3b9a7dfabac7e8ce53627741686b25f29b92e3d6a5b83d5d6466fa7a2df9fba186d3febb2a4073888be810987417a8ebc6e81a209f3773839ee3b28fdec30
25 DIST airdcpp-webui-1.0.5.tgz 11478463 SHA256 0d045863a7d2d2c872dea9549657dfc1dd0e81378bffd84e6d9f9a913dbc03a1 SHA512 a2759be5e6c16b44fba9d3514c22265e24a3af93415754f09224091959aa16af9fe1b6c72d0b4e0b34871912fe8fd987e9c5f0e666b23a4959701ade3998f785 WHIRLPOOL be9252c13d108e211f62719f04d25a280f4c02de2c83d5c786f9dc660e12ffcd9914a5a94b7aa2491c92d70faea3ac0e22e2214e01e51c565a9debb94a96ef52
26
27 diff --git a/www-apps/airdcpp-webui/airdcpp-webui-1.0.2.ebuild b/www-apps/airdcpp-webui/airdcpp-webui-1.0.2.ebuild
28 deleted file mode 100644
29 index 7796c43..0000000
30 --- a/www-apps/airdcpp-webui/airdcpp-webui-1.0.2.ebuild
31 +++ /dev/null
32 @@ -1,23 +0,0 @@
33 -# Copyright 1999-2016 Gentoo Foundation
34 -# Distributed under the terms of the GNU General Public License v2
35 -# $Id$
36 -
37 -EAPI=6
38 -
39 -DESCRIPTION="WEB interface for airdcpp-webclient"
40 -HOMEPAGE="https://www.npmjs.com/package/airdcpp-webui"
41 -SRC_URI="https://registry.npmjs.org/${PN}/-/${P}.tgz"
42 -
43 -KEYWORDS="~amd64 ~x86"
44 -LICENSE="MIT"
45 -SLOT="0"
46 -IUSE=""
47 -
48 -RDEPEND="=net-p2p/airdcpp-webclient-${PV%.*}*"
49 -
50 -S="${WORKDIR}/package"
51 -
52 -src_install() {
53 - insinto "/usr/share/airdcpp/web-resources"
54 - doins -r "${S}/dist"/*
55 -}