diff options
author | Louis Sautier <sbraz@gentoo.org> | 2021-08-03 11:56:49 +0200 |
---|---|---|
committer | Louis Sautier <sbraz@gentoo.org> | 2021-08-03 11:56:49 +0200 |
commit | 8927239135b64fb1c790bcb5915795baab951b8b (patch) | |
tree | 453ded4afc8a3ee9a1ebd8f3c88dad8c09308ba0 /www-apps/airdcpp-webui | |
parent | www-apps/airdcpp-webui: add 2.11.1 (diff) | |
download | gentoo-8927239135b64fb1c790bcb5915795baab951b8b.tar.gz gentoo-8927239135b64fb1c790bcb5915795baab951b8b.tar.bz2 gentoo-8927239135b64fb1c790bcb5915795baab951b8b.zip |
www-apps/airdcpp-webui: drop 2.10.0
Signed-off-by: Louis Sautier <sbraz@gentoo.org>
Diffstat (limited to 'www-apps/airdcpp-webui')
-rw-r--r-- | www-apps/airdcpp-webui/Manifest | 1 | ||||
-rw-r--r-- | www-apps/airdcpp-webui/airdcpp-webui-2.10.0.ebuild | 22 |
2 files changed, 0 insertions, 23 deletions
diff --git a/www-apps/airdcpp-webui/Manifest b/www-apps/airdcpp-webui/Manifest index ebbf84da4f86..21827d7d7881 100644 --- a/www-apps/airdcpp-webui/Manifest +++ b/www-apps/airdcpp-webui/Manifest @@ -1,3 +1,2 @@ -DIST airdcpp-webui-2.10.0.tgz 8135065 BLAKE2B a14cd4be3745386ef05d4bdb96b0f60b10d55abeb734f752cacba44a34e9e7615c26a52136c93fb1965c31fb36f5eadfebac0aa84b73f9cd4c36190b11a69fbd SHA512 7dcd8261be48e570e125cd3b31738fa7b5970fd78c15f86c78abc929801cc86d0e56909d7c653394575e156513a6454094708c22d2241ba6541a1350fcce2085 DIST airdcpp-webui-2.11.0.tgz 8148062 BLAKE2B 2a47bae691667aae14afadbfd5a5b1f938c72de7ba3ff75f0feca6a5d13f890fdb663057237ff29ed85eea6fe55f72e421201fe2c44efd9181dc751e59748bb8 SHA512 00147c4f1d19a0866735a6bb0b4789e915ae028bf92e4a46aea586c1c4eea57fd85558cdffd9504abb36ffb78764bf6c310a5937f06d99de03883bdfaf6a2b33 DIST airdcpp-webui-2.11.1.tgz 8147412 BLAKE2B 4d4eb713b1c0c570d5c1cf02053c87bf983c97c6ae33ac58b04f4cee0aab41828981fc299c74383da4bdd015695daba4dfed62b0a6bf5d925e1dd1065fe2e60e SHA512 c54673ba2755e3b7e5889c34d2ca3a19c9682b81b2c527d579007931a7983e8faa905ef8f26b5a7c8479d98c7c9fd98de5c9aac2de0161aeb849460e28d22465 diff --git a/www-apps/airdcpp-webui/airdcpp-webui-2.10.0.ebuild b/www-apps/airdcpp-webui/airdcpp-webui-2.10.0.ebuild deleted file mode 100644 index aed6a3249e7e..000000000000 --- a/www-apps/airdcpp-webui/airdcpp-webui-2.10.0.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/. -} |