summaryrefslogtreecommitdiffstats
path: root/net-misc/cudaminer/cudaminer-9999.ebuild
diff options
context:
space:
mode:
Diffstat (limited to 'net-misc/cudaminer/cudaminer-9999.ebuild')
-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
-}