summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorConrad Kostecki <conikost@gentoo.org>2021-11-16 23:04:42 +0100
committerConrad Kostecki <conikost@gentoo.org>2021-11-16 23:04:42 +0100
commitb22002b935af275a9342c6e16f50653ca0a87de0 (patch)
tree79d5736151895b039a80303ac7adae27f4f6507e /app-benchmarks/stress-ng
parentapp-benchmarks/stress-ng: fix automagic (diff)
downloadgentoo-b22002b935af275a9342c6e16f50653ca0a87de0.tar.gz
gentoo-b22002b935af275a9342c6e16f50653ca0a87de0.tar.bz2
gentoo-b22002b935af275a9342c6e16f50653ca0a87de0.zip
app-benchmarks/stress-ng: drop old version
Package-Manager: Portage-3.0.28, Repoman-3.0.3 Signed-off-by: Conrad Kostecki <conikost@gentoo.org>
Diffstat (limited to 'app-benchmarks/stress-ng')
-rw-r--r--app-benchmarks/stress-ng/stress-ng-0.13.06.ebuild42
1 files changed, 0 insertions, 42 deletions
diff --git a/app-benchmarks/stress-ng/stress-ng-0.13.06.ebuild b/app-benchmarks/stress-ng/stress-ng-0.13.06.ebuild
deleted file mode 100644
index a91c3da6c136..000000000000
--- a/app-benchmarks/stress-ng/stress-ng-0.13.06.ebuild
+++ /dev/null
@@ -1,42 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit optfeature toolchain-funcs
-
-DESCRIPTION="Stress test for a computer system with various selectable ways"
-HOMEPAGE="https://github.com/ColinIanKing/stress-ng"
-SRC_URI="https://github.com/ColinIanKing/${PN}/archive/refs/tags/V${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="GPL-2+"
-SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~x86"
-
-DEPEND="
- dev-libs/libaio
- dev-libs/libbsd
- dev-libs/libgcrypt:0=
- sys-apps/attr
- sys-apps/keyutils:=
- sys-libs/libcap
- sys-libs/zlib
- virtual/libcrypt:=
-"
-
-RDEPEND="${DEPEND}"
-
-DOCS=( "README.md" "README.Android" "TODO" "syscalls.txt" )
-
-src_compile() {
- export MAN_COMPRESS=0
- export VERBOSE=1
- tc-export CC
-
- default
-}
-
-pkg_postinst() {
- optfeature "AppArmor support" sys-libs/libapparmor
- optfeature "SCTP support" net-misc/lksctp-tools
-}