commit:     723511385204d84bebcf00da14801e722b5edac8
Author:     Aisha Tammy <gentoo <AT> aisha <DOT> cc>
AuthorDate: Sun Feb  6 15:28:04 2022 +0000
Commit:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Sun Feb  6 15:28:04 2022 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=72351138

www-apps/uwebsockets: version bump to 20.11.0

Package-Manager: Portage-3.0.30, Repoman-3.0.3
Signed-off-by: Aisha Tammy <gentoo <AT> aisha.cc>

 www-apps/uwebsockets/Manifest                   |  1 +
 www-apps/uwebsockets/uwebsockets-20.11.0.ebuild | 33 +++++++++++++++++++++++++
 2 files changed, 34 insertions(+)

diff --git a/www-apps/uwebsockets/Manifest b/www-apps/uwebsockets/Manifest
index a7295556a..f679a1049 100644
--- a/www-apps/uwebsockets/Manifest
+++ b/www-apps/uwebsockets/Manifest
@@ -1 +1,2 @@
+DIST uwebsockets-20.11.0.tar.gz 750520 BLAKE2B 
4c139bffcb60a5a2cf7245208e031905875261cfed968a03875358e31d5fb4cf02ff312fc7e5f7e9329ffcb9f9ee9c1204fcf9998fbb9df56163dc06820e2932
 SHA512 
cd4efb386b4d140c6ccbfa92e8be1d3c9b896474a3074b95ad35bedde9face80a1e4bae594359555010d76c2ccf8243b29e97079de8b0f18cda510274135b8e0
 DIST uwebsockets-20.9.0.tar.gz 749441 BLAKE2B 
558fc4da144174700573c452f612cb3caeb6b8f66105a339456fb73a17fd7f72e43e9366dc10457342fe27b7dc2be77975e3e7167ffa6b7ea0dab9994e3eed19
 SHA512 
a5f8716e5f7db4a842abd6bb1143b76b13c9cba7d623910110a18b1cb88adeda80918c3e4ba9ab434fd55f8a57b78ebb15b684d575eb59d5d6e458d24654a726

diff --git a/www-apps/uwebsockets/uwebsockets-20.11.0.ebuild 
b/www-apps/uwebsockets/uwebsockets-20.11.0.ebuild
new file mode 100644
index 000000000..d8967872c
--- /dev/null
+++ b/www-apps/uwebsockets/uwebsockets-20.11.0.ebuild
@@ -0,0 +1,33 @@
+# Copyright 2019-2022 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.6.0"
+
+src_prepare() {
+       default
+       mv src uWebSockets
+}
+
+src_compile() {
+       return 0
+}
+
+src_install() {
+       doheader -r uWebSockets
+}

Reply via email to