commit 042e7ec49302810474bbedb5d9a077e0cb2ababf
parent ed6134fbbdbadc0e047f8f4fc394a10a639a39bd
Author: parazyd <parazyd@dyne.org>
Date: Tue, 9 Feb 2021 22:16:44 +0100
net-misc/xmrig-proxy: Remove from overlay.
Diffstat:
5 files changed, 0 insertions(+), 113 deletions(-)
diff --git a/net-misc/xmrig-proxy/Manifest b/net-misc/xmrig-proxy/Manifest
@@ -1,2 +0,0 @@
-DIST xmrig-proxy-6.3.0.tar.gz 318242 BLAKE2B 95efaf0ecc11e869ebe251ce11133102b9a23b640c1d9b3b421523f750e3c65f70054c243bfa08e8c536a6bfc94b85b067ca5a686add3cd6d9c3a60fef338987 SHA512 332edefcb936a1eb99542cb52795a749738829cedd105461740dc289a8996f602be874e4763758c7a04dd45ac88700b4d0772cfd9d07dde4502ed4d46636314c
-DIST xmrig-proxy-6.4.0.tar.gz 318314 BLAKE2B 8cb6fe333d153816c93d7422439a956f169136e46744f12b6335cc2e336f58c8247b27abec6e8db64537f7f1c3c5121de970582f94156a164dd312760481825a SHA512 0120c7add96db970f96abf28121812eaff1279fc88fc09d0cc47f92a8292b407a5e9eb0474dd332327033f374c8e8d320bd17b87b1455b74b2bbbf73e2e23b97
diff --git a/net-misc/xmrig-proxy/files/xmrig-proxy-5.10.2-nonotls.patch b/net-misc/xmrig-proxy/files/xmrig-proxy-5.10.2-nonotls.patch
@@ -1,23 +0,0 @@
-From 3aa1a0300bfdac4e42a3ac8bc177169d5abd96dc Mon Sep 17 00:00:00 2001
-From: Matt Smith <matt@offtopica.uk>
-Date: Mon, 8 Jun 2020 08:47:28 +0100
-Subject: [PATCH] Don't suffix binary with -notls
-
----
- cmake/OpenSSL.cmake | 2 --
- 1 file changed, 2 deletions(-)
-
-diff --git a/cmake/OpenSSL.cmake b/cmake/OpenSSL.cmake
-index c05ee86..fdcc847 100644
---- a/cmake/OpenSSL.cmake
-+++ b/cmake/OpenSSL.cmake
-@@ -56,6 +56,4 @@ else()
- src/base/net/http/HttpServer.h
- )
- endif()
--
-- set(CMAKE_PROJECT_NAME "${CMAKE_PROJECT_NAME}-notls")
- endif()
---
-2.27.0
-
diff --git a/net-misc/xmrig-proxy/metadata.xml b/net-misc/xmrig-proxy/metadata.xml
@@ -1,18 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
- <!-- maintainer-needed -->
- <longdescription lang="en">
- Extremely high performance Monero (XMR) Stratum protocol proxy,
- can easily handle over 100K connections on cheap $5 (1024 MB)
- virtual machine. Reduce number of pool connections up to 256
- times, 100K workers become just 391 worker on pool side. Written
- on C++/libuv same as XMRig miner.
- </longdescription>
- <use>
- <flag name="http">Enable HTTP server for API.</flag>
- </use>
- <upstream>
- <remote-id type="github">xmrig/xmrig-proxy</remote-id>
- </upstream>
-</pkgmetadata>
diff --git a/net-misc/xmrig-proxy/xmrig-proxy-6.3.0.ebuild b/net-misc/xmrig-proxy/xmrig-proxy-6.3.0.ebuild
@@ -1,35 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit cmake
-
-DESCRIPTION="Monero (XMR) Stratum protocol proxy"
-HOMEPAGE="https://xmrig.com/proxy https://github.com/xmrig/xmrig-proxy"
-SRC_URI="https://github.com/xmrig/xmrig-proxy/archive/v${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="GPL-3+"
-SLOT="0"
-KEYWORDS="~amd64"
-IUSE="ssl http"
-
-DEPEND="
- dev-libs/libuv:=
- ssl? ( dev-libs/openssl:= )"
-
-PATCHES=("${FILESDIR}/${PN}-5.10.2-nonotls.patch")
-
-src_configure() {
- local mycmakeargs=(
- -DWITH_TLS=$(usex ssl)
- -DWITH_HTTP=$(usex http)
- )
-
- cmake_src_configure
-}
-
-src_install() {
- dodoc src/config.json
- dobin "${BUILD_DIR}/xmrig-proxy"
-}
diff --git a/net-misc/xmrig-proxy/xmrig-proxy-6.4.0.ebuild b/net-misc/xmrig-proxy/xmrig-proxy-6.4.0.ebuild
@@ -1,35 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit cmake
-
-DESCRIPTION="Monero (XMR) Stratum protocol proxy"
-HOMEPAGE="https://xmrig.com/proxy https://github.com/xmrig/xmrig-proxy"
-SRC_URI="https://github.com/xmrig/xmrig-proxy/archive/v${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="GPL-3+"
-SLOT="0"
-KEYWORDS="~amd64"
-IUSE="ssl http"
-
-DEPEND="
- dev-libs/libuv:=
- ssl? ( dev-libs/openssl:= )"
-
-PATCHES=("${FILESDIR}/${PN}-5.10.2-nonotls.patch")
-
-src_configure() {
- local mycmakeargs=(
- -DWITH_TLS=$(usex ssl)
- -DWITH_HTTP=$(usex http)
- )
-
- cmake_src_configure
-}
-
-src_install() {
- dodoc src/config.json
- dobin "${BUILD_DIR}/xmrig-proxy"
-}