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.4.ebuild
@ 2010-11-11 12:49 Patrick Lauer (patrick)
  0 siblings, 0 replies; 3+ messages in thread
From: Patrick Lauer (patrick) @ 2010-11-11 12:49 UTC (permalink / raw
  To: gentoo-commits

patrick     10/11/11 12:49:52

  Modified:             ChangeLog
  Added:                stress-1.0.4.ebuild
  Log:
  Bump
  
  (Portage version: 2.2.0_alpha4/cvs/Linux x86_64)

Revision  Changes    Path
1.44                 app-benchmarks/stress/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-benchmarks/stress/ChangeLog?rev=1.44&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-benchmarks/stress/ChangeLog?rev=1.44&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-benchmarks/stress/ChangeLog?r1=1.43&r2=1.44

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-benchmarks/stress/ChangeLog,v
retrieving revision 1.43
retrieving revision 1.44
diff -u -r1.43 -r1.44
--- ChangeLog	26 Feb 2010 20:58:51 -0000	1.43
+++ ChangeLog	11 Nov 2010 12:49:52 -0000	1.44
@@ -1,6 +1,11 @@
 # ChangeLog for app-benchmarks/stress
 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-benchmarks/stress/ChangeLog,v 1.43 2010/02/26 20:58:51 patrick Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-benchmarks/stress/ChangeLog,v 1.44 2010/11/11 12:49:52 patrick Exp $
+
+*stress-1.0.4 (11 Nov 2010)
+
+  11 Nov 2010; Patrick Lauer <patrick@gentoo.org> +stress-1.0.4.ebuild:
+  Bump
 
 *stress-1.0.3 (26 Feb 2010)
 



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

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

Index: stress-1.0.4.ebuild
===================================================================
# 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.4.ebuild,v 1.1 2010/11/11 12:49:52 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] 3+ messages in thread

* [gentoo-commits] gentoo-x86 commit in app-benchmarks/stress: ChangeLog stress-1.0.4.ebuild
@ 2011-12-18 20:14 PaweA Hajdan (phajdan.jr)
  0 siblings, 0 replies; 3+ messages in thread
From: PaweA Hajdan (phajdan.jr) @ 2011-12-18 20:14 UTC (permalink / raw
  To: gentoo-commits

phajdan.jr    11/12/18 20:14:08

  Modified:             ChangeLog stress-1.0.4.ebuild
  Log:
  x86 stable wrt bug #393701
  
  (Portage version: 2.1.10.11/cvs/Linux i686)

Revision  Changes    Path
1.47                 app-benchmarks/stress/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-benchmarks/stress/ChangeLog?rev=1.47&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-benchmarks/stress/ChangeLog?rev=1.47&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-benchmarks/stress/ChangeLog?r1=1.46&r2=1.47

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-benchmarks/stress/ChangeLog,v
retrieving revision 1.46
retrieving revision 1.47
diff -u -r1.46 -r1.47
--- ChangeLog	16 Dec 2011 21:24:19 -0000	1.46
+++ ChangeLog	18 Dec 2011 20:14:08 -0000	1.47
@@ -1,6 +1,9 @@
 # ChangeLog for app-benchmarks/stress
 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-benchmarks/stress/ChangeLog,v 1.46 2011/12/16 21:24:19 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-benchmarks/stress/ChangeLog,v 1.47 2011/12/18 20:14:08 phajdan.jr Exp $
+
+  18 Dec 2011; Pawel Hajdan jr <phajdan.jr@gentoo.org> stress-1.0.4.ebuild:
+  x86 stable wrt bug #393701
 
   16 Dec 2011; Agostino Sarubbo <ago@gentoo.org> stress-1.0.4.ebuild:
   Stable for AMD64, wrt bug #393701



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

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

Index: stress-1.0.4.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-benchmarks/stress/stress-1.0.4.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- stress-1.0.4.ebuild	16 Dec 2011 21:24:19 -0000	1.2
+++ stress-1.0.4.ebuild	18 Dec 2011 20:14:08 -0000	1.3
@@ -1,6 +1,6 @@
 # Copyright 1999-2011 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-benchmarks/stress/stress-1.0.4.ebuild,v 1.2 2011/12/16 21:24:19 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-benchmarks/stress/stress-1.0.4.ebuild,v 1.3 2011/12/18 20:14:08 phajdan.jr 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] 3+ messages in thread

* [gentoo-commits] gentoo-x86 commit in app-benchmarks/stress: ChangeLog stress-1.0.4.ebuild
@ 2013-06-03 19:23 Tim Harder (radhermit)
  0 siblings, 0 replies; 3+ messages in thread
From: Tim Harder (radhermit) @ 2013-06-03 19:23 UTC (permalink / raw
  To: gentoo-commits

radhermit    13/06/03 19:23:21

  Modified:             ChangeLog stress-1.0.4.ebuild
  Log:
  Update to EAPI 4 and remove old, unnecessary workarounds.
  
  (Portage version: 2.2.0_alpha177/cvs/Linux x86_64, signed Manifest commit with key 4AB3E85B4F064CA3)

Revision  Changes    Path
1.48                 app-benchmarks/stress/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-benchmarks/stress/ChangeLog?rev=1.48&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-benchmarks/stress/ChangeLog?rev=1.48&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-benchmarks/stress/ChangeLog?r1=1.47&r2=1.48

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-benchmarks/stress/ChangeLog,v
retrieving revision 1.47
retrieving revision 1.48
diff -u -r1.47 -r1.48
--- ChangeLog	18 Dec 2011 20:14:08 -0000	1.47
+++ ChangeLog	3 Jun 2013 19:23:21 -0000	1.48
@@ -1,6 +1,9 @@
 # ChangeLog for app-benchmarks/stress
-# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-benchmarks/stress/ChangeLog,v 1.47 2011/12/18 20:14:08 phajdan.jr Exp $
+# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/app-benchmarks/stress/ChangeLog,v 1.48 2013/06/03 19:23:21 radhermit Exp $
+
+  03 Jun 2013; Tim Harder <radhermit@gentoo.org> stress-1.0.4.ebuild:
+  Update to EAPI 4 and remove old, unnecessary workarounds.
 
   18 Dec 2011; Pawel Hajdan jr <phajdan.jr@gentoo.org> stress-1.0.4.ebuild:
   x86 stable wrt bug #393701



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

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

Index: stress-1.0.4.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-benchmarks/stress/stress-1.0.4.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- stress-1.0.4.ebuild	18 Dec 2011 20:14:08 -0000	1.3
+++ stress-1.0.4.ebuild	3 Jun 2013 19:23:21 -0000	1.4
@@ -1,11 +1,12 @@
-# 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/stress/stress-1.0.4.ebuild,v 1.3 2011/12/18 20:14:08 phajdan.jr Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-benchmarks/stress/stress-1.0.4.ebuild,v 1.4 2013/06/03 19:23:21 radhermit Exp $
 
-inherit autotools flag-o-matic
+EAPI=4
 
-MY_P="${PN}-${PV/_/}"
-S="${WORKDIR}/${MY_P}"
+inherit flag-o-matic
+
+MY_P=${PN}-${PV/_/}
 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"
@@ -15,31 +16,8 @@
 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
-}
+S=${WORKDIR}/${MY_P}
 
-src_compile() {
+src_prepare() {
 	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] 3+ messages in thread

end of thread, other threads:[~2013-06-03 19:23 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-11-11 12:49 [gentoo-commits] gentoo-x86 commit in app-benchmarks/stress: ChangeLog stress-1.0.4.ebuild Patrick Lauer (patrick)
  -- strict thread matches above, loose matches on Subject: below --
2011-12-18 20:14 PaweA Hajdan (phajdan.jr)
2013-06-03 19:23 Tim Harder (radhermit)

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