summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAaron Walker <ka0ttic@gentoo.org>2005-04-09 03:59:34 +0000
committerAaron Walker <ka0ttic@gentoo.org>2005-04-09 03:59:34 +0000
commitdccc247537ceb6ae148eda4e9fab3104262ddcb8 (patch)
treee4d155266fcab69eaa846598acb22ad31468ed23 /app-benchmarks/stress
parentAdded 80jadetex.cnf. This closes bug #21501. (diff)
downloadgentoo-2-dccc247537ceb6ae148eda4e9fab3104262ddcb8.tar.gz
gentoo-2-dccc247537ceb6ae148eda4e9fab3104262ddcb8.tar.bz2
gentoo-2-dccc247537ceb6ae148eda4e9fab3104262ddcb8.zip
Version bump for bug 88424. Added static support for bug 81279. Use make install over einstall for bug 71559.
(Portage version: 2.0.51.19)
Diffstat (limited to 'app-benchmarks/stress')
-rw-r--r--app-benchmarks/stress/ChangeLog9
-rw-r--r--app-benchmarks/stress/Manifest16
-rw-r--r--app-benchmarks/stress/files/digest-stress-0.18.41
-rw-r--r--app-benchmarks/stress/stress-0.18.1.ebuild17
-rw-r--r--app-benchmarks/stress/stress-0.18.4.ebuild29
5 files changed, 48 insertions, 24 deletions
diff --git a/app-benchmarks/stress/ChangeLog b/app-benchmarks/stress/ChangeLog
index 3c7fdeb9eb29..d8cd36e7dd9f 100644
--- a/app-benchmarks/stress/ChangeLog
+++ b/app-benchmarks/stress/ChangeLog
@@ -1,6 +1,13 @@
# ChangeLog for app-benchmarks/stress
# Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-benchmarks/stress/ChangeLog,v 1.15 2005/01/01 12:06:13 eradicator Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-benchmarks/stress/ChangeLog,v 1.16 2005/04/09 03:59:34 ka0ttic Exp $
+
+*stress-0.18.4 (09 Apr 2005)
+
+ 09 Apr 2005; Aaron Walker <ka0ttic@gentoo.org> stress-0.18.1.ebuild,
+ +stress-0.18.4.ebuild:
+ Version bump for bug 88424. Added static support for bug 81279. Use make
+ install over einstall for bug 71559.
16 Dec 2004; Markus Rothe <corsair@gentoo.org> stress-0.18.1.ebuild:
Stable on ppc64
diff --git a/app-benchmarks/stress/Manifest b/app-benchmarks/stress/Manifest
index ab43302b6c95..b638c1dc6fd8 100644
--- a/app-benchmarks/stress/Manifest
+++ b/app-benchmarks/stress/Manifest
@@ -1,14 +1,6 @@
------BEGIN PGP SIGNED MESSAGE-----
-Hash: SHA1
-
-MD5 0175dfef497721a2234769e944526922 stress-0.18.1.ebuild 648
-MD5 0b2a40c394d16ccb6d47617768c2f6b3 ChangeLog 1760
+MD5 bdae508ffa5a3f7c02046fcbb7fa6764 stress-0.18.4.ebuild 815
+MD5 bf299d635222241fa85c8742154371c9 stress-0.18.1.ebuild 669
+MD5 e8a0f68d9b870db21190e43dde3d741f ChangeLog 2001
MD5 9a551c719a5f13997e6a2f2375a93721 metadata.xml 164
MD5 ec9695d4d01d924951995ed39fe7b7f9 files/digest-stress-0.18.1 65
------BEGIN PGP SIGNATURE-----
-Version: GnuPG v1.4.1 (GNU/Linux)
-
-iD8DBQFCVtLJEZCkKN40op4RAjoZAKChYb+tGxmnuuZQg7JvcOspt1KMrgCfTNR5
-IikR2M9wBK0Y4z7z+ne/QY4=
-=4u/p
------END PGP SIGNATURE-----
+MD5 e46996b0cd4ebcecf557b1cb56a0cf6b files/digest-stress-0.18.4 65
diff --git a/app-benchmarks/stress/files/digest-stress-0.18.4 b/app-benchmarks/stress/files/digest-stress-0.18.4
new file mode 100644
index 000000000000..f8fdc2bbc8c9
--- /dev/null
+++ b/app-benchmarks/stress/files/digest-stress-0.18.4
@@ -0,0 +1 @@
+MD5 584a3242964214981e30e10f31e050f1 stress-0.18.4.tar.gz 161900
diff --git a/app-benchmarks/stress/stress-0.18.1.ebuild b/app-benchmarks/stress/stress-0.18.1.ebuild
index 651acb5997db..cc80946e88e8 100644
--- a/app-benchmarks/stress/stress-0.18.1.ebuild
+++ b/app-benchmarks/stress/stress-0.18.1.ebuild
@@ -1,8 +1,8 @@
# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-benchmarks/stress/stress-0.18.1.ebuild,v 1.10 2005/01/01 12:06:13 eradicator Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-benchmarks/stress/stress-0.18.1.ebuild,v 1.11 2005/04/09 03:59:34 ka0ttic Exp $
-MY_P=${PN}-${PV/_/}
+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"
@@ -10,17 +10,12 @@ SRC_URI="http://weather.ou.edu/~apw/projects/stress/${MY_P}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
-IUSE=""
KEYWORDS="x86 ~sparc ppc ppc64"
+IUSE=""
-DEPEND=""
-RDEPEND=""
-
-src_compile() {
- econf || die "econf failed"
- emake || die
-}
+DEPEND="virtual/libc"
src_install() {
- einstall
+ make DESTDIR="${D}" install || die "make install failed"
+ dodoc ChangeLog AUTHORS README
}
diff --git a/app-benchmarks/stress/stress-0.18.4.ebuild b/app-benchmarks/stress/stress-0.18.4.ebuild
new file mode 100644
index 000000000000..4df96fbd4f48
--- /dev/null
+++ b/app-benchmarks/stress/stress-0.18.4.ebuild
@@ -0,0 +1,29 @@
+# Copyright 1999-2005 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/app-benchmarks/stress/stress-0.18.4.ebuild,v 1.1 2005/04/09 03:59:34 ka0ttic 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="~x86 ~sparc ~ppc ~ppc64"
+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
+}