commit:     2f7d68ffeac48fc3d3427d0c6eb05616e662c390
Author:     Craig Andrews <candrews <AT> gentoo <DOT> org>
AuthorDate: Sun Mar 28 21:02:40 2021 +0000
Commit:     Craig Andrews <candrews <AT> gentoo <DOT> org>
CommitDate: Sun Mar 28 21:02:54 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2f7d68ff

net-p2p/xmr-stak: Cleanup old versions

Package-Manager: Portage-3.0.17, Repoman-3.0.2
Signed-off-by: Craig Andrews <candrews <AT> gentoo.org>

 net-p2p/xmr-stak/Manifest               |  4 --
 net-p2p/xmr-stak/xmr-stak-2.10.6.ebuild | 67 ---------------------------------
 net-p2p/xmr-stak/xmr-stak-2.10.7.ebuild | 67 ---------------------------------
 net-p2p/xmr-stak/xmr-stak-2.8.3.ebuild  | 67 ---------------------------------
 net-p2p/xmr-stak/xmr-stak-2.9.0.ebuild  | 67 ---------------------------------
 5 files changed, 272 deletions(-)

diff --git a/net-p2p/xmr-stak/Manifest b/net-p2p/xmr-stak/Manifest
index b09af8121a4..27eb5c59118 100644
--- a/net-p2p/xmr-stak/Manifest
+++ b/net-p2p/xmr-stak/Manifest
@@ -1,5 +1 @@
-DIST xmr-stak-2.10.6.tar.gz 518290 BLAKE2B 
2abba8a2a142119c75e0f9cf157bcb812a62cfc84e593b1a6544b561fe5655c51de5e1546b879e40163d37b9232ec407c117dd513b7ea119bdb45ab0577fbbe8
 SHA512 
b209ed5b922cbbf2e9f66bc14c981ba793b6a0bbf399b13c824f5014172e680a1226f7c8d518c85fb0eaa4a03c964b97231e84528056b3e7e460644f22aafcba
-DIST xmr-stak-2.10.7.tar.gz 518265 BLAKE2B 
9ee03fa60c37c8ca6cfb1f4ae764a2dadd952c2ea085b7c33fd98a9b1895ddb00f349682990a2c0e14f50c06b985409c96bf0949a1c1556d0e61b94142a8a516
 SHA512 
de2855538226fd68d8dc8a20178a5ca61dc2296d40fbe8792d062957e06c6918a9eb01d9d193ff28415c0ea7c8c6a9bd5d5c80fd5c263c95c722795914784b38
 DIST xmr-stak-2.10.8.tar.gz 2605734 BLAKE2B 
2bcc4b781748b8e823e86dcbaca2c65c9370357f16e2cdf412d6a0780900039223e830b582526cbf7cc2eda6445aae28d5d4c5162464dc70989d278ee3b138dd
 SHA512 
5b222f647c74d4dc4ec7ae16d585672dff099572384aebee1afc60fe6e4bfffc764642f635d6f6dee35c455ee97f5ccf7604e73c502799aab00f4c2ce7b24070
-DIST xmr-stak-2.8.3.tar.gz 389352 BLAKE2B 
db4a52b99a950d81f6ae67b6a96f2cc7cbb5f86553c5a17b429ee7e7e84e486c81f62d9e45c9317d11160e86a89715102bf73281fff3e8a75cc93f68c52ee9c4
 SHA512 
ed930a93c59acfd086ad24403f58f4b545602f35c9641655b423657da24ed66ddff80c555d6bc364a09ba5a1015f66b20fa7f3d4bcfd75a0316f3ce30b9b9dd7
-DIST xmr-stak-2.9.0.tar.gz 411514 BLAKE2B 
8016bb70bf5d6d3c5ec70534e1711b0d7607fc46f9c33d9f6c4a9129aae599496f7af4453eab88b5260d50f5718583ee24e9def766308987d60662aaffba3ce0
 SHA512 
226ab0580aaf5e6c40734fb7448ccb6ab46631ad151765c3bd4829b2151027d748c593fd97ac5cba63c631c4fc8f7de632b1e8c633d80e20e53fea2a0744f8dc

