[gentoo-commits] repo/proj/guru:dev commit in: dev-libs/randomx/

2023-11-20 Thread Sergey Alirzaev
commit: 5c5ff86420c2c0d310faee3f5a1dee0d8129bc05
Author: Sergey Alirzaev  riseup  net>
AuthorDate: Tue Nov 21 01:27:45 2023 +
Commit: Sergey Alirzaev  gmail  com>
CommitDate: Tue Nov 21 01:27:45 2023 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=5c5ff864

dev-libs/randomx: add 1.2.1

Signed-off-by: Sergey Alirzaev  riseup.net>

 dev-libs/randomx/Manifest |  1 +
 dev-libs/randomx/randomx-1.2.1.ebuild | 21 +
 2 files changed, 22 insertions(+)

diff --git a/dev-libs/randomx/Manifest b/dev-libs/randomx/Manifest
index a14ac82984..dc9840ad5c 100644
--- a/dev-libs/randomx/Manifest
+++ b/dev-libs/randomx/Manifest
@@ -1,2 +1,3 @@
 DIST randomx-1.1.8.tar.gz 163477 BLAKE2B 
482f38a7e9f7b03ec5bd40ff923a1a1e575ed0c30431dcbecfe1072cdb10ccc93b61cf9d2177f4549e284125e17386e0314cb39734b22dc150193bd5d28bb813
 SHA512 
f41f13ba7b979a969e9d60e6c44cf289802e7459d6d817a64377428c3e833ea2f71a8a1e6559682ecc0ec2a33f958bb5b727d7faa28cb6ff69a524d713969bce
 DIST randomx-1.1.9.tar.gz 163669 BLAKE2B 
41a665061c438c335825abfdf8fbde7f0c8a910fcca22e47babd015120b675378ad04afdc602f2b8e41cc6030ea6caa6298a27bce634034e95b5657d4ea06492
 SHA512 
89e0541bc849db270672acd7210a6c7109e4ca07765e6e656229ff8867792bfae933ee85b0aa4545dc3cf0c6515140ab782c8e231af17a82610718a80458c420
+DIST randomx-1.2.1.tar.gz 181224 BLAKE2B 
8090e40fd3fca72778ba0d1c7fec4284fde47d3f692f11ed5e8c176abc069a155f3a9c9556aa85e4c88f456aee20d6f4615ec6a2f5b6b4944c66351839e49e2d
 SHA512 
61aea021dcc2e43360cf20e741401a0379cd9b16774cd6bc477b5f64c8c642e61a1a9e5ad17b734b5450a01ed66ef8297d675beb0f6a2461d89fac1930f35c16

diff --git a/dev-libs/randomx/randomx-1.2.1.ebuild 
b/dev-libs/randomx/randomx-1.2.1.ebuild
new file mode 100644
index 00..1431d23747
--- /dev/null
+++ b/dev-libs/randomx/randomx-1.2.1.ebuild
@@ -0,0 +1,21 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit cmake flag-o-matic
+
+DESCRIPTION="Proof of work algorithm based on random code execution"
+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 ~arm ~arm64 ~x86"
+
+S="${WORKDIR}"/RandomX-${PV}
+
+src_configure() {
+   append-ldflags -Wl,-z,noexecstack
+   cmake_src_configure
+}



[gentoo-commits] repo/proj/guru:dev commit in: dev-libs/randomx/

2021-10-04 Thread Theo Anderson
commit: a2b92de7fa71782d6f4e25590e78bba2a2b340c9
Author: James Beddek  posteo  de>
AuthorDate: Mon Oct  4 07:18:29 2021 +
Commit: Theo Anderson  posteo  de>
CommitDate: Mon Oct  4 07:18:29 2021 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=a2b92de7

dev-libs/randomx: add 1.1.9

Signed-off-by: James Beddek  posteo.de>

 dev-libs/randomx/Manifest |  1 +
 dev-libs/randomx/randomx-1.1.9.ebuild | 21 +
 2 files changed, 22 insertions(+)

diff --git a/dev-libs/randomx/Manifest b/dev-libs/randomx/Manifest
index 5821b398e..a14ac8298 100644
--- a/dev-libs/randomx/Manifest
+++ b/dev-libs/randomx/Manifest
@@ -1 +1,2 @@
 DIST randomx-1.1.8.tar.gz 163477 BLAKE2B 
482f38a7e9f7b03ec5bd40ff923a1a1e575ed0c30431dcbecfe1072cdb10ccc93b61cf9d2177f4549e284125e17386e0314cb39734b22dc150193bd5d28bb813
 SHA512 
f41f13ba7b979a969e9d60e6c44cf289802e7459d6d817a64377428c3e833ea2f71a8a1e6559682ecc0ec2a33f958bb5b727d7faa28cb6ff69a524d713969bce
+DIST randomx-1.1.9.tar.gz 163669 BLAKE2B 
41a665061c438c335825abfdf8fbde7f0c8a910fcca22e47babd015120b675378ad04afdc602f2b8e41cc6030ea6caa6298a27bce634034e95b5657d4ea06492
 SHA512 
