diff options
author | Anthony G. Basile <blueness@gentoo.org> | 2014-03-24 19:09:06 +0000 |
---|---|---|
committer | Anthony G. Basile <blueness@gentoo.org> | 2014-03-24 19:09:06 +0000 |
commit | 7a698de4578576902e769b30615230ff56b8ab24 (patch) | |
tree | f9c3b7c466226fee800e5a0e33905a3308300ce6 /net-misc | |
parent | Version bump (diff) | |
download | gentoo-2-7a698de4578576902e769b30615230ff56b8ab24.tar.gz gentoo-2-7a698de4578576902e769b30615230ff56b8ab24.tar.bz2 gentoo-2-7a698de4578576902e769b30615230ff56b8ab24.zip |
Remove older unstable verions
(Portage version: 2.2.7/cvs/Linux x86_64, signed Manifest commit with key 0xF52D4BBA)
Diffstat (limited to 'net-misc')
-rw-r--r-- | net-misc/cgminer/ChangeLog | 8 | ||||
-rw-r--r-- | net-misc/cgminer/cgminer-3.11.0.ebuild | 74 | ||||
-rw-r--r-- | net-misc/cgminer/cgminer-3.12.0.ebuild | 74 | ||||
-rw-r--r-- | net-misc/cgminer/cgminer-3.12.1.ebuild | 74 | ||||
-rw-r--r-- | net-misc/cgminer/cgminer-3.4.3.ebuild | 87 | ||||
-rw-r--r-- | net-misc/cgminer/cgminer-3.5.0.ebuild | 87 | ||||
-rw-r--r-- | net-misc/cgminer/cgminer-3.6.6.ebuild | 81 | ||||
-rw-r--r-- | net-misc/cgminer/cgminer-3.7.2.ebuild | 83 | ||||
-rw-r--r-- | net-misc/cgminer/cgminer-3.8.5.ebuild | 72 | ||||
-rw-r--r-- | net-misc/cgminer/cgminer-3.9.0.1.ebuild | 78 | ||||
-rw-r--r-- | net-misc/cgminer/cgminer-3.9.0.ebuild | 73 |
11 files changed, 7 insertions, 784 deletions
diff --git a/net-misc/cgminer/ChangeLog b/net-misc/cgminer/ChangeLog index bfcf6417a748..dbf44fbcdc5b 100644 --- a/net-misc/cgminer/ChangeLog +++ b/net-misc/cgminer/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for net-misc/cgminer # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/cgminer/ChangeLog,v 1.65 2014/03/24 19:06:15 blueness Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/cgminer/ChangeLog,v 1.66 2014/03/24 19:09:06 blueness Exp $ + + 24 Mar 2014; Anthony G. Basile <blueness@gentoo.org> -cgminer-3.11.0.ebuild, + -cgminer-3.12.0.ebuild, -cgminer-3.12.1.ebuild, -cgminer-3.4.3.ebuild, + -cgminer-3.5.0.ebuild, -cgminer-3.6.6.ebuild, -cgminer-3.7.2.ebuild, + -cgminer-3.8.5.ebuild, -cgminer-3.9.0.1.ebuild, -cgminer-3.9.0.ebuild: + Remove older unstable verions *cgminer-4.2.1 (24 Mar 2014) diff --git a/net-misc/cgminer/cgminer-3.11.0.ebuild b/net-misc/cgminer/cgminer-3.11.0.ebuild deleted file mode 100644 index 6527ae6ec2ec..000000000000 --- a/net-misc/cgminer/cgminer-3.11.0.ebuild +++ /dev/null @@ -1,74 +0,0 @@ -# Copyright 1999-2014 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/cgminer/cgminer-3.11.0.ebuild,v 1.2 2014/01/31 12:41:42 blueness Exp $ - -EAPI=5 - -inherit autotools flag-o-matic - -DESCRIPTION="Bitcoin CPU/GPU/FPGA/ASIC miner in C" -HOMEPAGE="http://bitcointalk.org/?topic=28402.msg357369 http://github.com/ckolivas/cgminer" -#SRC_URI="http://ck.kolivas.org/apps/cgminer/${P}.tar.bz2" -SRC_URI="http://ck.kolivas.org/apps/cgminer/3.11/${P}.tar.bz2" - -LICENSE="GPL-3" -SLOT="0" -KEYWORDS="~amd64 ~arm ~x86" -IUSE="doc examples udev hardened ncurses - avalon bflsc bitforce bitfury drillbit icarus klondike minion modminer" - -REQUIRED_USE="|| ( avalon bflsc bitforce bitfury drillbit icarus klondike minion modminer )" - -RDEPEND="net-misc/curl - dev-libs/jansson - ncurses? ( sys-libs/ncurses ) - avalon? ( virtual/libusb:1 ) - bflsc? ( virtual/libusb:1 ) - bitforce? ( virtual/libusb:1 ) - bitfury? ( virtual/libusb:1 ) - icarus? ( virtual/libusb:1 ) - modminer? ( virtual/libusb:1 )" -DEPEND="virtual/pkgconfig - ${RDEPEND}" - -src_prepare() { - eautoreconf -} - -src_configure() { - use hardened && append-cflags "-nopie" - - econf $(use_with ncurses curses) \ - $(use_enable avalon) \ - $(use_enable bflsc) \ - $(use_enable bitforce) \ - $(use_enable bitfury) \ - $(use_enable drillbit) \ - $(use_enable icarus) \ - $(use_enable klondike) \ - $(use_enable minion) \ - $(use_enable modminer) - # sanitize directories (is this still needed?) - sed -i 's~^\(\#define CGMINER_PREFIX \).*$~\1"'"${EPREFIX}/usr/lib/cgminer"'"~' config.h -} - -src_install() { # How about using some make install? - dobin cgminer - insinto /lib/udev/rules.d - use udev && doins 01-cgminer.rules - if use doc; then - dodoc AUTHORS NEWS README API-README - use icarus || use bitforce || use modminer && dodoc FPGA-README - use avalon || use bflsc && dodoc ASIC-README - fi - - if use modminer; then - insinto /usr/lib/cgminer/modminer - doins bitstreams/*.ncd - dodoc bitstreams/COPYING_fpgaminer - fi - if use examples; then - docinto examples - dodoc api-example.php miner.php API.java api-example.c example.conf - fi -} diff --git a/net-misc/cgminer/cgminer-3.12.0.ebuild b/net-misc/cgminer/cgminer-3.12.0.ebuild deleted file mode 100644 index 8587ffe76b96..000000000000 --- a/net-misc/cgminer/cgminer-3.12.0.ebuild +++ /dev/null @@ -1,74 +0,0 @@ -# Copyright 1999-2014 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/cgminer/cgminer-3.12.0.ebuild,v 1.1 2014/01/31 12:41:43 blueness Exp $ - -EAPI=5 - -inherit autotools flag-o-matic - -DESCRIPTION="Bitcoin CPU/GPU/FPGA/ASIC miner in C" -HOMEPAGE="http://bitcointalk.org/?topic=28402.msg357369 http://github.com/ckolivas/cgminer" -SRC_URI="http://ck.kolivas.org/apps/cgminer/${P}.tar.bz2" -#SRC_URI="http://ck.kolivas.org/apps/cgminer/3.10/${P}.tar.bz2" - -LICENSE="GPL-3" -SLOT="0" -KEYWORDS="~amd64 ~arm ~x86" -IUSE="doc examples udev hardened ncurses - avalon bflsc bitforce bitfury drillbit icarus klondike minion modminer" - -REQUIRED_USE="|| ( avalon bflsc bitforce bitfury drillbit icarus klondike minion modminer )" - -RDEPEND="net-misc/curl - dev-libs/jansson - ncurses? ( sys-libs/ncurses ) - avalon? ( virtual/libusb:1 ) - bflsc? ( virtual/libusb:1 ) - bitforce? ( virtual/libusb:1 ) - bitfury? ( virtual/libusb:1 ) - icarus? ( virtual/libusb:1 ) - modminer? ( virtual/libusb:1 )" -DEPEND="virtual/pkgconfig - ${RDEPEND}" - -src_prepare() { - eautoreconf -} - -src_configure() { - use hardened && append-cflags "-nopie" - - econf $(use_with ncurses curses) \ - $(use_enable avalon) \ - $(use_enable bflsc) \ - $(use_enable bitforce) \ - $(use_enable bitfury) \ - $(use_enable drillbit) \ - $(use_enable icarus) \ - $(use_enable klondike) \ - $(use_enable minion) \ - $(use_enable modminer) - # sanitize directories (is this still needed?) - sed -i 's~^\(\#define CGMINER_PREFIX \).*$~\1"'"${EPREFIX}/usr/lib/cgminer"'"~' config.h -} - -src_install() { # How about using some make install? - dobin cgminer - insinto /lib/udev/rules.d - use udev && doins 01-cgminer.rules - if use doc; then - dodoc AUTHORS NEWS README API-README - use icarus || use bitforce || use modminer && dodoc FPGA-README - use avalon || use bflsc && dodoc ASIC-README - fi - - if use modminer; then - insinto /usr/lib/cgminer/modminer - doins bitstreams/*.ncd - dodoc bitstreams/COPYING_fpgaminer - fi - if use examples; then - docinto examples - dodoc api-example.php miner.php API.java api-example.c example.conf - fi -} diff --git a/net-misc/cgminer/cgminer-3.12.1.ebuild b/net-misc/cgminer/cgminer-3.12.1.ebuild deleted file mode 100644 index 28dec4ac3078..000000000000 --- a/net-misc/cgminer/cgminer-3.12.1.ebuild +++ /dev/null @@ -1,74 +0,0 @@ -# Copyright 1999-2014 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/cgminer/cgminer-3.12.1.ebuild,v 1.2 2014/02/08 23:07:52 blueness Exp $ - -EAPI=5 - -inherit autotools flag-o-matic - -DESCRIPTION="Bitcoin CPU/GPU/FPGA/ASIC miner in C" -HOMEPAGE="http://bitcointalk.org/?topic=28402.msg357369 http://github.com/ckolivas/cgminer" -#SRC_URI="http://ck.kolivas.org/apps/cgminer/${P}.tar.bz2" -SRC_URI="http://ck.kolivas.org/apps/cgminer/3.12/${P}.tar.bz2" - -LICENSE="GPL-3" -SLOT="0" -KEYWORDS="~amd64 ~arm ~x86" -IUSE="doc examples udev hardened ncurses - avalon bflsc bitforce bitfury drillbit icarus klondike minion modminer" - -REQUIRED_USE="|| ( avalon bflsc bitforce bitfury drillbit icarus klondike minion modminer )" - -RDEPEND="net-misc/curl - dev-libs/jansson - ncurses? ( sys-libs/ncurses ) - avalon? ( virtual/libusb:1 ) - bflsc? ( virtual/libusb:1 ) - bitforce? ( virtual/libusb:1 ) - bitfury? ( virtual/libusb:1 ) - icarus? ( virtual/libusb:1 ) - modminer? ( virtual/libusb:1 )" -DEPEND="virtual/pkgconfig - ${RDEPEND}" - -src_prepare() { - eautoreconf -} - -src_configure() { - use hardened && append-cflags "-nopie" - - econf $(use_with ncurses curses) \ - $(use_enable avalon) \ - $(use_enable bflsc) \ - $(use_enable bitforce) \ - $(use_enable bitfury) \ - $(use_enable drillbit) \ - $(use_enable icarus) \ - $(use_enable klondike) \ - $(use_enable minion) \ - $(use_enable modminer) - # sanitize directories (is this still needed?) - sed -i 's~^\(\#define CGMINER_PREFIX \).*$~\1"'"${EPREFIX}/usr/lib/cgminer"'"~' config.h -} - -src_install() { # How about using some make install? - dobin cgminer - insinto /lib/udev/rules.d - use udev && doins 01-cgminer.rules - if use doc; then - dodoc AUTHORS NEWS README API-README - use icarus || use bitforce || use modminer && dodoc FPGA-README - use avalon || use bflsc && dodoc ASIC-README - fi - - if use modminer; then - insinto /usr/lib/cgminer/modminer - doins bitstreams/*.ncd - dodoc bitstreams/COPYING_fpgaminer - fi - if use examples; then - docinto examples - dodoc api-example.php miner.php API.java api-example.c example.conf - fi -} diff --git a/net-misc/cgminer/cgminer-3.4.3.ebuild b/net-misc/cgminer/cgminer-3.4.3.ebuild deleted file mode 100644 index a035d588bceb..000000000000 --- a/net-misc/cgminer/cgminer-3.4.3.ebuild +++ /dev/null @@ -1,87 +0,0 @@ -# Copyright 1999-2013 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/cgminer/cgminer-3.4.3.ebuild,v 1.2 2013/10/01 16:48:25 blueness Exp $ - -EAPI=5 - -inherit autotools flag-o-matic - -DESCRIPTION="Bitcoin CPU/GPU/FPGA/ASIC miner in C" -HOMEPAGE="http://bitcointalk.org/?topic=28402.msg357369 http://github.com/ckolivas/cgminer" -#SRC_URI="http://ck.kolivas.org/apps/cgminer/${P}.tar.bz2" -SRC_URI="https://github.com/ckolivas/cgminer/archive/v${PV}.tar.gz" - -LICENSE="GPL-3" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="doc examples hardened ncurses opencl adl scrypt - avalon bflsc bitforce icarus modminer ztex" - -REQUIRED_USE="|| ( opencl avalon bflsc bitforce icarus modminer ztex ) - adl? ( opencl ) - scrypt? ( opencl )" - -DEPEND="net-misc/curl - dev-libs/jansson - adl? ( x11-libs/amd-adl-sdk ) - ncurses? ( sys-libs/ncurses ) - opencl? ( virtual/opencl ) - avalon? ( virtual/libusb:1 ) - bflsc? ( virtual/libusb:1 ) - bitforce? ( virtual/libusb:1 ) - icarus? ( virtual/libusb:1 ) - modminer? ( virtual/libusb:1 ) - ztex? ( virtual/libusb:1 )" -RDEPEND="${DEPEND}" - -src_prepare() { - ln -s /usr/include/ADL/* ADL_SDK/ - eautoreconf -} - -src_configure() { - use hardened && append-cflags "-nopie" - - econf $(use_with ncurses curses) \ - $(use_enable opencl) \ - $(use_enable adl) \ - $(use_enable scrypt) \ - $(use_enable avalon) \ - $(use_enable bflsc) \ - $(use_enable bitforce) \ - $(use_enable icarus) \ - $(use_enable modminer) \ - $(use_enable ztex) - # sanitize directories (is this still needed?) - sed -i 's~^\(\#define CGMINER_PREFIX \).*$~\1"'"${EPREFIX}/usr/lib/cgminer"'"~' config.h -} - -src_install() { # How about using some make install? - dobin cgminer - if use doc; then - dodoc AUTHORS NEWS README API-README - use opencl && dodoc GPU-README - use scrypt && dodoc SCRYPT-README - use icarus || use bitforce || use ztex || use modminer && dodoc FPGA-README - use avalon || use bflsc && dodoc ASIC-README - fi - - if use modminer; then - insinto /usr/lib/cgminer/modminer - doins bitstreams/*.ncd - dodoc bitstreams/COPYING_fpgaminer - fi - if use opencl; then - insinto /usr/lib/cgminer - doins *.cl - fi - if use ztex; then - insinto /usr/lib/cgminer/ztex - doins bitstreams/*.bit - dodoc bitstreams/COPYING_ztex - fi - if use examples; then - docinto examples - dodoc api-example.php miner.php API.java api-example.c example.conf - fi -} diff --git a/net-misc/cgminer/cgminer-3.5.0.ebuild b/net-misc/cgminer/cgminer-3.5.0.ebuild deleted file mode 100644 index 11b872206112..000000000000 --- a/net-misc/cgminer/cgminer-3.5.0.ebuild +++ /dev/null @@ -1,87 +0,0 @@ -# Copyright 1999-2013 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/cgminer/cgminer-3.5.0.ebuild,v 1.2 2013/10/15 20:41:10 blueness Exp $ - -EAPI=5 - -inherit autotools flag-o-matic - -DESCRIPTION="Bitcoin CPU/GPU/FPGA/ASIC miner in C" -HOMEPAGE="http://bitcointalk.org/?topic=28402.msg357369 http://github.com/ckolivas/cgminer" -#SRC_URI="http://ck.kolivas.org/apps/cgminer/${P}.tar.bz2" -SRC_URI="https://github.com/ckolivas/cgminer/archive/v${PV}.tar.gz" - -LICENSE="GPL-3" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="doc examples hardened ncurses opencl adl scrypt - avalon bflsc bitforce icarus modminer ztex" - -REQUIRED_USE="|| ( opencl avalon bflsc bitforce icarus modminer ztex ) - adl? ( opencl ) - scrypt? ( opencl )" - -DEPEND="net-misc/curl - dev-libs/jansson - adl? ( x11-libs/amd-adl-sdk ) - ncurses? ( sys-libs/ncurses ) - opencl? ( virtual/opencl ) - avalon? ( virtual/libusb:1 ) - bflsc? ( virtual/libusb:1 ) - bitforce? ( virtual/libusb:1 ) - icarus? ( virtual/libusb:1 ) - modminer? ( virtual/libusb:1 ) - ztex? ( virtual/libusb:1 )" -RDEPEND="${DEPEND}" - -src_prepare() { - ln -s /usr/include/ADL/* ADL_SDK/ - eautoreconf -} - -src_configure() { - use hardened && append-cflags "-nopie" - - econf $(use_with ncurses curses) \ - $(use_enable opencl) \ - $(use_enable adl) \ - $(use_enable scrypt) \ - $(use_enable avalon) \ - $(use_enable bflsc) \ - $(use_enable bitforce) \ - $(use_enable icarus) \ - $(use_enable modminer) \ - $(use_enable ztex) - # sanitize directories (is this still needed?) - sed -i 's~^\(\#define CGMINER_PREFIX \).*$~\1"'"${EPREFIX}/usr/lib/cgminer"'"~' config.h -} - -src_install() { # How about using some make install? - dobin cgminer - if use doc; then - dodoc AUTHORS NEWS README API-README - use opencl && dodoc GPU-README - use scrypt && dodoc SCRYPT-README - use icarus || use bitforce || use ztex || use modminer && dodoc FPGA-README - use avalon || use bflsc && dodoc ASIC-README - fi - - if use modminer; then - insinto /usr/lib/cgminer/modminer - doins bitstreams/*.ncd - dodoc bitstreams/COPYING_fpgaminer - fi - if use opencl; then - insinto /usr/lib/cgminer - doins *.cl - fi - if use ztex; then - insinto /usr/lib/cgminer/ztex - doins bitstreams/*.bit - dodoc bitstreams/COPYING_ztex - fi - if use examples; then - docinto examples - dodoc api-example.php miner.php API.java api-example.c example.conf - fi -} diff --git a/net-misc/cgminer/cgminer-3.6.6.ebuild b/net-misc/cgminer/cgminer-3.6.6.ebuild deleted file mode 100644 index 3e1e7250dde2..000000000000 --- a/net-misc/cgminer/cgminer-3.6.6.ebuild +++ /dev/null @@ -1,81 +0,0 @@ -# Copyright 1999-2013 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/cgminer/cgminer-3.6.6.ebuild,v 1.2 2013/11/05 14:36:38 blueness Exp $ - -EAPI=5 - -inherit autotools flag-o-matic - -DESCRIPTION="Bitcoin CPU/GPU/FPGA/ASIC miner in C" -HOMEPAGE="http://bitcointalk.org/?topic=28402.msg357369 http://github.com/ckolivas/cgminer" -#SRC_URI="http://ck.kolivas.org/apps/cgminer/${P}.tar.bz2" -SRC_URI="http://ck.kolivas.org/apps/cgminer/3.6/${P}.tar.bz2" - -LICENSE="GPL-3" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="doc examples hardened ncurses opencl adl scrypt - avalon bflsc bitforce icarus klondike modminer" - -REQUIRED_USE="|| ( opencl avalon bflsc bitforce icarus klondike modminer ) - adl? ( opencl ) - scrypt? ( opencl )" - -DEPEND="net-misc/curl - dev-libs/jansson - adl? ( x11-libs/amd-adl-sdk ) - ncurses? ( sys-libs/ncurses ) - opencl? ( virtual/opencl ) - avalon? ( virtual/libusb:1 ) - bflsc? ( virtual/libusb:1 ) - bitforce? ( virtual/libusb:1 ) - icarus? ( virtual/libusb:1 ) - modminer? ( virtual/libusb:1 )" -RDEPEND="${DEPEND}" - -src_prepare() { - ln -s /usr/include/ADL/* ADL_SDK/ - eautoreconf -} - -src_configure() { - use hardened && append-cflags "-nopie" - - econf $(use_with ncurses curses) \ - $(use_enable opencl) \ - $(use_enable adl) \ - $(use_enable scrypt) \ - $(use_enable avalon) \ - $(use_enable bflsc) \ - $(use_enable bitforce) \ - $(use_enable icarus) \ - $(use_enable klondike) \ - $(use_enable modminer) - # sanitize directories (is this still needed?) - sed -i 's~^\(\#define CGMINER_PREFIX \).*$~\1"'"${EPREFIX}/usr/lib/cgminer"'"~' config.h -} - -src_install() { # How about using some make install? - dobin cgminer - if use doc; then - dodoc AUTHORS NEWS README API-README - use opencl && dodoc GPU-README - use scrypt && dodoc SCRYPT-README - use icarus || use bitforce || use modminer && dodoc FPGA-README - use avalon || use bflsc && dodoc ASIC-README - fi - - if use modminer; then - insinto /usr/lib/cgminer/modminer - doins bitstreams/*.ncd - dodoc bitstreams/COPYING_fpgaminer - fi - if use opencl; then - insinto /usr/lib/cgminer - doins *.cl - fi - if use examples; then - docinto examples - dodoc api-example.php miner.php API.java api-example.c example.conf - fi -} diff --git a/net-misc/cgminer/cgminer-3.7.2.ebuild b/net-misc/cgminer/cgminer-3.7.2.ebuild deleted file mode 100644 index f7376a35c618..000000000000 --- a/net-misc/cgminer/cgminer-3.7.2.ebuild +++ /dev/null @@ -1,83 +0,0 @@ -# Copyright 1999-2013 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/cgminer/cgminer-3.7.2.ebuild,v 1.2 2013/11/12 21:54:57 blueness Exp $ - -EAPI=5 - -inherit autotools flag-o-matic - -DESCRIPTION="Bitcoin CPU/GPU/FPGA/ASIC miner in C" -HOMEPAGE="http://bitcointalk.org/?topic=28402.msg357369 http://github.com/ckolivas/cgminer" -#SRC_URI="http://ck.kolivas.org/apps/cgminer/${P}.tar.bz2" -SRC_URI="http://ck.kolivas.org/apps/cgminer/3.7/${P}.tar.bz2" - -LICENSE="GPL-3" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="doc examples hardened ncurses opencl adl scrypt - avalon bflsc bitforce bitfury icarus klondike modminer" - -REQUIRED_USE="|| ( opencl avalon bflsc bitforce bitfury icarus klondike modminer ) - adl? ( opencl ) - scrypt? ( opencl )" - -DEPEND="net-misc/curl - dev-libs/jansson - adl? ( x11-libs/amd-adl-sdk ) - ncurses? ( sys-libs/ncurses ) - opencl? ( virtual/opencl ) - avalon? ( virtual/libusb:1 ) - bflsc? ( virtual/libusb:1 ) - bitforce? ( virtual/libusb:1 ) - bitfury? ( virtual/libusb:1 ) - icarus? ( virtual/libusb:1 ) - modminer? ( virtual/libusb:1 )" -RDEPEND="${DEPEND}" - -src_prepare() { - ln -s /usr/include/ADL/* ADL_SDK/ - eautoreconf -} - -src_configure() { - use hardened && append-cflags "-nopie" - - econf $(use_with ncurses curses) \ - $(use_enable opencl) \ - $(use_enable adl) \ - $(use_enable scrypt) \ - $(use_enable avalon) \ - $(use_enable bflsc) \ - $(use_enable bitforce) \ - $(use_enable bitfury) \ - $(use_enable icarus) \ - $(use_enable klondike) \ - $(use_enable modminer) - # sanitize directories (is this still needed?) - sed -i 's~^\(\#define CGMINER_PREFIX \).*$~\1"'"${EPREFIX}/usr/lib/cgminer"'"~' config.h -} - -src_install() { # How about using some make install? - dobin cgminer - if use doc; then - dodoc AUTHORS NEWS README API-README - use opencl && dodoc GPU-README - use scrypt && dodoc SCRYPT-README - use icarus || use bitforce || use modminer && dodoc FPGA-README - use avalon || use bflsc && dodoc ASIC-README - fi - - if use modminer; then - insinto /usr/lib/cgminer/modminer - doins bitstreams/*.ncd - dodoc bitstreams/COPYING_fpgaminer - fi - if use opencl; then - insinto /usr/lib/cgminer - doins *.cl - fi - if use examples; then - docinto examples - dodoc api-example.php miner.php API.java api-example.c example.conf - fi -} diff --git a/net-misc/cgminer/cgminer-3.8.5.ebuild b/net-misc/cgminer/cgminer-3.8.5.ebuild deleted file mode 100644 index 6f70f396c1c2..000000000000 --- a/net-misc/cgminer/cgminer-3.8.5.ebuild +++ /dev/null @@ -1,72 +0,0 @@ -# Copyright 1999-2013 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/cgminer/cgminer-3.8.5.ebuild,v 1.2 2013/12/26 16:29:58 blueness Exp $ - -EAPI=5 - -inherit autotools flag-o-matic - -DESCRIPTION="Bitcoin CPU/GPU/FPGA/ASIC miner in C" -HOMEPAGE="http://bitcointalk.org/?topic=28402.msg357369 http://github.com/ckolivas/cgminer" -#SRC_URI="http://ck.kolivas.org/apps/cgminer/${P}.tar.bz2" -SRC_URI="http://ck.kolivas.org/apps/cgminer/3.8/${P}.tar.bz2" - -LICENSE="GPL-3" -SLOT="0" -KEYWORDS="~amd64 ~arm ~x86" -IUSE="doc examples udev hardened ncurses - avalon bflsc bitforce bitfury icarus klondike modminer" - -REQUIRED_USE="|| ( avalon bflsc bitforce bitfury icarus klondike modminer )" - -RDEPEND="net-misc/curl - dev-libs/jansson - ncurses? ( sys-libs/ncurses ) - avalon? ( virtual/libusb:1 ) - bflsc? ( virtual/libusb:1 ) - bitforce? ( virtual/libusb:1 ) - bitfury? ( virtual/libusb:1 ) - icarus? ( virtual/libusb:1 ) - modminer? ( virtual/libusb:1 )" -DEPEND="virtual/pkgconfig - ${RDEPEND}" - -src_prepare() { - eautoreconf -} - -src_configure() { - use hardened && append-cflags "-nopie" - - econf $(use_with ncurses curses) \ - $(use_enable avalon) \ - $(use_enable bflsc) \ - $(use_enable bitforce) \ - $(use_enable bitfury) \ - $(use_enable icarus) \ - $(use_enable klondike) \ - $(use_enable modminer) - # sanitize directories (is this still needed?) - sed -i 's~^\(\#define CGMINER_PREFIX \).*$~\1"'"${EPREFIX}/usr/lib/cgminer"'"~' config.h -} - -src_install() { # How about using some make install? - dobin cgminer - insinto /lib/udev/rules.d - use udev && doins 01-cgminer.rules - if use doc; then - dodoc AUTHORS NEWS README API-README - use icarus || use bitforce || use modminer && dodoc FPGA-README - use avalon || use bflsc && dodoc ASIC-README - fi - - if use modminer; then - insinto /usr/lib/cgminer/modminer - doins bitstreams/*.ncd - dodoc bitstreams/COPYING_fpgaminer - fi - if use examples; then - docinto examples - dodoc api-example.php miner.php API.java api-example.c example.conf - fi -} diff --git a/net-misc/cgminer/cgminer-3.9.0.1.ebuild b/net-misc/cgminer/cgminer-3.9.0.1.ebuild deleted file mode 100644 index 2092f971ab8f..000000000000 --- a/net-misc/cgminer/cgminer-3.9.0.1.ebuild +++ /dev/null @@ -1,78 +0,0 @@ -# Copyright 1999-2014 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/cgminer/cgminer-3.9.0.1.ebuild,v 1.3 2014/02/24 00:21:41 blueness Exp $ - -EAPI=5 - -inherit autotools flag-o-matic versionator - -MY_PV="$(replace_version_separator 3 -)" - -#Some wierdness on upstream's part -S=${WORKDIR}/${PN}-3.9.0 - -DESCRIPTION="Bitcoin CPU/GPU/FPGA/ASIC miner in C" -HOMEPAGE="http://bitcointalk.org/?topic=28402.msg357369 http://github.com/ckolivas/cgminer" -SRC_URI="http://ck.kolivas.org/apps/cgminer/${PN}-${MY_PV}.tar.bz2" -#SRC_URI="http://ck.kolivas.org/apps/cgminer/3.9/${PN}-${MY_PV}.tar.bz2" - -LICENSE="GPL-3" -SLOT="0" -KEYWORDS="~amd64 ~arm ~x86" -IUSE="doc examples udev hardened ncurses - avalon bflsc bitforce bitfury drillbit icarus klondike modminer" - -REQUIRED_USE="|| ( avalon bflsc bitforce bitfury drillbit icarus klondike modminer )" - -RDEPEND="net-misc/curl - dev-libs/jansson - ncurses? ( sys-libs/ncurses ) - avalon? ( virtual/libusb:1 ) - bflsc? ( virtual/libusb:1 ) - bitforce? ( virtual/libusb:1 ) - bitfury? ( virtual/libusb:1 ) - icarus? ( virtual/libusb:1 ) - modminer? ( virtual/libusb:1 )" -DEPEND="virtual/pkgconfig - ${RDEPEND}" - -src_prepare() { - eautoreconf -} - -src_configure() { - use hardened && append-cflags "-nopie" - - econf $(use_with ncurses curses) \ - $(use_enable avalon) \ - $(use_enable bflsc) \ - $(use_enable bitforce) \ - $(use_enable bitfury) \ - $(use_enable drillbit) \ - $(use_enable icarus) \ - $(use_enable klondike) \ - $(use_enable modminer) - # sanitize directories (is this still needed?) - sed -i 's~^\(\#define CGMINER_PREFIX \).*$~\1"'"${EPREFIX}/usr/lib/cgminer"'"~' config.h -} - -src_install() { # How about using some make install? - dobin cgminer - insinto /lib/udev/rules.d - use udev && doins 01-cgminer.rules - if use doc; then - dodoc AUTHORS NEWS README API-README - use icarus || use bitforce || use modminer && dodoc FPGA-README - use avalon || use bflsc && dodoc ASIC-README - fi - - if use modminer; then - insinto /usr/lib/cgminer/modminer - doins bitstreams/*.ncd - dodoc bitstreams/COPYING_fpgaminer - fi - if use examples; then - docinto examples - dodoc api-example.php miner.php API.java api-example.c example.conf - fi -} diff --git a/net-misc/cgminer/cgminer-3.9.0.ebuild b/net-misc/cgminer/cgminer-3.9.0.ebuild deleted file mode 100644 index ac558ad6fbb6..000000000000 --- a/net-misc/cgminer/cgminer-3.9.0.ebuild +++ /dev/null @@ -1,73 +0,0 @@ -# Copyright 1999-2014 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/cgminer/cgminer-3.9.0.ebuild,v 1.2 2014/01/08 23:34:38 blueness Exp $ - -EAPI=5 - -inherit autotools flag-o-matic - -DESCRIPTION="Bitcoin CPU/GPU/FPGA/ASIC miner in C" -HOMEPAGE="http://bitcointalk.org/?topic=28402.msg357369 http://github.com/ckolivas/cgminer" -#SRC_URI="http://ck.kolivas.org/apps/cgminer/${P}.tar.bz2" -SRC_URI="http://ck.kolivas.org/apps/cgminer/3.9/${P}.tar.bz2" - -LICENSE="GPL-3" -SLOT="0" -KEYWORDS="~amd64 ~arm ~x86" -IUSE="doc examples udev hardened ncurses - avalon bflsc bitforce bitfury drillbit icarus klondike modminer" - -REQUIRED_USE="|| ( avalon bflsc bitforce bitfury drillbit icarus klondike modminer )" - -RDEPEND="net-misc/curl - dev-libs/jansson - ncurses? ( sys-libs/ncurses ) - avalon? ( virtual/libusb:1 ) - bflsc? ( virtual/libusb:1 ) - bitforce? ( virtual/libusb:1 ) - bitfury? ( virtual/libusb:1 ) - icarus? ( virtual/libusb:1 ) - modminer? ( virtual/libusb:1 )" -DEPEND="virtual/pkgconfig - ${RDEPEND}" - -src_prepare() { - eautoreconf -} - -src_configure() { - use hardened && append-cflags "-nopie" - - econf $(use_with ncurses curses) \ - $(use_enable avalon) \ - $(use_enable bflsc) \ - $(use_enable bitforce) \ - $(use_enable bitfury) \ - $(use_enable drillbit) \ - $(use_enable icarus) \ - $(use_enable klondike) \ - $(use_enable modminer) - # sanitize directories (is this still needed?) - sed -i 's~^\(\#define CGMINER_PREFIX \).*$~\1"'"${EPREFIX}/usr/lib/cgminer"'"~' config.h -} - -src_install() { # How about using some make install? - dobin cgminer - insinto /lib/udev/rules.d - use udev && doins 01-cgminer.rules - if use doc; then - dodoc AUTHORS NEWS README API-README - use icarus || use bitforce || use modminer && dodoc FPGA-README - use avalon || use bflsc && dodoc ASIC-README - fi - - if use modminer; then - insinto /usr/lib/cgminer/modminer - doins bitstreams/*.ncd - dodoc bitstreams/COPYING_fpgaminer - fi - if use examples; then - docinto examples - dodoc api-example.php miner.php API.java api-example.c example.conf - fi -} |