diff --git a/net-p2p/xmr-stak/xmr-stak-2.10.6.ebuild 
b/net-p2p/xmr-stak/xmr-stak-2.10.6.ebuild
deleted file mode 100644
index 74eeed32f73..00000000000
--- a/net-p2p/xmr-stak/xmr-stak-2.10.6.ebuild
+++ /dev/null
@@ -1,67 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit cmake systemd
-
-if [[ ${PV} == "9999" ]] ; then
-       EGIT_REPO_URI="https://github.com/fireice-uk/xmr-stak.git";
-       EGIT_BRANCH="dev"
-       inherit git-r3
-       SRC_URI=""
-else
-       SRC_URI="https://github.com/fireice-uk/xmr-stak/archive/${PV}.tar.gz -> 
${P}.tar.gz"
-       KEYWORDS="~amd64"
-fi
-
-DESCRIPTION="Unified all-in-one Monero miner"
-HOMEPAGE="https://github.com/fireice-uk/xmr-stak";
-LICENSE="GPL-3"
-SLOT="0"
-IUSE="cuda devfee hwloc opencl ssl webserver"
-
-DEPEND="cuda? ( dev-util/nvidia-cuda-toolkit )
-       hwloc? ( sys-apps/hwloc )
-       opencl? ( virtual/opencl )
-       ssl? ( dev-libs/openssl:0= )
-       webserver? ( net-libs/libmicrohttpd )"
-RDEPEND="${DEPEND}"
-
-src_prepare() {
-       cmake_src_prepare
-       if ! use devfee; then
-               sed -i -e 's!fDevDonationLevel = .*;!fDevDonationLevel = 0.0;!' 
xmrstak/donate-level.hpp || die
-       fi
-}
-
-src_configure() {
-       local mycmakeargs=(
-               -DCUDA_ENABLE=$(usex cuda)
-               -DHWLOC_ENABLE=$(usex hwloc)
-               -DMICROHTTPD_ENABLE=$(usex webserver)
-               -DOpenCL_ENABLE=$(usex opencl)
-               -DOpenSSL_ENABLE=$(usex ssl)
-               -DLIBRARY_OUTPUT_PATH=$(get_libdir)
-       )
-       cmake_src_configure
-}
-
-src_install() {
-       cmake_src_install
-       systemd_newunit "${FILESDIR}"/${PN}-2.3.0.service ${PN}.service
-       doinitd "${FILESDIR}"/${PN}
-       dodir /etc/xmr-stak
-}
-
-pkg_postinst() {
-       if [ ! -e "${ROOT}/etc/xmr-stak/main.config" ]; then
-               ewarn "To use xmr-stack:"
-               if use cuda || use opencl; then
-                       ewarn "As root or as a user that is a member of the 
'video' group,"
-               fi
-               ewarn "run:"
-               ewarn "/usr/bin/xmr-stak --cpu /etc/xmr-stak/cpu.config --amd 
/etc/xmr-stak/amd.config --nvidia /etc/xmr-stak/nvidia.config -c 
/etc/xmr-stak/main.config -C /etc/xmr-stak/pools.txt"
-               ewarn "xmr-stak can now be terminated and 'systemctl start 
xmr-stak' or '/etc/init.d/xmr-stak start' can be used."
-       fi
-}

