summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--dev-util/stressapptest/Manifest1
-rw-r--r--dev-util/stressapptest/stressapptest-1.0.7_p1.ebuild28
2 files changed, 0 insertions, 29 deletions
diff --git a/dev-util/stressapptest/Manifest b/dev-util/stressapptest/Manifest
index 765394754e50..6d5bb5e7e8b4 100644
--- a/dev-util/stressapptest/Manifest
+++ b/dev-util/stressapptest/Manifest
@@ -1,2 +1 @@
-DIST stressapptest-1.0.7_p1.tar.xz 165876 BLAKE2B 4d475066549dff7abeaeaa361bbeb8aca67d3b68d3de04700383f9bf84feba4372a62df01983fd8f4f9a9f3ead9ad2ed045e01e11265c3eff9e952be7551bc1a SHA512 ac3c072eae6f13ba6608d2cee1ee33b5d27b078dbbcb9e7ae1e59507d4571e36a06dd0e19e4a1b705c916104e06be39aa93ebe607fe93d5669e8764c68904fc9
DIST stressapptest-1.0.8.tar.gz 218485 BLAKE2B a843330dfbf16b324a13e4156c819e8b9139288bd316d560410aeb704ff4e24c47d86dd3b1d1a65d325b86110015c6e893cd38aea99d59b7c68989ba2228f376 SHA512 b5fde353d15958052219c3e505a22aa914e03a7fe96c3a0ac5025a4c730643f6fbdd5088a7cc0dd4618d4998151e2374507845110af8f2cdb43ccd4c87d48916
diff --git a/dev-util/stressapptest/stressapptest-1.0.7_p1.ebuild b/dev-util/stressapptest/stressapptest-1.0.7_p1.ebuild
deleted file mode 100644
index d8a17384024e..000000000000
--- a/dev-util/stressapptest/stressapptest-1.0.7_p1.ebuild
+++ /dev/null
@@ -1,28 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-# This is the 1.0.7 release:
-# https://code.google.com/p/stressapptest/source/detail?r=44
-# With the one follow up fix applied (hence the p1).
-
-EAPI="4"
-
-inherit flag-o-matic
-
-DESCRIPTION="Stressful Application Test"
-HOMEPAGE="https://code.google.com/p/stressapptest/"
-SRC_URI="mirror://gentoo/${P}.tar.xz"
-
-LICENSE="Apache-2.0"
-SLOT="0"
-KEYWORDS="~amd64 ~arm ~mips ~x86"
-IUSE="debug"
-
-RDEPEND="dev-libs/libaio"
-DEPEND="${RDEPEND}"
-
-src_configure() {
- # Matches the configure & sat.cc logic
- use debug || append-cppflags -DNDEBUG -DCHECKOPTS
- econf --disable-default-optimizations
-}