diff options
author | Patrick Lauer <patrick@gentoo.org> | 2009-01-08 20:28:53 +0000 |
---|---|---|
committer | Patrick Lauer <patrick@gentoo.org> | 2009-01-08 20:28:53 +0000 |
commit | ef569fb9359ce56837ee7f3254b2965e2b1a7436 (patch) | |
tree | 1a75f121d899cfb98c524b2c750d843fbb759c4b /app-benchmarks/stress | |
parent | Fix build with newer sharp stack. (diff) | |
download | gentoo-2-ef569fb9359ce56837ee7f3254b2965e2b1a7436.tar.gz gentoo-2-ef569fb9359ce56837ee7f3254b2965e2b1a7436.tar.bz2 gentoo-2-ef569fb9359ce56837ee7f3254b2965e2b1a7436.zip |
Removing old
(Portage version: 2.2_rc20/cvs/Linux 2.6.28 x86_64)
Diffstat (limited to 'app-benchmarks/stress')
-rw-r--r-- | app-benchmarks/stress/ChangeLog | 8 | ||||
-rw-r--r-- | app-benchmarks/stress/stress-0.18.1.ebuild | 21 | ||||
-rw-r--r-- | app-benchmarks/stress/stress-0.18.4.ebuild | 29 | ||||
-rw-r--r-- | app-benchmarks/stress/stress-0.18.8.ebuild | 29 |
4 files changed, 6 insertions, 81 deletions
diff --git a/app-benchmarks/stress/ChangeLog b/app-benchmarks/stress/ChangeLog index a9b3b776d4df..220f55b245ba 100644 --- a/app-benchmarks/stress/ChangeLog +++ b/app-benchmarks/stress/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for app-benchmarks/stress -# 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 $ +# Copyright 2002-2009 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/app-benchmarks/stress/ChangeLog,v 1.29 2009/01/08 20:28:53 patrick Exp $ + + 08 Jan 2009; Patrick Lauer <patrick@gentoo.org> -stress-0.18.1.ebuild, + -stress-0.18.4.ebuild, -stress-0.18.8.ebuild: + Removing old *stress-1.0.0 (23 Nov 2008) diff --git a/app-benchmarks/stress/stress-0.18.1.ebuild b/app-benchmarks/stress/stress-0.18.1.ebuild deleted file mode 100644 index cc80946e88e8..000000000000 --- a/app-benchmarks/stress/stress-0.18.1.ebuild +++ /dev/null @@ -1,21 +0,0 @@ -# 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.11 2005/04/09 03:59:34 ka0ttic Exp $ - -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="" - -DEPEND="virtual/libc" - -src_install() { - 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 deleted file mode 100644 index 66e807fbf06b..000000000000 --- a/app-benchmarks/stress/stress-0.18.4.ebuild +++ /dev/null @@ -1,29 +0,0 @@ -# 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.4 2005/07/07 18:28:31 corsair 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="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 -} diff --git a/app-benchmarks/stress/stress-0.18.8.ebuild b/app-benchmarks/stress/stress-0.18.8.ebuild deleted file mode 100644 index 68fb1a89bff2..000000000000 --- a/app-benchmarks/stress/stress-0.18.8.ebuild +++ /dev/null @@ -1,29 +0,0 @@ -# Copyright 1999-2007 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-benchmarks/stress/stress-0.18.8.ebuild,v 1.1 2007/01/17 20:48:00 antarus 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 -} |