blueness 14/06/12 14:35:32
Modified: metadata.xml ChangeLog
Added: bfgminer-3.5.10.ebuild bfgminer-4.2.0.ebuild
bfgminer-3.10.3.ebuild
Log:
Version bumps
(Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key
0xF52D4BBA)
Revision Changes Path
1.17 net-misc/bfgminer/metadata.xml
file :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/bfgminer/metadata.xml?rev=1.17&view=markup
plain:
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/bfgminer/metadata.xml?rev=1.17&content-type=text/plain
diff :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/bfgminer/metadata.xml?r1=1.16&r2=1.17
Index: metadata.xml
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-misc/bfgminer/metadata.xml,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -r1.16 -r1.17
--- metadata.xml 26 May 2014 23:07:36 -0000 1.16
+++ metadata.xml 12 Jun 2014 14:35:32 -0000 1.17
@@ -38,6 +38,7 @@
<flag name='proxy'>Enable support for virtual proxy
device</flag>
<flag name='proxy_getwork'>Enable proxy support for getwork
protocol (often used with Block Erupter Blades)</flag>
<flag name='proxy_stratum'>Enable proxy support for stratum
protocol</flag>
+ <flag name='rockminer'>Enable support for mining with RockMiner
devices</flag>
<flag name='scrypt'>Enable support for scrypt mining
algorithm</flag>
<flag name='sse2_4way'>Enable support for CPU SSE2 4way mining
algorithm</flag>
<flag name='sse4'>Enable support for CPU SSE4 mining
algorithm</flag>
1.60 net-misc/bfgminer/ChangeLog
file :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/bfgminer/ChangeLog?rev=1.60&view=markup
plain:
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/bfgminer/ChangeLog?rev=1.60&content-type=text/plain
diff :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/bfgminer/ChangeLog?r1=1.59&r2=1.60
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-misc/bfgminer/ChangeLog,v
retrieving revision 1.59
retrieving revision 1.60
diff -u -r1.59 -r1.60
--- ChangeLog 6 Jun 2014 11:23:47 -0000 1.59
+++ ChangeLog 12 Jun 2014 14:35:32 -0000 1.60
@@ -1,6 +1,14 @@
# ChangeLog for net-misc/bfgminer
# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/bfgminer/ChangeLog,v 1.59
2014/06/06 11:23:47 blueness Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/bfgminer/ChangeLog,v 1.60
2014/06/12 14:35:32 blueness Exp $
+
+*bfgminer-3.5.10 (12 Jun 2014)
+*bfgminer-3.10.3 (12 Jun 2014)
+*bfgminer-4.2.0 (12 Jun 2014)
+
+ 12 Jun 2014; Anthony G. Basile <[email protected]> +bfgminer-3.10.3.ebuild,
+ +bfgminer-3.5.10.ebuild, +bfgminer-4.2.0.ebuild, metadata.xml:
+ Version bumps
06 Jun 2014; Anthony G. Basile <[email protected]> bfgminer-3.10.2.ebuild,
bfgminer-3.5.9.ebuild, bfgminer-4.1.0.ebuild:
1.1 net-misc/bfgminer/bfgminer-3.5.10.ebuild
file :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/bfgminer/bfgminer-3.5.10.ebuild?rev=1.1&view=markup
plain:
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/bfgminer/bfgminer-3.5.10.ebuild?rev=1.1&content-type=text/plain
Index: bfgminer-3.5.10.ebuild
===================================================================
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/net-misc/bfgminer/bfgminer-3.5.10.ebuild,v
1.1 2014/06/12 14:35:32 blueness Exp $
EAPI=5
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}.tbz2"
LICENSE="GPL-3"
SLOT="0"
KEYWORDS="~amd64 ~arm ~mips ~ppc ~ppc64 ~x86"
# TODO: knc (needs i2c-tools header)
IUSE="+adl avalon bitforce bfsb bigpic bitfury cpumining examples hardened
hashbuster icarus littlefury lm_sensors metabank modminer nanofury ncurses
+opencl proxy proxy_getwork proxy_stratum scrypt +udev unicode x6500 ztex"
REQUIRED_USE='
|| ( avalon bfsb bigpic bitforce bitfury cpumining hashbuster icarus
littlefury metabank modminer nanofury opencl proxy x6500 ztex )
adl? ( opencl )
bfsb? ( bitfury )
bigpic? ( bitfury )
hashbuster? ( bitfury )
littlefury? ( bitfury )
lm_sensors? ( opencl )
metabank? ( bitfury )
nanofury? ( bitfury )
scrypt? ( || ( cpumining opencl ) )
unicode? ( ncurses )
proxy? ( || ( proxy_getwork proxy_stratum ) )
proxy_getwork? ( proxy )
proxy_stratum? ( proxy )
'
DEPEND='
net-misc/curl
ncurses? (
sys-libs/ncurses[unicode?]
)
>=dev-libs/jansson-2
net-libs/libblkmaker
udev? (
virtual/udev
)
hashbuster? (
dev-libs/hidapi
)
lm_sensors? (
sys-apps/lm_sensors
)
nanofury? (
dev-libs/hidapi
)
proxy_getwork? (
net-libs/libmicrohttpd
)
proxy_stratum? (
dev-libs/libevent
)
x6500? (
virtual/libusb:1
)
ztex? (
virtual/libusb:1
)
'
RDEPEND="${DEPEND}
opencl? (
|| (
virtual/opencl
virtual/opencl-sdk
dev-util/ati-stream-sdk
dev-util/ati-stream-sdk-bin
dev-util/amdstream
dev-util/amd-app-sdk
dev-util/amd-app-sdk-bin
dev-util/nvidia-cuda-sdk[opencl]
dev-util/intel-opencl-sdk
)
)
"
DEPEND="${DEPEND}
virtual/pkgconfig
>=dev-libs/uthash-1.9.2
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} -nopie"
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 \
--docdir="/usr/share/doc/${PF}" \
$(use_enable adl) \
$(use_enable avalon) \
$(use_enable bitforce) \
$(use_enable bfsb) \
$(use_enable bigpic) \
$(use_enable bitfury) \
$(use_enable cpumining) \
$(use_enable hashbuster) \
$(use_enable icarus) \
$(use_enable littlefury) \
$(use_enable metabank) \
$(use_enable modminer) \
$(use_enable nanofury) \
$(use_enable opencl) \
$(use_enable scrypt) \
--with-system-libblkmaker \
$with_curses \
$(use_with udev libudev) \
$(use_with lm_sensors sensors) \
$(use_with proxy_getwork libmicrohttpd) \
$(use_with proxy_stratum libevent) \
$(use_enable x6500) \
$(use_enable ztex)
}
src_install() {
emake install DESTDIR="$D"
if ! use examples; then
rm -r "${D}/usr/share/doc/${PF}/rpc-examples"
fi
}
1.1 net-misc/bfgminer/bfgminer-4.2.0.ebuild
file :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/bfgminer/bfgminer-4.2.0.ebuild?rev=1.1&view=markup
plain:
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/bfgminer/bfgminer-4.2.0.ebuild?rev=1.1&content-type=text/plain
Index: bfgminer-4.2.0.ebuild
===================================================================
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/net-misc/bfgminer/bfgminer-4.2.0.ebuild,v
1.1 2014/06/12 14:35:32 blueness Exp $
EAPI=5
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 ~mips ~ppc ~ppc64 ~x86"
# TODO: knc (needs i2c-tools header)
IUSE="+adl antminer avalon bfx bifury bitforce bfsb bigpic bitfury cpumining
drillbit dualminer examples gridseed hardened hashbuster hashbuster2 hashfast
icarus klondike +libusb littlefury lm_sensors metabank modminer nanofury
ncurses +opencl proxy proxy_getwork proxy_stratum rockminer scrypt twinfury
+udev unicode x6500 ztex"
REQUIRED_USE='
|| ( antminer avalon bfsb bfx bifury bigpic bitforce bitfury cpumining
drillbit dualminer gridseed hashbuster hashbuster2 hashfast icarus klondike
littlefury metabank modminer nanofury opencl proxy twinfury x6500 ztex )
adl? ( opencl )
bfsb? ( bitfury )
bfx? ( bitfury libusb )
bigpic? ( bitfury )
drillbit? ( bitfury )
dualminer? ( icarus )
gridseed? ( scrypt )
hashbuster? ( bitfury )
hashbuster2? ( bitfury libusb )
klondike? ( libusb )
littlefury? ( bitfury )
lm_sensors? ( opencl )
metabank? ( bitfury )
nanofury? ( bitfury )
scrypt? ( || ( cpumining opencl ) )
twinfury? ( bitfury )
unicode? ( ncurses )
proxy? ( || ( proxy_getwork proxy_stratum ) )
proxy_getwork? ( proxy )
proxy_stratum? ( proxy )
x6500? ( libusb )
ztex? ( libusb )
'
DEPEND='
net-misc/curl
ncurses? (
sys-libs/ncurses[unicode?]
)
>=dev-libs/jansson-2
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
)
'
RDEPEND="${DEPEND}
opencl? (
|| (
virtual/opencl
virtual/opencl-sdk
dev-util/ati-stream-sdk
dev-util/ati-stream-sdk-bin
dev-util/amdstream
dev-util/amd-app-sdk
dev-util/amd-app-sdk-bin
dev-util/nvidia-cuda-sdk[opencl]
dev-util/intel-opencl-sdk
)
)
"
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} -nopie"
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 \
--docdir="/usr/share/doc/${PF}" \
$(use_enable adl) \
$(use_enable antminer) \
$(use_enable avalon) \
$(use_enable bifury) \
$(use_enable bitforce) \
$(use_enable bfsb) \
$(use_enable bfx) \
$(use_enable bigpic) \
$(use_enable bitfury) \
$(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 klondike) \
$(use_enable littlefury) \
$(use_enable metabank) \
$(use_enable modminer) \
$(use_enable nanofury) \
$(use_enable opencl) \
$(use_enable rockminer) \
$(use_enable scrypt) \
$(use_enable twinfury) \
--with-system-libblkmaker \
$with_curses \
$(use_with udev libudev) \
$(use_with lm_sensors sensors) \
$(use_with proxy_getwork libmicrohttpd) \
$(use_with proxy_stratum libevent) \
$(use_enable x6500) \
$(use_enable ztex)
}
src_install() {
emake install DESTDIR="$D"
if ! use examples; then
rm -r "${D}/usr/share/doc/${PF}/rpc-examples"
fi
}
1.1 net-misc/bfgminer/bfgminer-3.10.3.ebuild
file :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/bfgminer/bfgminer-3.10.3.ebuild?rev=1.1&view=markup
plain:
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/bfgminer/bfgminer-3.10.3.ebuild?rev=1.1&content-type=text/plain
Index: bfgminer-3.10.3.ebuild
===================================================================
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/net-misc/bfgminer/bfgminer-3.10.3.ebuild,v
1.1 2014/06/12 14:35:32 blueness Exp $
EAPI=5
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}.tbz2"
LICENSE="GPL-3"
SLOT="0"
KEYWORDS="~amd64 ~arm ~mips ~ppc ~ppc64 ~x86"
# TODO: knc (needs i2c-tools header)
IUSE="+adl antminer avalon bifury bitforce bfsb bigpic bitfury cpumining
drillbit examples hardened hashbuster hashbuster2 hashfast icarus klondike
+libusb littlefury lm_sensors metabank modminer nanofury ncurses +opencl proxy
proxy_getwork proxy_stratum scrypt twinfury +udev unicode x6500 ztex"
REQUIRED_USE='
|| ( antminer avalon bfsb bifury bigpic bitforce bitfury cpumining
drillbit hashbuster hashbuster2 hashfast icarus klondike littlefury metabank
modminer nanofury opencl proxy twinfury x6500 ztex )
adl? ( opencl )
bfsb? ( bitfury )
bigpic? ( bitfury )
drillbit? ( bitfury )
hashbuster? ( bitfury )
hashbuster2? ( bitfury libusb )
klondike? ( libusb )
littlefury? ( bitfury )
lm_sensors? ( opencl )
metabank? ( bitfury )
nanofury? ( bitfury )
scrypt? ( || ( cpumining opencl ) )
twinfury? ( bitfury )
unicode? ( ncurses )
proxy? ( || ( proxy_getwork proxy_stratum ) )
proxy_getwork? ( proxy )
proxy_stratum? ( proxy )
x6500? ( libusb )
ztex? ( libusb )
'
DEPEND='
net-misc/curl
ncurses? (
sys-libs/ncurses[unicode?]
)
>=dev-libs/jansson-2
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
)
'
RDEPEND="${DEPEND}
opencl? (
|| (
virtual/opencl
virtual/opencl-sdk
dev-util/ati-stream-sdk
dev-util/ati-stream-sdk-bin
dev-util/amdstream
dev-util/amd-app-sdk
dev-util/amd-app-sdk-bin
dev-util/nvidia-cuda-sdk[opencl]
dev-util/intel-opencl-sdk
)
)
"
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} -nopie"
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 \
--docdir="/usr/share/doc/${PF}" \
$(use_enable adl) \
$(use_enable antminer) \
$(use_enable avalon) \
$(use_enable bifury) \
$(use_enable bitforce) \
$(use_enable bfsb) \
$(use_enable bigpic) \
$(use_enable bitfury) \
$(use_enable cpumining) \
$(use_enable drillbit) \
$(use_enable hashbuster) \
$(use_enable hashbuster2 hashbusterusb) \
$(use_enable hashfast) \
$(use_enable icarus) \
$(use_enable klondike) \
$(use_enable littlefury) \
$(use_enable metabank) \
$(use_enable modminer) \
$(use_enable nanofury) \
$(use_enable opencl) \
$(use_enable scrypt) \
$(use_enable twinfury) \
--with-system-libblkmaker \
$with_curses \
$(use_with udev libudev) \
$(use_with lm_sensors sensors) \
$(use_with proxy_getwork libmicrohttpd) \
$(use_with proxy_stratum libevent) \
$(use_enable x6500) \
$(use_enable ztex)
}
src_install() {
emake install DESTDIR="$D"
if ! use examples; then
rm -r "${D}/usr/share/doc/${PF}/rpc-examples"
fi
}