89e0541bc849db270672acd7210a6c7109e4ca07765e6e656229ff8867792bfae933ee85b0aa4545dc3cf0c6515140ab782c8e231af17a82610718a80458c420

diff --git a/dev-libs/randomx/randomx-1.1.9.ebuild 
b/dev-libs/randomx/randomx-1.1.9.ebuild
new file mode 100644
index 0..1431d2374
--- /dev/null
+++ b/dev-libs/randomx/randomx-1.1.9.ebuild
@@ -0,0 +1,21 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit cmake flag-o-matic
+
+DESCRIPTION="Proof of work algorithm based on random code execution"
+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 ~arm ~arm64 ~x86"
+
+S="${WORKDIR}"/RandomX-${PV}
+
+src_configure() {
+   append-ldflags -Wl,-z,noexecstack
+   cmake_src_configure
+}



[gentoo-commits] repo/proj/guru:dev commit in: dev-libs/randomx/

2021-03-28 Thread Andrew Ammerlaan
commit: bab587a007b46cc4b16c7393d7e36e35674ac03d
Author: Andrew Ammerlaan  riseup  net>
AuthorDate: Sun Mar 28 09:36:29 2021 +
Commit: Andrew Ammerlaan  riseup  net>
CommitDate: Sun Mar 28 09:36:29 2021 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=bab587a0

dev-libs/randomx: add final line

Package-Manager: Portage-3.0.17, Repoman-3.0.2
Signed-off-by: Andrew Ammerlaan  riseup.net>

 dev-libs/randomx/randomx-1.1.8.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-libs/randomx/randomx-1.1.8.ebuild 
b/dev-libs/randomx/randomx-1.1.8.ebuild
index 0a1174e36..832c87eff 100644
--- a/dev-libs/randomx/randomx-1.1.8.ebuild
+++ b/dev-libs/randomx/randomx-1.1.8.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -18,4 +18,4 @@ S="${WORKDIR}"/RandomX-${PV}
 src_configure() {
append-ldflags -Wl,-z,noexecstack
cmake_src_configure
-}
\ No newline at end of file
+}



[gentoo-commits] repo/proj/guru:dev commit in: dev-libs/randomx/

2020-12-29 Thread Theo Anderson
commit: e512c8358da0d2bd9150ead9c2bb2ead3258726b
Author: Theo Anderson  posteo  de>
AuthorDate: Tue Dec 29 08:43:38 2020 +
Commit: Theo Anderson  posteo  de>
CommitDate: Tue Dec 29 10:35:24 2020 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=e512c835

dev-libs/randomx: new package 1.1.8

Package-Manager: Portage-3.0.12, Repoman-3.0.2
Signed-off-by: Theo Anderson  posteo.de>

 dev-libs/randomx/Manifest |  1 +
 dev-libs/randomx/metadata.xml |  8 
 dev-libs/randomx/randomx-1.1.8.ebuild | 21 +
 3 files changed, 30 insertions(+)

diff --git a/dev-libs/randomx/Manifest b/dev-libs/randomx/Manifest
new file mode 100644
index ..5821b398
--- /dev/null
+++ b/dev-libs/randomx/Manifest
@@ -0,0 +1 @@
+DIST randomx-1.1.8.tar.gz 163477 BLAKE2B 
482f38a7e9f7b03ec5bd40ff923a1a1e575ed0c30431dcbecfe1072cdb10ccc93b61cf9d2177f4549e284125e17386e0314cb39734b22dc150193bd5d28bb813
 SHA512 
f41f13ba7b979a969e9d60e6c44cf289802e7459d6d817a64377428c3e833ea2f71a8a1e6559682ecc0ec2a33f958bb5b727d7faa28cb6ff69a524d713969bce

diff --git a/dev-libs/randomx/metadata.xml b/dev-libs/randomx/metadata.xml
new file mode 100644
index ..55a6008a
--- /dev/null
+++ b/dev-libs/randomx/metadata.xml
@@ -0,0 +1,8 @@
+
+http://www.gentoo.org/dtd/metadata.dtd;>
+
+  
+tel...@posteo.de
+Theo Anderson
+  
+

diff --git a/dev-libs/randomx/randomx-1.1.8.ebuild 
b/dev-libs/randomx/randomx-1.1.8.ebuild
new file mode 100644
index ..0a1174e3
--- /dev/null
+++ b/dev-libs/randomx/randomx-1.1.8.ebuild
@@ -0,0 +1,21 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit cmake flag-o-matic
+
+DESCRIPTION="Proof of work algorithm based on random code execution"
+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 ~arm ~arm64 ~x86"
+
+S="${WORKDIR}"/RandomX-${PV}
+
+src_configure() {
+   append-ldflags -Wl,-z,noexecstack
+   cmake_src_configure
+}
\ No newline at end of file