public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Aisha Tammy" <gentoo@aisha.cc>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] proj/sci:master commit in: app-benchmarks/numbench/
Date: Tue, 22 Sep 2020 01:42:42 +0000 (UTC)	[thread overview]
Message-ID: <1600738951.86e29a50b754ab8d6b59c787be1562bbe98db0f3.epsilon-0@gentoo> (raw)

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>andyspiros@gmail.com</email>
-		<name>Andrea Arteaga</name>
-		<description>Google Summer of Code 2011 student</description>
-	</maintainer>
-	<maintainer type="project">
-		<email>sci@gentoo.org</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
-}


             reply	other threads:[~2020-09-22  1:42 UTC|newest]

Thread overview: 18+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-09-22  1:42 Aisha Tammy [this message]
  -- strict thread matches above, loose matches on Subject: below --
2016-02-22 13:25 [gentoo-commits] proj/sci:master commit in: app-benchmarks/numbench/ Justin Lecher
2015-04-02 10:34 Justin Lecher
2014-01-06 19:27 Justin Lecher
2013-06-13 11:19 Justin Lecher
2012-09-29 23:23 Sebastien Fabbro
2012-08-28 16:05 Andrea Arteaga
2012-08-07 23:15 Andrea Arteaga
2012-08-06  0:28 Andrea Arteaga
2012-04-09 23:03 Andrea Arteaga
2012-02-28 22:36 Andrea Arteaga
2012-02-28 22:29 Andrea Arteaga
2011-09-06 17:44 Sebastien Fabbro
2011-08-16 23:47 Andrea Arteaga
2011-08-15  9:48 Andrea Arteaga
2011-08-14 12:44 Andrea Arteaga
2011-08-06  2:16 Andrea Arteaga
2011-08-04 11:10 Andrea Arteaga

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1600738951.86e29a50b754ab8d6b59c787be1562bbe98db0f3.epsilon-0@gentoo \
    --to=gentoo@aisha.cc \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox