public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: app-benchmarks/pipebench/
@ 2017-04-08 21:05 Andreas Hüttel
  0 siblings, 0 replies; 10+ messages in thread
From: Andreas Hüttel @ 2017-04-08 21:05 UTC (permalink / raw
  To: gentoo-commits

commit:     800a25ad113240717dbcec37e028ac2aac5389ca
Author:     Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
AuthorDate: Sat Apr  8 21:05:21 2017 +0000
Commit:     Andreas Hüttel <dilfridge <AT> gentoo <DOT> org>
CommitDate: Sat Apr  8 21:05:21 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=800a25ad

app-benchmarks/pipebench: Remove old

Package-Manager: Portage-2.3.5, Repoman-2.3.2

 app-benchmarks/pipebench/pipebench-0.40-r1.ebuild | 34 -----------------------
 1 file changed, 34 deletions(-)

diff --git a/app-benchmarks/pipebench/pipebench-0.40-r1.ebuild b/app-benchmarks/pipebench/pipebench-0.40-r1.ebuild
deleted file mode 100644
index 8a6239e3f19..00000000000
--- a/app-benchmarks/pipebench/pipebench-0.40-r1.ebuild
+++ /dev/null
@@ -1,34 +0,0 @@
-# Copyright 1999-2013 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="3"
-
-inherit toolchain-funcs
-
-DESCRIPTION="Measures the speed of stdin/stdout communication"
-HOMEPAGE="http://www.habets.pp.se/synscan/programs.php?prog=pipebench"
-SRC_URI="ftp://ftp.habets.pp.se/pub/synscan/${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-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/:${ED}/usr/bin:" \
-		-e "s:/usr/local/man/man1/:${ED}/usr/share/man/man1:" \
-		|| die "sed Makefile"
-}
-
-src_compile() {
-	emake CC=$(tc-getCC) || die
-}
-
-src_install() {
-	dodir /usr/{bin,share/man/man1}
-	emake install || die
-	dodoc README
-}


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

* [gentoo-commits] repo/gentoo:master commit in: app-benchmarks/pipebench/
@ 2017-04-08 21:05 Andreas Hüttel
  0 siblings, 0 replies; 10+ messages in thread
From: Andreas Hüttel @ 2017-04-08 21:05 UTC (permalink / raw
  To: gentoo-commits

commit:     e810c4d8e20929ce9d722ef9f3de5f4d67e58c55
Author:     Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
AuthorDate: Sat Apr  8 21:05:03 2017 +0000
Commit:     Andreas Hüttel <dilfridge <AT> gentoo <DOT> org>
CommitDate: Sat Apr  8 21:05:03 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e810c4d8

app-benchmarks/pipebench: EAPI bump, bug 605728

Package-Manager: Portage-2.3.5, Repoman-2.3.2

 app-benchmarks/pipebench/pipebench-0.40-r2.ebuild | 35 +++++++++++++++++++++++
 1 file changed, 35 insertions(+)

diff --git a/app-benchmarks/pipebench/pipebench-0.40-r2.ebuild b/app-benchmarks/pipebench/pipebench-0.40-r2.ebuild
new file mode 100644
index 00000000000..610bcc5df90
--- /dev/null
+++ b/app-benchmarks/pipebench/pipebench-0.40-r2.ebuild
@@ -0,0 +1,35 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+inherit toolchain-funcs
+
+DESCRIPTION="Measures the speed of stdin/stdout communication"
+HOMEPAGE="http://www.habets.pp.se/synscan/programs.php?prog=pipebench"
+SRC_URI="ftp://ftp.habets.pp.se/pub/synscan/${P}.tar.gz"
+
+LICENSE="GPL-2"
+SLOT="0"
+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/:${ED}/usr/bin:" \
+		-e "s:/usr/local/man/man1/:${ED}/usr/share/man/man1:" \
+		|| die "sed Makefile"
+	default
+}
+
+src_compile() {
+	emake CC=$(tc-getCC)
+}
+
+src_install() {
+	dodir /usr/{bin,share/man/man1}
+	emake install
+	dodoc README
+}


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

