sci-ml/ideep: drop 3.5.3_p2, 3.5.3_p3

Signed-off-by: Alfredo Tupone <tupone@gentoo.org>
This commit is contained in:
Alfredo Tupone
2026-04-03 10:54:40 +02:00
parent e272f77795
commit f59e9cb691
3 changed files with 0 additions and 42 deletions
-2
View File
@@ -1,3 +1 @@
DIST ideep-3.10.2.tar.gz 63554 BLAKE2B 65e393b06297cbd84f4b30ea23fa47447a8a7d254c81113c50c336507fd2faad100e85d47acaf74830695dcece4a1b97e49eb1a595d892e4a9c790c6b47ec950 SHA512 3d0ddb5c7393306bcb97414110e6479d316fc21f2d99047a8a3c44131fd71597bb033876c960b9eab1af343eb78552850044d6953b612f18715a2284aa76780f
DIST ideep-3.5.3_p2.tar.gz 63267 BLAKE2B 8797b5ff222824ef135496c39cdeb41c646ae2d7538a75688d554933529de1fa5126fa19e95d0d0199e6cef348c6ede49ccb7a10235d9f434c4f108991c1b299 SHA512 033ec14e50b50fde7f213656c784cc81a12b4ff0a67b019e8efc00e0703bdff5b5aed44bad5cab75e50d014ea9db5a2ec5490f62ff7208824d08a5df451cc64a
DIST ideep-3.5.3_p3.tar.gz 63303 BLAKE2B 18e1f1d410e0ff772c8e8e0df2d5121570929ad3c73540c3de3697388b0a88a2e591a054927a2451c9f35274821aabbbc1d0c57a618f382152111c0f6521630c SHA512 a814afd5a0924e2336cad2fd651606ac2a2fd191d793cdf6674d2172402b025a3e5175efd2fc23c163843659597fbc20a02330bbec175107ed3fab4775873c00
-20
View File
@@ -1,20 +0,0 @@
# Copyright 2024-2025 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
MYP=pytorch-rls-v${PV/_p/-}
DESCRIPTION="Intel Optimization for Chainer"
HOMEPAGE="https://github.com/intel/ideep"
SRC_URI="https://github.com/intel/${PN}/archive/refs/tags/${MYP}.tar.gz
-> ${P}.tar.gz"
S="${WORKDIR}"/ideep-${MYP}
LICENSE="MIT"
SLOT="0"
KEYWORDS="~amd64"
src_install() {
doheader -r include/*
}
-20
View File
@@ -1,20 +0,0 @@
# Copyright 2024-2025 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
MYP=pytorch-rls-v${PV/_p/-}
DESCRIPTION="Intel Optimization for Chainer"
HOMEPAGE="https://github.com/intel/ideep"
SRC_URI="https://github.com/intel/${PN}/archive/refs/tags/${MYP}.tar.gz
-> ${P}.tar.gz"
S="${WORKDIR}"/ideep-${MYP}
LICENSE="MIT"
SLOT="0"
KEYWORDS="~amd64"
src_install() {
doheader -r include/*
}