From: "Andrea Arteaga" <andyspiros@gmail.com>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] proj/sci:master commit in: app-benchmarks/numbench/
Date: Tue, 7 Aug 2012 23:15:38 +0000 (UTC) [thread overview]
Message-ID: <1344424255.a249201df7216f5ac98ef6311b260d83a99df518.spiros@gentoo> (raw)
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
next reply other threads:[~2012-08-07 23:15 UTC|newest]
Thread overview: 18+ messages / expand[flat|nested] mbox.gz Atom feed top
2012-08-07 23:15 Andrea Arteaga [this message]
-- strict thread matches above, loose matches on Subject: below --
2020-09-22 1:42 [gentoo-commits] proj/sci:master commit in: app-benchmarks/numbench/ 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-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=1344424255.a249201df7216f5ac98ef6311b260d83a99df518.spiros@gentoo \
--to=andyspiros@gmail.com \
--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