commit:     750c8b627f3bae9198d3b9d9c9abd857280db352
Author:     Conrad Kostecki <conikost <AT> gentoo <DOT> org>
AuthorDate: Sat Jun 26 00:44:32 2021 +0000
Commit:     Conrad Kostecki <conikost <AT> gentoo <DOT> org>
CommitDate: Sat Jun 26 00:44:32 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=750c8b62

app-benchmarks/stress-ng: drop old version

Package-Manager: Portage-3.0.20, Repoman-3.0.3
Signed-off-by: Conrad Kostecki <conikost <AT> gentoo.org>

 app-benchmarks/stress-ng/Manifest                  |  2 -
 .../stress-ng/stress-ng-0.12.09-r1.ebuild          | 49 ----------------------
 .../stress-ng/stress-ng-0.12.10-r1.ebuild          | 42 -------------------
 3 files changed, 93 deletions(-)

diff --git a/app-benchmarks/stress-ng/Manifest 
b/app-benchmarks/stress-ng/Manifest
index 33b3f6227bb..ee127930741 100644
--- a/app-benchmarks/stress-ng/Manifest
+++ b/app-benchmarks/stress-ng/Manifest
@@ -1,3 +1 @@
-DIST stress-ng-0.12.09.tar.xz 545756 BLAKE2B 
72c5b1acf3f82f8d609da8b213f6321486cda9b8e05fd7390b846bea541610bab70bceb99c3684fbff732805eade7c37840d77e4ce901cc81a53ded0968bc6a1
 SHA512 
510b210a920b540c25e9f4cc0597924f72a80a85e6cd647346f7e91335e127e776bfa1bdcf0e67f557b7c154d2e6f2b2ed5abe9612b2552f53a8d21c920dc6c1
-DIST stress-ng-0.12.10.tar.xz 547912 BLAKE2B 
c4389911d4ae08c4e88347830e12d5371f527d12e1b638937ba3098ac2acb9818aaa6d13ee633325e71e33de9e80ddbc1b980fde41eaa102796e74d70ff0ac3d
 SHA512 
e41bbc9b5b7ee884b21b6a4f667e2272344c5999c1ec44f9b16887fc5afd47b3c2940869f1951c812117fe42eebe6243500bc7559b7d0156dd6cab9a74be0f79
 DIST stress-ng-0.12.11.tar.xz 550336 BLAKE2B 
01c8938b52f007a8124d57e8bab5033c54b13fe01c8bdf66d0a4e13a8acb6371d76f5939189474a41a291a34a0e20e83711430bae6e4993dcf8051bd89f503b7
 SHA512 
48fbdbab50f1da3aa22de672a3e6d03cb1776cc653916fc3f83bf67ebd419f6df876ca8248d0ea4ce34a9cc59c2e2f67f1b1e364a1ccfe0ebd1fcfe24cca0b6c

diff --git a/app-benchmarks/stress-ng/stress-ng-0.12.09-r1.ebuild 
b/app-benchmarks/stress-ng/stress-ng-0.12.09-r1.ebuild
deleted file mode 100644
index d0f6f93df40..00000000000
--- a/app-benchmarks/stress-ng/stress-ng-0.12.09-r1.ebuild
+++ /dev/null
@@ -1,49 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit optfeature toolchain-funcs
-
-DESCRIPTION="Stress test for a computer system with various selectable ways"
-HOMEPAGE="https://kernel.ubuntu.com/~cking/stress-ng/";
-SRC_URI="https://kernel.ubuntu.com/~cking/tarballs/${PN}/${P}.tar.xz";
-
-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" "README.Android" "TODO" "syscalls.txt" )
-
-src_prepare() {
-       default
-
-       # Don't reset build jobs to '-j0'
-       sed -e '/-f Makefile.config/s/-j//' -i Makefile || die
-}
-
-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
-}

diff --git a/app-benchmarks/stress-ng/stress-ng-0.12.10-r1.ebuild 
b/app-benchmarks/stress-ng/stress-ng-0.12.10-r1.ebuild
deleted file mode 100644
index 309cd350a1c..00000000000
--- a/app-benchmarks/stress-ng/stress-ng-0.12.10-r1.ebuild
+++ /dev/null
@@ -1,42 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit optfeature toolchain-funcs
-
-DESCRIPTION="Stress test for a computer system with various selectable ways"
-HOMEPAGE="https://kernel.ubuntu.com/~cking/stress-ng/";
-SRC_URI="https://kernel.ubuntu.com/~cking/tarballs/${PN}/${P}.tar.xz";
-
-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" "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
-}

Reply via email to