From: "Matthew Smith" <matthew@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: net-misc/xmrig/
Date: Tue, 15 Mar 2022 17:42:46 +0000 (UTC) [thread overview]
Message-ID: <1647366147.c59b03ad3d099c33dc5c988a1632e35f8edb36d1.matthew@gentoo> (raw)
commit: c59b03ad3d099c33dc5c988a1632e35f8edb36d1
Author: Matthew Smith <matthew <AT> gentoo <DOT> org>
AuthorDate: Tue Mar 15 17:41:24 2022 +0000
Commit: Matthew Smith <matthew <AT> gentoo <DOT> org>
CommitDate: Tue Mar 15 17:42:27 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c59b03ad
net-misc/xmrig: drop 6.16.2, 6.16.3
Signed-off-by: Matthew Smith <matthew <AT> gentoo.org>
net-misc/xmrig/Manifest | 2 --
net-misc/xmrig/xmrig-6.16.2.ebuild | 65 --------------------------------------
net-misc/xmrig/xmrig-6.16.3.ebuild | 65 --------------------------------------
3 files changed, 132 deletions(-)
diff --git a/net-misc/xmrig/Manifest b/net-misc/xmrig/Manifest
index d237b37f3a82..50d0ae7467de 100644
--- a/net-misc/xmrig/Manifest
+++ b/net-misc/xmrig/Manifest
@@ -1,3 +1 @@
-DIST xmrig-6.16.2.tar.gz 2421650 BLAKE2B a850e7dce19dfec87644b1d8c3f445141fbf9bce2f2fe8176a7c5e528da67417728e9c327a05dbc32ca0b7b5d0536a9d5c19dbe5cdb0106763693574e58c62c0 SHA512 b845ed501e8d9829ceaf9ab31b493997cc489dcedb1eef91624d1cffa9a7e8e5baa4f85653eb40a3f27debe1710f5770df0e582ab6e857386b6d5ac3bb101e67
-DIST xmrig-6.16.3.tar.gz 2422531 BLAKE2B fd98c16c05d2eb14092f6472670b04be5dde645dde85afbbd8aa6075b5b5e4182aa8e7ba40cb85836b871a7abcac0472df3f76984b150b501f92d3d2a4e88e54 SHA512 84b0b2c9a134030e1d5be03d66f4d6fde058ebc2864a1cc70957b600ddf08a4498a9d18fcc6529b9a742e60aac17633e1580202488af69f2acc8114ecc8eb78b
DIST xmrig-6.16.4.tar.gz 2422895 BLAKE2B bdf4c2ee41b11a5a0d72518aadb71677536dee4ec80af191a337bddb9623e9ec8d0d3f5328732be6246eb08b28f845927ae611e2c8dc66d1b42f1c8f56a3451f SHA512 a66f5d8ef217a4ea31d65c03cc863be694947ce536ca66b0b66f523557fba1651accdc196b6ca1dbc34bd5688041248a3c30e9ee122394207f7e47d82d9e987d
diff --git a/net-misc/xmrig/xmrig-6.16.2.ebuild b/net-misc/xmrig/xmrig-6.16.2.ebuild
deleted file mode 100644
index 1b72caa1898c..000000000000
--- a/net-misc/xmrig/xmrig-6.16.2.ebuild
+++ /dev/null
@@ -1,65 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit cmake systemd
-
-DESCRIPTION="RandomX, CryptoNight, KawPow, AstroBWT, and Argon2 CPU/GPU miner"
-HOMEPAGE="https://xmrig.com https://github.com/xmrig/xmrig"
-
-if [[ ${PV} == *9999 ]] ; then
- EGIT_REPO_URI="https://github.com/${PN}/${PN}.git"
- inherit git-r3
-else
- SRC_URI="https://github.com/xmrig/xmrig/archive/v${PV}.tar.gz -> ${P}.tar.gz"
- KEYWORDS="amd64 arm64"
-fi
-
-LICENSE="Apache-2.0 GPL-3+ MIT"
-SLOT="0"
-IUSE="cpu_flags_x86_sse4_1 donate hwloc opencl +ssl"
-
-DEPEND="
- dev-libs/libuv:=
- hwloc? ( >=sys-apps/hwloc-2.5.0:= )
- opencl? ( virtual/opencl )
- ssl? ( dev-libs/openssl:= )
-"
-RDEPEND="
- ${DEPEND}
- !arm64? ( sys-apps/msr-tools )
-"
-
-PATCHES=(
- "${FILESDIR}"/${PN}-6.12.2-nonotls.patch
-)
-
-src_prepare() {
- if ! use donate ; then
- sed -i 's/1;/0;/g' src/donate.h || die
- fi
-
- cmake_src_prepare
-}
-
-src_configure() {
- local mycmakeargs=(
- -DWITH_SSE4_1=$(usex cpu_flags_x86_sse4_1)
- -DWITH_HWLOC=$(usex hwloc)
- -DWITH_TLS=$(usex ssl)
- -DWITH_OPENCL=$(usex opencl)
- -DWITH_CUDA=OFF
- )
-
- cmake_src_configure
-}
-
-src_install() {
- default
- keepdir /etc/xmrig
- systemd_dounit "${FILESDIR}"/xmrig.service
- dobin "${BUILD_DIR}/xmrig"
- dobin "${S}/scripts/enable_1gb_pages.sh"
- dobin "${S}/scripts/randomx_boost.sh"
-}
diff --git a/net-misc/xmrig/xmrig-6.16.3.ebuild b/net-misc/xmrig/xmrig-6.16.3.ebuild
deleted file mode 100644
index 0b726e03276b..000000000000
--- a/net-misc/xmrig/xmrig-6.16.3.ebuild
+++ /dev/null
@@ -1,65 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit cmake systemd
-
-DESCRIPTION="RandomX, CryptoNight, KawPow, AstroBWT, and Argon2 CPU/GPU miner"
-HOMEPAGE="https://xmrig.com https://github.com/xmrig/xmrig"
-
-if [[ ${PV} == *9999 ]] ; then
- EGIT_REPO_URI="https://github.com/${PN}/${PN}.git"
- inherit git-r3
-else
- SRC_URI="https://github.com/xmrig/xmrig/archive/v${PV}.tar.gz -> ${P}.tar.gz"
- KEYWORDS="~amd64 ~arm64"
-fi
-
-LICENSE="Apache-2.0 GPL-3+ MIT"
-SLOT="0"
-IUSE="cpu_flags_x86_sse4_1 donate hwloc opencl +ssl"
-
-DEPEND="
- dev-libs/libuv:=
- hwloc? ( >=sys-apps/hwloc-2.5.0:= )
- opencl? ( virtual/opencl )
- ssl? ( dev-libs/openssl:= )
-"
-RDEPEND="
- ${DEPEND}
- !arm64? ( sys-apps/msr-tools )
-"
-
-PATCHES=(
- "${FILESDIR}"/${PN}-6.12.2-nonotls.patch
-)
-
-src_prepare() {
- if ! use donate ; then
- sed -i 's/1;/0;/g' src/donate.h || die
- fi
-
- cmake_src_prepare
-}
-
-src_configure() {
- local mycmakeargs=(
- -DWITH_SSE4_1=$(usex cpu_flags_x86_sse4_1)
- -DWITH_HWLOC=$(usex hwloc)
- -DWITH_TLS=$(usex ssl)
- -DWITH_OPENCL=$(usex opencl)
- -DWITH_CUDA=OFF
- )
-
- cmake_src_configure
-}
-
-src_install() {
- default
- keepdir /etc/xmrig
- systemd_dounit "${FILESDIR}"/xmrig.service
- dobin "${BUILD_DIR}/xmrig"
- dobin "${S}/scripts/enable_1gb_pages.sh"
- dobin "${S}/scripts/randomx_boost.sh"
-}
next reply other threads:[~2022-03-15 17:45 UTC|newest]
Thread overview: 72+ messages / expand[flat|nested] mbox.gz Atom feed top
2022-03-15 17:42 Matthew Smith [this message]
-- strict thread matches above, loose matches on Subject: below --
2025-02-22 8:31 [gentoo-commits] repo/gentoo:master commit in: net-misc/xmrig/ Arthur Zamarin
2025-02-21 19:38 Sam James
2024-11-03 19:02 Craig Andrews
2024-10-24 20:47 Craig Andrews
2024-08-12 13:58 Craig Andrews
2024-05-21 11:45 Matthew Smith
2024-04-23 13:02 Craig Andrews
2024-04-23 13:02 Craig Andrews
2024-04-23 12:59 Craig Andrews
2024-04-23 12:59 Craig Andrews
2024-03-23 8:32 Sam James
2024-03-23 8:30 Arthur Zamarin
2024-03-23 7:36 Matthew Smith
2024-03-23 7:36 Matthew Smith
2024-02-27 1:01 Craig Andrews
2024-02-27 1:01 Craig Andrews
2024-01-28 22:53 Jonas Stein
2024-01-24 6:16 Sam James
2024-01-23 18:17 Arthur Zamarin
2023-11-25 21:52 Craig Andrews
2023-11-25 21:52 Craig Andrews
2023-09-01 17:21 Matthew Smith
2023-09-01 17:21 Matthew Smith
2023-07-05 13:23 Craig Andrews
2023-06-05 14:15 Craig Andrews
2023-04-10 17:28 Craig Andrews
2023-03-23 14:40 Craig Andrews
2023-03-23 14:32 Craig Andrews
2023-02-02 14:29 Craig Andrews
2023-02-02 14:29 Craig Andrews
2022-12-03 12:18 Arthur Zamarin
2022-12-03 11:48 Arthur Zamarin
2022-10-23 15:38 Matthew Smith
2022-09-09 9:48 Matthew Smith
2022-07-25 15:01 Agostino Sarubbo
2022-07-24 23:23 Sam James
2022-06-23 15:05 Craig Andrews
2022-05-21 17:35 Jakov Smolić
2022-05-21 10:02 Agostino Sarubbo
2022-04-05 17:10 Matthew Smith
2022-03-15 12:33 Jakov Smolić
2022-03-13 10:32 Jakov Smolić
2022-02-04 17:37 Craig Andrews
2022-01-25 16:59 Craig Andrews
2022-01-25 16:59 Craig Andrews
2022-01-10 10:39 Arthur Zamarin
2022-01-09 20:35 Jakov Smolić
2021-12-20 18:59 Craig Andrews
2021-12-03 13:30 Craig Andrews
2021-11-29 16:11 Craig Andrews
2021-11-27 0:27 Craig Andrews
2021-11-27 0:27 Craig Andrews
2021-11-17 2:16 Sam James
2021-11-13 12:51 Jakov Smolić
2021-10-05 19:02 Craig Andrews
2021-09-24 16:06 Craig Andrews
2021-09-22 12:27 Craig Andrews
2021-09-12 7:31 Sam James
2021-09-12 7:09 Agostino Sarubbo
2021-08-31 15:15 Craig Andrews
2021-08-15 16:44 Craig Andrews
2021-08-15 16:05 Craig Andrews
2021-08-09 15:09 Craig Andrews
2021-07-20 16:00 Sam James
2021-07-03 18:43 Craig Andrews
2021-07-01 18:27 Craig Andrews
2021-06-18 0:06 Sam James
2021-06-11 0:44 Craig Andrews
2021-06-11 0:44 Craig Andrews
2021-06-11 0:44 Craig Andrews
2021-06-09 4:05 Craig Andrews
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1647366147.c59b03ad3d099c33dc5c988a1632e35f8edb36d1.matthew@gentoo \
--to=matthew@gentoo.org \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox