dev-util/stressapptest: remove 1.0.7_p1
authorMichael Palimaka <kensington@gentoo.org>
Thu, 21 Dec 2017 09:05:52 +0000 (20:05 +1100)
committerMichael Palimaka <kensington@gentoo.org>
Thu, 21 Dec 2017 09:07:37 +0000 (20:07 +1100)
Package-Manager: Portage-2.3.14, Repoman-2.3.6

dev-util/stressapptest/Manifest
dev-util/stressapptest/stressapptest-1.0.7_p1.ebuild [deleted file]

index 765394754e508064d8ca741dee044ab6f3fedb46..6d5bb5e7e8b495e66456e559104114a0bef19ef2 100644 (file)
@@ -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 (file)
index d8a1738..0000000
+++ /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
-}