From 6abbf81ef2f298e3221ff5e67a1f3c5f23958212 Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Mon, 14 Dec 2020 13:26:14 +0000 Subject: gentoo resync : 14.12.2020 --- www-apps/airdcpp-webui/Manifest | 4 ++-- www-apps/airdcpp-webui/airdcpp-webui-2.10.0.ebuild | 22 ++++++++++++++++++++++ www-apps/airdcpp-webui/airdcpp-webui-2.8.1.ebuild | 22 ---------------------- 3 files changed, 24 insertions(+), 24 deletions(-) create mode 100644 www-apps/airdcpp-webui/airdcpp-webui-2.10.0.ebuild delete mode 100644 www-apps/airdcpp-webui/airdcpp-webui-2.8.1.ebuild (limited to 'www-apps/airdcpp-webui') diff --git a/www-apps/airdcpp-webui/Manifest b/www-apps/airdcpp-webui/Manifest index c2f920331df2..6092cdfcfd79 100644 --- a/www-apps/airdcpp-webui/Manifest +++ b/www-apps/airdcpp-webui/Manifest @@ -1,5 +1,5 @@ -DIST airdcpp-webui-2.8.1.tgz 8640776 BLAKE2B 6016a7cb1e4cf15d4bf331839140cdd4a3a03a9abd75f68e72d4770cd83a5d85daf80f69a8f5b604f4d6f8b0f3c4de1ef27da1804a73edeff58f59ac41d1bc30 SHA512 520d74b85d67a88428bb8eec0cf5c95f774ef04682a36fbd0d10db48c298486ad9c53dfbd4a298c5295e1d1b1c8f186c084f742f522a6187daacb9515f95714c +DIST airdcpp-webui-2.10.0.tgz 8135065 BLAKE2B a14cd4be3745386ef05d4bdb96b0f60b10d55abeb734f752cacba44a34e9e7615c26a52136c93fb1965c31fb36f5eadfebac0aa84b73f9cd4c36190b11a69fbd SHA512 7dcd8261be48e570e125cd3b31738fa7b5970fd78c15f86c78abc929801cc86d0e56909d7c653394575e156513a6454094708c22d2241ba6541a1350fcce2085 DIST airdcpp-webui-2.9.0.tgz 7891520 BLAKE2B ca597a1b0c844abb6b220d5241842dad6f68686f2aa8b250b094fd6baebd0697abe5019c4d7f0b3213398b056d8fa1b4d5d7e55bd9bf30245eb737c37cbb20b7 SHA512 7a80077f7e56c1ebb5dc2e358e6866021b308d05306d1716e2e5c6f3b64f9f65aa5f88a44cae228671665eb413e8ba7ae842de9f94fa7a8ab967a8b36903e2bb -EBUILD airdcpp-webui-2.8.1.ebuild 466 BLAKE2B 653bbb9da8b78f84fbae7427681388e8eed36969eec8af7e8275aadceda156900fffd87dc5a88d7ca47312b1b368a9ecaf8fd8b042b3125259440121cb5ccb67 SHA512 c0303de5e61ac84b3590b58a973cccf1eed9905d3797f2fda2a9725a4c0f041ad1c34be332c06ae4fc7a01c8ee202c9202b1365281169b569fbd509fa241aacd +EBUILD airdcpp-webui-2.10.0.ebuild 466 BLAKE2B 653bbb9da8b78f84fbae7427681388e8eed36969eec8af7e8275aadceda156900fffd87dc5a88d7ca47312b1b368a9ecaf8fd8b042b3125259440121cb5ccb67 SHA512 c0303de5e61ac84b3590b58a973cccf1eed9905d3797f2fda2a9725a4c0f041ad1c34be332c06ae4fc7a01c8ee202c9202b1365281169b569fbd509fa241aacd EBUILD airdcpp-webui-2.9.0.ebuild 466 BLAKE2B 653bbb9da8b78f84fbae7427681388e8eed36969eec8af7e8275aadceda156900fffd87dc5a88d7ca47312b1b368a9ecaf8fd8b042b3125259440121cb5ccb67 SHA512 c0303de5e61ac84b3590b58a973cccf1eed9905d3797f2fda2a9725a4c0f041ad1c34be332c06ae4fc7a01c8ee202c9202b1365281169b569fbd509fa241aacd MISC metadata.xml 412 BLAKE2B efb72e215a563fe22c3c504c57f91260b0df156d1124d0909d8ade9165fb8fc684868c6ee889c75d014c19c9fbe148cf1e86664c01c83961854d222bb0efa393 SHA512 1ed885a9c0b93fdff82ebe5cb5d7cdadf729829f767e1db18e7c510c816b96b95755f7ee54017fa8de76786b0b0d23b53993c2db7937b40f98eccf1c01465367 diff --git a/www-apps/airdcpp-webui/airdcpp-webui-2.10.0.ebuild b/www-apps/airdcpp-webui/airdcpp-webui-2.10.0.ebuild new file mode 100644 index 000000000000..aed6a3249e7e --- /dev/null +++ b/www-apps/airdcpp-webui/airdcpp-webui-2.10.0.ebuild @@ -0,0 +1,22 @@ +# Copyright 1999-2020 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +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/. +} diff --git a/www-apps/airdcpp-webui/airdcpp-webui-2.8.1.ebuild b/www-apps/airdcpp-webui/airdcpp-webui-2.8.1.ebuild deleted file mode 100644 index aed6a3249e7e..000000000000 --- a/www-apps/airdcpp-webui/airdcpp-webui-2.8.1.ebuild +++ /dev/null @@ -1,22 +0,0 @@ -# Copyright 1999-2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -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/. -} -- cgit v1.2.3