summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPatrick Lauer <patrick@gentoo.org>2009-01-08 20:28:53 +0000
committerPatrick Lauer <patrick@gentoo.org>2009-01-08 20:28:53 +0000
commiteb86dcfab1593e70a85c73f1e3928f6af8a9e5b4 (patch)
tree98fafbfc7153149da3e3eaa196a5574196d51156 /app-benchmarks
parentFix build with newer sharp stack. (diff)
downloadhistorical-eb86dcfab1593e70a85c73f1e3928f6af8a9e5b4.tar.gz
historical-eb86dcfab1593e70a85c73f1e3928f6af8a9e5b4.tar.bz2
historical-eb86dcfab1593e70a85c73f1e3928f6af8a9e5b4.zip
Removing old
Package-Manager: portage-2.2_rc20/cvs/Linux 2.6.28 x86_64
Diffstat (limited to 'app-benchmarks')
-rw-r--r--app-benchmarks/iozone/ChangeLog8
-rw-r--r--app-benchmarks/iozone/iozone-3.308.ebuild77
-rw-r--r--app-benchmarks/iozone/iozone-3.311.ebuild77
-rw-r--r--app-benchmarks/stress/ChangeLog8
-rw-r--r--app-benchmarks/stress/stress-0.18.1.ebuild21
-rw-r--r--app-benchmarks/stress/stress-0.18.4.ebuild29
-rw-r--r--app-benchmarks/stress/stress-0.18.8.ebuild29
7 files changed, 12 insertions, 237 deletions
diff --git a/app-benchmarks/iozone/ChangeLog b/app-benchmarks/iozone/ChangeLog
index 6074d20ed0b6..7cc5f710859b 100644
--- a/app-benchmarks/iozone/ChangeLog
+++ b/app-benchmarks/iozone/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for app-benchmarks/iozone
-# Copyright 2000-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-benchmarks/iozone/ChangeLog,v 1.35 2008/11/23 09:26:23 patrick Exp $
+# Copyright 2000-2009 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/app-benchmarks/iozone/ChangeLog,v 1.36 2009/01/08 20:25:31 patrick Exp $
+
+ 08 Jan 2009; Patrick Lauer <patrick@gentoo.org> -iozone-3.308.ebuild,
+ -iozone-3.311.ebuild:
+ Removing old
*iozone-3.315 (23 Nov 2008)
diff --git a/app-benchmarks/iozone/iozone-3.308.ebuild b/app-benchmarks/iozone/iozone-3.308.ebuild
deleted file mode 100644
index cec5fadf54de..000000000000
--- a/app-benchmarks/iozone/iozone-3.308.ebuild
+++ /dev/null
@@ -1,77 +0,0 @@
-# Copyright 1999-2008 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-benchmarks/iozone/iozone-3.308.ebuild,v 1.1 2008/11/03 16:42:12 dragonheart Exp $
-
-# TODO
-# -> linux-arm (32bit) <-
-# -> linux-AMD64 (64bit) <-
-# -> linux-ia64 (64bit) <-
-# -> linux-powerpc (32bit) <-
-# -> linux-powerpc64 (64bit) <-
-# -> linux-S390 (32bit) <-
-# -> linux-S390X (64bit) <-
-#
-# -> freebsd (32bit) <-
-# -> macosx (32bit) <-
-# -> netbsd (32bit) <-
-# -> openbsd (32bit) <-
-# -> openbsd-threads (32bit) <-
-#
-# ~ia64 ~s390 alpha(?) x86-fbsd
-
-inherit eutils toolchain-funcs
-
-DESCRIPTION="Filesystem benchmarking program"
-HOMEPAGE="http://www.iozone.org/"
-SRC_URI="http://www.iozone.org/src/current/${PN}${PV/./_}.tar"
-
-LICENSE="freedist"
-SLOT="0"
-KEYWORDS="~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc ~x86"
-IUSE=""
-
-DEPEND="
- >=sys-apps/sed-4
- virtual/libc"
-RDEPEND="virtual/libc"
-
-S=${WORKDIR}/${PN}${PV/./_}
-
-src_compile() {
- cd src/current
-
- # Options FIX
- sed -i -e "s:CC =.*:CC =$(tc-getCC):g" \
- -e "s:-O3:${CFLAGS}:g" makefile
-
- case ${ARCH} in
- x86|alpha) PLATFORM="linux";;
- arm) PLATFORM="linux-arm";;
- ppc) PLATFORM="linux-powerpc";;
- ppc64) PLATFORM="linux-powerpc64";;
- amd64) PLATFORM="linux-AMD64";;
- ia64) PLATFORM="linux-ia64";;
- s390) PLATFORM="linux-S390";;
- x86-fbsd) PLATFORM="freebsd";;
- *) PLATFORM="linux-${ARCH}";;
- esac
-
- emake ${PLATFORM} || die "Compile failed"
-}
-
-src_install() {
- dosbin src/current/iozone
- dodoc docs/I*
- dodoc docs/Run_rules.doc
- dodoc src/current/Changes.txt
- doman docs/iozone.1
-
- insinto /usr/share/doc/${PF}
- cd src/current
- doins Generate_Graphs Gnuplot.txt gengnuplot.sh gnu3d.dem
-}
-
-src_test() {
- cd "${T}"
- "${S}"/src/current/iozone testfile || die "self test failed"
-}
diff --git a/app-benchmarks/iozone/iozone-3.311.ebuild b/app-benchmarks/iozone/iozone-3.311.ebuild
deleted file mode 100644
index 864397fe4e62..000000000000
--- a/app-benchmarks/iozone/iozone-3.311.ebuild
+++ /dev/null
@@ -1,77 +0,0 @@
-# Copyright 1999-2008 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-benchmarks/iozone/iozone-3.311.ebuild,v 1.1 2008/11/03 16:42:12 dragonheart Exp $
-
-# TODO
-# -> linux-arm (32bit) <-
-# -> linux-AMD64 (64bit) <-
-# -> linux-ia64 (64bit) <-
-# -> linux-powerpc (32bit) <-
-# -> linux-powerpc64 (64bit) <-
-# -> linux-S390 (32bit) <-
-# -> linux-S390X (64bit) <-
-#
-# -> freebsd (32bit) <-
-# -> macosx (32bit) <-
-# -> netbsd (32bit) <-
-# -> openbsd (32bit) <-
-# -> openbsd-threads (32bit) <-
-#
-# ~ia64 ~s390 alpha(?) x86-fbsd
-
-inherit eutils toolchain-funcs
-
-DESCRIPTION="Filesystem benchmarking program"
-HOMEPAGE="http://www.iozone.org/"
-SRC_URI="http://www.iozone.org/src/current/${PN}${PV/./_}.tar"
-
-LICENSE="freedist"
-SLOT="0"
-KEYWORDS="~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc ~x86"
-IUSE=""
-
-DEPEND="
- >=sys-apps/sed-4
- virtual/libc"
-RDEPEND="virtual/libc"
-
-S=${WORKDIR}/${PN}${PV/./_}
-
-src_compile() {
- cd src/current
-
- # Options FIX
- sed -i -e "s:CC =.*:CC =$(tc-getCC):g" \
- -e "s:-O3:${CFLAGS}:g" makefile
-
- case ${ARCH} in
- x86|alpha) PLATFORM="linux";;
- arm) PLATFORM="linux-arm";;
- ppc) PLATFORM="linux-powerpc";;
- ppc64) PLATFORM="linux-powerpc64";;
- amd64) PLATFORM="linux-AMD64";;
- ia64) PLATFORM="linux-ia64";;
- s390) PLATFORM="linux-S390";;
- x86-fbsd) PLATFORM="freebsd";;
- *) PLATFORM="linux-${ARCH}";;
- esac
-
- emake ${PLATFORM} || die "Compile failed"
-}
-
-src_install() {
- dosbin src/current/iozone
- dodoc docs/I*
- dodoc docs/Run_rules.doc
- dodoc src/current/Changes.txt
- doman docs/iozone.1
-
- insinto /usr/share/doc/${PF}
- cd src/current
- doins Generate_Graphs Gnuplot.txt gengnuplot.sh gnu3d.dem
-}
-
-src_test() {
- cd "${T}"
- "${S}"/src/current/iozone testfile || die "self test failed"
-}
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
-}