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 99B3A15800F for ; Wed, 1 Feb 2023 09:53:37 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id ECD64E0E87; Wed, 1 Feb 2023 09:53:35 +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)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id D5242E0E87 for ; Wed, 1 Feb 2023 09:53:35 +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)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 2D60534095A for ; Wed, 1 Feb 2023 09:53:35 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id AA6EB8AB for ; Wed, 1 Feb 2023 09:53:31 +0000 (UTC) From: "Andreas Sturmlechner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andreas Sturmlechner" Message-ID: <1675245171.fb3f1f9b01cc7066e5e5012ad9906eff29a38900.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sci-libs/hipCUB/ X-VCS-Repository: repo/gentoo X-VCS-Files: sci-libs/hipCUB/Manifest sci-libs/hipCUB/hipCUB-5.0.2.ebuild X-VCS-Directories: sci-libs/hipCUB/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: fb3f1f9b01cc7066e5e5012ad9906eff29a38900 X-VCS-Branch: master Date: Wed, 1 Feb 2023 09:53:31 +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: 0402d217-b98b-4d3c-84ab-5ecd62204682 X-Archives-Hash: 59cba6e974d7524dc0b5204fbcb91288 commit: fb3f1f9b01cc7066e5e5012ad9906eff29a38900 Author: Andreas Sturmlechner gentoo org> AuthorDate: Tue Jan 24 22:21:35 2023 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Wed Feb 1 09:52:51 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fb3f1f9b sci-libs/hipCUB: drop 5.0.2 Signed-off-by: Andreas Sturmlechner gentoo.org> sci-libs/hipCUB/Manifest | 1 - sci-libs/hipCUB/hipCUB-5.0.2.ebuild | 74 ------------------------------------- 2 files changed, 75 deletions(-) diff --git a/sci-libs/hipCUB/Manifest b/sci-libs/hipCUB/Manifest index 09237769ce17..bca0363ed4ca 100644 --- a/sci-libs/hipCUB/Manifest +++ b/sci-libs/hipCUB/Manifest @@ -1,2 +1 @@ -DIST hipCUB-5.0.2.tar.gz 243032 BLAKE2B 68256c0868bd23dbd78075ab286fc0738dc90f330a7e99186803e7920b3366f5608986dd9e3f4c5a045f9ec3f2461a66ab5b708d5d1d3fc748d042dd929a7993 SHA512 ae4d55fcf513eb5dd1316e335a0de30f6098eba70e877b41905bc59f3fb500ad9a46a28de77b74b914a15ffc38ad5c5f4dbdf36139505c26b94c43ffa5c90e01 DIST hipCUB-5.1.3.tar.gz 278021 BLAKE2B f30e567370fea80ef63a455c2c27b3f4ff241e7e405688fa4dc33d1e0ce3dffb016a1a1523b20613a7963bff061758eac0c0d110243a9a6cedbc100bb087d7d4 SHA512 dd3ca341b78cf6985ba723feeeb560c0503ab283b63067e9a5e68d12ad42f752a7f56fd60f0f0c26c2853538853e09a102cfc6006c18c31c3162fa7b536ffb9f diff --git a/sci-libs/hipCUB/hipCUB-5.0.2.ebuild b/sci-libs/hipCUB/hipCUB-5.0.2.ebuild deleted file mode 100644 index 176c254b3384..000000000000 --- a/sci-libs/hipCUB/hipCUB-5.0.2.ebuild +++ /dev/null @@ -1,74 +0,0 @@ -# Copyright 1999-2022 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -inherit cmake - -DESCRIPTION="Wrapper of rocPRIM or CUB for GPU parallel primitives" -HOMEPAGE="https://github.com/ROCmSoftwarePlatform/hipCUB" -SRC_URI="https://github.com/ROCmSoftwarePlatform/hipCUB/archive/rocm-${PV}.tar.gz -> hipCUB-${PV}.tar.gz" - -LICENSE="BSD" -KEYWORDS="~amd64" -SLOT="0/$(ver_cut 1-2)" -IUSE="benchmark test" -RESTRICT="!test? ( test )" - -RDEPEND="dev-util/hip - sci-libs/rocPRIM:${SLOT} - benchmark? ( dev-cpp/benchmark ) - test? ( dev-cpp/gtest ) -" -DEPEND="${RDEPEND}" - -S="${WORKDIR}/hipCUB-rocm-${PV}" - -PATCHES="${FILESDIR}/${PN}-4.3.0-add-memory-header.patch" - -src_prepare() { - sed -e "/PREFIX hipcub/d" \ - -e "/DESTINATION/s:hipcub/include/:include/:" \ - -e "/rocm_install_symlink_subdir(hipcub)/d" \ - -e "/