diff --git a/net-p2p/xmr-stak/xmr-stak-2.10.7.ebuild 
b/net-p2p/xmr-stak/xmr-stak-2.10.7.ebuild
deleted file mode 100644
index 74eeed32f73..00000000000
--- a/net-p2p/xmr-stak/xmr-stak-2.10.7.ebuild
+++ /dev/null
@@ -1,67 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit cmake systemd
-
-if [[ ${PV} == "9999" ]] ; then
-       EGIT_REPO_URI="https://github.com/fireice-uk/xmr-stak.git";
-       EGIT_BRANCH="dev"
-       inherit git-r3
-       SRC_URI=""
-else
-       SRC_URI="https://github.com/fireice-uk/xmr-stak/archive/${PV}.tar.gz -> 
${P}.tar.gz"
-       KEYWORDS="~amd64"
-fi
-
-DESCRIPTION="Unified all-in-one Monero miner"
-HOMEPAGE="https://github.com/fireice-uk/xmr-stak";
-LICENSE="GPL-3"
-SLOT="0"
-IUSE="cuda devfee hwloc opencl ssl webserver"
-
-DEPEND="cuda? ( dev-util/nvidia-cuda-toolkit )
-       hwloc? ( sys-apps/hwloc )
-       opencl? ( virtual/opencl )
-       ssl? ( dev-libs/openssl:0= )
-       webserver? ( net-libs/libmicrohttpd )"
-RDEPEND="${DEPEND}"
-
-src_prepare() {
-       cmake_src_prepare
-       if ! use devfee; then
-               sed -i -e 's!fDevDonationLevel = .*;!fDevDonationLevel = 0.0;!' 
xmrstak/donate-level.hpp || die
-       fi
-}
-
-src_configure() {
-       local mycmakeargs=(
-               -DCUDA_ENABLE=$(usex cuda)
-               -DHWLOC_ENABLE=$(usex hwloc)
-               -DMICROHTTPD_ENABLE=$(usex webserver)
-               -DOpenCL_ENABLE=$(usex opencl)
-               -DOpenSSL_ENABLE=$(usex ssl)
-               -DLIBRARY_OUTPUT_PATH=$(get_libdir)
-       )
-       cmake_src_configure
-}
-
-src_install() {
-       cmake_src_install
-       systemd_newunit "${FILESDIR}"/${PN}-2.3.0.service ${PN}.service
-       doinitd "${FILESDIR}"/${PN}
-       dodir /etc/xmr-stak
-}
-
-pkg_postinst() {
-       if [ ! -e "${ROOT}/etc/xmr-stak/main.config" ]; then
-               ewarn "To use xmr-stack:"
-               if use cuda || use opencl; then
-                       ewarn "As root or as a user that is a member of the 
'video' group,"
-               fi
-               ewarn "run:"
-               ewarn "/usr/bin/xmr-stak --cpu /etc/xmr-stak/cpu.config --amd 
/etc/xmr-stak/amd.config --nvidia /etc/xmr-stak/nvidia.config -c 
/etc/xmr-stak/main.config -C /etc/xmr-stak/pools.txt"
-               ewarn "xmr-stak can now be terminated and 'systemctl start 
xmr-stak' or '/etc/init.d/xmr-stak start' can be used."
-       fi
-}

diff --git a/net-p2p/xmr-stak/xmr-stak-2.8.3.ebuild 
b/net-p2p/xmr-stak/xmr-stak-2.8.3.ebuild
deleted file mode 100644
index 74eeed32f73..00000000000
--- a/net-p2p/xmr-stak/xmr-stak-2.8.3.ebuild
+++ /dev/null
@@ -1,67 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit cmake systemd
-
-if [[ ${PV} == "9999" ]] ; then
-       EGIT_REPO_URI="https://github.com/fireice-uk/xmr-stak.git";
-       EGIT_BRANCH="dev"
-       inherit git-r3
-       SRC_URI=""
-else
-       SRC_URI="https://github.com/fireice-uk/xmr-stak/archive/${PV}.tar.gz -> 
${P}.tar.gz"
-       KEYWORDS="~amd64"
-fi
-
-DESCRIPTION="Unified all-in-one Monero miner"
-HOMEPAGE="https://github.com/fireice-uk/xmr-stak";
-LICENSE="GPL-3"
-SLOT="0"
-IUSE="cuda devfee hwloc opencl ssl webserver"
-
-DEPEND="cuda? ( dev-util/nvidia-cuda-toolkit )
-       hwloc? ( sys-apps/hwloc )
-       opencl? ( virtual/opencl )
-       ssl? ( dev-libs/openssl:0= )
-       webserver? ( net-libs/libmicrohttpd )"
-RDEPEND="${DEPEND}"
-
-src_prepare() {
-       cmake_src_prepare
-       if ! use devfee; then
-               sed -i -e 's!fDevDonationLevel = .*;!fDevDonationLevel = 0.0;!' 
xmrstak/donate-level.hpp || die
-       fi
-}
-
-src_configure() {
-       local mycmakeargs=(
-               -DCUDA_ENABLE=$(usex cuda)
-               -DHWLOC_ENABLE=$(usex hwloc)
-               -DMICROHTTPD_ENABLE=$(usex webserver)
-               -DOpenCL_ENABLE=$(usex opencl)
-               -DOpenSSL_ENABLE=$(usex ssl)
-               -DLIBRARY_OUTPUT_PATH=$(get_libdir)
-       )
-       cmake_src_configure
-}
-
-src_install() {
-       cmake_src_install
-       systemd_newunit "${FILESDIR}"/${PN}-2.3.0.service ${PN}.service
-       doinitd "${FILESDIR}"/${PN}
-       dodir /etc/xmr-stak
-}
-
-pkg_postinst() {
-       if [ ! -e "${ROOT}/etc/xmr-stak/main.config" ]; then
-               ewarn "To use xmr-stack:"
-               if use cuda || use opencl; then
-                       ewarn "As root or as a user that is a member of the 
'video' group,"
-               fi
-               ewarn "run:"
-               ewarn "/usr/bin/xmr-stak --cpu /etc/xmr-stak/cpu.config --amd 
/etc/xmr-stak/amd.config --nvidia /etc/xmr-stak/nvidia.config -c 
/etc/xmr-stak/main.config -C /etc/xmr-stak/pools.txt"
-               ewarn "xmr-stak can now be terminated and 'systemctl start 
xmr-stak' or '/etc/init.d/xmr-stak start' can be used."
-       fi
-}

