public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] proj/sci:master commit in: app-benchmarks/numbench/
@ 2011-08-04 11:10 Andrea Arteaga
  0 siblings, 0 replies; 18+ messages in thread
From: Andrea Arteaga @ 2011-08-04 11:10 UTC (permalink / raw
  To: gentoo-commits

commit:     231f2a5d3b5bd78e3a41d0e15bfc9569317e39fb
Author:     Andrea Arteaga <andyspiros <AT> gmail <DOT> com>
AuthorDate: Thu Aug  4 11:09:44 2011 +0000
Commit:     Andrea Arteaga <andyspiros <AT> gmail <DOT> com>
CommitDate: Thu Aug  4 11:09:44 2011 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=231f2a5d

Dependency to eselect updated.

---
 app-benchmarks/numbench/ChangeLog            |    3 +++
 app-benchmarks/numbench/numbench-9999.ebuild |    4 ++--
 2 files changed, 5 insertions(+), 2 deletions(-)

diff --git a/app-benchmarks/numbench/ChangeLog b/app-benchmarks/numbench/ChangeLog
index 26dba70..3035d15 100644
--- a/app-benchmarks/numbench/ChangeLog
+++ b/app-benchmarks/numbench/ChangeLog
@@ -4,6 +4,9 @@
 
 *numbench-9999 (3 Aug 2011)
 
+  4 Aug 2011; Andrea Arteaga <andyspiros@gmail.com>
+  Updated ebuild RDEPEND
+
   3 Aug 2011; Andrea Arteaga <andyspiros@gmail.com> +numbench-9999.ebuild -autobench-9999.ebuild
   +metadata.xml:
   Renamed to numbench in order to avoid conflicts

diff --git a/app-benchmarks/numbench/numbench-9999.ebuild b/app-benchmarks/numbench/numbench-9999.ebuild
index ce3d863..ecfb8bb 100644
--- a/app-benchmarks/numbench/numbench-9999.ebuild
+++ b/app-benchmarks/numbench/numbench-9999.ebuild
@@ -20,7 +20,7 @@ RDEPEND="!app-admin/eselect-blas
 	 !app-admin/eselect-cblas
 	 !app-admin/eselect-lapack
 	 >=dev-python/matplotlib-1.0.0
-	 =app-admin/eselect-1.2.15-r1"
+	 =app-admin/eselect-1.2.16-r1"
 
 src_install() {
 	insinto /usr/$(get_libdir)/numbench
@@ -28,4 +28,4 @@ src_install() {
 	doins -r btl accuracy
 	chmod +x "${D}"/usr/$(get_libdir)/numbench/main.py
 	dosym /usr/$(get_libdir)/numbench/main.py /usr/bin/numbench
-}
\ No newline at end of file
+}



^ permalink raw reply related	[flat|nested] 18+ messages in thread

* [gentoo-commits] proj/sci:master commit in: app-benchmarks/numbench/
@ 2011-08-06  2:16 Andrea Arteaga
  0 siblings, 0 replies; 18+ messages in thread
From: Andrea Arteaga @ 2011-08-06  2:16 UTC (permalink / raw
  To: gentoo-commits

commit:     c37daeadd7b4852808bbbe9737f35ecfbed9f270
Author:     Andrea Arteaga <andyspiros <AT> gmail <DOT> com>
AuthorDate: Sat Aug  6 02:15:44 2011 +0000
Commit:     Andrea Arteaga <andyspiros <AT> gmail <DOT> com>
CommitDate: Sat Aug  6 02:15:44 2011 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=c37daead

numbench depends on btl

---
 app-benchmarks/numbench/numbench-9999.ebuild |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diff --git a/app-benchmarks/numbench/numbench-9999.ebuild b/app-benchmarks/numbench/numbench-9999.ebuild
index ecfb8bb..6610f57 100644
--- a/app-benchmarks/numbench/numbench-9999.ebuild
+++ b/app-benchmarks/numbench/numbench-9999.ebuild
@@ -20,7 +20,8 @@ RDEPEND="!app-admin/eselect-blas
 	 !app-admin/eselect-cblas
 	 !app-admin/eselect-lapack
 	 >=dev-python/matplotlib-1.0.0
-	 =app-admin/eselect-1.2.16-r1"
+	 =app-admin/eselect-1.2.16-r1
+	 app-benchmarks/btl"
 
 src_install() {
 	insinto /usr/$(get_libdir)/numbench



^ permalink raw reply related	[flat|nested] 18+ messages in thread

* [gentoo-commits] proj/sci:master commit in: app-benchmarks/numbench/
@ 2011-08-14 12:44 Andrea Arteaga
  0 siblings, 0 replies; 18+ messages in thread
From: Andrea Arteaga @ 2011-08-14 12:44 UTC (permalink / raw
  To: gentoo-commits

commit:     a8cd4dfd5f467ec43547a463d494667a8ff655c9
Author:     Andrea Arteaga <andyspiros <AT> gmail <DOT> com>
AuthorDate: Sun Aug 14 12:44:31 2011 +0000
Commit:     Andrea Arteaga <andyspiros <AT> gmail <DOT> com>
CommitDate: Sun Aug 14 12:44:31 2011 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=a8cd4dfd

Updated numbench.

---
 app-benchmarks/numbench/ChangeLog            |    5 +++++
 app-benchmarks/numbench/numbench-9999.ebuild |    3 ++-
 2 files changed, 7 insertions(+), 1 deletions(-)

diff --git a/app-benchmarks/numbench/ChangeLog b/app-benchmarks/numbench/ChangeLog
index 3035d15..5277364 100644
--- a/app-benchmarks/numbench/ChangeLog
+++ b/app-benchmarks/numbench/ChangeLog
@@ -2,6 +2,11 @@
 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
 # $Header: $
 
+*numbench-9999 (14 Aug 2011)
+
+  14 Aug 2011; Andrea Arteaga <andyspiros@gmail.com>
+  Removed btl from ebuild; added manpage
+
 *numbench-9999 (3 Aug 2011)
 
   4 Aug 2011; Andrea Arteaga <andyspiros@gmail.com>

diff --git a/app-benchmarks/numbench/numbench-9999.ebuild b/app-benchmarks/numbench/numbench-9999.ebuild
index 6610f57..2ff0b65 100644
--- a/app-benchmarks/numbench/numbench-9999.ebuild
+++ b/app-benchmarks/numbench/numbench-9999.ebuild
@@ -26,7 +26,8 @@ RDEPEND="!app-admin/eselect-blas
 src_install() {
 	insinto /usr/$(get_libdir)/numbench
 	doins *.py
-	doins -r btl accuracy
+	doins -r accuracy
 	chmod +x "${D}"/usr/$(get_libdir)/numbench/main.py
 	dosym /usr/$(get_libdir)/numbench/main.py /usr/bin/numbench
+	doman doc/numbench.1
 }



^ permalink raw reply related	[flat|nested] 18+ messages in thread

* [gentoo-commits] proj/sci:master commit in: app-benchmarks/numbench/
@ 2011-08-15  9:48 Andrea Arteaga
  0 siblings, 0 replies; 18+ messages in thread
From: Andrea Arteaga @ 2011-08-15  9:48 UTC (permalink / raw
  To: gentoo-commits

commit:     2ed84b1302c9b3d5afd37ee405ec46ecd7cfe81d
Author:     Andrea Arteaga <andyspiros <AT> gmail <DOT> com>
AuthorDate: Mon Aug 15 09:47:30 2011 +0000
Commit:     Andrea Arteaga <andyspiros <AT> gmail <DOT> com>
CommitDate: Mon Aug 15 09:47:30 2011 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=2ed84b13

Added sample configuration files to numbench.

---
 app-benchmarks/numbench/ChangeLog            |    3 ++-
 app-benchmarks/numbench/numbench-9999.ebuild |    2 ++
 2 files changed, 4 insertions(+), 1 deletions(-)

diff --git a/app-benchmarks/numbench/ChangeLog b/app-benchmarks/numbench/ChangeLog
index 5277364..a256d8c 100644
--- a/app-benchmarks/numbench/ChangeLog
+++ b/app-benchmarks/numbench/ChangeLog
@@ -2,7 +2,8 @@
 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
 # $Header: $
 
-*numbench-9999 (14 Aug 2011)
+  15 Aug 2011; Andrea Arteaga <andyspiros@gmail.com>
+  Added the sample configuration files
 
   14 Aug 2011; Andrea Arteaga <andyspiros@gmail.com>
   Removed btl from ebuild; added manpage

diff --git a/app-benchmarks/numbench/numbench-9999.ebuild b/app-benchmarks/numbench/numbench-9999.ebuild
index 2ff0b65..c1b624e 100644
--- a/app-benchmarks/numbench/numbench-9999.ebuild
+++ b/app-benchmarks/numbench/numbench-9999.ebuild
@@ -27,6 +27,8 @@ src_install() {
 	insinto /usr/$(get_libdir)/numbench
 	doins *.py
 	doins -r accuracy
+	insinto /usr/share/numbench/samples
+	doins *.in
 	chmod +x "${D}"/usr/$(get_libdir)/numbench/main.py
 	dosym /usr/$(get_libdir)/numbench/main.py /usr/bin/numbench
 	doman doc/numbench.1



^ permalink raw reply related	[flat|nested] 18+ messages in thread

* [gentoo-commits] proj/sci:master commit in: app-benchmarks/numbench/
@ 2011-08-16 23:47 Andrea Arteaga
  0 siblings, 0 replies; 18+ messages in thread
From: Andrea Arteaga @ 2011-08-16 23:47 UTC (permalink / raw
  To: gentoo-commits

commit:     49fec765d469768558960f8a6d3324be7be54f31
Author:     Andrea Arteaga <andyspiros <AT> gmail <DOT> com>
AuthorDate: Tue Aug 16 23:47:10 2011 +0000
Commit:     Andrea Arteaga <andyspiros <AT> gmail <DOT> com>
CommitDate: Tue Aug 16 23:47:10 2011 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=49fec765

numbench now uses distutils.

---
 app-benchmarks/numbench/ChangeLog            |    3 +++
 app-benchmarks/numbench/numbench-9999.ebuild |   15 ++++++++-------
 2 files changed, 11 insertions(+), 7 deletions(-)

diff --git a/app-benchmarks/numbench/ChangeLog b/app-benchmarks/numbench/ChangeLog
index a256d8c..500ca66 100644
--- a/app-benchmarks/numbench/ChangeLog
+++ b/app-benchmarks/numbench/ChangeLog
@@ -2,6 +2,9 @@
 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
 # $Header: $
 
+  17 Aug 2011; Andrea Arteaga <andyspiros@gmail.com>
+  Using distutils.
+
   15 Aug 2011; Andrea Arteaga <andyspiros@gmail.com>
   Added the sample configuration files
 

diff --git a/app-benchmarks/numbench/numbench-9999.ebuild b/app-benchmarks/numbench/numbench-9999.ebuild
index c1b624e..f674587 100644
--- a/app-benchmarks/numbench/numbench-9999.ebuild
+++ b/app-benchmarks/numbench/numbench-9999.ebuild
@@ -2,9 +2,9 @@
 # Distributed under the terms of the GNU General Public License v2
 # $Header: $
 
-EAPI=4
+EAPI=3
 
-inherit eutils git-2
+inherit eutils git-2 distutils
 
 DESCRIPTION="Automated benchmarks suite"
 HOMEPAGE=""
@@ -24,12 +24,13 @@ RDEPEND="!app-admin/eselect-blas
 	 app-benchmarks/btl"
 
 src_install() {
-	insinto /usr/$(get_libdir)/numbench
-	doins *.py
-	doins -r accuracy
+	distutils_src_install
+
+	chmod +x exec.py
+	newbin exec.py numbench
+	
 	insinto /usr/share/numbench/samples
 	doins *.in
-	chmod +x "${D}"/usr/$(get_libdir)/numbench/main.py
-	dosym /usr/$(get_libdir)/numbench/main.py /usr/bin/numbench
+	
 	doman doc/numbench.1
 }



^ permalink raw reply related	[flat|nested] 18+ messages in thread

* [gentoo-commits] proj/sci:master commit in: app-benchmarks/numbench/
@ 2011-09-06 17:44 Sebastien Fabbro
  0 siblings, 0 replies; 18+ messages in thread
From: Sebastien Fabbro @ 2011-09-06 17:44 UTC (permalink / raw
  To: gentoo-commits

commit:     c9a32fc39f60b8b036a2942bb8367e320de03092
Author:     Sébastien Fabbro <sebfabbro <AT> gmail <DOT> com>
AuthorDate: Tue Sep  6 17:43:39 2011 +0000
Commit:     Sebastien Fabbro <bicatali <AT> gentoo <DOT> org>
CommitDate: Tue Sep  6 17:43:39 2011 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=c9a32fc3

updated eselect dependency

---
 app-benchmarks/numbench/ChangeLog            |    3 +++
 app-benchmarks/numbench/numbench-9999.ebuild |    6 +++---
 2 files changed, 6 insertions(+), 3 deletions(-)

diff --git a/app-benchmarks/numbench/ChangeLog b/app-benchmarks/numbench/ChangeLog
index 500ca66..793dfac 100644
--- a/app-benchmarks/numbench/ChangeLog
+++ b/app-benchmarks/numbench/ChangeLog
@@ -2,6 +2,9 @@
 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
 # $Header: $
 
+  06 Sep 2011; Sébastien Fabbro <bicatali@gentoo.org> numbench-9999.ebuild:
+  Updated eselect dependency
+
   17 Aug 2011; Andrea Arteaga <andyspiros@gmail.com>
   Using distutils.
 

diff --git a/app-benchmarks/numbench/numbench-9999.ebuild b/app-benchmarks/numbench/numbench-9999.ebuild
index f674587..bf4fbd4 100644
--- a/app-benchmarks/numbench/numbench-9999.ebuild
+++ b/app-benchmarks/numbench/numbench-9999.ebuild
@@ -20,7 +20,7 @@ RDEPEND="!app-admin/eselect-blas
 	 !app-admin/eselect-cblas
 	 !app-admin/eselect-lapack
 	 >=dev-python/matplotlib-1.0.0
-	 =app-admin/eselect-1.2.16-r1
+	 =app-admin/eselect-1.2.17-r1
 	 app-benchmarks/btl"
 
 src_install() {
@@ -28,9 +28,9 @@ src_install() {
 
 	chmod +x exec.py
 	newbin exec.py numbench
-	
+
 	insinto /usr/share/numbench/samples
 	doins *.in
-	
+
 	doman doc/numbench.1
 }



^ permalink raw reply related	[flat|nested] 18+ messages in thread

* [gentoo-commits] proj/sci:master commit in: app-benchmarks/numbench/
@ 2012-02-28 22:29 Andrea Arteaga
  0 siblings, 0 replies; 18+ messages in thread
From: Andrea Arteaga @ 2012-02-28 22:29 UTC (permalink / raw
  To: gentoo-commits

commit:     567eecceff67dc77750b9c1782a2143ae1fdaf79
Author:     Andrea Arteaga <andyspiros <AT> gmail <DOT> com>
AuthorDate: Tue Feb 28 22:28:18 2012 +0000
Commit:     Andrea Arteaga <andyspiros <AT> gmail <DOT> com>
CommitDate: Tue Feb 28 22:28:18 2012 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=567eecce

[app-benchmarks/numbench] Version 0.2_beta1.

---
 app-benchmarks/numbench/ChangeLog                 |    3 ++
 app-benchmarks/numbench/metadata.xml              |    4 +-
 app-benchmarks/numbench/numbench-0.2_beta1.ebuild |   36 +++++++++++++++++++++
 3 files changed, 41 insertions(+), 2 deletions(-)

diff --git a/app-benchmarks/numbench/ChangeLog b/app-benchmarks/numbench/ChangeLog
index 793dfac..b3edf67 100644
--- a/app-benchmarks/numbench/ChangeLog
+++ b/app-benchmarks/numbench/ChangeLog
@@ -2,6 +2,9 @@
 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
 # $Header: $
 
+  28 Feb 2012; Andrea Arteaga <andyspiros@gmail.com> +numbench-0.2_beta1.ebuild metadata.xml
+  Version 0.2_beta1 added. Metadata updated.
+
   06 Sep 2011; Sébastien Fabbro <bicatali@gentoo.org> numbench-9999.ebuild:
   Updated eselect dependency
 

diff --git a/app-benchmarks/numbench/metadata.xml b/app-benchmarks/numbench/metadata.xml
index 9a4daed..5868b42 100644
--- a/app-benchmarks/numbench/metadata.xml
+++ b/app-benchmarks/numbench/metadata.xml
@@ -5,7 +5,7 @@
 	<maintainer>
 		<email>andyspiros@gmail.com</email>
 		<name>Andrea Arteaga</name>
-		<description>Automated bechmarks of numerical libraries</description>
+		<description>Google Summer of Code 2011 student</description>
 	</maintainer>
-	<longdescription>This package contains a set of scripts and C++ sources 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>
+	<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>
 </pkgmetadata>

diff --git a/app-benchmarks/numbench/numbench-0.2_beta1.ebuild b/app-benchmarks/numbench/numbench-0.2_beta1.ebuild
new file mode 100644
index 0000000..f2afa05
--- /dev/null
+++ b/app-benchmarks/numbench/numbench-0.2_beta1.ebuild
@@ -0,0 +1,36 @@
+# Copyright 1999-2012 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+EAPI=3
+
+inherit eutils distutils
+
+DESCRIPTION="Automated benchmarks suite"
+HOMEPAGE="http://soc.dev.gentoo.org/~spiros"
+SRC_URI="${HOMEPAGE}/repository/${P}.tbz2"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+IUSE=""
+
+RDEPEND="!app-admin/eselect-blas
+	 !app-admin/eselect-cblas
+	 !app-admin/eselect-lapack
+	 >=dev-python/matplotlib-1.0.0
+	 =app-admin/eselect-1.3.1-r1
+	 app-benchmarks/btl"
+
+src_install() {
+	distutils_src_install
+
+	chmod +x exec.py
+	newbin exec.py numbench
+
+	insinto /usr/share/numbench/samples
+	doins *.in
+
+	doman doc/numbench.1
+}



^ permalink raw reply related	[flat|nested] 18+ messages in thread

* [gentoo-commits] proj/sci:master commit in: app-benchmarks/numbench/
@ 2012-02-28 22:36 Andrea Arteaga
  0 siblings, 0 replies; 18+ messages in thread
From: Andrea Arteaga @ 2012-02-28 22:36 UTC (permalink / raw
  To: gentoo-commits

commit:     08ccc1ed31852107a5b29f34dcf382ecbc202bb9
Author:     Andrea Arteaga <andyspiros <AT> gmail <DOT> com>
AuthorDate: Tue Feb 28 22:35:06 2012 +0000
Commit:     Andrea Arteaga <andyspiros <AT> gmail <DOT> com>
CommitDate: Tue Feb 28 22:35:06 2012 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=08ccc1ed

[app-benchmarks/numbench] Updated live ebuild.

---
 app-benchmarks/numbench/ChangeLog            |    3 +++
 app-benchmarks/numbench/numbench-9999.ebuild |    6 +++---
 2 files changed, 6 insertions(+), 3 deletions(-)

diff --git a/app-benchmarks/numbench/ChangeLog b/app-benchmarks/numbench/ChangeLog
index b3edf67..634e7cc 100644
--- a/app-benchmarks/numbench/ChangeLog
+++ b/app-benchmarks/numbench/ChangeLog
@@ -2,6 +2,9 @@
 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
 # $Header: $
 
+  28 Feb 2012; Andrea Arteaga <andyspiros@gmail.com> numbench-9999.ebuild
+  Updated eselect dependency. Removed keywords.
+  
   28 Feb 2012; Andrea Arteaga <andyspiros@gmail.com> +numbench-0.2_beta1.ebuild metadata.xml
   Version 0.2_beta1 added. Metadata updated.
 

diff --git a/app-benchmarks/numbench/numbench-9999.ebuild b/app-benchmarks/numbench/numbench-9999.ebuild
index bf4fbd4..1e85174 100644
--- a/app-benchmarks/numbench/numbench-9999.ebuild
+++ b/app-benchmarks/numbench/numbench-9999.ebuild
@@ -7,12 +7,12 @@ EAPI=3
 inherit eutils git-2 distutils
 
 DESCRIPTION="Automated benchmarks suite"
-HOMEPAGE=""
+HOMEPAGE="http://soc.dev.gentoo.org/~spiros"
 EGIT_REPO_URI="git://git.overlays.gentoo.org/proj/auto-numerical-bench.git"
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS=""
 
 IUSE=""
 
@@ -20,7 +20,7 @@ RDEPEND="!app-admin/eselect-blas
 	 !app-admin/eselect-cblas
 	 !app-admin/eselect-lapack
 	 >=dev-python/matplotlib-1.0.0
-	 =app-admin/eselect-1.2.17-r1
+	 =app-admin/eselect-1.3.1-r1
 	 app-benchmarks/btl"
 
 src_install() {



^ permalink raw reply related	[flat|nested] 18+ messages in thread

* [gentoo-commits] proj/sci:master commit in: app-benchmarks/numbench/
@ 2012-04-09 23:03 Andrea Arteaga
  0 siblings, 0 replies; 18+ messages in thread
From: Andrea Arteaga @ 2012-04-09 23:03 UTC (permalink / raw
  To: gentoo-commits

commit:     7c70c64e135820890c097e6ee30ed05a78ad82dd
Author:     Andrea Arteaga <andyspiros <AT> gmail <DOT> com>
AuthorDate: Mon Apr  9 23:00:40 2012 +0000
Commit:     Andrea Arteaga <andyspiros <AT> gmail <DOT> com>
CommitDate: Mon Apr  9 23:00:40 2012 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=7c70c64e

[app-benchmarks/numbench] Version bump.

---
 app-benchmarks/numbench/ChangeLog                 |    9 +++++-
 app-benchmarks/numbench/numbench-0.2_beta3.ebuild |   36 +++++++++++++++++++++
 2 files changed, 44 insertions(+), 1 deletions(-)

diff --git a/app-benchmarks/numbench/ChangeLog b/app-benchmarks/numbench/ChangeLog
index 634e7cc..be25f29 100644
--- a/app-benchmarks/numbench/ChangeLog
+++ b/app-benchmarks/numbench/ChangeLog
@@ -1,10 +1,17 @@
 # ChangeLog for app-benchmarks/numbench
-# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
+# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
 # $Header: $
+  
+*numbench-0.2_beta3
+
+  10 Apr 2012; Andrea Arteaga <andyspiros@gmail.com> +numbench-0.2_beta3.ebuild
+  Version 0.2_beta3 added.
 
   28 Feb 2012; Andrea Arteaga <andyspiros@gmail.com> numbench-9999.ebuild
   Updated eselect dependency. Removed keywords.
   
+*numbench-0.2_beta1
+
   28 Feb 2012; Andrea Arteaga <andyspiros@gmail.com> +numbench-0.2_beta1.ebuild metadata.xml
   Version 0.2_beta1 added. Metadata updated.
 

diff --git a/app-benchmarks/numbench/numbench-0.2_beta3.ebuild b/app-benchmarks/numbench/numbench-0.2_beta3.ebuild
new file mode 100644
index 0000000..1395887
--- /dev/null
+++ b/app-benchmarks/numbench/numbench-0.2_beta3.ebuild
@@ -0,0 +1,36 @@
+# Copyright 1999-2012 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+EAPI=3
+
+inherit eutils distutils
+
+DESCRIPTION="Automated benchmarks suite"
+HOMEPAGE="http://soc.dev.gentoo.org/~spiros"
+SRC_URI="${HOMEPAGE}/repository/${P}.tbz2"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+IUSE=""
+
+RDEPEND="!app-admin/eselect-blas
+	 !app-admin/eselect-cblas
+	 !app-admin/eselect-lapack
+	 >=dev-python/matplotlib-1.0.0
+	 =app-admin/eselect-1.3.1-r1
+	 app-benchmarks/btl"
+
+src_install() {
+	distutils_src_install
+
+	chmod +x exec.py
+	newbin exec.py numbench
+
+	insinto /usr/share/numbench/samples
+	doins samples/*.xml
+
+	doman doc/numbench.1
+}



^ permalink raw reply related	[flat|nested] 18+ messages in thread

* [gentoo-commits] proj/sci:master commit in: app-benchmarks/numbench/
@ 2012-08-06  0:28 Andrea Arteaga
  0 siblings, 0 replies; 18+ messages in thread
From: Andrea Arteaga @ 2012-08-06  0:28 UTC (permalink / raw
  To: gentoo-commits

commit:     460bd45fb08b619162124752f91763bad2aeed02
Author:     Andrea Arteaga <andyspiros <AT> gmail <DOT> com>
AuthorDate: Mon Aug  6 00:28:15 2012 +0000
Commit:     Andrea Arteaga <andyspiros <AT> gmail <DOT> com>
CommitDate: Mon Aug  6 00:28:15 2012 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=460bd45f

[app-benchmarks/numbench] Version bump.

---
 app-benchmarks/numbench/ChangeLog                 |    5 +++
 app-benchmarks/numbench/numbench-0.2_beta4.ebuild |   35 +++++++++++++++++++++
 2 files changed, 40 insertions(+), 0 deletions(-)

diff --git a/app-benchmarks/numbench/ChangeLog b/app-benchmarks/numbench/ChangeLog
index be25f29..becf4a4 100644
--- a/app-benchmarks/numbench/ChangeLog
+++ b/app-benchmarks/numbench/ChangeLog
@@ -4,6 +4,11 @@
   
 *numbench-0.2_beta3
 
+  6 Aug 2012; Andrea Arteaga <andyspiros@gmail.com> +numbench-0.2_beta4.ebuild
+  Version 0.2_beta4 added.
+  
+*numbench-0.2_beta3
+
   10 Apr 2012; Andrea Arteaga <andyspiros@gmail.com> +numbench-0.2_beta3.ebuild
   Version 0.2_beta3 added.
 

diff --git a/app-benchmarks/numbench/numbench-0.2_beta4.ebuild b/app-benchmarks/numbench/numbench-0.2_beta4.ebuild
new file mode 100644
index 0000000..698342f
--- /dev/null
+++ b/app-benchmarks/numbench/numbench-0.2_beta4.ebuild
@@ -0,0 +1,35 @@
+# Copyright 1999-2012 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+EAPI=3
+
+inherit eutils distutils
+
+DESCRIPTION="Automated benchmarks suite"
+HOMEPAGE="http://soc.dev.gentoo.org/~spiros"
+SRC_URI="${HOMEPAGE}/repository/${P}.tbz2"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+IUSE=""
+
+RDEPEND="!app-admin/eselect-blas
+	 !app-admin/eselect-cblas
+	 !app-admin/eselect-lapack
+	 >=dev-python/matplotlib-1.0.0
+	 =app-admin/eselect-1.3.1-r1"
+
+src_install() {
+	distutils_src_install
+
+	chmod +x exec.py
+	newbin exec.py numbench
+
+	insinto /usr/share/numbench/samples
+	doins samples/*.xml
+
+	doman doc/numbench.1
+}


^ permalink raw reply related	[flat|nested] 18+ messages in thread

* [gentoo-commits] proj/sci:master commit in: app-benchmarks/numbench/
@ 2012-08-07 23:15 Andrea Arteaga
  0 siblings, 0 replies; 18+ messages in thread
From: Andrea Arteaga @ 2012-08-07 23:15 UTC (permalink / raw
  To: gentoo-commits

commit:     a249201df7216f5ac98ef6311b260d83a99df518
Author:     Andrea Arteaga <andyspiros <AT> gmail <DOT> com>
AuthorDate: Wed Aug  8 11:10:55 2012 +0000
Commit:     Andrea Arteaga <andyspiros <AT> gmail <DOT> com>
CommitDate: Wed Aug  8 11:10:55 2012 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=a249201d

[app-benchmarks/numbench] New revision, directory cleaned up.

---
 app-benchmarks/numbench/ChangeLog                  |    4 ++
 app-benchmarks/numbench/numbench-0.2_beta1.ebuild  |   36 --------------------
 ...2_beta3.ebuild => numbench-0.2_beta4-r1.ebuild} |    5 +--
 3 files changed, 6 insertions(+), 39 deletions(-)

diff --git a/app-benchmarks/numbench/ChangeLog b/app-benchmarks/numbench/ChangeLog
index d4ecf81..efdd331 100644
--- a/app-benchmarks/numbench/ChangeLog
+++ b/app-benchmarks/numbench/ChangeLog
@@ -2,6 +2,10 @@
 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
 # $Header: $
 
+  8 Aug 2012; Andrea Arteaga <andyspiros@gmail.com> +numbench-0.2_beta4-r1.ebuild
+  -numbench-0.2_beta1.ebuild -numbench-0.2_beta3.ebuild
+  Important bug solved upstream. Cleaned up old versions.
+
   7 Aug 2012; Andrea Arteaga <andyspiros@gmail.com> numbench-9999.ebuild
   Updated live ebuild.
   

diff --git a/app-benchmarks/numbench/numbench-0.2_beta1.ebuild b/app-benchmarks/numbench/numbench-0.2_beta1.ebuild
deleted file mode 100644
index f2afa05..0000000
--- a/app-benchmarks/numbench/numbench-0.2_beta1.ebuild
+++ /dev/null
@@ -1,36 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-EAPI=3
-
-inherit eutils distutils
-
-DESCRIPTION="Automated benchmarks suite"
-HOMEPAGE="http://soc.dev.gentoo.org/~spiros"
-SRC_URI="${HOMEPAGE}/repository/${P}.tbz2"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-
-IUSE=""
-
-RDEPEND="!app-admin/eselect-blas
-	 !app-admin/eselect-cblas
-	 !app-admin/eselect-lapack
-	 >=dev-python/matplotlib-1.0.0
-	 =app-admin/eselect-1.3.1-r1
-	 app-benchmarks/btl"
-
-src_install() {
-	distutils_src_install
-
-	chmod +x exec.py
-	newbin exec.py numbench
-
-	insinto /usr/share/numbench/samples
-	doins *.in
-
-	doman doc/numbench.1
-}

diff --git a/app-benchmarks/numbench/numbench-0.2_beta3.ebuild b/app-benchmarks/numbench/numbench-0.2_beta4-r1.ebuild
similarity index 86%
rename from app-benchmarks/numbench/numbench-0.2_beta3.ebuild
rename to app-benchmarks/numbench/numbench-0.2_beta4-r1.ebuild
index 1395887..037963e 100644
--- a/app-benchmarks/numbench/numbench-0.2_beta3.ebuild
+++ b/app-benchmarks/numbench/numbench-0.2_beta4-r1.ebuild
@@ -8,7 +8,7 @@ inherit eutils distutils
 
 DESCRIPTION="Automated benchmarks suite"
 HOMEPAGE="http://soc.dev.gentoo.org/~spiros"
-SRC_URI="${HOMEPAGE}/repository/${P}.tbz2"
+SRC_URI="${HOMEPAGE}/repository/${PF}.tbz2"
 
 LICENSE="GPL-2"
 SLOT="0"
@@ -20,8 +20,7 @@ RDEPEND="!app-admin/eselect-blas
 	 !app-admin/eselect-cblas
 	 !app-admin/eselect-lapack
 	 >=dev-python/matplotlib-1.0.0
-	 =app-admin/eselect-1.3.1-r1
-	 app-benchmarks/btl"
+	 =app-admin/eselect-1.3.1-r1"
 
 src_install() {
 	distutils_src_install


^ permalink raw reply related	[flat|nested] 18+ messages in thread

* [gentoo-commits] proj/sci:master commit in: app-benchmarks/numbench/
@ 2012-08-28 16:05 Andrea Arteaga
  0 siblings, 0 replies; 18+ messages in thread
From: Andrea Arteaga @ 2012-08-28 16:05 UTC (permalink / raw
  To: gentoo-commits

commit:     4afd5e65c0809c907d03e115c79e372bb5776846
Author:     Andrea Arteaga <andyspiros <AT> gmail <DOT> com>
AuthorDate: Tue Aug 28 16:03:36 2012 +0000
Commit:     Andrea Arteaga <andyspiros <AT> gmail <DOT> com>
CommitDate: Tue Aug 28 16:03:36 2012 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=4afd5e65

[app-benchmarks/numbench] Version bump.

---
 app-benchmarks/numbench/ChangeLog           |   10 +++++--
 app-benchmarks/numbench/numbench-0.2.ebuild |   38 +++++++++++++++++++++++++++
 2 files changed, 45 insertions(+), 3 deletions(-)

diff --git a/app-benchmarks/numbench/ChangeLog b/app-benchmarks/numbench/ChangeLog
index efdd331..2c3add6 100644
--- a/app-benchmarks/numbench/ChangeLog
+++ b/app-benchmarks/numbench/ChangeLog
@@ -1,6 +1,13 @@
 # ChangeLog for app-benchmarks/numbench
 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
 # $Header: $
+  
+*numbench-0.2
+
+  8 Aug 2012; Andrea Arteaga <andyspiros@gmail.com> +numbench-0.2.ebuild
+  Version bump.
+  
+*numbench-0.2_beta4
 
   8 Aug 2012; Andrea Arteaga <andyspiros@gmail.com> +numbench-0.2_beta4-r1.ebuild
   -numbench-0.2_beta1.ebuild -numbench-0.2_beta3.ebuild
@@ -8,9 +15,6 @@
 
   7 Aug 2012; Andrea Arteaga <andyspiros@gmail.com> numbench-9999.ebuild
   Updated live ebuild.
-  
-*numbench-0.2_beta3
-
   6 Aug 2012; Andrea Arteaga <andyspiros@gmail.com> +numbench-0.2_beta4.ebuild
   Version 0.2_beta4 added.
   

diff --git a/app-benchmarks/numbench/numbench-0.2.ebuild b/app-benchmarks/numbench/numbench-0.2.ebuild
new file mode 100644
index 0000000..4cb74f6
--- /dev/null
+++ b/app-benchmarks/numbench/numbench-0.2.ebuild
@@ -0,0 +1,38 @@
+# Copyright 1999-2012 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+EAPI=3
+
+inherit eutils distutils
+
+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-admin/eselect-blas
+	 !app-admin/eselect-cblas
+	 !app-admin/eselect-lapack
+	 >=dev-python/matplotlib-1.0.0
+	 =app-admin/eselect-1.3.1-r1"
+	 
+S="${WORKDIR}/andyspiros-numbench-${CID}"
+
+src_install() {
+	distutils_src_install
+
+	chmod +x exec.py
+	newbin exec.py numbench
+
+	insinto /usr/share/numbench/samples
+	doins samples/*.xml
+
+	doman doc/numbench.1
+}


^ permalink raw reply related	[flat|nested] 18+ messages in thread

* [gentoo-commits] proj/sci:master commit in: app-benchmarks/numbench/
@ 2012-09-29 23:23 Sebastien Fabbro
  0 siblings, 0 replies; 18+ messages in thread
From: Sebastien Fabbro @ 2012-09-29 23:23 UTC (permalink / raw
  To: gentoo-commits

commit:     905511f171cc925b2a75b20cf31179843a04a17c
Author:     Sébastien Fabbro <bicatali <AT> gentoo <DOT> org>
AuthorDate: Sat Sep 29 23:23:29 2012 +0000
Commit:     Sebastien Fabbro <bicatali <AT> gentoo <DOT> org>
CommitDate: Sat Sep 29 23:23:29 2012 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=905511f1

app-benchmarks/numbench: Updated dependency for eselect alternatives

(Portage version: 2.2.0_alpha133/git/Linux x86_64, unsigned Manifest commit)

---
 app-benchmarks/numbench/ChangeLog                  |    5 +++
 app-benchmarks/numbench/numbench-0.2.ebuild        |    4 +-
 .../numbench/numbench-0.2_beta4-r1.ebuild          |   35 --------------------
 app-benchmarks/numbench/numbench-0.2_beta4.ebuild  |   35 --------------------
 app-benchmarks/numbench/numbench-9999.ebuild       |    2 +-
 5 files changed, 8 insertions(+), 73 deletions(-)

diff --git a/app-benchmarks/numbench/ChangeLog b/app-benchmarks/numbench/ChangeLog
index 2c3add6..f110180 100644
--- a/app-benchmarks/numbench/ChangeLog
+++ b/app-benchmarks/numbench/ChangeLog
@@ -2,6 +2,11 @@
 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
 # $Header: $
   
+  29 Sep 2012; Sébastien Fabbro <bicatali@gentoo.org>
+  -numbench-0.2_beta4-r1.ebuild, -numbench-0.2_beta4.ebuild,
+  numbench-0.2.ebuild, numbench-9999.ebuild:
+  app-benchmarks/numbench: Updated dependency for eselect alternatives
+
 *numbench-0.2
 
   8 Aug 2012; Andrea Arteaga <andyspiros@gmail.com> +numbench-0.2.ebuild

diff --git a/app-benchmarks/numbench/numbench-0.2.ebuild b/app-benchmarks/numbench/numbench-0.2.ebuild
index 4cb74f6..fb279c4 100644
--- a/app-benchmarks/numbench/numbench-0.2.ebuild
+++ b/app-benchmarks/numbench/numbench-0.2.ebuild
@@ -21,8 +21,8 @@ RDEPEND="!app-admin/eselect-blas
 	 !app-admin/eselect-cblas
 	 !app-admin/eselect-lapack
 	 >=dev-python/matplotlib-1.0.0
-	 =app-admin/eselect-1.3.1-r1"
-	 
+	 >=app-admin/eselect-1.3.2-r100"
+
 S="${WORKDIR}/andyspiros-numbench-${CID}"
 
 src_install() {

diff --git a/app-benchmarks/numbench/numbench-0.2_beta4-r1.ebuild b/app-benchmarks/numbench/numbench-0.2_beta4-r1.ebuild
deleted file mode 100644
index 037963e..0000000
--- a/app-benchmarks/numbench/numbench-0.2_beta4-r1.ebuild
+++ /dev/null
@@ -1,35 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-EAPI=3
-
-inherit eutils distutils
-
-DESCRIPTION="Automated benchmarks suite"
-HOMEPAGE="http://soc.dev.gentoo.org/~spiros"
-SRC_URI="${HOMEPAGE}/repository/${PF}.tbz2"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-
-IUSE=""
-
-RDEPEND="!app-admin/eselect-blas
-	 !app-admin/eselect-cblas
-	 !app-admin/eselect-lapack
-	 >=dev-python/matplotlib-1.0.0
-	 =app-admin/eselect-1.3.1-r1"
-
-src_install() {
-	distutils_src_install
-
-	chmod +x exec.py
-	newbin exec.py numbench
-
-	insinto /usr/share/numbench/samples
-	doins samples/*.xml
-
-	doman doc/numbench.1
-}

diff --git a/app-benchmarks/numbench/numbench-0.2_beta4.ebuild b/app-benchmarks/numbench/numbench-0.2_beta4.ebuild
deleted file mode 100644
index 698342f..0000000
--- a/app-benchmarks/numbench/numbench-0.2_beta4.ebuild
+++ /dev/null
@@ -1,35 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-EAPI=3
-
-inherit eutils distutils
-
-DESCRIPTION="Automated benchmarks suite"
-HOMEPAGE="http://soc.dev.gentoo.org/~spiros"
-SRC_URI="${HOMEPAGE}/repository/${P}.tbz2"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-
-IUSE=""
-
-RDEPEND="!app-admin/eselect-blas
-	 !app-admin/eselect-cblas
-	 !app-admin/eselect-lapack
-	 >=dev-python/matplotlib-1.0.0
-	 =app-admin/eselect-1.3.1-r1"
-
-src_install() {
-	distutils_src_install
-
-	chmod +x exec.py
-	newbin 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
index ac8095f..98d4d6d 100644
--- a/app-benchmarks/numbench/numbench-9999.ebuild
+++ b/app-benchmarks/numbench/numbench-9999.ebuild
@@ -21,7 +21,7 @@ RDEPEND="!app-admin/eselect-blas
 	 !app-admin/eselect-cblas
 	 !app-admin/eselect-lapack
 	 >=dev-python/matplotlib-1.0.0
-	 =app-admin/eselect-1.3.1-r1"
+	 >=app-admin/eselect-1.3.2-r100"
 
 src_install() {
 	distutils_src_install


^ permalink raw reply related	[flat|nested] 18+ messages in thread

* [gentoo-commits] proj/sci:master commit in: app-benchmarks/numbench/
@ 2013-06-13 11:19 Justin Lecher
  0 siblings, 0 replies; 18+ messages in thread
From: Justin Lecher @ 2013-06-13 11:19 UTC (permalink / raw
  To: gentoo-commits

commit:     debb928bf74076729f974f799716c6714421046b
Author:     Justin Lecher <jlec <AT> gentoo <DOT> org>
AuthorDate: Thu Jun 13 10:06:16 2013 +0000
Commit:     Justin Lecher <jlec <AT> gentoo <DOT> org>
CommitDate: Thu Jun 13 11:18:57 2013 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=debb928b

app-benchmarks/numbench: Bump to EAPI=5 and distutils-r1.eclass

Package-Manager: portage-2.2.0_alpha179

---
 app-benchmarks/numbench/ChangeLog            |  8 ++++++--
 app-benchmarks/numbench/metadata.xml         | 14 +++++++-------
 app-benchmarks/numbench/numbench-0.2.ebuild  | 28 ++++++++++++++--------------
 app-benchmarks/numbench/numbench-9999.ebuild | 28 +++++++++++++++-------------
 4 files changed, 42 insertions(+), 36 deletions(-)

diff --git a/app-benchmarks/numbench/ChangeLog b/app-benchmarks/numbench/ChangeLog
index f110180..e92e96c 100644
--- a/app-benchmarks/numbench/ChangeLog
+++ b/app-benchmarks/numbench/ChangeLog
@@ -1,7 +1,11 @@
 # ChangeLog for app-benchmarks/numbench
-# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
+# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
 # $Header: $
-  
+
+  13 Jun 2013; Justin Lecher <jlec@gentoo.org> numbench-0.2.ebuild,
+  numbench-9999.ebuild, metadata.xml:
+  Bump to EAPI=5 and distutils-r1.eclass
+
   29 Sep 2012; Sébastien Fabbro <bicatali@gentoo.org>
   -numbench-0.2_beta4-r1.ebuild, -numbench-0.2_beta4.ebuild,
   numbench-0.2.ebuild, numbench-9999.ebuild:

diff --git a/app-benchmarks/numbench/metadata.xml b/app-benchmarks/numbench/metadata.xml
index 5868b42..03b2c77 100644
--- a/app-benchmarks/numbench/metadata.xml
+++ b/app-benchmarks/numbench/metadata.xml
@@ -1,11 +1,11 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
 <pkgmetadata>
-	<herd>sci</herd>
-	<maintainer>
-		<email>andyspiros@gmail.com</email>
-		<name>Andrea Arteaga</name>
-		<description>Google Summer of Code 2011 student</description>
-	</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>
+  <herd>sci</herd>
+  <maintainer>
+    <email>andyspiros@gmail.com</email>
+    <name>Andrea Arteaga</name>
+    <description>Google Summer of Code 2011 student</description>
+  </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>
 </pkgmetadata>

diff --git a/app-benchmarks/numbench/numbench-0.2.ebuild b/app-benchmarks/numbench/numbench-0.2.ebuild
index fb279c4..74ca018 100644
--- a/app-benchmarks/numbench/numbench-0.2.ebuild
+++ b/app-benchmarks/numbench/numbench-0.2.ebuild
@@ -1,10 +1,12 @@
-# Copyright 1999-2012 Gentoo Foundation
+# Copyright 1999-2013 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Header: $
 
-EAPI=3
+EAPI=5
 
-inherit eutils distutils
+PYTHON_COMPAT=( python{2_6,2_7} )
+
+inherit distutils-r1 vcs-snapshot
 
 DESCRIPTION="Automated benchmarks suite"
 HOMEPAGE="http://soc.dev.gentoo.org/~spiros"
@@ -17,19 +19,17 @@ KEYWORDS="~amd64 ~x86"
 
 IUSE=""
 
-RDEPEND="!app-admin/eselect-blas
-	 !app-admin/eselect-cblas
-	 !app-admin/eselect-lapack
-	 >=dev-python/matplotlib-1.0.0
-	 >=app-admin/eselect-1.3.2-r100"
-
-S="${WORKDIR}/andyspiros-numbench-${CID}"
+RDEPEND="
+	!app-admin/eselect-blas
+	!app-admin/eselect-cblas
+	!app-admin/eselect-lapack
+	>=dev-python/matplotlib-1.0.0
+	>=app-admin/eselect-1.3.2-r100"
 
-src_install() {
-	distutils_src_install
+python_install_all() {
+	distutils-r1_python_install_all
 
-	chmod +x exec.py
-	newbin exec.py numbench
+	python_parallel_foreach_impl python_newscript exec.py numbench
 
 	insinto /usr/share/numbench/samples
 	doins samples/*.xml

diff --git a/app-benchmarks/numbench/numbench-9999.ebuild b/app-benchmarks/numbench/numbench-9999.ebuild
index 98d4d6d..fa358ef 100644
--- a/app-benchmarks/numbench/numbench-9999.ebuild
+++ b/app-benchmarks/numbench/numbench-9999.ebuild
@@ -1,10 +1,12 @@
-# Copyright 1999-2012 Gentoo Foundation
+# Copyright 1999-2013 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Header: $
 
-EAPI=3
+EAPI=5
 
-inherit eutils git-2 distutils
+PYTHON_COMPAT=( python{2_6,2_7} )
+
+inherit git-2 distutils-r1
 
 DESCRIPTION="Automated benchmarks suite"
 HOMEPAGE="http://soc.dev.gentoo.org/~spiros"
@@ -17,20 +19,20 @@ KEYWORDS=""
 
 IUSE=""
 
-RDEPEND="!app-admin/eselect-blas
-	 !app-admin/eselect-cblas
-	 !app-admin/eselect-lapack
-	 >=dev-python/matplotlib-1.0.0
-	 >=app-admin/eselect-1.3.2-r100"
+RDEPEND="
+	!app-admin/eselect-blas
+	!app-admin/eselect-cblas
+	!app-admin/eselect-lapack
+	>=dev-python/matplotlib-1.0.0
+	>=app-admin/eselect-1.3.2-r100"
 
-src_install() {
-	distutils_src_install
+python_install_all() {
+	distutils-r1_python_install_all
 
-	chmod +x exec.py
-	newbin exec.py numbench
+	python_parallel_foreach_impl python_newscript exec.py numbench
 
 	insinto /usr/share/numbench/samples
-	doins samples/*xml
+	doins samples/*.xml
 
 	doman doc/numbench.1
 }


^ permalink raw reply related	[flat|nested] 18+ messages in thread

* [gentoo-commits] proj/sci:master commit in: app-benchmarks/numbench/
@ 2014-01-06 19:27 Justin Lecher
  0 siblings, 0 replies; 18+ messages in thread
From: Justin Lecher @ 2014-01-06 19:27 UTC (permalink / raw
  To: gentoo-commits

commit:     db9de4239a8984c1e707c676ac03ba6c52b8d728
Author:     Justin Lecher <jlec <AT> gentoo <DOT> org>
AuthorDate: Mon Jan  6 19:14:03 2014 +0000
Commit:     Justin Lecher <jlec <AT> gentoo <DOT> org>
CommitDate: Mon Jan  6 19:14:03 2014 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=db9de423

app-benchmarks/numbench: Switch from git-2 to git-r3

Package-Manager: portage-2.2.8

---
 app-benchmarks/numbench/ChangeLog            | 5 ++++-
 app-benchmarks/numbench/numbench-9999.ebuild | 4 ++--
 2 files changed, 6 insertions(+), 3 deletions(-)

diff --git a/app-benchmarks/numbench/ChangeLog b/app-benchmarks/numbench/ChangeLog
index e92e96c..1c1a2bc 100644
--- a/app-benchmarks/numbench/ChangeLog
+++ b/app-benchmarks/numbench/ChangeLog
@@ -1,7 +1,10 @@
 # ChangeLog for app-benchmarks/numbench
-# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
 # $Header: $
 
+  06 Jan 2014; Justin Lecher <jlec@gentoo.org> numbench-9999.ebuild:
+  Switch from git-2 to git-r3
+
   13 Jun 2013; Justin Lecher <jlec@gentoo.org> numbench-0.2.ebuild,
   numbench-9999.ebuild, metadata.xml:
   Bump to EAPI=5 and distutils-r1.eclass

diff --git a/app-benchmarks/numbench/numbench-9999.ebuild b/app-benchmarks/numbench/numbench-9999.ebuild
index fa358ef..eb4e926 100644
--- a/app-benchmarks/numbench/numbench-9999.ebuild
+++ b/app-benchmarks/numbench/numbench-9999.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2013 Gentoo Foundation
+# Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Header: $
 
@@ -6,7 +6,7 @@ EAPI=5
 
 PYTHON_COMPAT=( python{2_6,2_7} )
 
-inherit git-2 distutils-r1
+inherit git-r3 distutils-r1
 
 DESCRIPTION="Automated benchmarks suite"
 HOMEPAGE="http://soc.dev.gentoo.org/~spiros"


^ permalink raw reply related	[flat|nested] 18+ messages in thread

* [gentoo-commits] proj/sci:master commit in: app-benchmarks/numbench/
@ 2015-04-02 10:34 Justin Lecher
  0 siblings, 0 replies; 18+ messages in thread
From: Justin Lecher @ 2015-04-02 10:34 UTC (permalink / raw
  To: gentoo-commits

commit:     b20c63950956dd197d769885797925bc1364b4bc
Author:     Justin Lecher <jlec <AT> gentoo <DOT> org>
AuthorDate: Thu Apr  2 10:22:12 2015 +0000
Commit:     Justin Lecher <jlec <AT> gentoo <DOT> org>
CommitDate: Thu Apr  2 10:22:12 2015 +0000
URL:        https://gitweb.gentoo.org/proj/sci.git/commit/?id=b20c6395

app-benchmarks/numbench: Move to new CAT

Package-Manager: portage-2.2.18

 app-benchmarks/numbench/ChangeLog            | 6 +++++-
 app-benchmarks/numbench/numbench-0.2.ebuild  | 8 ++++----
 app-benchmarks/numbench/numbench-9999.ebuild | 8 ++++----
 3 files changed, 13 insertions(+), 9 deletions(-)

diff --git a/app-benchmarks/numbench/ChangeLog b/app-benchmarks/numbench/ChangeLog
index 1c1a2bc..e18f1c9 100644
--- a/app-benchmarks/numbench/ChangeLog
+++ b/app-benchmarks/numbench/ChangeLog
@@ -1,7 +1,11 @@
 # ChangeLog for app-benchmarks/numbench
-# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
 # $Header: $
 
+  02 Apr 2015; Justin Lecher <jlec@gentoo.org> numbench-0.2.ebuild,
+  numbench-9999.ebuild:
+  app-benchmarks/numbench: Move to new CAT
+
   06 Jan 2014; Justin Lecher <jlec@gentoo.org> numbench-9999.ebuild:
   Switch from git-2 to git-r3
 

diff --git a/app-benchmarks/numbench/numbench-0.2.ebuild b/app-benchmarks/numbench/numbench-0.2.ebuild
index 3239217..e6f3d9f 100644
--- a/app-benchmarks/numbench/numbench-0.2.ebuild
+++ b/app-benchmarks/numbench/numbench-0.2.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Header: $
 
@@ -20,9 +20,9 @@ KEYWORDS="~amd64 ~x86"
 IUSE=""
 
 RDEPEND="
-	!app-admin/eselect-blas
-	!app-admin/eselect-cblas
-	!app-admin/eselect-lapack
+	!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"
 

diff --git a/app-benchmarks/numbench/numbench-9999.ebuild b/app-benchmarks/numbench/numbench-9999.ebuild
index eb4e926..a2fe910 100644
--- a/app-benchmarks/numbench/numbench-9999.ebuild
+++ b/app-benchmarks/numbench/numbench-9999.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Header: $
 
@@ -20,9 +20,9 @@ KEYWORDS=""
 IUSE=""
 
 RDEPEND="
-	!app-admin/eselect-blas
-	!app-admin/eselect-cblas
-	!app-admin/eselect-lapack
+	!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"
 


^ permalink raw reply related	[flat|nested] 18+ messages in thread

* [gentoo-commits] proj/sci:master commit in: app-benchmarks/numbench/
@ 2016-02-22 13:25 Justin Lecher
  0 siblings, 0 replies; 18+ messages in thread
From: Justin Lecher @ 2016-02-22 13:25 UTC (permalink / raw
  To: gentoo-commits

commit:     4c67cc3e4af68d690673475b5a0c7a4125518474
Author:     Justin Lecher <jlec <AT> gentoo <DOT> org>
AuthorDate: Mon Feb 22 10:43:05 2016 +0000
Commit:     Justin Lecher <jlec <AT> gentoo <DOT> org>
CommitDate: Mon Feb 22 10:43:05 2016 +0000
URL:        https://gitweb.gentoo.org/proj/sci.git/commit/?id=4c67cc3e

app-benchmarks/numbench: Bump to EAPI=6

Package-Manager: portage-2.2.27
Signed-off-by: Justin Lecher <jlec <AT> gentoo.org>

 app-benchmarks/numbench/numbench-0.2.ebuild  | 4 ++--
 app-benchmarks/numbench/numbench-9999.ebuild | 6 +++---
 2 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/app-benchmarks/numbench/numbench-0.2.ebuild b/app-benchmarks/numbench/numbench-0.2.ebuild
index 7b5ae73..4b70c98 100644
--- a/app-benchmarks/numbench/numbench-0.2.ebuild
+++ b/app-benchmarks/numbench/numbench-0.2.ebuild
@@ -1,8 +1,8 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
-EAPI=5
+EAPI=6
 
 PYTHON_COMPAT=( python2_7 )
 

diff --git a/app-benchmarks/numbench/numbench-9999.ebuild b/app-benchmarks/numbench/numbench-9999.ebuild
index bba3a21..2f60bd3 100644
--- a/app-benchmarks/numbench/numbench-9999.ebuild
+++ b/app-benchmarks/numbench/numbench-9999.ebuild
@@ -1,12 +1,12 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
-EAPI=5
+EAPI=6
 
 PYTHON_COMPAT=( python2_7 )
 
-inherit git-r3 distutils-r1
+inherit distutils-r1 git-r3
 
 DESCRIPTION="Automated benchmarks suite"
 HOMEPAGE="http://soc.dev.gentoo.org/~spiros"


^ permalink raw reply related	[flat|nested] 18+ messages in thread

* [gentoo-commits] proj/sci:master commit in: app-benchmarks/numbench/
@ 2020-09-22  1:42 Aisha Tammy
  0 siblings, 0 replies; 18+ messages in thread
From: Aisha Tammy @ 2020-09-22  1:42 UTC (permalink / raw
  To: gentoo-commits

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
-}


^ permalink raw reply related	[flat|nested] 18+ messages in thread

end of thread, other threads:[~2020-09-22  1:42 UTC | newest]

Thread overview: 18+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-09-06 17:44 [gentoo-commits] proj/sci:master commit in: app-benchmarks/numbench/ Sebastien Fabbro
  -- strict thread matches above, loose matches on Subject: below --
2020-09-22  1:42 Aisha Tammy
2016-02-22 13:25 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-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

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox