summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'app-benchmarks/stress-ng/stress-ng-0.06.00.ebuild')
-rw-r--r--app-benchmarks/stress-ng/stress-ng-0.06.00.ebuild21
1 files changed, 0 insertions, 21 deletions
diff --git a/app-benchmarks/stress-ng/stress-ng-0.06.00.ebuild b/app-benchmarks/stress-ng/stress-ng-0.06.00.ebuild
deleted file mode 100644
index 50340249b9c6..000000000000
--- a/app-benchmarks/stress-ng/stress-ng-0.06.00.ebuild
+++ /dev/null
@@ -1,21 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-DESCRIPTION="A tool to load and stress a computer system"
-HOMEPAGE="http://kernel.ubuntu.com/~cking/stress-ng/"
-SRC_URI="http://kernel.ubuntu.com/~cking/tarballs/${PN}/${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-DEPEND="sys-apps/keyutils
- sys-apps/attr"
-RDEPEND="${DEPEND}"
-
-src_install() {
- emake DESTDIR="${ED}" install
-}