summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJason A. Donenfeld <Jason@zx2c4.com>2015-08-19 13:45:15 +0200
committerJason A. Donenfeld <Jason@zx2c4.com>2015-08-19 13:45:15 +0200
commitd1d83728714541b69cec5cf1091871335c4513dd (patch)
tree36c07aec61035dc906234bbf7235d7aff535d6c1
parentDSD ebuild (diff)
downloadportage-d1d83728714541b69cec5cf1091871335c4513dd.tar.xz
portage-d1d83728714541b69cec5cf1091871335c4513dd.zip
Cruft
-rw-r--r--net-misc/cudaminer/cudaminer-9999.ebuild26
1 files changed, 0 insertions, 26 deletions
diff --git a/net-misc/cudaminer/cudaminer-9999.ebuild b/net-misc/cudaminer/cudaminer-9999.ebuild
deleted file mode 100644
index 4e55cd0..0000000
--- a/net-misc/cudaminer/cudaminer-9999.ebuild
+++ /dev/null
@@ -1,26 +0,0 @@
-# Copyright 1999-2013 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-EAPI=5
-
-inherit git-2
-
-DESCRIPTION="CUDA accelerated litecoin mining application based on pooler's CPU miner"
-HOMEPAGE="https://github.com/cbuchner1/CudaMiner"
-SRC_URI=""
-EGIT_REPO_URI="https://github.com/cbuchner1/CudaMiner.git"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~x86 ~amd64"
-IUSE=""
-
-DEPEND="<dev-util/nvidia-cuda-toolkit-5.5"
-RDEPEND="${DEPEND}"
-
-src_configure() {
- export CFLAGS=""
- export LDFLAGS="-L/opt/cuda/lib64"
- econf
-}