From ef40bad5b960e2f5d997d160ae3d214961df8124 Mon Sep 17 00:00:00 2001 From: Bertrand Jacquin Date: Sun, 14 Nov 2021 13:06:38 +0000 Subject: dev-libs/randomx: version bump Package-Manager: Portage-3.0.28, Repoman-3.0.3 --- dev-libs/randomx/Manifest | 2 +- dev-libs/randomx/randomx-1.1.10.ebuild | 37 ++++++++++++++++++++++++++++++++++ dev-libs/randomx/randomx-1.1.8.ebuild | 30 --------------------------- 3 files changed, 38 insertions(+), 31 deletions(-) create mode 100644 dev-libs/randomx/randomx-1.1.10.ebuild delete mode 100644 dev-libs/randomx/randomx-1.1.8.ebuild (limited to 'dev-libs') diff --git a/dev-libs/randomx/Manifest b/dev-libs/randomx/Manifest index a14ac829..37038548 100644 --- a/dev-libs/randomx/Manifest +++ b/dev-libs/randomx/Manifest @@ -1,2 +1,2 @@ -DIST randomx-1.1.8.tar.gz 163477 BLAKE2B 482f38a7e9f7b03ec5bd40ff923a1a1e575ed0c30431dcbecfe1072cdb10ccc93b61cf9d2177f4549e284125e17386e0314cb39734b22dc150193bd5d28bb813 SHA512 f41f13ba7b979a969e9d60e6c44cf289802e7459d6d817a64377428c3e833ea2f71a8a1e6559682ecc0ec2a33f958bb5b727d7faa28cb6ff69a524d713969bce +DIST randomx-1.1.10.tar.gz 163987 BLAKE2B cbb4757648d54fc8d3d75aaaf668e365900dc9bcd8b53e9afe975e1d288ce36207327608f69eaae16f31d79547355876e86b647f3cd3444cdfa08a1846862932 SHA512 b35210dab4e45165d3a83b1fd873a29872358ae2076f960c41f652a57e5576f872e4b4ebc4cec1937f2a9f31cfa9fd936b30eb2d1e382349097797812d6b5a5c DIST randomx-1.1.9.tar.gz 163669 BLAKE2B 41a665061c438c335825abfdf8fbde7f0c8a910fcca22e47babd015120b675378ad04afdc602f2b8e41cc6030ea6caa6298a27bce634034e95b5657d4ea06492 SHA512 89e0541bc849db270672acd7210a6c7109e4ca07765e6e656229ff8867792bfae933ee85b0aa4545dc3cf0c6515140ab782c8e231af17a82610718a80458c420 diff --git a/dev-libs/randomx/randomx-1.1.10.ebuild b/dev-libs/randomx/randomx-1.1.10.ebuild new file mode 100644 index 00000000..a63dae32 --- /dev/null +++ b/dev-libs/randomx/randomx-1.1.10.ebuild @@ -0,0 +1,37 @@ +# Copyright 2019-2021 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 +inherit cmake-multilib + +DESCRIPTION="Proof-of-work algorithm that is optimized for general-purpose CPUs" +HOMEPAGE="https://github.com/tevador/RandomX" +SRC_URI="https://github.com/tevador/RandomX/archive/v${PV}.tar.gz -> ${P}.tar.gz" + +LICENSE="BSD" +SLOT="0" +KEYWORDS="~amd64 ~arm64" +IUSE="" + +DEPEND="" +RDEPEND="${DEPEND}" +BDEPEND=">=dev-util/cmake-3.5" + +S="${WORKDIR}/RandomX-${PV}" + +CMAKE_BUILD_TYPE=Release + +src_configure() { + local mycmakeargs=( + -DARCH=native + ) + + cmake-multilib_src_configure +} + +src_install() { + cmake-multilib_src_install + + insinto /usr/lib/sysctl.d + doins "${FILESDIR}/60-${PN}.conf" +} diff --git a/dev-libs/randomx/randomx-1.1.8.ebuild b/dev-libs/randomx/randomx-1.1.8.ebuild deleted file mode 100644 index aa119054..00000000 --- a/dev-libs/randomx/randomx-1.1.8.ebuild +++ /dev/null @@ -1,30 +0,0 @@ -# Copyright 2019-2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 -inherit cmake-multilib - -DESCRIPTION="Proof-of-work algorithm that is optimized for general-purpose CPUs" -HOMEPAGE="https://github.com/tevador/RandomX" -SRC_URI="https://github.com/tevador/RandomX/archive/v${PV}.tar.gz -> ${P}.tar.gz" - -LICENSE="BSD" -SLOT="0" -KEYWORDS="~amd64 ~arm64" -IUSE="" - -DEPEND="" -RDEPEND="${DEPEND}" -BDEPEND=">=dev-util/cmake-2.8.7" - -S="${WORKDIR}/RandomX-${PV}" - -CMAKE_BUILD_TYPE=Release - -src_configure() { - local mycmakeargs=( - -DARCH=native - ) - - cmake-multilib_src_configure -} -- cgit v1.2.3