From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 0F92F1388C0 for ; Sun, 28 Feb 2016 16:27:50 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 6B66E21C004; Sun, 28 Feb 2016 16:27:48 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id C045521C004 for ; Sun, 28 Feb 2016 16:27:47 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id A0FC1340834 for ; Sun, 28 Feb 2016 16:27:46 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 5DDF118A4 for ; Sun, 28 Feb 2016 16:27:44 +0000 (UTC) From: "Ian Delaney" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Ian Delaney" Message-ID: <1456676844.cbc0dbe632432941b47c7eb263521906e8274514.idella4@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: www-apps/airdcpp-webui/ X-VCS-Repository: repo/gentoo X-VCS-Files: www-apps/airdcpp-webui/Manifest www-apps/airdcpp-webui/airdcpp-webui-0.16.2.ebuild www-apps/airdcpp-webui/metadata.xml X-VCS-Directories: www-apps/airdcpp-webui/ X-VCS-Committer: idella4 X-VCS-Committer-Name: Ian Delaney X-VCS-Revision: cbc0dbe632432941b47c7eb263521906e8274514 X-VCS-Branch: master Date: Sun, 28 Feb 2016 16:27:44 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: f253c906-dacb-4e9f-a3d9-85160193fddd X-Archives-Hash: 229bd0280be7a139e1b0340ac54329f5 commit: cbc0dbe632432941b47c7eb263521906e8274514 Author: Louis Sautier gmail com> AuthorDate: Sun Feb 28 02:53:06 2016 +0000 Commit: Ian Delaney gentoo org> CommitDate: Sun Feb 28 16:27:24 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cbc0dbe6 www-apps/airdcpp-webui: new package, Web UI for airdcpp-webclient, vn. 0.16.2 Package-Manager: portage-2.2.27 www-apps/airdcpp-webui/Manifest | 1 + www-apps/airdcpp-webui/airdcpp-webui-0.16.2.ebuild | 24 ++++++++++++++++++++++ www-apps/airdcpp-webui/metadata.xml | 20 ++++++++++++++++++ 3 files changed, 45 insertions(+) diff --git a/www-apps/airdcpp-webui/Manifest b/www-apps/airdcpp-webui/Manifest new file mode 100644 index 0000000..7a3a2c0 --- /dev/null +++ b/www-apps/airdcpp-webui/Manifest @@ -0,0 +1 @@ +DIST airdcpp-webui-0.16.2.tgz 10910907 SHA256 d6b51beb090cf85f9dcc967ec163e211f263f05f792ac8e1ffa6af2625a03d92 SHA512 ccf7cacece5916d5c473ced387c7e2bc93f96d79bd840eec716cccf245c29e445a5eeaa8b8cb969bf25fcb5a546e90f23d05272d6092826eb23920c248342947 WHIRLPOOL 92d6ba833484758887e758cc2518f0f2e3360cd7452bff7ef0c1c9d752f03a6c51e9513ec16cdad03bb29b11d528ba791001267c0f357a0754161149f48dc323 diff --git a/www-apps/airdcpp-webui/airdcpp-webui-0.16.2.ebuild b/www-apps/airdcpp-webui/airdcpp-webui-0.16.2.ebuild new file mode 100644 index 0000000..baff4c8 --- /dev/null +++ b/www-apps/airdcpp-webui/airdcpp-webui-0.16.2.ebuild @@ -0,0 +1,24 @@ +# 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://www.npmjs.com/package/airdcpp-webui" +SRC_URI="https://registry.npmjs.org/${PN}/-/${P}.tgz" + +KEYWORDS="~amd64 ~x86" +LICENSE="MIT" +SLOT="0" +IUSE="" + +DEPEND="" +RDEPEND="net-p2p/airdcpp-webclient" + +S="${WORKDIR}/package" + +src_install() { + insinto "/usr/share/airdcpp/web-resources" + doins -r "${S}/dist"/* +} diff --git a/www-apps/airdcpp-webui/metadata.xml b/www-apps/airdcpp-webui/metadata.xml new file mode 100644 index 0000000..d6c53d9 --- /dev/null +++ b/www-apps/airdcpp-webui/metadata.xml @@ -0,0 +1,20 @@ + + + + + sautier.louis@gmail.com + Louis Sautier + Proxied maintainer; set to assignee in all bugs + + + proxy-maint@gentoo.org + Proxy Maintainers + + + airdcpp-web/airdcpp-webui + https://github.com/airdcpp-web/airdcpp-webclient/issues + + + AirDC++ Web UI written in Javascript. Communicates with AirDC++ Core via AirDC++ Web API. + +