From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id C0795138222 for ; Fri, 6 May 2016 02:25:24 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 2847BE083A; Fri, 6 May 2016 02:25:24 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id B64FFE083A for ; Fri, 6 May 2016 02:25:23 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id BF7EB3405BB for ; Fri, 6 May 2016 02:25:22 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id E15F2860 for ; Fri, 6 May 2016 02:25:16 +0000 (UTC) From: "Sam Jorna" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam Jorna" Message-ID: <1462501464.68b1618b81ca59471e4b1a58a41e70504a7903fc.wraeth@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-benchmarks/stress-ng/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-benchmarks/stress-ng/Manifest app-benchmarks/stress-ng/stress-ng-0.06.00.ebuild X-VCS-Directories: app-benchmarks/stress-ng/ X-VCS-Committer: wraeth X-VCS-Committer-Name: Sam Jorna X-VCS-Revision: 68b1618b81ca59471e4b1a58a41e70504a7903fc X-VCS-Branch: master Date: Fri, 6 May 2016 02:25:16 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 55251385-918f-4c50-bb8a-896771ed2973 X-Archives-Hash: 4c46cc96ac7206b2ee0a8406b689f2f7 commit: 68b1618b81ca59471e4b1a58a41e70504a7903fc Author: Sam Jorna gentoo org> AuthorDate: Fri May 6 02:24:24 2016 +0000 Commit: Sam Jorna gentoo org> CommitDate: Fri May 6 02:24:24 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=68b1618b app-benchmarks/stress-ng: bump to 0.06.00 Package-Manager: portage-2.2.28 app-benchmarks/stress-ng/Manifest | 1 + app-benchmarks/stress-ng/stress-ng-0.06.00.ebuild | 18 ++++++++++++++++++ 2 files changed, 19 insertions(+) diff --git a/app-benchmarks/stress-ng/Manifest b/app-benchmarks/stress-ng/Manifest index b721fe8..1d17a30 100644 --- a/app-benchmarks/stress-ng/Manifest +++ b/app-benchmarks/stress-ng/Manifest @@ -1 +1,2 @@ DIST stress-ng-0.05.12.tar.gz 280758 SHA256 081a597bc3b6b7f2993828a04048e5321a81ece6995c7bb9b202dd65e7fb055f SHA512 ee622b1d8fd1b3ddee6119f5a43cedb427e3524bb6ef10f7ac96c305567c9919574e9103949825e2bea3391c302b6e2b5871667bc8f8609844765b64ec760bc8 WHIRLPOOL b9f84501fcbe6494881947a44bbb42ba6fb00120ab6e7fc45ac6b5ece76f7dd95a98a588db9326f0e1bd879020a8ffdcc604dfc5a70f2858924bf85a8a4612c0 +DIST stress-ng-0.06.00.tar.gz 311761 SHA256 b6781e7c53c5a7938690df8cdd1f3d1191ce758dca820c1175752da6f7085491 SHA512 a23a3f020e1fa777c6141db8f9d91833b9758172974be0db341c757eb7b407520b80bc9889eb7b6348cfa64d8f8976ba6ad8761a5fbc31055accd8fbceb8de66 WHIRLPOOL 14dc2ebf3858583cc1933be3177966f597f10d5595ee60dc804fb2ee9903a78a34746761313844c23da784c8e3f2cfc3279eca1ec480811e0c74b33ef10b1c49 diff --git a/app-benchmarks/stress-ng/stress-ng-0.06.00.ebuild b/app-benchmarks/stress-ng/stress-ng-0.06.00.ebuild new file mode 100644 index 0000000..052c63b --- /dev/null +++ b/app-benchmarks/stress-ng/stress-ng-0.06.00.ebuild @@ -0,0 +1,18 @@ +# Copyright 1999-2016 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +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}"