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 EE67113835A for ; Fri, 29 Jan 2021 11:04:43 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E603CE0C48; Fri, 29 Jan 2021 11:04:42 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.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 C5ACBE0C48 for ; Fri, 29 Jan 2021 11:04:42 +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 6CA7D340F6E for ; Fri, 29 Jan 2021 11:04:41 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id EE6A24AA for ; Fri, 29 Jan 2021 11:04:39 +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: <1611918259.52ff8234350a4fb01bd24a1b70c70b65f5946605.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.6.0_p1-r2.ebuild X-VCS-Directories: net-libs/usockets/ X-VCS-Committer: epsilon-0 X-VCS-Committer-Name: Aisha Tammy X-VCS-Revision: 52ff8234350a4fb01bd24a1b70c70b65f5946605 X-VCS-Branch: dev Date: Fri, 29 Jan 2021 11:04:39 +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: 2b2c41a5-02ba-49ed-905e-a5e66d7e1204 X-Archives-Hash: f6904582524d2a787c7b524c0bc9dbef commit: 52ff8234350a4fb01bd24a1b70c70b65f5946605 Author: Aisha Tammy aisha cc> AuthorDate: Fri Jan 29 11:01:10 2021 +0000 Commit: Aisha Tammy aisha cc> CommitDate: Fri Jan 29 11:04:19 2021 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=52ff8234 net-libs/usockets: drop old version Package-Manager: Portage-3.0.14, Repoman-3.0.2 Signed-off-by: Aisha Tammy aisha.cc> net-libs/usockets/Manifest | 1 - net-libs/usockets/usockets-0.6.0_p1-r2.ebuild | 50 --------------------------- 2 files changed, 51 deletions(-) diff --git a/net-libs/usockets/Manifest b/net-libs/usockets/Manifest index 6789ca40..ffe05544 100644 --- a/net-libs/usockets/Manifest +++ b/net-libs/usockets/Manifest @@ -1,2 +1 @@ -DIST usockets-0.6.0_p1.tar.gz 57634 BLAKE2B 67faa23add9c88dd49eed4849766e3eeeeaedd3993741ced9491d01b6d0caf56b032a9689827018714dbc87b500f3755db4edacb035573f7a563cd7147b1e187 SHA512 0dbedc5e90af9a92e6597e801116b57fd99dcd5a8488e3b5ddce83bbcd1852d30f2c8954dc1991a807d32f00bdb62e654498687fec344d295f299ccf3920a1ca DIST usockets-0.6.0_p20210126.tar.gz 57764 BLAKE2B 3ddcfaa684dec96a80f81424512bbd7a2fd8dd0724a0c20628aa76b5bb3e5b2177402b33feb8d046f3fa813288d3d3a5b8b18d7df8bd6a28b029162cdbe3b9ab SHA512 047b95a125b0a79ee4b301bb0c718aded6d6dbcafef64965ad6bcf14428b6569e67c2a9eb3d6d4bf3a2f4e2e46e978555507dec9047e6497823a880ae7deed03 diff --git a/net-libs/usockets/usockets-0.6.0_p1-r2.ebuild b/net-libs/usockets/usockets-0.6.0_p1-r2.ebuild deleted file mode 100644 index dc363d49..00000000 --- a/net-libs/usockets/usockets-0.6.0_p1-r2.ebuild +++ /dev/null @@ -1,50 +0,0 @@ -# Copyright 2019-2021 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -inherit toolchain-funcs - -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 - COMMIT=7683672d87067cd75b854f4e36b9820f4809a4be - SRC_URI="https://github.com/uNetworking/uSockets/archive/${COMMIT}.tar.gz -> ${P}.tar.gz" - KEYWORDS="~amd64 ~arm64 ~x86" - S="${WORKDIR}/uSockets-${COMMIT}" -fi - -LICENSE="Apache-2.0" -SLOT="0" -IUSE="libuv +ssl static-libs" - -DEPEND=" - libuv? ( dev-libs/libuv[static-libs?] ) - ssl? ( >=dev-libs/openssl-1.1.0[static-libs?] ) -" -RDEPEND="${DEPEND}" - -PATCHES=( - "${FILESDIR}/${PN}-0.6.0-Makefile.patch" -) - -src_configure() { - tc-export CC CXX - export VERSION="${PV%_*}" \ - LIB="$(get_libdir)" \ - WITH_OPENSSL="$(usex ssl 1 0)" - WITH_LIBUV="$(usex libuv 1 0)" - default -} - -src_install() { - default - einstalldocs - if ! use static-libs; then - rm -f "${ED}/usr/$(get_libdir)/libusockets.a" || die - fi -}