From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id E364313835A for ; Sun, 6 Sep 2020 17:28:42 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E729FE092E; Sun, 6 Sep 2020 17:28:41 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id C7D5EE092E for ; Sun, 6 Sep 2020 17:28:41 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 6E8F9340BBD for ; Sun, 6 Sep 2020 17:28:40 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id D6F4D344 for ; Sun, 6 Sep 2020 17:28:38 +0000 (UTC) From: "Aisha Tammy" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Aisha Tammy" Message-ID: <1599413306.e016481359b2045309f04095ce976a27ae87572f.epsilon-0@gentoo> Subject: [gentoo-commits] repo/proj/guru:dev commit in: www-apps/uwebsockets/ X-VCS-Repository: repo/proj/guru X-VCS-Files: www-apps/uwebsockets/Manifest www-apps/uwebsockets/uwebsockets-18.12.0.ebuild X-VCS-Directories: www-apps/uwebsockets/ X-VCS-Committer: epsilon-0 X-VCS-Committer-Name: Aisha Tammy X-VCS-Revision: e016481359b2045309f04095ce976a27ae87572f X-VCS-Branch: dev Date: Sun, 6 Sep 2020 17:28:38 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 79f32d43-680b-45d4-be64-4ced19f1ff67 X-Archives-Hash: 0bf9cf4a13a610ebaf49f84d04f10479 commit: e016481359b2045309f04095ce976a27ae87572f Author: Aisha Tammy aisha cc> AuthorDate: Sun Sep 6 17:28:26 2020 +0000 Commit: Aisha Tammy aisha cc> CommitDate: Sun Sep 6 17:28:26 2020 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=e0164813 www-apps/uwebsockets: version bump Package-Manager: Portage-3.0.5, Repoman-3.0.1 Signed-off-by: Aisha Tammy aisha.cc> www-apps/uwebsockets/Manifest | 1 - www-apps/uwebsockets/uwebsockets-18.12.0.ebuild | 37 ------------------------- 2 files changed, 38 deletions(-) diff --git a/www-apps/uwebsockets/Manifest b/www-apps/uwebsockets/Manifest index 80986e4..aae9a46 100644 --- a/www-apps/uwebsockets/Manifest +++ b/www-apps/uwebsockets/Manifest @@ -1,2 +1 @@ -DIST uwebsockets-18.12.0.tar.gz 270096 BLAKE2B 5b8556e7158feb8d594eff30c095d8a01db855ae2803c6911ddd7b4d1d400cdc3d876fb9d39d0dc26a07afb19a78b0a9a016daa41105505ecba878b2988d8e1c SHA512 e3eb18d79e61a084c2e54f80643e01ddf4e50d0442da7114eda4f528d5e6a43ff4f090c879fced1cc7db061b6d219cae33e4eb35cbad0d495c72c4117dbd416d DIST uwebsockets-18.13.0.tar.gz 270125 BLAKE2B 236dbda4458649710bd0b5144ce6ecbd589e251774e84d8673e05c3acaab444ef6e68d66e3fff840e7c4de56d3631ed734820ea4f6b5e253bf87a5a2a5b01544 SHA512 5a05480191ac7dd8948090a1bb8565eef6b14c8b32b5d7b5f082f5d51afc5eb5b15cf7eb1c91f6b4d2956bae10d4eeb5498cfa211cbbd54366d98ac0fe1c00a2 diff --git a/www-apps/uwebsockets/uwebsockets-18.12.0.ebuild b/www-apps/uwebsockets/uwebsockets-18.12.0.ebuild deleted file mode 100644 index 2738b66..0000000 --- a/www-apps/uwebsockets/uwebsockets-18.12.0.ebuild +++ /dev/null @@ -1,37 +0,0 @@ -# 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 -}