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 ABC331382C5 for ; Wed, 24 Jun 2020 02:19:16 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id CCE5FE0908; Wed, 24 Jun 2020 02:19:15 +0000 (UTC) Received: from smtp.gentoo.org (mail.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 B27D5E0908 for ; Wed, 24 Jun 2020 02:19:15 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 30DA434EDE8 for ; Wed, 24 Jun 2020 02:19:14 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id AD4062B0 for ; Wed, 24 Jun 2020 02:19:11 +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: <1592964951.4353834b2e43d781a5ee13d4b5b78179abab7a6e.epsilon-0@gentoo> Subject: [gentoo-commits] repo/proj/guru:dev commit in: net-libs/usockets/ X-VCS-Repository: repo/proj/guru X-VCS-Files: net-libs/usockets/Manifest net-libs/usockets/usockets-0.4.0.ebuild X-VCS-Directories: net-libs/usockets/ X-VCS-Committer: epsilon-0 X-VCS-Committer-Name: Aisha Tammy X-VCS-Revision: 4353834b2e43d781a5ee13d4b5b78179abab7a6e X-VCS-Branch: dev Date: Wed, 24 Jun 2020 02:19:11 +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: cd7e13b2-1a9f-417c-958b-d8ebeb8a2155 X-Archives-Hash: 20f2bba1de3abf207202b852c7d7afa2 commit: 4353834b2e43d781a5ee13d4b5b78179abab7a6e Author: Aisha Tammy aisha cc> AuthorDate: Wed Jun 24 02:15:51 2020 +0000 Commit: Aisha Tammy aisha cc> CommitDate: Wed Jun 24 02:15:51 2020 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=4353834b net-libs/usockets: drop old broken version 0.4.0 Package-Manager: Portage-2.3.101, Repoman-2.3.22 Signed-off-by: Aisha Tammy aisha.cc> net-libs/usockets/Manifest | 1 - net-libs/usockets/usockets-0.4.0.ebuild | 56 --------------------------------- 2 files changed, 57 deletions(-) diff --git a/net-libs/usockets/Manifest b/net-libs/usockets/Manifest index 29f39fa..26023b0 100644 --- a/net-libs/usockets/Manifest +++ b/net-libs/usockets/Manifest @@ -1,2 +1 @@ -DIST usockets-0.4.0.tar.gz 48367 BLAKE2B 025b83bd1f9778c469ad29bde0f8cab7fbc5f9b86e5cd97261b9aee77c2d26a67d22a185a17011e9c067acb23e0341c4112a00dbf270510013e1e863b5678ff1 SHA512 c480c6fd4a87ebe7d9db1928185075d52da63482f4ecc37f684fe10654e92de540badf47d2ab8e6021266a87308496189b39e95830d11924da0023a222decf2d DIST usockets-0.4.1.tar.gz 49955 BLAKE2B 581b5745c4b1562fe21ac81736ebc6db95ed9e25a47e3124fa4dbc25978cde9f901a651cbc99128952282407f506900cae79a59bb1aab8d5e951e114d1f8f3b7 SHA512 2fbb37e0d3768c4b79b100132edd4aea65c7483186394d9dd5729385031e257ebe7ba04e53cb67f796edbc035074268920a1fdb11be79a74cb83799a7b61f7c0 diff --git a/net-libs/usockets/usockets-0.4.0.ebuild b/net-libs/usockets/usockets-0.4.0.ebuild deleted file mode 100644 index 0b4a1f0..0000000 --- a/net-libs/usockets/usockets-0.4.0.ebuild +++ /dev/null @@ -1,56 +0,0 @@ -# Copyright 2019-2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -inherit multilib - -DESCRIPTION="tiny eventing, networking & crypto for async applications" -HOMEPAGE="https://github.com/uNetworking/uSockets" - -if [[ ${PV} == 9999 ]]; then - inherit git-r3 - EGIT_REPO_URI="https://github.com/uNetworking/uSockets.git" -else - SRC_URI="https://github.com/uNetworking/uSockets/archive/v${PV}.tar.gz -> ${P}.tar.gz" - KEYWORDS="~amd64 ~arm64 ~x86" - S="${WORKDIR}/uSockets-${PV}" -fi - -LICENSE="Apache-2.0" -SLOT="0" -IUSE="libuv +ssl libressl static-libs" - -DEPEND="ssl? ( - libressl? ( >=dev-libs/libressl-3.0.0:=[static-libs?] ) - !libressl? ( >=dev-libs/openssl-1.1.0:=[static-libs?] ) - ) - libuv? ( dev-libs/libuv[static-libs?] ) -" -BDEPEND="${DEPEND}" -RDEPEND="${DEPEND}" - -PATCHES=( - "${FILESDIR}/usockets-Makefile.patch" -) - -src_compile() { - # the Makefile uses environment variables - emake -j1 \ - LIBusockets_VERSION=${PV} \ - WITH_OPENSSL=$(usex ssl 1 0) \ - WITH_LIBUV=$(usex libuv 1 0) \ - default -} - -src_install() { - emake -j1 \ - libdir="/usr/$(get_libdir)" \ - prefix="/usr" DESTDIR="${D}" \ - LIBusockets_VERSION=${PV} \ - install - einstalldocs - if ! use static-libs; then - rm "${D}/usr/$(get_libdir)/libusockets.a" || die - fi -}