diff options
author | Louis Sautier <sautier.louis@gmail.com> | 2017-11-07 11:44:06 +0100 |
---|---|---|
committer | David Seifert <soap@gentoo.org> | 2017-11-07 14:48:53 +0100 |
commit | 787e32e95d964c6fba305c50a89cc42f8dd00699 (patch) | |
tree | 695f2aa6f6e96c0892ee8124354c88e8b943cfe0 /www-apps | |
parent | net-p2p/airdcpp-webclient: bump to 2.2.1, fixes a remote crash (diff) | |
download | gentoo-787e32e95d964c6fba305c50a89cc42f8dd00699.tar.gz gentoo-787e32e95d964c6fba305c50a89cc42f8dd00699.tar.bz2 gentoo-787e32e95d964c6fba305c50a89cc42f8dd00699.zip |
www-apps/airdcpp-webui: bump to 2.2.1
Package-Manager: Portage-2.3.13, Repoman-2.3.4
Closes: https://github.com/gentoo/gentoo/pull/6143
Diffstat (limited to 'www-apps')
-rw-r--r-- | www-apps/airdcpp-webui/Manifest | 1 | ||||
-rw-r--r-- | www-apps/airdcpp-webui/airdcpp-webui-2.2.1.ebuild | 22 |
2 files changed, 23 insertions, 0 deletions
diff --git a/www-apps/airdcpp-webui/Manifest b/www-apps/airdcpp-webui/Manifest index 9592467204dd..bb292e3810da 100644 --- a/www-apps/airdcpp-webui/Manifest +++ b/www-apps/airdcpp-webui/Manifest @@ -1,2 +1,3 @@ DIST airdcpp-webui-2.1.0.tgz 7472713 SHA256 b0efb4e9a0f41079ddd02ddd5b85013e517a62f14a02bbece75a42a00d67f429 SHA512 003af5b331707967a8b63d4d93bdd2b259a6ebedfd47a08ebec04664390f53332001ab3d208e28781d840e25a38d48e2608fa7f969ddb85b10891b76fd2f4166 WHIRLPOOL 9c5771df300212dcf06ed5f2f4210830396c3a62656f09945da7ad64d6a4a06147d7bc21bb3821de2d5230d1ff1a27aab33295fcd935ba00e2249cd5a84415fd DIST airdcpp-webui-2.2.0.tgz 7901987 SHA256 77f591afb2d5fd66d56514fa6ed206e5ea73b160240f3f3ff8a68c1a40d91171 SHA512 080b3e6a3e0758f45830408ddbdb694edd4e223e22a97a32f6facef02bff0cafaa46cca2394b73f27f8757a85fe90b95c41d6cf63e4a0c2b207c804281791108 WHIRLPOOL 074b16091a79b66f61d88c571a19aeb11759b7052b4cafc9af0994e64d220e805996453f9c2e3788d0fc998ab6b842e0de2a9b863226906da755ca79b839860a +DIST airdcpp-webui-2.2.1.tgz 7767520 SHA256 36cdbae865159bcb50e2143d71b5e8859b74ca982937acde70433042391f217b SHA512 21011adae14d86e19305a991d9a37f379796690394645877da459166222274d26ee54c583266890f970f650b6db03a91205965e06277218c69a3697e542e771d WHIRLPOOL ee1c684824f74cbafea4b8bfb41ed1a119ef605959c9cf78dfc5ed4fb824b2e4cc0df0063d3edd270ed29704b9ef894f82399dab9cfc37eb4aee97f43195f365 diff --git a/www-apps/airdcpp-webui/airdcpp-webui-2.2.1.ebuild b/www-apps/airdcpp-webui/airdcpp-webui-2.2.1.ebuild new file mode 100644 index 000000000000..213a54088678 --- /dev/null +++ b/www-apps/airdcpp-webui/airdcpp-webui-2.2.1.ebuild @@ -0,0 +1,22 @@ +# Copyright 1999-2017 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +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 dist/. +} |