repo/gentoo:master commit in: sci-libs/aotriton-bin/
"Alfredo Tupone" <[email protected]> Tue, 04 Aug 2026 18:51:07 +0000 (UTC)
| Newsgroups | gmane.linux.gentoo.cvs |
|---|---|
| Message-ID | <1785869290.d6e5771aa998ea24b11a12ecadac6292bcbd1a70.tupone@gentoo> |
commit: d6e5771aa998ea24b11a12ecadac6292bcbd1a70
Author: Sv. Lockal <lockalsash <AT> gmail <DOT> com>
AuthorDate: Tue Aug 4 18:20:23 2026 +0000
Commit: Alfredo Tupone <tupone <AT> gentoo <DOT> org>
CommitDate: Tue Aug 4 18:48:10 2026 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d6e5771a
sci-libs/aotriton-bin: drop 0.9.2b
No users for this version anymore.
Signed-off-by: Sv. Lockal <lockalsash <AT> gmail.com>
Part-of: https://github.com/gentoo/gentoo/pull/46645
Signed-off-by: Alfredo Tupone <tupone <AT> gentoo.org>
sci-libs/aotriton-bin/Manifest | 1 -
sci-libs/aotriton-bin/aotriton-bin-0.9.2b.ebuild | 37 ------------------------
2 files changed, 38 deletions(-)
diff --git a/sci-libs/aotriton-bin/Manifest b/sci-libs/aotriton-bin/Manifest
index e1720b96bde0..4119cdf1e9de 100644
--- a/sci-libs/aotriton-bin/Manifest
+++ b/sci-libs/aotriton-bin/Manifest
@@ -36,4 +36,3 @@ DIST aotriton-0.13b-manylinux_2_28_x86_64-rocm6.4-shared.tar.gz 5557829 BLAKE2B
DIST aotriton-0.13b-manylinux_2_28_x86_64-rocm7.0-shared.tar.gz 5556804 BLAKE2B ffdc9ba689bc608d48b5c7e4f582c3f3a9134e9824ffc2a99edb858afee607001492e0ae69eeef9372fdca8e25eb17ce15f5e225f277fb35ec7e11bb3cc0ec59 SHA512 19cbb8c149d7d9d792dd75e553628c8395a703de57429e1d792134a3a6aa50e9fd8aa4df890cfda6aadaf8428d56bef786272c3ef975dbc83b48cce8e639dc0e
DIST aotriton-0.13b-manylinux_2_28_x86_64-rocm7.1-shared.tar.gz 5594940 BLAKE2B 3e0ad6c07bb61f0ce4d9ece0fbf9510b8a076075b51c5a1ce4a5122a9780912b4f612e32e8e612d4a7025307b681a86ccce555074ae3d8bd5fab53f29ac94146 SHA512 f47046c877e1f7ba8bf8e3775c7cc7c2cf4068c170d96e2d7d74f9dfe5928186bcbabd7c9026d593c0199ab164b5d791f709afde711efd8569b78fe8ed9d0235
DIST aotriton-0.13b-manylinux_2_28_x86_64-rocm7.2-shared.tar.gz 5594945 BLAKE2B becc7a6b2cbc67f892aa0b7ee3db466e36e229f3f250d85b2167522b34235aee45b616e3c12890de196aa1b4f0f0c7f6d9f05a0d5dee12d5f39068fa709ae01f SHA512 61779ab1bd0030c24e3e33c37174ecb93839cd24f13f93c139bec6b252278c2b94b0ca1e03154084427e91c049401181d34f2d330bd3068023baf7b591d349c5
-DIST aotriton-0.9.2b-manylinux_2_28_x86_64-rocm6.4-shared.tar.gz 444787060 BLAKE2B 26cc079073919266c635e4ee3e7f69fa275fd1351b90cf472c639cd514be09187932868103e4c958f94cfb66e9cf74f6d8f9aac536868ec32272546d80180872 SHA512 b7e14e45e584795470a729a8fcfd6130886bbe772bb201b0afcb1786dc09c58bfae1d8e6e9024919dce93b90d2208271da5716b36a01bfaf1633c177fa1853e5
diff --git a/sci-libs/aotriton-bin/aotriton-bin-0.9.2b.ebuild b/sci-libs/aotriton-bin/aotriton-bin-0.9.2b.ebuild
deleted file mode 100644
index 84e53cbf5d3c..000000000000
--- a/sci-libs/aotriton-bin/aotriton-bin-0.9.2b.ebuild
+++ /dev/null
@@ -1,37 +0,0 @@
-# Copyright 1999-2025 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-ROCM_VERSION=6.4
-
-MY_PN=${PN%*-bin}
-MY_P=${MY_PN}-${PV}
-MY_tar=${MY_P}-manylinux_2_28_x86_64-rocm${ROCM_VERSION}-shared.tar.gz
-
-DESCRIPTION="Ahead of Time (AOT) Triton Math Library (binary package)"
-HOMEPAGE="https://github.com/ROCm/aotriton"
-SRC_URI="https://github.com/ROCm/${MY_PN}/releases/download/${PV}/${MY_tar}"
-S="${WORKDIR}/${MY_PN}"
-
-LICENSE="MIT"
-SLOT="0/$(ver_cut 1-2)"
-
-KEYWORDS="-* ~amd64"
-
-RESTRICT="strip"
-QA_PREBUILT="*"
-
-RDEPEND="
- sys-libs/glibc
- sys-devel/gcc
- app-arch/xz-utils
- dev-util/hip:0/${ROCM_VERSION}
-"
-
-src_install() {
- doheader -r include/*
-
- insinto /usr/$(get_libdir)
- doins -r lib/*
-}