dev-util/stressapptest: remove 1.0.7_p1

Package-Manager: Portage-2.3.14, Repoman-2.3.6
This commit is contained in:
Michael Palimaka
2017-12-21 20:05:52 +11:00
parent 244d0e2919
commit 8877458f0c
2 changed files with 0 additions and 29 deletions

View 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

View File

@@ -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
}