public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/proj/guru:dev commit in: dev-libs/randomx/
@ 2020-12-29 10:41 Theo Anderson
  0 siblings, 0 replies; 6+ messages in thread
From: Theo Anderson @ 2020-12-29 10:41 UTC (permalink / raw
  To: gentoo-commits

commit:     e512c8358da0d2bd9150ead9c2bb2ead3258726b
Author:     Theo Anderson <telans <AT> posteo <DOT> de>
AuthorDate: Tue Dec 29 08:43:38 2020 +0000
Commit:     Theo Anderson <telans <AT> posteo <DOT> de>
CommitDate: Tue Dec 29 10:35:24 2020 +0000
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 <telans <AT> 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 00000000..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 00000000..55a6008a
--- /dev/null
+++ b/dev-libs/randomx/metadata.xml
@@ -0,0 +1,8 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+  <maintainer type="person">
+    <email>telans@posteo.de</email>
+    <name>Theo Anderson</name>
+  </maintainer>
+</pkgmetadata>

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 00000000..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


^ permalink raw reply related	[flat|nested] 6+ messages in thread

* [gentoo-commits] repo/proj/guru:dev commit in: dev-libs/randomx/
@ 2021-03-28  9:39 Andrew Ammerlaan
  0 siblings, 0 replies; 6+ messages in thread
From: Andrew Ammerlaan @ 2021-03-28  9:39 UTC (permalink / raw
  To: gentoo-commits

commit:     bab587a007b46cc4b16c7393d7e36e35674ac03d
Author:     Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
AuthorDate: Sun Mar 28 09:36:29 2021 +0000
Commit:     Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
CommitDate: Sun Mar 28 09:36:29 2021 +0000
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 <andrewammerlaan <AT> 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
+}


^ permalink raw reply related	[flat|nested] 6+ messages in thread

* [gentoo-commits] repo/proj/guru:dev commit in: dev-libs/randomx/
@ 2021-10-04  8:11 Theo Anderson
  0 siblings, 0 replies; 6+ messages in thread
From: Theo Anderson @ 2021-10-04  8:11 UTC (permalink / raw
  To: gentoo-commits

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

dev-libs/randomx: add 1.1.9

Signed-off-by: James Beddek <telans <AT> 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 000000000..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
+}


^ permalink raw reply related	[flat|nested] 6+ messages in thread

* [gentoo-commits] repo/proj/guru:dev commit in: dev-libs/randomx/
@ 2023-11-21  1:28 Sergey Alirzaev
  0 siblings, 0 replies; 6+ messages in thread
From: Sergey Alirzaev @ 2023-11-21  1:28 UTC (permalink / raw
  To: gentoo-commits

commit:     5c5ff86420c2c0d310faee3f5a1dee0d8129bc05
Author:     Sergey Alirzaev <l29ah <AT> riseup <DOT> net>
AuthorDate: Tue Nov 21 01:27:45 2023 +0000
Commit:     Sergey Alirzaev <zl29ah <AT> gmail <DOT> com>
CommitDate: Tue Nov 21 01:27:45 2023 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=5c5ff864

dev-libs/randomx: add 1.2.1

Signed-off-by: Sergey Alirzaev <l29ah <AT> 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 0000000000..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
+}


^ permalink raw reply related	[flat|nested] 6+ messages in thread

* [gentoo-commits] repo/proj/guru:dev commit in: dev-libs/randomx/
@ 2024-09-18 21:29 Filip Kobierski
  0 siblings, 0 replies; 6+ messages in thread
From: Filip Kobierski @ 2024-09-18 21:29 UTC (permalink / raw
  To: gentoo-commits

commit:     42e90bdb59cd3679e55b80f5af39e7503d50859d
Author:     Filip Kobierski <fkobi <AT> pm <DOT> me>
AuthorDate: Wed Sep 18 21:29:29 2024 +0000
Commit:     Filip Kobierski <fkobi <AT> pm <DOT> me>
CommitDate: Wed Sep 18 21:29:29 2024 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=42e90bdb

dev-libs/randomx: add tags, fix indents

Signed-off-by: Filip Kobierski <fkobi <AT> pm.me>

 dev-libs/randomx/metadata.xml | 8 +++++---
 1 file changed, 5 insertions(+), 3 deletions(-)

diff --git a/dev-libs/randomx/metadata.xml b/dev-libs/randomx/metadata.xml
index a234dcc63..44daf6f6c 100644
--- a/dev-libs/randomx/metadata.xml
+++ b/dev-libs/randomx/metadata.xml
@@ -2,7 +2,9 @@
 <!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
 <pkgmetadata>
 	<!-- maintainer-needed -->
-  <upstream>
-    <remote-id type="github">tevador/RandomX</remote-id>
-  </upstream>
+	<upstream>
+		<bugs-to>https://github.com/tevador/RandomX/issues</bugs-to>
+		<changelog>https://github.com/tevador/RandomX/releases</changelog>
+		<remote-id type="github">tevador/RandomX</remote-id>
+	</upstream>
 </pkgmetadata>


^ permalink raw reply related	[flat|nested] 6+ messages in thread

* [gentoo-commits] repo/proj/guru:dev commit in: dev-libs/randomx/
@ 2024-09-18 21:31 Filip Kobierski
  0 siblings, 0 replies; 6+ messages in thread
From: Filip Kobierski @ 2024-09-18 21:31 UTC (permalink / raw
  To: gentoo-commits

commit:     b01764bec5a612cb3ceb1f33bca2e12edd81542c
Author:     Filip Kobierski <fkobi <AT> pm <DOT> me>
AuthorDate: Wed Sep 18 21:30:33 2024 +0000
Commit:     Filip Kobierski <fkobi <AT> pm <DOT> me>
CommitDate: Wed Sep 18 21:30:33 2024 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=b01764be

dev-libs/randomx: drop 1.1[89]

Closing bug as the newest version is patched

Closes: https://bugs.gentoo.org/907872
Signed-off-by: Filip Kobierski <fkobi <AT> pm.me>

 dev-libs/randomx/Manifest             |  2 --
 dev-libs/randomx/randomx-1.1.8.ebuild | 21 ---------------------
 dev-libs/randomx/randomx-1.1.9.ebuild | 21 ---------------------
 3 files changed, 44 deletions(-)

diff --git a/dev-libs/randomx/Manifest b/dev-libs/randomx/Manifest
index dc9840ad5..f73a48e93 100644
--- a/dev-libs/randomx/Manifest
+++ b/dev-libs/randomx/Manifest
@@ -1,3 +1 @@
-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.1.8.ebuild b/dev-libs/randomx/randomx-1.1.8.ebuild
deleted file mode 100644
index 075dd0aac..000000000
--- a/dev-libs/randomx/randomx-1.1.8.ebuild
+++ /dev/null
@@ -1,21 +0,0 @@
-# Copyright 1999-2021 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"
-
-S="${WORKDIR}"/RandomX-${PV}
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~x86"
-
-src_configure() {
-	append-ldflags -Wl,-z,noexecstack
-	cmake_src_configure
-}

diff --git a/dev-libs/randomx/randomx-1.1.9.ebuild b/dev-libs/randomx/randomx-1.1.9.ebuild
deleted file mode 100644
index da8c2b40a..000000000
--- a/dev-libs/randomx/randomx-1.1.9.ebuild
+++ /dev/null
@@ -1,21 +0,0 @@
-# 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"
-
-S="${WORKDIR}"/RandomX-${PV}
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~x86"
-
-src_configure() {
-	append-ldflags -Wl,-z,noexecstack
-	cmake_src_configure
-}


^ permalink raw reply related	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2024-09-18 21:31 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-12-29 10:41 [gentoo-commits] repo/proj/guru:dev commit in: dev-libs/randomx/ Theo Anderson
  -- strict thread matches above, loose matches on Subject: below --
2021-03-28  9:39 Andrew Ammerlaan
2021-10-04  8:11 Theo Anderson
2023-11-21  1:28 Sergey Alirzaev
2024-09-18 21:29 Filip Kobierski
2024-09-18 21:31 Filip Kobierski

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox