public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in app-benchmarks/stress: ChangeLog stress-1.0.1.ebuild
@ 2009-11-08 12:42 Patrick Lauer (patrick)
  0 siblings, 0 replies; 5+ messages in thread
From: Patrick Lauer (patrick) @ 2009-11-08 12:42 UTC (permalink / raw
  To: gentoo-commits

patrick     09/11/08 12:42:23

  Modified:             ChangeLog
  Added:                stress-1.0.1.ebuild
  Log:
  Bump
  (Portage version: 2.2_rc49/cvs/Linux x86_64)

Revision  Changes    Path
1.38                 app-benchmarks/stress/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-benchmarks/stress/ChangeLog?rev=1.38&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-benchmarks/stress/ChangeLog?rev=1.38&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-benchmarks/stress/ChangeLog?r1=1.37&r2=1.38

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-benchmarks/stress/ChangeLog,v
retrieving revision 1.37
retrieving revision 1.38
diff -u -r1.37 -r1.38
--- ChangeLog	13 Sep 2009 22:21:56 -0000	1.37
+++ ChangeLog	8 Nov 2009 12:42:23 -0000	1.38
@@ -1,6 +1,11 @@
 # ChangeLog for app-benchmarks/stress
 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-benchmarks/stress/ChangeLog,v 1.37 2009/09/13 22:21:56 patrick Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-benchmarks/stress/ChangeLog,v 1.38 2009/11/08 12:42:23 patrick Exp $
+
+*stress-1.0.1 (08 Nov 2009)
+
+  08 Nov 2009; Patrick Lauer <patrick@gentoo.org> +stress-1.0.1.ebuild:
+  Bump
 
   13 Sep 2009; Patrick Lauer <patrick@gentoo.org> stress-0.18.6.ebuild:
   Removing virtual/libc deps



1.1                  app-benchmarks/stress/stress-1.0.1.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-benchmarks/stress/stress-1.0.1.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-benchmarks/stress/stress-1.0.1.ebuild?rev=1.1&content-type=text/plain

Index: stress-1.0.1.ebuild
===================================================================
# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-benchmarks/stress/stress-1.0.1.ebuild,v 1.1 2009/11/08 12:42:23 patrick Exp $

inherit autotools flag-o-matic

MY_P="${PN}-${PV/_/}"
S="${WORKDIR}/${MY_P}"
DESCRIPTION="Imposes stressful loads on different aspects of the system."
HOMEPAGE="http://weather.ou.edu/~apw/projects/stress"
SRC_URI="http://weather.ou.edu/~apw/projects/stress/${MY_P}.tar.gz"

LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~arm ~mips ~ppc ~ppc64 ~sparc ~x86"
IUSE="static"

DEPEND="sys-apps/help2man"
RDEPEND=""

src_unpack() {
	unpack ${A}
	cd "${S}"

	# Force rebuild of the manpage.
	rm -f doc/stress.1

	# Honour Gentoo CFLAGS.
	sed -i -e "/CFLAGS/s/-Werror//" \
		   -e "s/CFLAGS/AM_CFLAGS/" \
		   src/Makefile.am || die "sed cflags failed"

	eautoreconf
}

src_compile() {
	use static && append-ldflags -static
	econf
	emake || die "emake failed"
}

src_install() {
	emake DESTDIR="${D}" install || die "emake install failed"
	dodoc ChangeLog AUTHORS README
}






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

* [gentoo-commits] gentoo-x86 commit in app-benchmarks/stress: ChangeLog stress-1.0.1.ebuild
@ 2009-12-28 16:47 Tiago Cunha (tcunha)
  0 siblings, 0 replies; 5+ messages in thread
From: Tiago Cunha (tcunha) @ 2009-12-28 16:47 UTC (permalink / raw
  To: gentoo-commits

tcunha      09/12/28 16:47:13

  Modified:             ChangeLog stress-1.0.1.ebuild
  Log:
  stable sparc, bug 296473
  (Portage version: 2.1.6.13/cvs/Linux x86_64)

Revision  Changes    Path
1.39                 app-benchmarks/stress/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-benchmarks/stress/ChangeLog?rev=1.39&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-benchmarks/stress/ChangeLog?rev=1.39&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-benchmarks/stress/ChangeLog?r1=1.38&r2=1.39

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-benchmarks/stress/ChangeLog,v
retrieving revision 1.38
retrieving revision 1.39
diff -u -r1.38 -r1.39
--- ChangeLog	8 Nov 2009 12:42:23 -0000	1.38
+++ ChangeLog	28 Dec 2009 16:47:12 -0000	1.39
@@ -1,6 +1,9 @@
 # ChangeLog for app-benchmarks/stress
 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-benchmarks/stress/ChangeLog,v 1.38 2009/11/08 12:42:23 patrick Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-benchmarks/stress/ChangeLog,v 1.39 2009/12/28 16:47:12 tcunha Exp $
+
+  28 Dec 2009; Tiago Cunha <tcunha@gentoo.org> stress-1.0.1.ebuild:
+  stable sparc, bug 296473
 
 *stress-1.0.1 (08 Nov 2009)
 



1.2                  app-benchmarks/stress/stress-1.0.1.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-benchmarks/stress/stress-1.0.1.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-benchmarks/stress/stress-1.0.1.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-benchmarks/stress/stress-1.0.1.ebuild?r1=1.1&r2=1.2

Index: stress-1.0.1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-benchmarks/stress/stress-1.0.1.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- stress-1.0.1.ebuild	8 Nov 2009 12:42:23 -0000	1.1
+++ stress-1.0.1.ebuild	28 Dec 2009 16:47:12 -0000	1.2
@@ -1,6 +1,6 @@
 # Copyright 1999-2009 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-benchmarks/stress/stress-1.0.1.ebuild,v 1.1 2009/11/08 12:42:23 patrick Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-benchmarks/stress/stress-1.0.1.ebuild,v 1.2 2009/12/28 16:47:12 tcunha Exp $
 
 inherit autotools flag-o-matic
 
@@ -12,7 +12,7 @@
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~mips ~ppc ~ppc64 ~sparc ~x86"
+KEYWORDS="~amd64 ~arm ~mips ~ppc ~ppc64 sparc ~x86"
 IUSE="static"
 
 DEPEND="sys-apps/help2man"






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

* [gentoo-commits] gentoo-x86 commit in app-benchmarks/stress: ChangeLog stress-1.0.1.ebuild
@ 2009-12-28 23:28 Markus Meier (maekke)
  0 siblings, 0 replies; 5+ messages in thread
From: Markus Meier (maekke) @ 2009-12-28 23:28 UTC (permalink / raw
  To: gentoo-commits

maekke      09/12/28 23:28:45

  Modified:             ChangeLog stress-1.0.1.ebuild
  Log:
  amd64/arm/x86 stable, bug #296473
  (Portage version: 2.2_rc61/cvs/Linux x86_64)

Revision  Changes    Path
1.40                 app-benchmarks/stress/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-benchmarks/stress/ChangeLog?rev=1.40&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-benchmarks/stress/ChangeLog?rev=1.40&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-benchmarks/stress/ChangeLog?r1=1.39&r2=1.40

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-benchmarks/stress/ChangeLog,v
retrieving revision 1.39
retrieving revision 1.40
diff -u -r1.39 -r1.40
--- ChangeLog	28 Dec 2009 16:47:12 -0000	1.39
+++ ChangeLog	28 Dec 2009 23:28:45 -0000	1.40
@@ -1,6 +1,9 @@
 # ChangeLog for app-benchmarks/stress
 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-benchmarks/stress/ChangeLog,v 1.39 2009/12/28 16:47:12 tcunha Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-benchmarks/stress/ChangeLog,v 1.40 2009/12/28 23:28:45 maekke Exp $
+
+  28 Dec 2009; Markus Meier <maekke@gentoo.org> stress-1.0.1.ebuild:
+  amd64/arm/x86 stable, bug #296473
 
   28 Dec 2009; Tiago Cunha <tcunha@gentoo.org> stress-1.0.1.ebuild:
   stable sparc, bug 296473



1.3                  app-benchmarks/stress/stress-1.0.1.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-benchmarks/stress/stress-1.0.1.ebuild?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-benchmarks/stress/stress-1.0.1.ebuild?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-benchmarks/stress/stress-1.0.1.ebuild?r1=1.2&r2=1.3

Index: stress-1.0.1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-benchmarks/stress/stress-1.0.1.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- stress-1.0.1.ebuild	28 Dec 2009 16:47:12 -0000	1.2
+++ stress-1.0.1.ebuild	28 Dec 2009 23:28:45 -0000	1.3
@@ -1,6 +1,6 @@
 # Copyright 1999-2009 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-benchmarks/stress/stress-1.0.1.ebuild,v 1.2 2009/12/28 16:47:12 tcunha Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-benchmarks/stress/stress-1.0.1.ebuild,v 1.3 2009/12/28 23:28:45 maekke Exp $
 
 inherit autotools flag-o-matic
 
@@ -12,7 +12,7 @@
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~mips ~ppc ~ppc64 sparc ~x86"
+KEYWORDS="amd64 arm ~mips ~ppc ~ppc64 sparc x86"
 IUSE="static"
 
 DEPEND="sys-apps/help2man"






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

* [gentoo-commits] gentoo-x86 commit in app-benchmarks/stress: ChangeLog stress-1.0.1.ebuild
@ 2009-12-31 13:59 Brent Baude (ranger)
  0 siblings, 0 replies; 5+ messages in thread
From: Brent Baude (ranger) @ 2009-12-31 13:59 UTC (permalink / raw
  To: gentoo-commits

ranger      09/12/31 13:59:45

  Modified:             ChangeLog stress-1.0.1.ebuild
  Log:
  Marking stress-1.0.1 ppc64 for bug 296473
  (Portage version: 2.1.7.16/cvs/Linux ppc64)

Revision  Changes    Path
1.41                 app-benchmarks/stress/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-benchmarks/stress/ChangeLog?rev=1.41&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-benchmarks/stress/ChangeLog?rev=1.41&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-benchmarks/stress/ChangeLog?r1=1.40&r2=1.41

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-benchmarks/stress/ChangeLog,v
retrieving revision 1.40
retrieving revision 1.41
diff -u -r1.40 -r1.41
--- ChangeLog	28 Dec 2009 23:28:45 -0000	1.40
+++ ChangeLog	31 Dec 2009 13:59:45 -0000	1.41
@@ -1,6 +1,9 @@
 # ChangeLog for app-benchmarks/stress
 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-benchmarks/stress/ChangeLog,v 1.40 2009/12/28 23:28:45 maekke Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-benchmarks/stress/ChangeLog,v 1.41 2009/12/31 13:59:45 ranger Exp $
+
+  31 Dec 2009; Brent Baude <ranger@gentoo.org> stress-1.0.1.ebuild:
+  Marking stress-1.0.1 ppc64 for bug 296473
 
   28 Dec 2009; Markus Meier <maekke@gentoo.org> stress-1.0.1.ebuild:
   amd64/arm/x86 stable, bug #296473



1.4                  app-benchmarks/stress/stress-1.0.1.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-benchmarks/stress/stress-1.0.1.ebuild?rev=1.4&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-benchmarks/stress/stress-1.0.1.ebuild?rev=1.4&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-benchmarks/stress/stress-1.0.1.ebuild?r1=1.3&r2=1.4

Index: stress-1.0.1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-benchmarks/stress/stress-1.0.1.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- stress-1.0.1.ebuild	28 Dec 2009 23:28:45 -0000	1.3
+++ stress-1.0.1.ebuild	31 Dec 2009 13:59:45 -0000	1.4
@@ -1,6 +1,6 @@
 # Copyright 1999-2009 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-benchmarks/stress/stress-1.0.1.ebuild,v 1.3 2009/12/28 23:28:45 maekke Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-benchmarks/stress/stress-1.0.1.ebuild,v 1.4 2009/12/31 13:59:45 ranger Exp $
 
 inherit autotools flag-o-matic
 
@@ -12,7 +12,7 @@
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="amd64 arm ~mips ~ppc ~ppc64 sparc x86"
+KEYWORDS="amd64 arm ~mips ~ppc ppc64 sparc x86"
 IUSE="static"
 
 DEPEND="sys-apps/help2man"






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

* [gentoo-commits] gentoo-x86 commit in app-benchmarks/stress: ChangeLog stress-1.0.1.ebuild
@ 2010-01-07  4:01 Joseph Jezak (josejx)
  0 siblings, 0 replies; 5+ messages in thread
From: Joseph Jezak (josejx) @ 2010-01-07  4:01 UTC (permalink / raw
  To: gentoo-commits

josejx      10/01/07 04:01:04

  Modified:             ChangeLog stress-1.0.1.ebuild
  Log:
  Marked ppc stable for bug #296473.
  (Portage version: 2.1.6.13/cvs/Linux x86_64)

Revision  Changes    Path
1.42                 app-benchmarks/stress/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-benchmarks/stress/ChangeLog?rev=1.42&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-benchmarks/stress/ChangeLog?rev=1.42&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-benchmarks/stress/ChangeLog?r1=1.41&r2=1.42

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-benchmarks/stress/ChangeLog,v
retrieving revision 1.41
retrieving revision 1.42
diff -u -r1.41 -r1.42
--- ChangeLog	31 Dec 2009 13:59:45 -0000	1.41
+++ ChangeLog	7 Jan 2010 04:01:04 -0000	1.42
@@ -1,6 +1,9 @@
 # ChangeLog for app-benchmarks/stress
-# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-benchmarks/stress/ChangeLog,v 1.41 2009/12/31 13:59:45 ranger Exp $
+# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/app-benchmarks/stress/ChangeLog,v 1.42 2010/01/07 04:01:04 josejx Exp $
+
+  07 Jan 2010; Joseph Jezak <josejx@gentoo.org> stress-1.0.1.ebuild:
+  Marked ppc stable for bug #296473.
 
   31 Dec 2009; Brent Baude <ranger@gentoo.org> stress-1.0.1.ebuild:
   Marking stress-1.0.1 ppc64 for bug 296473



1.5                  app-benchmarks/stress/stress-1.0.1.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-benchmarks/stress/stress-1.0.1.ebuild?rev=1.5&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-benchmarks/stress/stress-1.0.1.ebuild?rev=1.5&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-benchmarks/stress/stress-1.0.1.ebuild?r1=1.4&r2=1.5

Index: stress-1.0.1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-benchmarks/stress/stress-1.0.1.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- stress-1.0.1.ebuild	31 Dec 2009 13:59:45 -0000	1.4
+++ stress-1.0.1.ebuild	7 Jan 2010 04:01:04 -0000	1.5
@@ -1,6 +1,6 @@
-# Copyright 1999-2009 Gentoo Foundation
+# Copyright 1999-2010 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-benchmarks/stress/stress-1.0.1.ebuild,v 1.4 2009/12/31 13:59:45 ranger Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-benchmarks/stress/stress-1.0.1.ebuild,v 1.5 2010/01/07 04:01:04 josejx Exp $
 
 inherit autotools flag-o-matic
 
@@ -12,7 +12,7 @@
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="amd64 arm ~mips ~ppc ppc64 sparc x86"
+KEYWORDS="amd64 arm ~mips ppc ppc64 sparc x86"
 IUSE="static"
 
 DEPEND="sys-apps/help2man"






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

end of thread, other threads:[~2010-01-07  4:01 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-11-08 12:42 [gentoo-commits] gentoo-x86 commit in app-benchmarks/stress: ChangeLog stress-1.0.1.ebuild Patrick Lauer (patrick)
  -- strict thread matches above, loose matches on Subject: below --
2009-12-28 16:47 Tiago Cunha (tcunha)
2009-12-28 23:28 Markus Meier (maekke)
2009-12-31 13:59 Brent Baude (ranger)
2010-01-07  4:01 Joseph Jezak (josejx)

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