diff options
Diffstat (limited to 'net-misc/xmrig-mo')
-rw-r--r-- | net-misc/xmrig-mo/Manifest | 5 | ||||
-rw-r--r-- | net-misc/xmrig-mo/metadata.xml | 8 | ||||
-rw-r--r-- | net-misc/xmrig-mo/xmrig-mo-6.16.2.ebuild | 57 | ||||
-rw-r--r-- | net-misc/xmrig-mo/xmrig-mo-6.16.4.ebuild | 57 |
4 files changed, 0 insertions, 127 deletions
diff --git a/net-misc/xmrig-mo/Manifest b/net-misc/xmrig-mo/Manifest deleted file mode 100644 index a439cb3..0000000 --- a/net-misc/xmrig-mo/Manifest +++ /dev/null @@ -1,5 +0,0 @@ -DIST xmrig-mo-6.16.2-mo2.tar.gz 2480342 BLAKE2B cfb1078f67913f3719dd929a1a41ef2040fdf5c7696baca990e3d9f869566e609406b4d592db50d00024adc5da05427382688e826523a9a407c0a79b554d3f5a SHA512 961e52c8ac3de9a55cbbdc11d282fc65c1827e87ac55b5f892866e5193509b23ca4bc9eeb869c019d1b025be14a877142e3b55c7485b6ded6673c832df8c36c3 -DIST xmrig-mo-6.16.4-mo1.tar.gz 2482875 BLAKE2B 659d4020c51c6e6c56d0fcca1e9e7e5e07b5aeb84b24cc0dfeb2d3b10c8116a9cdfb904cf82afcff7d6cf5320f54528399a0b36146a11a2c0172e2e579246da9 SHA512 dd2bb1e2279ab42116814d8e1ed04115719007a438cec5b6da36b8e60e1965e6bb94802cc079a6878f68f89c24d4af8561068a81ec316827784aaf82c30156e4 -EBUILD xmrig-mo-6.16.2.ebuild 1492 BLAKE2B 4e3b4a1d2a01352dae90bfaa5147f9cc8c3ee6653208e7f826e57a62394c4192d9de8d742ad50f9a209d018798f494bcb2d61036ba219930af50538ec9c5219d SHA512 b60e9c181f368e49f5ed2ea95a5b77f6d2c8ab9320da155165e2bdf1ce44bde342f7587f93decabbba1b41375f0f9654040785e9704191746a2265f3cf391c6e -EBUILD xmrig-mo-6.16.4.ebuild 1492 BLAKE2B 6ebb7cf4b716122b8f1447abf44405e48e87316151873cdff2effceac2d4da15df3b821f442389510d76d2979c377b81ae145afeab014272f0c309ec02bad27c SHA512 59d8019f24a753524cb67aa2eece0ee000747528255f8e3de1ffd92d78636a62b8bd4616bd49d9632c9cff37a50f3ea356bb9cfb6f72a2c7c262ce5a8c70fb2a -MISC metadata.xml 241 BLAKE2B 6dac420f48c539432671f9251c134a254e92cd56082e2551d3f9153c4319f11d06ee167a7ea10b4d16764fc2325db5057662ac61812c1ead8e7256915d9f494b SHA512 da3a07ed2a719b870f4a8f2fb10a54f6248184f553d6b8b55c7faa6b7d90aaf1d2a77ac40e08c1b6eb33f6a6da5f1db4d5eaf6c6332ffbd232fddc4ac3a1086a diff --git a/net-misc/xmrig-mo/metadata.xml b/net-misc/xmrig-mo/metadata.xml deleted file mode 100644 index 97ba7c2..0000000 --- a/net-misc/xmrig-mo/metadata.xml +++ /dev/null @@ -1,8 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd"> -<pkgmetadata> - <maintainer type="person"> - <email>julien@jroy.ca</email> - <name>Julien Roy</name> - </maintainer> -</pkgmetadata> diff --git a/net-misc/xmrig-mo/xmrig-mo-6.16.2.ebuild b/net-misc/xmrig-mo/xmrig-mo-6.16.2.ebuild deleted file mode 100644 index 91f0718..0000000 --- a/net-misc/xmrig-mo/xmrig-mo-6.16.2.ebuild +++ /dev/null @@ -1,57 +0,0 @@ -# Copyright 1999-2021 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -inherit cmake - -MO_PV="mo2" -DESCRIPTION="RandomX, CryptoNight, KawPow, AstroBWT and Argon2 miner for the MoneroOcean pool" -HOMEPAGE="https://xmrig.com https://moneroocean.stream/ https://github.com/MoneroOcean/xmrig" -SRC_URI="https://github.com/MoneroOcean/xmrig/archive/v${PV}-${MO_PV}.tar.gz -> ${P}-${MO_PV}.tar.gz" - -LICENSE="GPL-3+" -SLOT="0" -KEYWORDS="~amd64" -IUSE="cuda donate opencl +ssl" - -DEPEND=" - dev-libs/libuv:= - sys-apps/hwloc:= - ssl? ( dev-libs/openssl:= ) -" - -S="${WORKDIR}/xmrig-${PV}-${MO_PV}" - -#PATCHES=("${FILESDIR}/${PN}-nonotls.patch") - -src_prepare() { - #use donate || PATCHES+=("${FILESDIR}/${PN}-no-default-donate.patch") - cmake_src_prepare -} - -src_configure() { - local mycmakeargs=( - # TODO: Create expanded USE flag for all of the PoW algos. - - -DWITH_TLS=$(usex ssl) - -DWITH_OPENCL=$(usex opencl) - -DWITH_CUDA=$(usex cuda) - ) - - cmake_src_configure -} - -src_install() { - newbin "${BUILD_DIR}/xmrig" "xmrig-mo" -} - -pkg_postinst() { - einfo "Install sys-apps/msr-tools and load the msr kernel module so that" - einfo "XMRig can perform CPU specific tweaks like disabling the instruction" - einfo "prefetcher. Also remember to increase the vm.nr_hugepages sysctl" - einfo "value so that XMRig can allocate with huge pages." - einfo "" - einfo "XMRig-MoneroOcean has been installed as /usr/bin/xmrig-mo" - einfo "in order to differentiate between the original XMRig" -} diff --git a/net-misc/xmrig-mo/xmrig-mo-6.16.4.ebuild b/net-misc/xmrig-mo/xmrig-mo-6.16.4.ebuild deleted file mode 100644 index 5ec6d12..0000000 --- a/net-misc/xmrig-mo/xmrig-mo-6.16.4.ebuild +++ /dev/null @@ -1,57 +0,0 @@ -# Copyright 1999-2021 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -inherit cmake - -MO_PV="mo1" -DESCRIPTION="RandomX, CryptoNight, KawPow, AstroBWT and Argon2 miner for the MoneroOcean pool" -HOMEPAGE="https://xmrig.com https://moneroocean.stream/ https://github.com/MoneroOcean/xmrig" -SRC_URI="https://github.com/MoneroOcean/xmrig/archive/v${PV}-${MO_PV}.tar.gz -> ${P}-${MO_PV}.tar.gz" - -LICENSE="GPL-3+" -SLOT="0" -KEYWORDS="~amd64" -IUSE="cuda donate opencl +ssl" - -DEPEND=" - dev-libs/libuv:= - sys-apps/hwloc:= - ssl? ( dev-libs/openssl:= ) -" - -S="${WORKDIR}/xmrig-${PV}-${MO_PV}" - -#PATCHES=("${FILESDIR}/${PN}-nonotls.patch") - -src_prepare() { - #use donate || PATCHES+=("${FILESDIR}/${PN}-no-default-donate.patch") - cmake_src_prepare -} - -src_configure() { - local mycmakeargs=( - # TODO: Create expanded USE flag for all of the PoW algos. - - -DWITH_TLS=$(usex ssl) - -DWITH_OPENCL=$(usex opencl) - -DWITH_CUDA=$(usex cuda) - ) - - cmake_src_configure -} - -src_install() { - newbin "${BUILD_DIR}/xmrig" "xmrig-mo" -} - -pkg_postinst() { - einfo "Install sys-apps/msr-tools and load the msr kernel module so that" - einfo "XMRig can perform CPU specific tweaks like disabling the instruction" - einfo "prefetcher. Also remember to increase the vm.nr_hugepages sysctl" - einfo "value so that XMRig can allocate with huge pages." - einfo "" - einfo "XMRig-MoneroOcean has been installed as /usr/bin/xmrig-mo" - einfo "in order to differentiate between the original XMRig" -} |