diff options
author | V3n3RiX <venerix@redcorelinux.org> | 2018-12-24 14:11:38 +0000 |
---|---|---|
committer | V3n3RiX <venerix@redcorelinux.org> | 2018-12-24 14:11:38 +0000 |
commit | de49812990871e1705b64051c35161d5e6400269 (patch) | |
tree | 5e1e8fcb0ff4579dbd22a1bfee28a6b97dc8aaeb /dev-util/stressapptest | |
parent | 536c3711867ec947c1738f2c4b96f22e4863322d (diff) |
gentoo resync : 24.12.2018
Diffstat (limited to 'dev-util/stressapptest')
-rw-r--r-- | dev-util/stressapptest/Manifest | 4 | ||||
-rw-r--r-- | dev-util/stressapptest/stressapptest-1.0.8.ebuild | 24 | ||||
-rw-r--r-- | dev-util/stressapptest/stressapptest-1.0.9.ebuild | 5 |
3 files changed, 5 insertions, 28 deletions
diff --git a/dev-util/stressapptest/Manifest b/dev-util/stressapptest/Manifest index e62e430546a6..6fd547c6f940 100644 --- a/dev-util/stressapptest/Manifest +++ b/dev-util/stressapptest/Manifest @@ -1,5 +1,3 @@ -DIST stressapptest-1.0.8.tar.gz 218485 BLAKE2B a843330dfbf16b324a13e4156c819e8b9139288bd316d560410aeb704ff4e24c47d86dd3b1d1a65d325b86110015c6e893cd38aea99d59b7c68989ba2228f376 SHA512 b5fde353d15958052219c3e505a22aa914e03a7fe96c3a0ac5025a4c730643f6fbdd5088a7cc0dd4618d4998151e2374507845110af8f2cdb43ccd4c87d48916 DIST stressapptest-1.0.9.tar.gz 219517 BLAKE2B 58fdb60b924bedd526cf31ed47a56cf4cca288abb43054fc6de5379ec2c6ea705c92eec1ef657274949009e40e8fa82ee9cc6e1bda2ef160a894ba95519fcfd8 SHA512 2680b9a4e148a2fe0cb7758ffde7624c8874bbae1e7650bb4df6916512be5949996da16d52f530b237fe4c6122fa9bb2d35b11092d106f59d614b44eec250595 -EBUILD stressapptest-1.0.8.ebuild 610 BLAKE2B e2c5db27457525327788a29e1b50a6f9e661e1807822e3374d41af2dbd3bb55af337506018b4d72c7838f2b4c9b126dfc6682cef5e8c0d1aeab8fed8d1e69d09 SHA512 36404057a349a6a5e66525235960becaafa4ef7013937170cb04eafd8e7202b19fa5e17be018e5c8cb540407c4c757154b0e4cfe00a89d16fa891611398cd969 -EBUILD stressapptest-1.0.9.ebuild 610 BLAKE2B 00167ba505bd365fd0fbccdb8e22b62d4b4ae88a70e457a21b5b6709bd668d6a501dcdc8fe7f477f6aff6174d4cbdfc6e347ae93789c7cd8197a85b7cc973523 SHA512 623e840e7dbdfc1c1221aad1612e6b67f6a673088c907e9320858c5bfdd1601458e3c25cc951632018160aa5fb128f37514f3949e491ac51967a2546f761440c +EBUILD stressapptest-1.0.9.ebuild 679 BLAKE2B 21b9689dd993ed6247a2b15e1aa6baa5b73e1d9fcc094718e58fbfbaa69ffe875034456f22dbc79615a51685328d3cfcdd00ddda16818c04504d8b0dd6212518 SHA512 08e2dda71cfa7d41544ccf19550d8f0ba5199846602f434a0694aaa908bbc521f3427e119f6d74ad3ce362d0550e76ce652a7e5634ef702f50f7c90f76220e23 MISC metadata.xml 259 BLAKE2B bf2f588235ba1f20b67db1404be3652d18c003fc52012eca6ed8175524b805a9d168779856994a16cdd2fc049db4eb6c4f3a71b61b50806d53b654877a89d7db SHA512 13357765b1f978b966b3d556a606bda30467379b2c33bc24d2940af28906ca337e8da57e936ba55c26de06d39b48f6729b4d8d4193e178033ea1f2e13e50ad7e 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 927f546d91ed..000000000000 --- 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 -} diff --git a/dev-util/stressapptest/stressapptest-1.0.9.ebuild b/dev-util/stressapptest/stressapptest-1.0.9.ebuild index 27748ce9fde5..054b68fe3b0e 100644 --- a/dev-util/stressapptest/stressapptest-1.0.9.ebuild +++ b/dev-util/stressapptest/stressapptest-1.0.9.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2018 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI="6" @@ -18,6 +18,9 @@ RDEPEND="dev-libs/libaio" DEPEND="${RDEPEND}" src_configure() { + # Uses uintptr_t, which is C++11, #651842 + append-cxxflags -std=c++11 + # Matches the configure & sat.cc logic. use debug || append-cppflags -DNDEBUG -DCHECKOPTS econf --disable-default-optimizations |