From 86e29a50b754ab8d6b59c787be1562bbe98db0f3 Mon Sep 17 00:00:00 2001 From: Aisha Tammy Date: Mon, 21 Sep 2020 21:42:16 -0400 Subject: app-benchmarks/numbench: drop package upstream is non existent alternative repository hasn't been updated for 8 years Package-Manager: Portage-3.0.7, Repoman-3.0.1 Signed-off-by: Aisha Tammy --- app-benchmarks/numbench/Manifest | 1 - app-benchmarks/numbench/metadata.xml | 17 ------------- app-benchmarks/numbench/numbench-0.2.ebuild | 37 ---------------------------- app-benchmarks/numbench/numbench-9999.ebuild | 37 ---------------------------- 4 files changed, 92 deletions(-) delete mode 100644 app-benchmarks/numbench/Manifest delete mode 100644 app-benchmarks/numbench/metadata.xml delete mode 100644 app-benchmarks/numbench/numbench-0.2.ebuild delete mode 100644 app-benchmarks/numbench/numbench-9999.ebuild diff --git a/app-benchmarks/numbench/Manifest b/app-benchmarks/numbench/Manifest deleted file mode 100644 index 9ee082cf4..000000000 --- a/app-benchmarks/numbench/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST numbench-0.2.tar.gz 78782 BLAKE2B 762e8139133a2439e23462c55d391733a530b5b5df48bcd9f3717fbeb64726d45950033e0bb9d8f93b5d76a75a78ae1b02d04a1e74a35fb171cc9b6cca5e91ee SHA512 64f177eb63dfcfebb4c20fb821fe8a730443cfbb860494cc432f8ebad717902629236a38002d27e68f6ac6bc0ea8403ac89a6167898b7ec54f23577ec8c37c83 diff --git a/app-benchmarks/numbench/metadata.xml b/app-benchmarks/numbench/metadata.xml deleted file mode 100644 index 9851d9f74..000000000 --- a/app-benchmarks/numbench/metadata.xml +++ /dev/null @@ -1,17 +0,0 @@ - - - - - andyspiros@gmail.com - Andrea Arteaga - Google Summer of Code 2011 student - - - sci@gentoo.org - Gentoo Science Project - - This package contains a set of scripts developed during the Google Summer of Code 2011 project. It aims to benchmark numerical libraries, and more precisely implementations of the standard BLAS, CBLAS, LAPACK, PBLAS, ScaLAPACK and the library FFTW. - - andyspiros/numbench - - diff --git a/app-benchmarks/numbench/numbench-0.2.ebuild b/app-benchmarks/numbench/numbench-0.2.ebuild deleted file mode 100644 index f9b79e174..000000000 --- a/app-benchmarks/numbench/numbench-0.2.ebuild +++ /dev/null @@ -1,37 +0,0 @@ -# Copyright 1999-2016 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -PYTHON_COMPAT=( python2_7 ) - -inherit distutils-r1 vcs-snapshot - -DESCRIPTION="Automated benchmarks suite" -HOMEPAGE="http://soc.dev.gentoo.org/~spiros" -SRC_URI="http://github.com/andyspiros/numbench/tarball/${PV} -> ${P}.tar.gz" -CID="127a61c" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~amd64 ~x86" - -IUSE="" - -RDEPEND=" - !app-eselect/eselect-blas - !app-eselect/eselect-cblas - !app-eselect/eselect-lapack - >=dev-python/matplotlib-1.0.0 - >=app-admin/eselect-1.3.2-r100" - -python_install_all() { - distutils-r1_python_install_all - - python_foreach_impl python_newscript exec.py numbench - - insinto /usr/share/numbench/samples - doins samples/*.xml - - doman doc/numbench.1 -} diff --git a/app-benchmarks/numbench/numbench-9999.ebuild b/app-benchmarks/numbench/numbench-9999.ebuild deleted file mode 100644 index 831a41d6a..000000000 --- a/app-benchmarks/numbench/numbench-9999.ebuild +++ /dev/null @@ -1,37 +0,0 @@ -# Copyright 1999-2016 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -PYTHON_COMPAT=( python2_7 ) - -inherit distutils-r1 git-r3 - -DESCRIPTION="Automated benchmarks suite" -HOMEPAGE="http://soc.dev.gentoo.org/~spiros" -#EGIT_REPO_URI="git://git.overlays.gentoo.org/proj/auto-numerical-bench.git" -EGIT_REPO_URI="git://github.com/andyspiros/numbench.git" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="" - -IUSE="" - -RDEPEND=" - !app-eselect/eselect-blas - !app-eselect/eselect-cblas - !app-eselect/eselect-lapack - >=dev-python/matplotlib-1.0.0 - >=app-admin/eselect-1.3.2-r100" - -python_install_all() { - distutils-r1_python_install_all - - python_foreach_impl python_newscript exec.py numbench - - insinto /usr/share/numbench/samples - doins samples/*.xml - - doman doc/numbench.1 -} -- cgit v1.2.3-65-gdbad