commit: 86e29a50b754ab8d6b59c787be1562bbe98db0f3 Author: Aisha Tammy <gentoo <AT> aisha <DOT> cc> AuthorDate: Tue Sep 22 01:42:16 2020 +0000 Commit: Aisha Tammy <gentoo <AT> aisha <DOT> cc> CommitDate: Tue Sep 22 01:42:31 2020 +0000 URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=86e29a50
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 <gentoo <AT> aisha.cc> app-benchmarks/numbench/metadata.xml | 17 ------------- app-benchmarks/numbench/numbench-0.2.ebuild | 37 ---------------------------- app-benchmarks/numbench/numbench-9999.ebuild | 37 ---------------------------- 3 files changed, 91 deletions(-) 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 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> -<pkgmetadata> - <maintainer type="person"> - <email>[email protected]</email> - <name>Andrea Arteaga</name> - <description>Google Summer of Code 2011 student</description> - </maintainer> - <maintainer type="project"> - <email>[email protected]</email> - <name>Gentoo Science Project</name> - </maintainer> - <longdescription>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.</longdescription> - <upstream> - <remote-id type="github">andyspiros/numbench</remote-id> - </upstream> -</pkgmetadata> 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 -}
