commit: 47c44e6c46f7648c054ce6bb0ce9e7b93f563adf Author: Petr Vaněk <arkamar <AT> gentoo <DOT> org> AuthorDate: Thu Jan 16 12:28:34 2025 +0000 Commit: Petr Vaněk <arkamar <AT> gentoo <DOT> org> CommitDate: Thu Jan 16 12:35:35 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=47c44e6c
dev-util/stressapptest: drop 1.0.9-r1 Bug: https://bugs.gentoo.org/713532 Bug: https://bugs.gentoo.org/906930 Signed-off-by: Petr Vaněk <arkamar <AT> gentoo.org> dev-util/stressapptest/Manifest | 1 - .../stressapptest/stressapptest-1.0.9-r1.ebuild | 24 ---------------------- 2 files changed, 25 deletions(-) diff --git a/dev-util/stressapptest/Manifest b/dev-util/stressapptest/Manifest index 8ee802f008d7..c974817001d1 100644 --- a/dev-util/stressapptest/Manifest +++ b/dev-util/stressapptest/Manifest @@ -1,2 +1 @@ DIST stressapptest-1.0.11.tar.gz 230797 BLAKE2B 0b1a3cb999c3f7042ecdfc49e118d8abfb28367e9e53a646fe1c89441446b725231997321ecc599b78313a1100df31bf2057f9a60092234597cf633b8520ecd5 SHA512 4d4a1d018e03a857af16773238323a1fddaf2babde491249e80e2644bffa2673bee9a9f2c97931eda04cb9481bffe4434c0986d3660bd5d922955e7c76376597 -DIST stressapptest-1.0.9.tar.gz 219517 BLAKE2B 58fdb60b924bedd526cf31ed47a56cf4cca288abb43054fc6de5379ec2c6ea705c92eec1ef657274949009e40e8fa82ee9cc6e1bda2ef160a894ba95519fcfd8 SHA512 2680b9a4e148a2fe0cb7758ffde7624c8874bbae1e7650bb4df6916512be5949996da16d52f530b237fe4c6122fa9bb2d35b11092d106f59d614b44eec250595 diff --git a/dev-util/stressapptest/stressapptest-1.0.9-r1.ebuild b/dev-util/stressapptest/stressapptest-1.0.9-r1.ebuild deleted file mode 100644 index 7a237d62e478..000000000000 --- a/dev-util/stressapptest/stressapptest-1.0.9-r1.ebuild +++ /dev/null @@ -1,24 +0,0 @@ -# Copyright 1999-2022 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -inherit flag-o-matic - -DESCRIPTION="Stressful Application Test" -HOMEPAGE="https://github.com/stressapptest/stressapptest" -SRC_URI="https://github.com/stressapptest/stressapptest/archive/v${PV}.tar.gz -> ${P}.tar.gz" - -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 -}
