diff options
author | Louis Sautier <sautier.louis@gmail.com> | 2016-08-11 11:00:46 +0200 |
---|---|---|
committer | Patrice Clement <monsieurp@gentoo.org> | 2016-08-16 19:59:15 +0200 |
commit | f0c59827b275d2810a6bcdd7e7a3ecfd1f370f2a (patch) | |
tree | 770168ee2bbad3c0734234739851295500444992 /www-apps | |
parent | net-p2p/airdcpp-webclient: remove old. (diff) | |
download | gentoo-f0c59827b275d2810a6bcdd7e7a3ecfd1f370f2a.tar.gz gentoo-f0c59827b275d2810a6bcdd7e7a3ecfd1f370f2a.tar.bz2 gentoo-f0c59827b275d2810a6bcdd7e7a3ecfd1f370f2a.zip |
www-apps/airdcpp-webui: version bump to 1.1.1.
Package-Manager: portage-2.3.0
Closes: https://github.com/gentoo/gentoo/pull/2068
Signed-off-by: Patrice Clement <monsieurp@gentoo.org>
Diffstat (limited to 'www-apps')
-rw-r--r-- | www-apps/airdcpp-webui/Manifest | 1 | ||||
-rw-r--r-- | www-apps/airdcpp-webui/airdcpp-webui-1.1.1.ebuild | 23 |
2 files changed, 24 insertions, 0 deletions
diff --git a/www-apps/airdcpp-webui/Manifest b/www-apps/airdcpp-webui/Manifest index 3fecfae10b47..1288657f4c5d 100644 --- a/www-apps/airdcpp-webui/Manifest +++ b/www-apps/airdcpp-webui/Manifest @@ -1,3 +1,4 @@ DIST airdcpp-webui-1.0.6.tgz 10035922 SHA256 841ab4c2af282208ed6e1afc40ccc65e53f8af2c7a739aa31d2be57bf8547d3e SHA512 f68192a3059b685e2ae855ecb34cb1e2fb026e93da862e87acffdfe612024982b7f4269bbf1835fb97813a72c58ac4699e1116a29ea3ba4dd6f0326bf02df2e8 WHIRLPOOL ad6c19386bbfdb9fff6e0d17443cef58560169b472fe70ed1494ccd607dc6b11df6677da77a2045cf00f7b76b269a4cf45381bc4d7fa8f89cbdc9ea0ad874d8d DIST airdcpp-webui-1.0.7.tgz 10126759 SHA256 7c9c11baf681d5e042fe2f8cd045cd1b1cc2e0b5d310320a0e4c3b4c8d3efce9 SHA512 c622d6187c4160de40bf6c5a2b8eac970f28c30bea3c284779620baf2223fae3cd22199ea5018610fda614bd8a016bb50f45a8891ac464a43ea4450076d3fdba WHIRLPOOL 26b45d1a890d3261c1075286abf3a7d3a10c3de791fcc1417f18b188867aa4124c75320c648231527e579ab75b5b52deae835acc6e7e21724401b51c57512c15 DIST airdcpp-webui-1.0.8.tgz 10320561 SHA256 0eb08d067c14c7dce494aeab6e03f90ca737643366adfeb51a5e094ffef40c92 SHA512 7134e23b7efc079b573d81c895622655f50be2955dea3567c8c71ed5644bc44853cf123f07045ff055282816746895693e86578e2637f4090d90ef6f578eef29 WHIRLPOOL acd79b512876f6eabcd0186555dfb150f6da127d3a06f9b613685d83673bd4542c474cd9ef7cafab15d79bcbbaa0216c09acba780c958f9e26fa66563cd26065 +DIST airdcpp-webui-1.1.1.tgz 10410809 SHA256 d79400a8eb88bd44b85cb664675fefa32438fd5dce2c1f782c1c24052a841142 SHA512 25c77a8c3ae6e784bc7bbdaebc9cbe9278380f4a0f15ec934538b80174a0cdb6e37068f1a00669faa6f8940f645594ffb3ad32762b7fbe641fbad4b1f8e19ba2 WHIRLPOOL 68b1f833c3b3797c134c4cc8b657ec41ad8954f9fc558265dc5d26c128b9e73abffc82f2efb0e4d095b46d8a163ef92634105238a8afdf06122e08370f8405cc diff --git a/www-apps/airdcpp-webui/airdcpp-webui-1.1.1.ebuild b/www-apps/airdcpp-webui/airdcpp-webui-1.1.1.ebuild new file mode 100644 index 000000000000..37fce6fef809 --- /dev/null +++ b/www-apps/airdcpp-webui/airdcpp-webui-1.1.1.ebuild @@ -0,0 +1,23 @@ +# Copyright 1999-2016 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=6 + +DESCRIPTION="Web interface for airdcpp-webclient" +HOMEPAGE="https://airdcpp-web.github.io/" +SRC_URI="https://registry.npmjs.org/${PN}/-/${P}.tgz" + +KEYWORDS="~amd64 ~x86" +LICENSE="MIT" +SLOT="0" +IUSE="" + +RDEPEND="=net-p2p/airdcpp-webclient-${PV%.*}*" + +S="${WORKDIR}/package" + +src_install() { + insinto "/usr/share/airdcpp/web-resources" + doins -r "${S}/dist"/* +} |