Gentoo Archives: gentoo-commits

From: David Seifert <soap@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-util/stressapptest/
Date: Thu, 29 Nov 2018 20:47:10
Message-Id: 1543524403.17aaf361405c75cd9fb07f591beaa957601e0949.soap@gentoo
1 commit: 17aaf361405c75cd9fb07f591beaa957601e0949
2 Author: David Seifert <soap <AT> gentoo <DOT> org>
3 AuthorDate: Thu Nov 29 20:45:45 2018 +0000
4 Commit: David Seifert <soap <AT> gentoo <DOT> org>
5 CommitDate: Thu Nov 29 20:46:43 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=17aaf361
7
8 dev-util/stressapptest: Remove old
9
10 Package-Manager: Portage-2.3.52, Repoman-2.3.12
11 Signed-off-by: David Seifert <soap <AT> gentoo.org>
12
13 dev-util/stressapptest/Manifest | 1 -
14 dev-util/stressapptest/stressapptest-1.0.8.ebuild | 24 -----------------------
15 2 files changed, 25 deletions(-)
16
17 diff --git a/dev-util/stressapptest/Manifest b/dev-util/stressapptest/Manifest
18 index ea3d4a72804..f0b635157c3 100644
19 --- a/dev-util/stressapptest/Manifest
20 +++ b/dev-util/stressapptest/Manifest
21 @@ -1,2 +1 @@
22 -DIST stressapptest-1.0.8.tar.gz 218485 BLAKE2B a843330dfbf16b324a13e4156c819e8b9139288bd316d560410aeb704ff4e24c47d86dd3b1d1a65d325b86110015c6e893cd38aea99d59b7c68989ba2228f376 SHA512 b5fde353d15958052219c3e505a22aa914e03a7fe96c3a0ac5025a4c730643f6fbdd5088a7cc0dd4618d4998151e2374507845110af8f2cdb43ccd4c87d48916
23 DIST stressapptest-1.0.9.tar.gz 219517 BLAKE2B 58fdb60b924bedd526cf31ed47a56cf4cca288abb43054fc6de5379ec2c6ea705c92eec1ef657274949009e40e8fa82ee9cc6e1bda2ef160a894ba95519fcfd8 SHA512 2680b9a4e148a2fe0cb7758ffde7624c8874bbae1e7650bb4df6916512be5949996da16d52f530b237fe4c6122fa9bb2d35b11092d106f59d614b44eec250595
24
25 diff --git a/dev-util/stressapptest/stressapptest-1.0.8.ebuild b/dev-util/stressapptest/stressapptest-1.0.8.ebuild
26 deleted file mode 100644
27 index 927f546d91e..00000000000
28 --- a/dev-util/stressapptest/stressapptest-1.0.8.ebuild
29 +++ /dev/null
30 @@ -1,24 +0,0 @@
31 -# Copyright 1999-2017 Gentoo Foundation
32 -# Distributed under the terms of the GNU General Public License v2
33 -
34 -EAPI="5"
35 -
36 -inherit flag-o-matic
37 -
38 -DESCRIPTION="Stressful Application Test"
39 -HOMEPAGE="https://github.com/stressapptest/stressapptest"
40 -SRC_URI="https://github.com/stressapptest/stressapptest/archive/v${PV}.tar.gz -> ${P}.tar.gz"
41 -
42 -LICENSE="Apache-2.0"
43 -SLOT="0"
44 -KEYWORDS="~amd64 ~arm ~mips ~x86"
45 -IUSE="debug"
46 -
47 -RDEPEND="dev-libs/libaio"
48 -DEPEND="${RDEPEND}"
49 -
50 -src_configure() {
51 - # Matches the configure & sat.cc logic.
52 - use debug || append-cppflags -DNDEBUG -DCHECKOPTS
53 - econf --disable-default-optimizations
54 -}