commit: e9cc0edf60c39a641e3017f5b02cdd7305bdc94f Author: Filip Kobierski <fkobi <AT> pm <DOT> me> AuthorDate: Sat Dec 14 14:47:13 2024 +0000 Commit: Filip Kobierski <fkobi <AT> pm <DOT> me> CommitDate: Sat Dec 14 14:47:13 2024 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=e9cc0edf
dev-libs/randomx: drop 1.2.1-r0 Closes: https://bugs.gentoo.org/901191 Signed-off-by: Filip Kobierski <fkobi <AT> pm.me> dev-libs/randomx/randomx-1.2.1.ebuild | 21 --------------------- 1 file changed, 21 deletions(-) diff --git a/dev-libs/randomx/randomx-1.2.1.ebuild b/dev-libs/randomx/randomx-1.2.1.ebuild deleted file mode 100644 index da8c2b40a..000000000 --- a/dev-libs/randomx/randomx-1.2.1.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 -}
