From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 27216138334 for ; Thu, 29 Nov 2018 20:47:10 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 0F362E076B; Thu, 29 Nov 2018 20:47:07 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id D9BFBE076B for ; Thu, 29 Nov 2018 20:47:05 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 7D08C335C08 for ; Thu, 29 Nov 2018 20:47:01 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id BC5CA4CE for ; Thu, 29 Nov 2018 20:46:59 +0000 (UTC) From: "David Seifert" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "David Seifert" Message-ID: <1543524403.17aaf361405c75cd9fb07f591beaa957601e0949.soap@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-util/stressapptest/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-util/stressapptest/Manifest dev-util/stressapptest/stressapptest-1.0.8.ebuild X-VCS-Directories: dev-util/stressapptest/ X-VCS-Committer: soap X-VCS-Committer-Name: David Seifert X-VCS-Revision: 17aaf361405c75cd9fb07f591beaa957601e0949 X-VCS-Branch: master Date: Thu, 29 Nov 2018 20:46:59 +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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 041b3c7d-15da-4be3-8fc9-321cf9e7459d X-Archives-Hash: 26e9b3cab5fc95867d1de0d39df81be4 commit: 17aaf361405c75cd9fb07f591beaa957601e0949 Author: David Seifert gentoo org> AuthorDate: Thu Nov 29 20:45:45 2018 +0000 Commit: David Seifert gentoo org> CommitDate: Thu Nov 29 20:46:43 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=17aaf361 dev-util/stressapptest: Remove old Package-Manager: Portage-2.3.52, Repoman-2.3.12 Signed-off-by: David Seifert gentoo.org> dev-util/stressapptest/Manifest | 1 - dev-util/stressapptest/stressapptest-1.0.8.ebuild | 24 ----------------------- 2 files changed, 25 deletions(-) diff --git a/dev-util/stressapptest/Manifest b/dev-util/stressapptest/Manifest index ea3d4a72804..f0b635157c3 100644 --- a/dev-util/stressapptest/Manifest +++ b/dev-util/stressapptest/Manifest @@ -1,2 +1 @@ -DIST stressapptest-1.0.8.tar.gz 218485 BLAKE2B a843330dfbf16b324a13e4156c819e8b9139288bd316d560410aeb704ff4e24c47d86dd3b1d1a65d325b86110015c6e893cd38aea99d59b7c68989ba2228f376 SHA512 b5fde353d15958052219c3e505a22aa914e03a7fe96c3a0ac5025a4c730643f6fbdd5088a7cc0dd4618d4998151e2374507845110af8f2cdb43ccd4c87d48916 DIST stressapptest-1.0.9.tar.gz 219517 BLAKE2B 58fdb60b924bedd526cf31ed47a56cf4cca288abb43054fc6de5379ec2c6ea705c92eec1ef657274949009e40e8fa82ee9cc6e1bda2ef160a894ba95519fcfd8 SHA512 2680b9a4e148a2fe0cb7758ffde7624c8874bbae1e7650bb4df6916512be5949996da16d52f530b237fe4c6122fa9bb2d35b11092d106f59d614b44eec250595 diff --git a/dev-util/stressapptest/stressapptest-1.0.8.ebuild b/dev-util/stressapptest/stressapptest-1.0.8.ebuild deleted file mode 100644 index 927f546d91e..00000000000 --- a/dev-util/stressapptest/stressapptest-1.0.8.ebuild +++ /dev/null @@ -1,24 +0,0 @@ -# Copyright 1999-2017 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI="5" - -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 -}