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.0.ebuild
@ 2008-11-23  0:53 Patrick Lauer (patrick)
  0 siblings, 0 replies; only message in thread
From: Patrick Lauer (patrick) @ 2008-11-23  0:53 UTC (permalink / raw
  To: gentoo-commits

patrick     08/11/23 00:53:44

  Modified:             ChangeLog
  Added:                stress-1.0.0.ebuild
  Log:
  Bumping to 1.0, closing #214977
  (Portage version: 2.2_rc14/cvs/Linux 2.6.26.5 x86_64)

Revision  Changes    Path
1.28                 app-benchmarks/stress/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-benchmarks/stress/ChangeLog,v
retrieving revision 1.27
retrieving revision 1.28
diff -u -r1.27 -r1.28
--- ChangeLog	21 Feb 2007 20:11:45 -0000	1.27
+++ ChangeLog	23 Nov 2008 00:53:44 -0000	1.28
@@ -1,6 +1,11 @@
 # ChangeLog for app-benchmarks/stress
-# Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-benchmarks/stress/ChangeLog,v 1.27 2007/02/21 20:11:45 peper Exp $
+# Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/app-benchmarks/stress/ChangeLog,v 1.28 2008/11/23 00:53:44 patrick Exp $
+
+*stress-1.0.0 (23 Nov 2008)
+
+  23 Nov 2008; Patrick Lauer <patrick@gentoo.org> +stress-1.0.0.ebuild:
+  Bumping to 1.0, needs testing :)
 
   21 Feb 2007; Piotr Jaroszyński <peper@gentoo.org> ChangeLog:
   Transition to Manifest2.



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

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

Index: stress-1.0.0.ebuild
===================================================================
# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-benchmarks/stress/stress-1.0.0.ebuild,v 1.1 2008/11/23 00:53:44 patrick Exp $

inherit 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 ~mips ~ppc ~ppc64 ~sparc ~x86"
IUSE="static"

DEPEND="virtual/libc"

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

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






^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2008-11-23  0:53 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-11-23  0:53 [gentoo-commits] gentoo-x86 commit in app-benchmarks/stress: ChangeLog stress-1.0.0.ebuild Patrick Lauer (patrick)

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