public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: app-benchmarks/filebench/
@ 2016-01-25 10:29 Andrew Savchenko
  0 siblings, 0 replies; 8+ messages in thread
From: Andrew Savchenko @ 2016-01-25 10:29 UTC (permalink / raw
  To: gentoo-commits

commit:     970b933b8aae262ac4e252ea417d7bc14c857816
Author:     Andrew Savchenko <bircoph <AT> gentoo <DOT> org>
AuthorDate: Mon Jan 25 10:28:40 2016 +0000
Commit:     Andrew Savchenko <bircoph <AT> gentoo <DOT> org>
CommitDate: Mon Jan 25 10:29:07 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=970b933b

app-benchmarks/filebench: add new maintainers

Package-Manager: portage-2.2.27
Signed-off-by: Andrew Savchenko <bircoph <AT> gentoo.org>

 app-benchmarks/filebench/metadata.xml | 15 +++++++++++++++
 1 file changed, 15 insertions(+)

diff --git a/app-benchmarks/filebench/metadata.xml b/app-benchmarks/filebench/metadata.xml
index 5b771e0..7d279a8 100644
--- a/app-benchmarks/filebench/metadata.xml
+++ b/app-benchmarks/filebench/metadata.xml
@@ -1,6 +1,21 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
 <pkgmetadata>
+	<maintainer type="person">
+		<email>gokturk@binghamton.edu></email>
+		<name>Göktürk Yüksek</name>
+		<description>please assign bugs to</description>
+	</maintainer>
+	<maintainer type="person">
+		<email>bircoph@gentoo.org</email>
+		<name>Andrew Savchenko</name>
+		<description>please CC on bugs</description>
+	</maintainer>
+	<maintainer type="project">
+		<email>proxy-maint@gentoo.org</email>
+		<name>Proxy Maintainers</name>
+		<description>please CC on bugs</description>
+	</maintainer>
 	<upstream>
 		<remote-id type="sourceforge">filebench</remote-id>
 	</upstream>


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

* [gentoo-commits] repo/gentoo:master commit in: app-benchmarks/filebench/
@ 2016-02-02 16:05 Patrick Lauer
  0 siblings, 0 replies; 8+ messages in thread
From: Patrick Lauer @ 2016-02-02 16:05 UTC (permalink / raw
  To: gentoo-commits

commit:     a2ce168aefeb329c24c770e041663eaeaefc725e
Author:     Patrick Lauer <patrick <AT> gentoo <DOT> org>
AuthorDate: Tue Feb  2 16:04:30 2016 +0000
Commit:     Patrick Lauer <patrick <AT> gentoo <DOT> org>
CommitDate: Tue Feb  2 16:04:30 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a2ce168a

app-benchmarks/filebench:  Fix metadata.xml

Package-Manager: portage-2.2.27

 app-benchmarks/filebench/metadata.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-benchmarks/filebench/metadata.xml b/app-benchmarks/filebench/metadata.xml
index 7d279a8..5d5529c 100644
--- a/app-benchmarks/filebench/metadata.xml
+++ b/app-benchmarks/filebench/metadata.xml
@@ -2,7 +2,7 @@
 <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
 <pkgmetadata>
 	<maintainer type="person">
-		<email>gokturk@binghamton.edu></email>
+		<email>gokturk@binghamton.edu</email>
 		<name>Göktürk Yüksek</name>
 		<description>please assign bugs to</description>
 	</maintainer>


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

* [gentoo-commits] repo/gentoo:master commit in: app-benchmarks/filebench/
@ 2016-03-20 11:15 Andrew Savchenko
  0 siblings, 0 replies; 8+ messages in thread
From: Andrew Savchenko @ 2016-03-20 11:15 UTC (permalink / raw
  To: gentoo-commits

commit:     6770b8a2da46e39bf362da3654cfdc58447f8eb8
Author:     Andrew Savchenko <bircoph <AT> gentoo <DOT> org>
AuthorDate: Sun Mar 20 11:11:31 2016 +0000
Commit:     Andrew Savchenko <bircoph <AT> gentoo <DOT> org>
CommitDate: Sun Mar 20 11:11:31 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6770b8a2

app-benchmarks/filebench: remove old version

Package-Manager: portage-2.2.28
Signed-off-by: Andrew Savchenko <bircoph <AT> gentoo.org>

 app-benchmarks/filebench/filebench-1.4.9.1.ebuild | 37 -----------------------
 1 file changed, 37 deletions(-)

diff --git a/app-benchmarks/filebench/filebench-1.4.9.1.ebuild b/app-benchmarks/filebench/filebench-1.4.9.1.ebuild
deleted file mode 100644
index bc98164..0000000
--- a/app-benchmarks/filebench/filebench-1.4.9.1.ebuild
+++ /dev/null
@@ -1,37 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-inherit eutils autotools
-
-DESCRIPTION="Filebench - A Model Based File System Workload Generator"
-HOMEPAGE="http://sourceforge.net/projects/filebench/"
-SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
-
-LICENSE="CDDL"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-DEPEND="dev-libs/libaio
-	sys-devel/flex
-	sys-devel/bison"
-RDEPEND=""
-
-src_unpack() {
-	unpack ${A}
-	cd "${S}"
-	#epatch "${FILESDIR}/linux-port.patch"
-	eautoreconf
-}
-
-src_compile() {
-	econf
-	emake -j1 || die "emake failed"
-}
-
-src_install() {
-	emake DESTDIR="${D}" install || die "Install failed"
-
-	dodoc README AUTHORS
-}


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

* [gentoo-commits] repo/gentoo:master commit in: app-benchmarks/filebench/
@ 2016-04-23  7:59 Patrice Clement
  0 siblings, 0 replies; 8+ messages in thread
From: Patrice Clement @ 2016-04-23  7:59 UTC (permalink / raw
  To: gentoo-commits

commit:     dde8afd6bcfcebbac8351dff889716afd4fe160f
Author:     Göktürk Yüksek <gokturk <AT> binghamton <DOT> edu>
AuthorDate: Thu Apr 21 01:08:43 2016 +0000
Commit:     Patrice Clement <monsieurp <AT> gentoo <DOT> org>
CommitDate: Sat Apr 23 07:43:54 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dde8afd6

app-benchmarks/filebench: simplify metadata by removing maintainer <description>

Package-Manager: portage-2.2.26
Closes: https://github.com/gentoo/gentoo/pull/1316

Signed-off-by: Patrice Clement <monsieurp <AT> gentoo.org>

 app-benchmarks/filebench/metadata.xml | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/app-benchmarks/filebench/metadata.xml b/app-benchmarks/filebench/metadata.xml
index 3b9298e..f4349ae 100644
--- a/app-benchmarks/filebench/metadata.xml
+++ b/app-benchmarks/filebench/metadata.xml
@@ -4,17 +4,14 @@
 	<maintainer type="person">
 		<email>gokturk@binghamton.edu</email>
 		<name>Göktürk Yüksek</name>
-		<description>please assign bugs to</description>
 	</maintainer>
 	<maintainer type="person">
 		<email>bircoph@gentoo.org</email>
 		<name>Andrew Savchenko</name>
-		<description>please CC on bugs</description>
 	</maintainer>
 	<maintainer type="project">
 		<email>proxy-maint@gentoo.org</email>
 		<name>Proxy Maintainers</name>
-		<description>please CC on bugs</description>
 	</maintainer>
 	<use>
 	  <flag name="auto-completion">


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

* [gentoo-commits] repo/gentoo:master commit in: app-benchmarks/filebench/
@ 2016-05-22 17:09 Göktürk Yüksek
  0 siblings, 0 replies; 8+ messages in thread
From: Göktürk Yüksek @ 2016-05-22 17:09 UTC (permalink / raw
  To: gentoo-commits

commit:     87f98961b2b77bba5745a34c1a43731ada0965ab
Author:     Göktürk Yüksek <gokturk <AT> gentoo <DOT> org>
AuthorDate: Thu May 19 04:21:38 2016 +0000
Commit:     Göktürk Yüksek <gokturk <AT> gentoo <DOT> org>
CommitDate: Sun May 22 17:07:38 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=87f98961

app-benchmarks/filebench: update maintainer email and remove proxy-maint

Package-Manager: portage-2.2.28

 app-benchmarks/filebench/metadata.xml | 6 +-----
 1 file changed, 1 insertion(+), 5 deletions(-)

diff --git a/app-benchmarks/filebench/metadata.xml b/app-benchmarks/filebench/metadata.xml
index f4349ae..27f7917 100644
--- a/app-benchmarks/filebench/metadata.xml
+++ b/app-benchmarks/filebench/metadata.xml
@@ -2,17 +2,13 @@
 <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
 <pkgmetadata>
 	<maintainer type="person">
-		<email>gokturk@binghamton.edu</email>
+		<email>gokturk@gentoo.org</email>
 		<name>Göktürk Yüksek</name>
 	</maintainer>
 	<maintainer type="person">
 		<email>bircoph@gentoo.org</email>
 		<name>Andrew Savchenko</name>
 	</maintainer>
-	<maintainer type="project">
-		<email>proxy-maint@gentoo.org</email>
-		<name>Proxy Maintainers</name>
-	</maintainer>
 	<use>
 	  <flag name="auto-completion">
 	    Enable command-line autocompletion using


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

* [gentoo-commits] repo/gentoo:master commit in: app-benchmarks/filebench/
@ 2022-10-15  6:55 Jakov Smolić
  0 siblings, 0 replies; 8+ messages in thread
From: Jakov Smolić @ 2022-10-15  6:55 UTC (permalink / raw
  To: gentoo-commits

commit:     8b67dd16eea26d30324351080cb205ffeae39130
Author:     Xin Yang <yangmame <AT> icloud <DOT> com>
AuthorDate: Mon Oct 10 09:52:27 2022 +0000
Commit:     Jakov Smolić <jsmolic <AT> gentoo <DOT> org>
CommitDate: Sat Oct 15 06:55:50 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8b67dd16

app-benchmarks/filebench: keyword filebench-1.4.9.1-r1 riscv, #876487

Signed-off-by: Xin Yang <yangmame <AT> icloud.com>
Closes: https://github.com/gentoo/gentoo/pull/27724
Signed-off-by: Jakov Smolić <jsmolic <AT> gentoo.org>

 app-benchmarks/filebench/filebench-1.4.9.1-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-benchmarks/filebench/filebench-1.4.9.1-r1.ebuild b/app-benchmarks/filebench/filebench-1.4.9.1-r1.ebuild
index 44380cce37a5..0070d8bfe60b 100644
--- a/app-benchmarks/filebench/filebench-1.4.9.1-r1.ebuild
+++ b/app-benchmarks/filebench/filebench-1.4.9.1-r1.ebuild
@@ -11,7 +11,7 @@ SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
 
 LICENSE="CDDL"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="~amd64 ~riscv ~x86"
 IUSE="auto-completion"
 
 RDEPEND="


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

* [gentoo-commits] repo/gentoo:master commit in: app-benchmarks/filebench/
@ 2023-10-10  3:04 Sam James
  0 siblings, 0 replies; 8+ messages in thread
From: Sam James @ 2023-10-10  3:04 UTC (permalink / raw
  To: gentoo-commits

commit:     9cec3b1bb178f8585444367c7ddcfc913cee4d2b
Author:     Leonardo Hernández Hernández <leohdz172 <AT> proton <DOT> me>
AuthorDate: Mon Oct  9 23:49:18 2023 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Tue Oct 10 03:03:08 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9cec3b1b

app-benchmarks/filebench: update EAPI 6 -> 8

Signed-off-by: Leonardo Hernández Hernández <leohdz172 <AT> proton.me>
Closes: https://github.com/gentoo/gentoo/pull/33154
Signed-off-by: Sam James <sam <AT> gentoo.org>

 .../filebench/filebench-1.4.9.1-r2.ebuild          | 35 ++++++++++++++++++++++
 1 file changed, 35 insertions(+)

diff --git a/app-benchmarks/filebench/filebench-1.4.9.1-r2.ebuild b/app-benchmarks/filebench/filebench-1.4.9.1-r2.ebuild
new file mode 100644
index 000000000000..bb66e81a640f
--- /dev/null
+++ b/app-benchmarks/filebench/filebench-1.4.9.1-r2.ebuild
@@ -0,0 +1,35 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit autotools
+
+DESCRIPTION="Filebench - A Model Based File System Workload Generator"
+HOMEPAGE="https://sourceforge.net/projects/filebench/"
+SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
+
+LICENSE="CDDL"
+SLOT="0"
+KEYWORDS="~amd64 ~riscv ~x86"
+IUSE="auto-completion"
+
+RDEPEND="
+	auto-completion? ( dev-libs/libtecla )
+"
+DEPEND="
+	${RDEPEND}
+	sys-devel/flex
+	sys-devel/bison
+"
+
+PATCHES=( "${FILESDIR}"/${PN}-fix-automagic-libtecla-dependency.patch )
+
+src_prepare() {
+	default
+	eautoreconf
+}
+
+src_configure() {
+	econf $(use_with auto-completion libtecla)
+}


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

* [gentoo-commits] repo/gentoo:master commit in: app-benchmarks/filebench/
@ 2023-11-14 18:35 Andreas Sturmlechner
  0 siblings, 0 replies; 8+ messages in thread
From: Andreas Sturmlechner @ 2023-11-14 18:35 UTC (permalink / raw
  To: gentoo-commits

commit:     5bd51af7b163f1deb70f88e159d147727f780d50
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Sat Nov 11 22:27:33 2023 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Tue Nov 14 18:35:15 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5bd51af7

app-benchmarks/filebench: drop 1.4.9.1-r1

Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>

 .../filebench/filebench-1.4.9.1-r1.ebuild          | 34 ----------------------
 1 file changed, 34 deletions(-)

diff --git a/app-benchmarks/filebench/filebench-1.4.9.1-r1.ebuild b/app-benchmarks/filebench/filebench-1.4.9.1-r1.ebuild
deleted file mode 100644
index 0070d8bfe60b..000000000000
--- a/app-benchmarks/filebench/filebench-1.4.9.1-r1.ebuild
+++ /dev/null
@@ -1,34 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit autotools
-
-DESCRIPTION="Filebench - A Model Based File System Workload Generator"
-HOMEPAGE="https://sourceforge.net/projects/filebench/"
-SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
-
-LICENSE="CDDL"
-SLOT="0"
-KEYWORDS="~amd64 ~riscv ~x86"
-IUSE="auto-completion"
-
-RDEPEND="
-	auto-completion? ( dev-libs/libtecla )
-"
-DEPEND="${RDEPEND}
-	sys-devel/flex
-	sys-devel/bison
-"
-
-PATCHES=( "${FILESDIR}"/${PN}-fix-automagic-libtecla-dependency.patch )
-
-src_prepare() {
-	default
-	eautoreconf
-}
-
-src_configure() {
-	econf $(use_with auto-completion libtecla)
-}


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

end of thread, other threads:[~2023-11-14 18:35 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-10-10  3:04 [gentoo-commits] repo/gentoo:master commit in: app-benchmarks/filebench/ Sam James
  -- strict thread matches above, loose matches on Subject: below --
2023-11-14 18:35 Andreas Sturmlechner
2022-10-15  6:55 Jakov Smolić
2016-05-22 17:09 Göktürk Yüksek
2016-04-23  7:59 Patrice Clement
2016-03-20 11:15 Andrew Savchenko
2016-02-02 16:05 Patrick Lauer
2016-01-25 10:29 Andrew Savchenko

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