diff options
author | Louis Sautier <sautier.louis@gmail.com> | 2016-10-23 16:11:31 +0200 |
---|---|---|
committer | Patrice Clement <monsieurp@gentoo.org> | 2016-10-23 16:22:34 +0200 |
commit | e4c24a878be7db97bceab34dcb6416c17f3e9116 (patch) | |
tree | 3647df11a9fe8181fc48ae5114858bb0971bd646 /www-apps/airdcpp-webui | |
parent | www-apps/airdcpp-webui: version bump to 1.3.2. (diff) | |
download | gentoo-e4c24a878be7db97bceab34dcb6416c17f3e9116.tar.gz gentoo-e4c24a878be7db97bceab34dcb6416c17f3e9116.tar.bz2 gentoo-e4c24a878be7db97bceab34dcb6416c17f3e9116.zip |
www-apps/airdcpp-webui: remove old.
Package-Manager: portage-2.3.2
Closes: https://github.com/gentoo/gentoo/pull/2647
Signed-off-by: Patrice Clement <monsieurp@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-1.2.1.ebuild | 23 |
2 files changed, 0 insertions, 24 deletions
diff --git a/www-apps/airdcpp-webui/Manifest b/www-apps/airdcpp-webui/Manifest index e92ab4a62979..ce9281c593c5 100644 --- a/www-apps/airdcpp-webui/Manifest +++ b/www-apps/airdcpp-webui/Manifest @@ -1,4 +1,3 @@ -DIST airdcpp-webui-1.2.1.tgz 8684460 SHA256 aeb643c8309c0843c42c880ca6b580c2fd10cc377097f897288b147398729a36 SHA512 692fd728322b93c6b40b5f04842d6bf63765ec001e1248dbba0cd738451b2fd4856692db58e167d9c4889d50592db9be1513c049ab60c5bff6d0517f98a06b7f WHIRLPOOL 73138d3cb07c288f8158f193a8c62198363b5c8fcd726d8a8c15f280a4b63ecae2a125b7724abfacf5ba22ea8ab38dc2c7d8fd81502a15dbbf494433f850d12f DIST airdcpp-webui-1.3.0.tgz 8832459 SHA256 97e30029fdb19f242eae06959aedc94b395eb16d902b9e9f87013289fc9bd1c3 SHA512 2c4bdb9144347a302f5921b7ddec97f1b40ee3dc919a0cd35bd233b5dd2c73295e8b28e7979aa5ec2efe3ac673c6e1cb51f89590b936a23ae214331c5644f403 WHIRLPOOL c6955eff3e54412321fff4415353a4a928ec857431c5f058fcb809e47cc49974e22fe63e9e9bafb7f28984cc8934081da4b3c469b05854b4d6dfee8cdcd06379 DIST airdcpp-webui-1.3.1.tgz 8835478 SHA256 a2e8dd98470f5fa661d227a6c935de6c50a257a8c3856e903ecb3f15ade2dd9a SHA512 56fde2f208d5f95e596633acc0aca0ecb22bf56e44eb8007f301b18000e7a6affd0db4e225af78a8537f3a86f1a29c271280a59aa0e21801f4b58cb5d700d18d WHIRLPOOL bd3d1109018c488f1e92f34c0f90d1bd4f76044178a7f27553bd0a781bfb06be897ec7120afefece9ea29c379ce3c913475fcc001b7fef4ee54850110da18389 DIST airdcpp-webui-1.3.2.tgz 7165412 SHA256 eb0577f0a3e5e22b1b4d4f02e7f99092dabf51e80183de44d26525b8b0e59e58 SHA512 d81a7355420f9e4ed5f52339f6c4bf320dbcf7e87630f40d8bd871e1126885ecd31340857d45f1766ece7f9ad157713b7a30ac14a73e028fc6da90ed36972fcc WHIRLPOOL 79b64231a9a52b87de499d5e15328fe7efb82b98ac70dabe29d9514749ee8f12ef6e54e95b2355153044e58b2cf382965dcf3dc6621c1368571a090803605509 diff --git a/www-apps/airdcpp-webui/airdcpp-webui-1.2.1.ebuild b/www-apps/airdcpp-webui/airdcpp-webui-1.2.1.ebuild deleted file mode 100644 index 37fce6fef809..000000000000 --- a/www-apps/airdcpp-webui/airdcpp-webui-1.2.1.ebuild +++ /dev/null @@ -1,23 +0,0 @@ -# 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"/* -} |