summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorZac Medico <zmedico@gentoo.org>2013-06-05 07:37:05 +0000
committerZac Medico <zmedico@gentoo.org>2013-06-05 07:37:05 +0000
commite3840b02fb17abd8380992bf1f5f0d503906dba7 (patch)
tree9af780cab8140761bb16145b795dca7da876f037 /app-benchmarks
parentVersion bump (diff)
downloadgentoo-2-e3840b02fb17abd8380992bf1f5f0d503906dba7.tar.gz
gentoo-2-e3840b02fb17abd8380992bf1f5f0d503906dba7.tar.bz2
gentoo-2-e3840b02fb17abd8380992bf1f5f0d503906dba7.zip
Bump to EAPI 3, fix for prefix, and add ~arm-linux + ~x86-linux keywords.
(Portage version: 2.2.0_alpha177/cvs/Linux x86_64, signed Manifest commit with key 0xFDE8EF85AE5719A3)
Diffstat (limited to 'app-benchmarks')
-rw-r--r--app-benchmarks/pipebench/ChangeLog8
-rw-r--r--app-benchmarks/pipebench/pipebench-0.40-r1.ebuild12
2 files changed, 11 insertions, 9 deletions
diff --git a/app-benchmarks/pipebench/ChangeLog b/app-benchmarks/pipebench/ChangeLog
index ca8676448e05..a13fe4c68b94 100644
--- a/app-benchmarks/pipebench/ChangeLog
+++ b/app-benchmarks/pipebench/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for app-benchmarks/pipebench
-# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-benchmarks/pipebench/ChangeLog,v 1.14 2011/06/01 12:25:56 klausman Exp $
+# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/app-benchmarks/pipebench/ChangeLog,v 1.15 2013/06/05 07:37:05 zmedico Exp $
+
+ 05 Jun 2013; Zac Medico <zmedico@gentoo.org> pipebench-0.40-r1.ebuild:
+ Bump to EAPI 3, fix for prefix, and add ~arm-linux + ~x86-linux keywords.
01 Jun 2011; Tobias Klausmann <klausman@gentoo.org> pipebench-0.40-r1.ebuild:
Keyworded on alpha, bug #359235
@@ -42,4 +45,3 @@
19 Apr 2004; Mamoru KOMACHI <usata@gentoo.org> pipebench-0.40.ebuild:
Initial import. Ebuild submitted by Eric Ball <me@ericball.id.au>,
closing bug #18854.
-
diff --git a/app-benchmarks/pipebench/pipebench-0.40-r1.ebuild b/app-benchmarks/pipebench/pipebench-0.40-r1.ebuild
index 2f1b4f6ac803..fedf1f45090c 100644
--- a/app-benchmarks/pipebench/pipebench-0.40-r1.ebuild
+++ b/app-benchmarks/pipebench/pipebench-0.40-r1.ebuild
@@ -1,8 +1,8 @@
-# Copyright 1999-2011 Gentoo Foundation
+# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-benchmarks/pipebench/pipebench-0.40-r1.ebuild,v 1.2 2011/06/01 12:25:56 klausman Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-benchmarks/pipebench/pipebench-0.40-r1.ebuild,v 1.3 2013/06/05 07:37:05 zmedico Exp $
-EAPI="2"
+EAPI="3"
inherit toolchain-funcs
@@ -12,15 +12,15 @@ SRC_URI="ftp://ftp.habets.pp.se/pub/synscan/${P}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="~alpha ~amd64 ~ppc ~ppc64 ~x86"
+KEYWORDS="~alpha ~amd64 ~ppc ~ppc64 ~x86 ~arm-linux ~x86-linux"
IUSE=""
src_prepare() {
sed -i Makefile \
-e 's:CFLAGS=-Wall:CFLAGS+= -Wall:' \
-e 's:$(CFLAGS) -o:$(LDFLAGS) &:g' \
- -e "s:/usr/local/bin/:${D}/usr/bin:" \
- -e "s:/usr/local/man/man1/:${D}/usr/share/man/man1:" \
+ -e "s:/usr/local/bin/:${ED}/usr/bin:" \
+ -e "s:/usr/local/man/man1/:${ED}/usr/share/man/man1:" \
|| die "sed Makefile"
}