diff --git a/net-p2p/xmr-stak/xmr-stak-2.9.0.ebuild 
b/net-p2p/xmr-stak/xmr-stak-2.9.0.ebuild
deleted file mode 100644
index 74eeed32f73..00000000000
--- a/net-p2p/xmr-stak/xmr-stak-2.9.0.ebuild
+++ /dev/null
@@ -1,67 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit cmake systemd
-
-if [[ ${PV} == "9999" ]] ; then
-       EGIT_REPO_URI="https://github.com/fireice-uk/xmr-stak.git";
-       EGIT_BRANCH="dev"
-       inherit git-r3
-       SRC_URI=""
-else
-       SRC_URI="https://github.com/fireice-uk/xmr-stak/archive/${PV}.tar.gz -> 
${P}.tar.gz"
-       KEYWORDS="~amd64"
-fi
-
-DESCRIPTION="Unified all-in-one Monero miner"
-HOMEPAGE="https://github.com/fireice-uk/xmr-stak";
-LICENSE="GPL-3"
-SLOT="0"
-IUSE="cuda devfee hwloc opencl ssl webserver"
-
-DEPEND="cuda? ( dev-util/nvidia-cuda-toolkit )
-       hwloc? ( sys-apps/hwloc )
-       opencl? ( virtual/opencl )
-       ssl? ( dev-libs/openssl:0= )
-       webserver? ( net-libs/libmicrohttpd )"
-RDEPEND="${DEPEND}"
-
-src_prepare() {
-       cmake_src_prepare
-       if ! use devfee; then
-               sed -i -e 's!fDevDonationLevel = .*;!fDevDonationLevel = 0.0;!' 
xmrstak/donate-level.hpp || die
-       fi
-}
-
-src_configure() {
-       local mycmakeargs=(
-               -DCUDA_ENABLE=$(usex cuda)
-               -DHWLOC_ENABLE=$(usex hwloc)
-               -DMICROHTTPD_ENABLE=$(usex webserver)
-               -DOpenCL_ENABLE=$(usex opencl)
-               -DOpenSSL_ENABLE=$(usex ssl)
-               -DLIBRARY_OUTPUT_PATH=$(get_libdir)
-       )
-       cmake_src_configure
-}
-
-src_install() {
-       cmake_src_install
-       systemd_newunit "${FILESDIR}"/${PN}-2.3.0.service ${PN}.service
-       doinitd "${FILESDIR}"/${PN}
-       dodir /etc/xmr-stak
-}
-
-pkg_postinst() {
-       if [ ! -e "${ROOT}/etc/xmr-stak/main.config" ]; then
-               ewarn "To use xmr-stack:"
-               if use cuda || use opencl; then
-                       ewarn "As root or as a user that is a member of the 
'video' group,"
-               fi
-               ewarn "run:"
-               ewarn "/usr/bin/xmr-stak --cpu /etc/xmr-stak/cpu.config --amd 
/etc/xmr-stak/amd.config --nvidia /etc/xmr-stak/nvidia.config -c 
/etc/xmr-stak/main.config -C /etc/xmr-stak/pools.txt"
-               ewarn "xmr-stak can now be terminated and 'systemctl start 
xmr-stak' or '/etc/init.d/xmr-stak start' can be used."
-       fi
-}

Reply via email to