* [gentoo-commits] repo/gentoo:master commit in: app-benchmarks/pipebench/
@ 2017-12-28 15:07 David Seifert
  0 siblings, 0 replies; 10+ messages in thread
From: David Seifert @ 2017-12-28 15:07 UTC (permalink / raw
  To: gentoo-commits

commit:     615faa8ac1530a6cf67f49965ad54cbaf3407134
Author:     David Seifert <soap <AT> gentoo <DOT> org>
AuthorDate: Thu Dec 28 13:12:24 2017 +0000
Commit:     David Seifert <soap <AT> gentoo <DOT> org>
CommitDate: Thu Dec 28 15:06:26 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=615faa8a

app-benchmarks/pipebench: Remove old

Package-Manager: Portage-2.3.19, Repoman-2.3.6

 app-benchmarks/pipebench/pipebench-0.40.ebuild | 32 --------------------------
 1 file changed, 32 deletions(-)

diff --git a/app-benchmarks/pipebench/pipebench-0.40.ebuild b/app-benchmarks/pipebench/pipebench-0.40.ebuild
deleted file mode 100644
index b975c39122b..00000000000
--- a/app-benchmarks/pipebench/pipebench-0.40.ebuild
+++ /dev/null
@@ -1,32 +0,0 @@
-# Copyright 1999-2009 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-DESCRIPTION="Measures the speed of stdin/stdout communication"
-HOMEPAGE="http://www.habets.pp.se/synscan/programs.php?prog=pipebench"
-SRC_URI="ftp://ftp.habets.pp.se/pub/synscan/${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="amd64 ppc ppc64 x86"
-IUSE=""
-
-src_unpack() {
-	unpack ${P}.tar.gz
-	cd "${S}" || die "Manual configure failed"
-	cp Makefile Makefile.orig
-	sed \
-		-e "s:CFLAGS=-Wall:CFLAGS=${CFLAGS} -Wall:" \
-		-e "s:/usr/local/bin/:${D}/usr/bin:" \
-		-e "s:/usr/local/man/man1/:${D}/usr/share/man/man1:" \
-		Makefile.orig > Makefile
-}
-
-src_compile() {
-	make || die
-}
-
-src_install() {
-	dodir /usr/{bin,share/man/man1}
-	make install || die
-	dodoc README
-}


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

* [gentoo-commits] repo/gentoo:master commit in: app-benchmarks/pipebench/
@ 2017-12-28 15:07 David Seifert
  0 siblings, 0 replies; 10+ messages in thread
From: David Seifert @ 2017-12-28 15:07 UTC (permalink / raw
  To: gentoo-commits

commit:     9d833cb58272c079b409c38fa8b3cb1b9e372459
Author:     David Seifert <soap <AT> gentoo <DOT> org>
AuthorDate: Thu Dec 28 13:11:36 2017 +0000
Commit:     David Seifert <soap <AT> gentoo <DOT> org>
CommitDate: Thu Dec 28 15:06:20 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9d833cb5

app-benchmarks/pipebench: Mark stable

Package-Manager: Portage-2.3.19, Repoman-2.3.6

 app-benchmarks/pipebench/pipebench-0.40-r2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-benchmarks/pipebench/pipebench-0.40-r2.ebuild b/app-benchmarks/pipebench/pipebench-0.40-r2.ebuild
index 2542f0f9d36..0688bd665cf 100644
--- a/app-benchmarks/pipebench/pipebench-0.40-r2.ebuild
+++ b/app-benchmarks/pipebench/pipebench-0.40-r2.ebuild
@@ -11,7 +11,7 @@ SRC_URI="ftp://ftp.habets.pp.se/pub/synscan/${P}.tar.gz"
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~ppc ~ppc64 ~x86 ~arm-linux ~x86-linux"
+KEYWORDS="~alpha amd64 ppc ppc64 x86 ~arm-linux ~x86-linux"
 IUSE=""
 
 PATCHES=( "${FILESDIR}"/${PN}-0.40-fix-build-system.patch )


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

* [gentoo-commits] repo/gentoo:master commit in: app-benchmarks/pipebench/
@ 2022-07-23 20:08 Florian Schmaus
  0 siblings, 0 replies; 10+ messages in thread
From: Florian Schmaus @ 2022-07-23 20:08 UTC (permalink / raw
  To: gentoo-commits

commit:     7972d6cd4c6782470d6ac4d25fe3a7d2770dd683
Author:     Michael Mair-Keimberger <mmk <AT> levelnine <DOT> at>
AuthorDate: Sat Jul 23 18:44:17 2022 +0000
Commit:     Florian Schmaus <flow <AT> gentoo <DOT> org>
CommitDate: Sat Jul 23 20:07:55 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7972d6cd

app-benchmarks/pipebench: EAPI8, minor improvements

Signed-off-by: Michael Mair-Keimberger <mmk <AT> levelnine.at>
Portage 3.0.34 / pkgdev 0.2.1 / pkgcheck 0.10.11
Closes: https://github.com/gentoo/gentoo/pull/26547
Signed-off-by: Florian Schmaus <flow <AT> gentoo.org>

 app-benchmarks/pipebench/pipebench-0.40-r2.ebuild | 11 +++++------
 1 file changed, 5 insertions(+), 6 deletions(-)

diff --git a/app-benchmarks/pipebench/pipebench-0.40-r2.ebuild b/app-benchmarks/pipebench/pipebench-0.40-r2.ebuild
index 6058d8d81f6a..6d15d1fa612f 100644
--- a/app-benchmarks/pipebench/pipebench-0.40-r2.ebuild
+++ b/app-benchmarks/pipebench/pipebench-0.40-r2.ebuild
@@ -1,18 +1,17 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2022 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=6
+EAPI=8
 
 inherit flag-o-matic toolchain-funcs
 
 DESCRIPTION="Measures the speed of stdin/stdout communication"
-HOMEPAGE="http://www.habets.pp.se/synscan/programs.php?prog=pipebench"
-SRC_URI="ftp://ftp.habets.pp.se/pub/synscan/${P}.tar.gz"
+HOMEPAGE="https://www.habets.pp.se/synscan/programs_pipebench.html"
+SRC_URI="https://www.habets.pp.se/synscan/files/${P}.tar.gz"
 
-LICENSE="GPL-2"
+LICENSE="GPL-2+"
 SLOT="0"
 KEYWORDS="~alpha amd64 ppc ppc64 x86 ~x86-linux"
-IUSE=""
 
 PATCHES=( "${FILESDIR}"/${PN}-0.40-fix-build-system.patch )
 


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

* [gentoo-commits] repo/gentoo:master commit in: app-benchmarks/pipebench/
@ 2023-12-08  9:07 Arthur Zamarin
  0 siblings, 0 replies; 10+ messages in thread
From: Arthur Zamarin @ 2023-12-08  9:07 UTC (permalink / raw
  To: gentoo-commits

commit:     6d86f9084483881cbc5e134a74fab443985b5897
Author:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Fri Dec  8 09:07:24 2023 +0000
Commit:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Fri Dec  8 09:07:24 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6d86f908

app-benchmarks/pipebench: Stabilize 0.40-r3 x86, #919433

Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>

 app-benchmarks/pipebench/pipebench-0.40-r3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-benchmarks/pipebench/pipebench-0.40-r3.ebuild b/app-benchmarks/pipebench/pipebench-0.40-r3.ebuild
index 39367bba594d..7c6a10fd4479 100644
--- a/app-benchmarks/pipebench/pipebench-0.40-r3.ebuild
+++ b/app-benchmarks/pipebench/pipebench-0.40-r3.ebuild
@@ -11,7 +11,7 @@ SRC_URI="https://www.habets.pp.se/synscan/files/${P}.tar.gz"
 
 LICENSE="GPL-2+"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~ppc ~ppc64 ~x86 ~x86-linux"
+KEYWORDS="~alpha ~amd64 ~ppc ~ppc64 x86 ~x86-linux"
 
 PATCHES=(
 	"${FILESDIR}"/${PN}-0.40-fix-build-system.patch


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

* [gentoo-commits] repo/gentoo:master commit in: app-benchmarks/pipebench/
@ 2023-12-08  9:09 Arthur Zamarin
  0 siblings, 0 replies; 10+ messages in thread
From: Arthur Zamarin @ 2023-12-08  9:09 UTC (permalink / raw
  To: gentoo-commits

commit:     6b62bb73d00dbd8835a402399b6451b6015b448f
Author:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Fri Dec  8 09:08:30 2023 +0000
Commit:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Fri Dec  8 09:08:30 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6b62bb73

app-benchmarks/pipebench: Stabilize 0.40-r3 amd64, #919433

Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>

 app-benchmarks/pipebench/pipebench-0.40-r3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-benchmarks/pipebench/pipebench-0.40-r3.ebuild b/app-benchmarks/pipebench/pipebench-0.40-r3.ebuild
index 7c6a10fd4479..cb110ac324f0 100644
--- a/app-benchmarks/pipebench/pipebench-0.40-r3.ebuild
+++ b/app-benchmarks/pipebench/pipebench-0.40-r3.ebuild
@@ -11,7 +11,7 @@ SRC_URI="https://www.habets.pp.se/synscan/files/${P}.tar.gz"
 
 LICENSE="GPL-2+"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~ppc ~ppc64 x86 ~x86-linux"
+KEYWORDS="~alpha amd64 ~ppc ~ppc64 x86 ~x86-linux"
 
 PATCHES=(
 	"${FILESDIR}"/${PN}-0.40-fix-build-system.patch


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

* [gentoo-commits] repo/gentoo:master commit in: app-benchmarks/pipebench/
@ 2023-12-08 10:22 Arthur Zamarin
  0 siblings, 0 replies; 10+ messages in thread
From: Arthur Zamarin @ 2023-12-08 10:22 UTC (permalink / raw
  To: gentoo-commits

commit:     7c425982b993facc7cc65905a6f4b443f28118d8
Author:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Fri Dec  8 10:22:25 2023 +0000
Commit:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Fri Dec  8 10:22:25 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7c425982

app-benchmarks/pipebench: Stabilize 0.40-r3 ppc64, #919433

Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>

 app-benchmarks/pipebench/pipebench-0.40-r3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-benchmarks/pipebench/pipebench-0.40-r3.ebuild b/app-benchmarks/pipebench/pipebench-0.40-r3.ebuild
index cb110ac324f0..057f54d0aea4 100644
--- a/app-benchmarks/pipebench/pipebench-0.40-r3.ebuild
+++ b/app-benchmarks/pipebench/pipebench-0.40-r3.ebuild
@@ -11,7 +11,7 @@ SRC_URI="https://www.habets.pp.se/synscan/files/${P}.tar.gz"
 
 LICENSE="GPL-2+"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~ppc ~ppc64 x86 ~x86-linux"
+KEYWORDS="~alpha amd64 ~ppc ppc64 x86 ~x86-linux"
 
 PATCHES=(
 	"${FILESDIR}"/${PN}-0.40-fix-build-system.patch


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

* [gentoo-commits] repo/gentoo:master commit in: app-benchmarks/pipebench/
@ 2023-12-08 12:54 Arthur Zamarin
  0 siblings, 0 replies; 10+ messages in thread
From: Arthur Zamarin @ 2023-12-08 12:54 UTC (permalink / raw
  To: gentoo-commits

commit:     c4d12c7553642e1f934cf37901c7cc2dbee79b35
Author:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Fri Dec  8 12:54:21 2023 +0000
Commit:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Fri Dec  8 12:54:21 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c4d12c75

app-benchmarks/pipebench: Stabilize 0.40-r3 ppc, #919433

Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>

 app-benchmarks/pipebench/pipebench-0.40-r3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-benchmarks/pipebench/pipebench-0.40-r3.ebuild b/app-benchmarks/pipebench/pipebench-0.40-r3.ebuild
index 057f54d0aea4..d4538c458b53 100644
--- a/app-benchmarks/pipebench/pipebench-0.40-r3.ebuild
+++ b/app-benchmarks/pipebench/pipebench-0.40-r3.ebuild
@@ -11,7 +11,7 @@ SRC_URI="https://www.habets.pp.se/synscan/files/${P}.tar.gz"
 
 LICENSE="GPL-2+"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~ppc ppc64 x86 ~x86-linux"
+KEYWORDS="~alpha amd64 ppc ppc64 x86 ~x86-linux"
 
 PATCHES=(
 	"${FILESDIR}"/${PN}-0.40-fix-build-system.patch


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

* [gentoo-commits] repo/gentoo:master commit in: app-benchmarks/pipebench/
@ 2024-08-31 15:44 Petr Vaněk
  0 siblings, 0 replies; 10+ messages in thread
From: Petr Vaněk @ 2024-08-31 15:44 UTC (permalink / raw
  To: gentoo-commits

commit:     418cba1087e4ba6ddeb58d1cf40b0d9221785b08
Author:     Petr Vaněk <arkamar <AT> gentoo <DOT> org>
AuthorDate: Sat Aug 31 15:22:00 2024 +0000
Commit:     Petr Vaněk <arkamar <AT> gentoo <DOT> org>
CommitDate: Sat Aug 31 15:22:00 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=418cba10

app-benchmarks/pipebench: drop 0.40-r2

Signed-off-by: Petr Vaněk <arkamar <AT> gentoo.org>

 app-benchmarks/pipebench/pipebench-0.40-r2.ebuild | 21 ---------------------
 1 file changed, 21 deletions(-)

diff --git a/app-benchmarks/pipebench/pipebench-0.40-r2.ebuild b/app-benchmarks/pipebench/pipebench-0.40-r2.ebuild
deleted file mode 100644
index 6d15d1fa612f..000000000000
--- a/app-benchmarks/pipebench/pipebench-0.40-r2.ebuild
+++ /dev/null
@@ -1,21 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit flag-o-matic toolchain-funcs
-
-DESCRIPTION="Measures the speed of stdin/stdout communication"
-HOMEPAGE="https://www.habets.pp.se/synscan/programs_pipebench.html"
-SRC_URI="https://www.habets.pp.se/synscan/files/${P}.tar.gz"
-
-LICENSE="GPL-2+"
-SLOT="0"
-KEYWORDS="~alpha amd64 ppc ppc64 x86 ~x86-linux"
-
-PATCHES=( "${FILESDIR}"/${PN}-0.40-fix-build-system.patch )
-
-src_configure() {
-	append-cflags -Wall -w -pedantic
-	tc-export CC
-}


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

end of thread, other threads:[~2024-08-31 15:44 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-12-28 15:07 [gentoo-commits] repo/gentoo:master commit in: app-benchmarks/pipebench/ David Seifert
  -- strict thread matches above, loose matches on Subject: below --
2024-08-31 15:44 Petr Vaněk
2023-12-08 12:54 Arthur Zamarin
2023-12-08 10:22 Arthur Zamarin
2023-12-08  9:09 Arthur Zamarin
2023-12-08  9:07 Arthur Zamarin
2022-07-23 20:08 Florian Schmaus
2017-12-28 15:07 David Seifert
2017-04-08 21:05 Andreas Hüttel
2017-04-08 21:05 Andreas Hüttel

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