www-apps/uwebsockets: version bump to 18.6.0

Package-Manager: Portage-2.3.101, Repoman-2.3.22
Signed-off-by: Aisha Tammy <gentoo@aisha.cc>
This commit is contained in:
Aisha Tammy
2020-06-23 22:17:58 -04:00
parent 4353834b2e
commit 0718e64968
3 changed files with 39 additions and 1 deletions

View File

@@ -1 +1,2 @@
DIST uwebsockets-18.5.0.tar.gz 264309 BLAKE2B 01aa6d09e9549f4ad545f5a30ff3bb46af233ea5256c51bc94d6d02cc5b80ee62c25d68791119e6ab397caf47bacf946d74af0635b79f213d8805c3d5f520bd7 SHA512 8d93721178486fcdc7dae1feac8cc67db1bf20584d2ecc1f435af4f00aa36ef655cfced121461ce1c458f69c469146beba56b18565f1d4432e04f2dafc2653f4
DIST uwebsockets-18.6.0.tar.gz 264309 BLAKE2B c1cea128b6b0d5b7df30bb2aba97b0ac7207392755090e6950c61ab1847dd146b4a6c95dcd18065f3e969cfeaf3c5ffc09b17a5a34b6c5531b767a23df322386 SHA512 f748c90cb5cc83f119a27bd10d3043643cdc1bd617ccbd5460086e96114af8cbd9583c590bb9506b77f447c4e91b1f0be0493e3504af3d4f52d543a4f02826ba

View File

@@ -0,0 +1,37 @@
# Copyright 2019-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
DESCRIPTION="ultra fast, simple, secure & standards compliant web I/O"
HOMEPAGE="https://github.com/uNetworking/uWebSockets"
if [[ ${PV} == 9999 ]]; then
inherit git-r3
EGIT_REPO_URI="https://github.com/uNetworking/uWebSockets.git"
else
SRC_URI="https://github.com/uNetworking/uWebSockets/archive/v${PV}.tar.gz -> ${P}.tar.gz"
KEYWORDS="~amd64 ~arm64 ~x86"
S="${WORKDIR}/uWebSockets-${PV}"
fi
LICENSE="Apache-2.0"
SLOT="0"
RDEPEND=">=net-libs/usockets-0.4.1"
PATCHES=(
"${FILESDIR}/${PN}-src_Loop.h.patch"
)
src_prepare() {
default
mv src uWebSockets
}
src_compile() {
return 0
}
src_install() {
doheader -r uWebSockets
}

View File

@@ -17,7 +17,7 @@ fi
LICENSE="Apache-2.0"
SLOT="0"
RDEPEND=">=net-libs/usockets-0.4.0"
RDEPEND=">=net-libs/usockets-0.4.1"
PATCHES=(
"${FILESDIR}/${PN}-src_Loop.h.patch"