diff options
author | Aaron Walker <ka0ttic@gentoo.org> | 2005-07-01 03:20:10 +0000 |
---|---|---|
committer | Aaron Walker <ka0ttic@gentoo.org> | 2005-07-01 03:20:10 +0000 |
commit | 00b467536b2a3f867d2e5423070cfe0f523649e7 (patch) | |
tree | abc768efc40b4907ad9c0adfcddd3ab16123ab96 /app-benchmarks | |
parent | apply patch to fix #97361, purged old ebuilds (diff) | |
download | historical-00b467536b2a3f867d2e5423070cfe0f523649e7.tar.gz historical-00b467536b2a3f867d2e5423070cfe0f523649e7.tar.bz2 historical-00b467536b2a3f867d2e5423070cfe0f523649e7.zip |
Version bump; marked 0.18.4 stable on x86.
Package-Manager: portage-2.0.51.22-r1
Diffstat (limited to 'app-benchmarks')
-rw-r--r-- | app-benchmarks/stress/ChangeLog | 8 | ||||
-rw-r--r-- | app-benchmarks/stress/Manifest | 12 | ||||
-rw-r--r-- | app-benchmarks/stress/files/digest-stress-0.18.6 | 1 | ||||
-rw-r--r-- | app-benchmarks/stress/stress-0.18.4.ebuild | 4 | ||||
-rw-r--r-- | app-benchmarks/stress/stress-0.18.6.ebuild | 29 |
5 files changed, 46 insertions, 8 deletions
diff --git a/app-benchmarks/stress/ChangeLog b/app-benchmarks/stress/ChangeLog index d8cd36e7dd9f..82eed38d8f13 100644 --- a/app-benchmarks/stress/ChangeLog +++ b/app-benchmarks/stress/ChangeLog @@ -1,6 +1,12 @@ # 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.16 2005/04/09 03:59:34 ka0ttic Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-benchmarks/stress/ChangeLog,v 1.17 2005/07/01 03:20:09 ka0ttic Exp $ + +*stress-0.18.6 (01 Jul 2005) + + 01 Jul 2005; Aaron Walker <ka0ttic@gentoo.org> stress-0.18.4.ebuild, + +stress-0.18.6.ebuild: + Version bump; marked 0.18.4 stable on x86. *stress-0.18.4 (09 Apr 2005) diff --git a/app-benchmarks/stress/Manifest b/app-benchmarks/stress/Manifest index 46a6b3c905a9..d65d9f8c962b 100644 --- a/app-benchmarks/stress/Manifest +++ b/app-benchmarks/stress/Manifest @@ -1,16 +1,18 @@ -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 -MD5 f6d5c6ee9a7de771992f64e13e55d8f8 stress-0.18.4.ebuild 811 +MD5 8e4410bc0d9684bd305bef9453c37dad stress-0.18.4.ebuild 810 +MD5 c2c47862d70b0403f9f2e5c99d577466 stress-0.18.6.ebuild 811 MD5 4f6e1ad6d642809ef09da3ba3dafa4bc stress-0.18.1.ebuild 666 -MD5 ba54f9db9f0c1ef0619b5cf409591c20 ChangeLog 1998 +MD5 ad9656425d3b5e4fcb8c831b0fe6e83d ChangeLog 2170 MD5 9a551c719a5f13997e6a2f2375a93721 metadata.xml 164 MD5 ec9695d4d01d924951995ed39fe7b7f9 files/digest-stress-0.18.1 65 MD5 e46996b0cd4ebcecf557b1cb56a0cf6b files/digest-stress-0.18.4 65 +MD5 b0e5a3aac816d3a0c336247c14d2503c files/digest-stress-0.18.6 65 -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.1 (GNU/Linux) -iD8DBQFCV1M1EZCkKN40op4RAjyGAJ9pe6ewggmXXHcpySS0rVbFClGkgwCePfx5 -Ny+CJ9M9so/yirmrW36pob8= -=eGNo +iD8DBQFCxLaDEZCkKN40op4RAlyjAKCMGpjesm+4j40pHF/lLcab7kQVrQCgiSNg +6b4QHUgUv9uAAKaHTwC2c3E= +=9M7U -----END PGP SIGNATURE----- diff --git a/app-benchmarks/stress/files/digest-stress-0.18.6 b/app-benchmarks/stress/files/digest-stress-0.18.6 new file mode 100644 index 000000000000..1d4e453313c5 --- /dev/null +++ b/app-benchmarks/stress/files/digest-stress-0.18.6 @@ -0,0 +1 @@ +MD5 ff2755d21f12f14fe28f7a0526e0f231 stress-0.18.6.tar.gz 162798 diff --git a/app-benchmarks/stress/stress-0.18.4.ebuild b/app-benchmarks/stress/stress-0.18.4.ebuild index 4df96fbd4f48..9ce9b973a1f7 100644 --- a/app-benchmarks/stress/stress-0.18.4.ebuild +++ b/app-benchmarks/stress/stress-0.18.4.ebuild @@ -1,6 +1,6 @@ # 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 $ +# $Header: /var/cvsroot/gentoo-x86/app-benchmarks/stress/stress-0.18.4.ebuild,v 1.2 2005/07/01 03:20:09 ka0ttic Exp $ inherit flag-o-matic @@ -12,7 +12,7 @@ SRC_URI="http://weather.ou.edu/~apw/projects/stress/${MY_P}.tar.gz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~x86 ~sparc ~ppc ~ppc64" +KEYWORDS="~ppc ~ppc64 ~sparc x86" IUSE="static" DEPEND="virtual/libc" diff --git a/app-benchmarks/stress/stress-0.18.6.ebuild b/app-benchmarks/stress/stress-0.18.6.ebuild new file mode 100644 index 000000000000..74b25c6f2473 --- /dev/null +++ b/app-benchmarks/stress/stress-0.18.6.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.6.ebuild,v 1.1 2005/07/01 03:20:09 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 +} |