From: "Sam James" <sam@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: net-misc/bfgminer/
Date: Thu, 25 Feb 2021 19:07:42 +0000 (UTC) [thread overview]
Message-ID: <1614280053.6f4322b04a37ba19827aef515a845569731f06a1.sam@gentoo> (raw)
commit: 6f4322b04a37ba19827aef515a845569731f06a1
Author: Jakov Smolic <jakov.smolic <AT> sartura <DOT> hr>
AuthorDate: Thu Feb 25 07:53:40 2021 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Thu Feb 25 19:07:33 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6f4322b0
net-misc/bfgminer: Remove old
Bug: https://bugs.gentoo.org/727008
Signed-off-by: Jakov Smolic <jakov.smolic <AT> sartura.hr>
Signed-off-by: Sam James <sam <AT> gentoo.org>
net-misc/bfgminer/Manifest | 1 -
net-misc/bfgminer/bfgminer-5.4.2.ebuild | 192 --------------------------------
net-misc/bfgminer/metadata.xml | 1 -
3 files changed, 194 deletions(-)
diff --git a/net-misc/bfgminer/Manifest b/net-misc/bfgminer/Manifest
index d228402fb3b..fbc08dabb6e 100644
--- a/net-misc/bfgminer/Manifest
+++ b/net-misc/bfgminer/Manifest
@@ -1,2 +1 @@
-DIST bfgminer-5.4.2.tar.xz 1039200 BLAKE2B f63a7fa2c85d352a366794a39619599db6ccc3f98508ccd90387b315374227d74edfcfd2329db8b57c96539b194b0d2ee746cbea032c241dab1cf93e717b137d SHA512 b5ae8ae44df166d5576f89683ce9ee0832ca1f506b2522da7e3cd432abc5e218e9080e2a79f4da29e40db0d3179e63c9a8907d5d6b60d5d4895d6cac2b15d8ca
DIST bfgminer-5.5.0.tar.xz 1054664 BLAKE2B db841a73bca10b19205744be531c13f2c4435bd69c9f2af7b8aba84381af640028cc4db33df399cf05dd0bbec7b79a5b65679bcb2a8bec7624f6fbc47e9ebd79 SHA512 d1adae473e01fcf1cd0efde74d3e8ce10609e520397d688bf4e226c1113c1606c782e3cfdba6847f1a3886cac30de6b5baa03b731aca86287d53bf01ef705cdb
diff --git a/net-misc/bfgminer/bfgminer-5.4.2.ebuild b/net-misc/bfgminer/bfgminer-5.4.2.ebuild
deleted file mode 100644
index bcef66c8d23..00000000000
--- a/net-misc/bfgminer/bfgminer-5.4.2.ebuild
+++ /dev/null
@@ -1,192 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit eutils
-
-DESCRIPTION="Modular Bitcoin ASIC/FPGA/GPU/CPU miner in C"
-HOMEPAGE="https://bitcointalk.org/?topic=168174"
-SRC_URI="http://luke.dashjr.org/programs/bitcoin/files/${PN}/${PV}/${P}.txz -> ${P}.tar.xz"
-
-LICENSE="GPL-3"
-SLOT="0"
-KEYWORDS="amd64 ~arm ~ppc ~ppc64 x86"
-
-# TODO: knc (needs i2c-tools header)
-# TODO: kncasic & titan (need systemwide knc-asic install)
-# TODO: minergate (needs actual miner_gate)
-IUSE="adl antminer avalon avalonmm bfsb bfx bifury bigpic bitforce bitfury cointerra cpumining drillbit dualminer examples gridseed hardened hashbuster hashbuster2 hashfast icarus jingtian keccak klondike +libusb littlefury lm-sensors metabank minion modminer nanofury ncurses opencl proxy proxy_getwork proxy_stratum rockminer screen scrypt +sha256d twinfury +udev udev-broad-rules unicode x6500 zeusminer ztex"
-REQUIRED_USE='
- || ( keccak scrypt sha256d )
- || ( antminer avalon avalonmm bfsb bfx bifury bigpic bitforce bitfury cointerra cpumining drillbit dualminer gridseed hashbuster hashbuster2 hashfast icarus klondike littlefury metabank modminer nanofury opencl proxy twinfury x6500 zeusminer ztex )
- adl? ( opencl )
- antminer? ( sha256d )
- avalon? ( sha256d )
- avalonmm? ( sha256d )
- bfsb? ( sha256d bitfury )
- bfx? ( sha256d bitfury libusb )
- bifury? ( sha256d )
- bigpic? ( sha256d bitfury )
- bitforce? ( sha256d )
- bitfury? ( sha256d )
- cointerra? ( sha256d )
- drillbit? ( sha256d bitfury )
- dualminer? ( || ( sha256d scrypt ) icarus )
- gridseed? ( scrypt )
- hashbuster? ( sha256d bitfury )
- hashbuster2? ( sha256d bitfury libusb )
- hashfast? ( sha256d )
- icarus? ( || ( scrypt sha256d ) )
- jingtian? ( sha256d )
- keccak? ( || ( cpumining opencl proxy ) )
- klondike? ( sha256d libusb )
- littlefury? ( sha256d bitfury )
- lm-sensors? ( opencl )
- metabank? ( sha256d bitfury )
- minion? ( sha256d )
- modminer? ( sha256d )
- nanofury? ( sha256d bitfury )
- scrypt? ( || ( cpumining dualminer gridseed opencl proxy zeusminer ) )
- sha256d? ( || ( antminer avalon avalonmm bfx bifury bitforce bfsb bigpic bitfury cointerra cpumining drillbit dualminer hashbuster hashbuster2 hashfast icarus jingtian klondike littlefury metabank modminer nanofury opencl proxy rockminer twinfury x6500 ztex ) )
- twinfury? ( bitfury )
- unicode? ( ncurses )
- proxy? ( || ( proxy_getwork proxy_stratum ) )
- proxy_getwork? ( proxy )
- proxy_stratum? ( proxy )
- rockminer? ( sha256d )
- twinfury? ( sha256d )
- x6500? ( sha256d libusb )
- zeusminer? ( scrypt icarus )
- ztex? ( sha256d libusb )
-'
-
-DEPEND='
- net-misc/curl
- ncurses? (
- sys-libs/ncurses:=[unicode?]
- )
- >=dev-libs/jansson-2
- dev-libs/libbase58
- net-libs/libblkmaker
- udev? (
- virtual/udev
- )
- hashbuster? (
- dev-libs/hidapi
- )
- libusb? (
- virtual/libusb:1
- )
- lm-sensors? (
- sys-apps/lm-sensors
- )
- nanofury? (
- dev-libs/hidapi
- )
- proxy_getwork? (
- net-libs/libmicrohttpd
- )
- proxy_stratum? (
- dev-libs/libevent
- )
- screen? (
- app-misc/screen
- || (
- >=sys-apps/coreutils-8.15
- app-misc/realpath
- )
- )
-'
-RDEPEND="${DEPEND}
- opencl? (
- || (
- virtual/opencl
- dev-util/nvidia-cuda-sdk[opencl]
- )
- )
-"
-DEPEND="${DEPEND}
- virtual/pkgconfig
- >=dev-libs/uthash-1.9.7
- sys-apps/sed
- cpumining? (
- amd64? (
- >=dev-lang/yasm-1.0.1
- )
- x86? (
- >=dev-lang/yasm-1.0.1
- )
- )
-"
-
-src_configure() {
- local CFLAGS="${CFLAGS}"
- local with_curses
- use hardened && CFLAGS="${CFLAGS} -no-pie"
-
- if use ncurses; then
- if use unicode; then
- with_curses='--with-curses=ncursesw'
- else
- with_curses='--with-curses=ncurses'
- fi
- else
- with_curses='--without-curses'
- fi
-
- CFLAGS="${CFLAGS}" \
- econf \
- $(use_enable adl) \
- $(use_enable antminer) \
- $(use_enable avalon) \
- $(use_enable avalonmm) \
- $(use_enable bifury) \
- $(use_enable bitforce) \
- $(use_enable bfsb) \
- $(use_enable bfx) \
- $(use_enable bigpic) \
- $(use_enable bitfury) \
- $(use_enable cointerra) \
- $(use_enable cpumining) \
- $(use_enable drillbit) \
- $(use_enable dualminer) \
- $(use_enable gridseed) \
- $(use_enable hashbuster) \
- $(use_enable hashbuster2 hashbusterusb) \
- $(use_enable hashfast) \
- $(use_enable icarus) \
- $(use_enable jingtian) \
- $(use_enable keccak) \
- $(use_enable klondike) \
- $(use_enable littlefury) \
- $(use_enable metabank) \
- $(use_enable minion) \
- $(use_enable modminer) \
- $(use_enable nanofury) \
- $(use_enable opencl) \
- $(use_enable rockminer) \
- $(use_enable scrypt) \
- $(use_enable sha256d) \
- $(use_enable twinfury) \
- --with-system-libblkmaker \
- $with_curses \
- $(use_with udev libudev) \
- $(use_enable udev-broad-rules broad-udevrules) \
- $(use_with lm-sensors sensors) \
- $(use_with proxy_getwork libmicrohttpd) \
- $(use_with proxy_stratum libevent) \
- $(use_enable x6500) \
- $(use_enable zeusminer) \
- $(use_enable ztex)
-}
-
-src_install() {
- emake install DESTDIR="$D"
- if ! use examples; then
- rm -r "${D}/usr/share/doc/${PF}/rpc-examples"
- fi
- if ! use screen; then
- rm "${D}/usr/bin/start-bfgminer.sh"
- fi
-}
diff --git a/net-misc/bfgminer/metadata.xml b/net-misc/bfgminer/metadata.xml
index 0a9f60a01da..738a929a1b2 100644
--- a/net-misc/bfgminer/metadata.xml
+++ b/net-misc/bfgminer/metadata.xml
@@ -12,7 +12,6 @@
<use>
<flag name="adl">Enable support for controlling fans and overclocking on AMD cards with AMD Display Library</flag>
<flag name="alchemist">Enable support for mining with AlcheMist</flag>
- <flag name="antminer">Enable support for mining with AntMiner U1 sticks</flag>
<flag name="avalon">Enable support for mining with Avalon 1 ASIC modules</flag>
<flag name="avalonmm">Enable support for mining with Avalon 2/3 ASIC modules</flag>
<flag name="bifury">Enable support for mining with Bi*fury USB sticks</flag>
next reply other threads:[~2021-02-25 19:07 UTC|newest]
Thread overview: 27+ messages / expand[flat|nested] mbox.gz Atom feed top
2021-02-25 19:07 Sam James [this message]
-- strict thread matches above, loose matches on Subject: below --
2023-12-22 17:47 [gentoo-commits] repo/gentoo:master commit in: net-misc/bfgminer/ Arthur Zamarin
2023-05-31 7:51 Joonas Niilola
2023-01-28 20:18 Michał Górny
2022-12-07 13:52 David Seifert
2021-12-20 10:57 David Seifert
2021-09-25 19:08 Sam James
2021-07-17 21:30 David Seifert
2021-02-24 23:44 Sam James
2021-02-24 23:37 Sam James
2020-05-06 17:25 Michał Górny
2018-03-28 19:09 Matt Turner
2018-01-10 16:59 Anthony G. Basile
2018-01-10 16:59 Anthony G. Basile
2017-12-17 3:09 Anthony G. Basile
2017-12-17 3:06 Anthony G. Basile
2017-12-17 3:06 Anthony G. Basile
2017-12-17 3:06 Anthony G. Basile
2016-03-28 9:36 Anthony G. Basile
2015-11-27 22:15 Anthony G. Basile
2015-10-24 20:50 Anthony G. Basile
2015-10-23 8:48 Anthony G. Basile
2015-10-09 0:30 Anthony G. Basile
2015-10-09 0:27 Anthony G. Basile
2015-10-09 0:26 Anthony G. Basile
2015-09-05 13:31 Anthony G. Basile
2015-09-05 13:31 Anthony G. Basile
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=1614280053.6f4322b04a37ba19827aef515a845569731f06a1.sam@gentoo \
--to=sam@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