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.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 6F77E158015 for ; Wed, 20 Dec 2023 18:20:29 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id AC5D92BC014; Wed, 20 Dec 2023 18:20:28 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 90B1E2BC014 for ; Wed, 20 Dec 2023 18:20:28 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 8D4EF33FE60 for ; Wed, 20 Dec 2023 18:20:27 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id E89C7131D for ; Wed, 20 Dec 2023 18:20:25 +0000 (UTC) From: "Alfredo Tupone" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Alfredo Tupone" Message-ID: <1703096401.9d3a42cd60f4f143880a9567ab74181a3fa9fad8.tupone@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sci-libs/gloo/ X-VCS-Repository: repo/gentoo X-VCS-Files: sci-libs/gloo/Manifest sci-libs/gloo/gloo-2023.01.17-r2.ebuild X-VCS-Directories: sci-libs/gloo/ X-VCS-Committer: tupone X-VCS-Committer-Name: Alfredo Tupone X-VCS-Revision: 9d3a42cd60f4f143880a9567ab74181a3fa9fad8 X-VCS-Branch: master Date: Wed, 20 Dec 2023 18:20:25 +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: 8961257a-f5b1-4e1d-bf55-fbe2d2a1d442 X-Archives-Hash: 96239f247393b24fb8c384eba430ab3d commit: 9d3a42cd60f4f143880a9567ab74181a3fa9fad8 Author: Alfredo Tupone gentoo org> AuthorDate: Wed Dec 20 18:12:59 2023 +0000 Commit: Alfredo Tupone gentoo org> CommitDate: Wed Dec 20 18:20:01 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9d3a42cd sci-libs/gloo: drop 2023.01.17-r2 Signed-off-by: Alfredo Tupone gentoo.org> sci-libs/gloo/Manifest | 1 - sci-libs/gloo/gloo-2023.01.17-r2.ebuild | 65 --------------------------------- 2 files changed, 66 deletions(-) diff --git a/sci-libs/gloo/Manifest b/sci-libs/gloo/Manifest index 4a4ee57c7206..c03bec1fad19 100644 --- a/sci-libs/gloo/Manifest +++ b/sci-libs/gloo/Manifest @@ -1,2 +1 @@ -DIST gloo-2023.01.17.tar.gz 252199 BLAKE2B 66b5fc6786a4c07aa639a30036a21d86f43c1577a950934f558051f241d198dd3e0d7bd9da39835c5e3d617a754164cb77ae30b9bc284b0119436bf0a26f5000 SHA512 d39102ed00c813576066b755730e367337f2558a4223fe8dd127bd48882db6a97c67522782f7e7b00c36198ccd2096e61e84382358783d2edb1ca4ee55123344 DIST gloo-2023.05.19.tar.gz 252199 BLAKE2B 66b5fc6786a4c07aa639a30036a21d86f43c1577a950934f558051f241d198dd3e0d7bd9da39835c5e3d617a754164cb77ae30b9bc284b0119436bf0a26f5000 SHA512 d39102ed00c813576066b755730e367337f2558a4223fe8dd127bd48882db6a97c67522782f7e7b00c36198ccd2096e61e84382358783d2edb1ca4ee55123344 diff --git a/sci-libs/gloo/gloo-2023.01.17-r2.ebuild b/sci-libs/gloo/gloo-2023.01.17-r2.ebuild deleted file mode 100644 index 8518665b3cd4..000000000000 --- a/sci-libs/gloo/gloo-2023.01.17-r2.ebuild +++ /dev/null @@ -1,65 +0,0 @@ -# Copyright 2022-2023 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 -inherit cmake cuda - -CommitId=10909297fedab0a680799211a299203e53515032 - -DESCRIPTION="library of floating-point neural network inference operators" -HOMEPAGE="https://github.com/facebookincubator/gloo/" -SRC_URI="https://github.com/facebookincubator/${PN}/archive/${CommitId}.tar.gz - -> ${P}.tar.gz" - -LICENSE="MIT" -SLOT="0" -KEYWORDS="~amd64" -IUSE="cuda libuv mpi redis ssl test" - -RDEPEND=" - cuda? (