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 47C80138359 for ; Mon, 23 Nov 2020 12:26:01 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 2F942E0814; Mon, 23 Nov 2020 12:26:00 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (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 B3865E0814 for ; Mon, 23 Nov 2020 12:25:59 +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 3E08E3402FE for ; Mon, 23 Nov 2020 12:25:58 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 809DE462 for ; Mon, 23 Nov 2020 12:25:56 +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: <1606133845.6e9a4aac720fa114f2fc156a822e8fb9101e618f.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.14.0.ebuild X-VCS-Directories: www-apps/uwebsockets/ X-VCS-Committer: epsilon-0 X-VCS-Committer-Name: Aisha Tammy X-VCS-Revision: 6e9a4aac720fa114f2fc156a822e8fb9101e618f X-VCS-Branch: dev Date: Mon, 23 Nov 2020 12:25:56 +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: 390b79e9-54b3-4f64-b1a6-29568ce136de X-Archives-Hash: 389d5fd322b5fde499db7395e019b15a commit: 6e9a4aac720fa114f2fc156a822e8fb9101e618f Author: epsilonKNOT aisha cc> AuthorDate: Mon Nov 23 12:14:54 2020 +0000 Commit: Aisha Tammy aisha cc> CommitDate: Mon Nov 23 12:17:25 2020 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=6e9a4aac www-apps/uwebsockets: drop old version Package-Manager: Portage-3.0.8, Repoman-3.0.2 Signed-off-by: Aisha Tammy aisha.cc> www-apps/uwebsockets/Manifest | 1 - www-apps/uwebsockets/uwebsockets-18.14.0.ebuild | 37 ------------------------- 2 files changed, 38 deletions(-) diff --git a/www-apps/uwebsockets/Manifest b/www-apps/uwebsockets/Manifest index f8d4f58d..7301b72e 100644 --- a/www-apps/uwebsockets/Manifest +++ b/www-apps/uwebsockets/Manifest @@ -1,2 +1 @@ -DIST uwebsockets-18.14.0.tar.gz 271448 BLAKE2B 739bf75e6494b40ad7f09337400337cf52e9f69fa294cda11eaa7211715c19ffa736e6bcc0d09c738de766bbe75e5a11dacb7ed761e8804688986f3a1e996b22 SHA512 43238c4bdff512817dc1a09100bc0efc7c941808ca250c52d9527e7255dd0a96bd57c7b52e721412a98cc0818877548692a93ac702e4b09d3623e07df098057b DIST uwebsockets-18.15.0.tar.gz 271485 BLAKE2B 77e661abdf82728dbe3c52689d42b8fe98314c9e7bc1e8700a935114608771fa26d272bd30dd03ede870a1b4dc63a4dc91e816f1df7b402a2f85bff09de12c7a SHA512 b49a3f4ce446b9c113bfb567fe9598cdc6c453ac5dc4556e11d74ef5d702cb480d53488e2650f765f8c95e0de980d586be62982bed9c5728fee974e7e287f143 diff --git a/www-apps/uwebsockets/uwebsockets-18.14.0.ebuild b/www-apps/uwebsockets/uwebsockets-18.14.0.ebuild deleted file mode 100644 index 2738b66d..00000000 --- a/www-apps/uwebsockets/uwebsockets-18.14.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 -}