diff options
author | Anthony G. Basile <blueness@gentoo.org> | 2012-06-04 12:11:07 +0000 |
---|---|---|
committer | Anthony G. Basile <blueness@gentoo.org> | 2012-06-04 12:11:07 +0000 |
commit | 5aeb96de0e75fa52c3170f7a80b477357652162d (patch) | |
tree | 3426330eabdcfd3a537eedce319d5e9eaf00806e /net-misc | |
parent | Add virtual/yacc dependency. (diff) | |
download | gentoo-2-5aeb96de0e75fa52c3170f7a80b477357652162d.tar.gz gentoo-2-5aeb96de0e75fa52c3170f7a80b477357652162d.tar.bz2 gentoo-2-5aeb96de0e75fa52c3170f7a80b477357652162d.zip |
Upstream moved tarball for 2.4.1
(Portage version: 2.1.10.49/cvs/Linux x86_64)
Diffstat (limited to 'net-misc')
-rw-r--r-- | net-misc/cgminer/ChangeLog | 3 | ||||
-rw-r--r-- | net-misc/cgminer/cgminer-2.4.1.ebuild | 4 |
2 files changed, 5 insertions, 2 deletions
diff --git a/net-misc/cgminer/ChangeLog b/net-misc/cgminer/ChangeLog index 77436ea4f12b..b2f88bac9ec0 100644 --- a/net-misc/cgminer/ChangeLog +++ b/net-misc/cgminer/ChangeLog @@ -1,5 +1,8 @@ + 04 Jun 2012; Anthony G. Basile <blueness@gentoo.org> cgminer-2.4.1.ebuild: + Upstream moved tarball for 2.4.1 + *cgminer-2.4.2-r1 (04 Jun 2012) 04 Jun 2012; Anthony G. Basile <blueness@gentoo.org> -cgminer-2.4.2.ebuild, diff --git a/net-misc/cgminer/cgminer-2.4.1.ebuild b/net-misc/cgminer/cgminer-2.4.1.ebuild index 032261101948..6d7ab404190f 100644 --- a/net-misc/cgminer/cgminer-2.4.1.ebuild +++ b/net-misc/cgminer/cgminer-2.4.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/cgminer/cgminer-2.4.1.ebuild,v 1.2 2012/05/22 16:10:53 ssuominen Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/cgminer/cgminer-2.4.1.ebuild,v 1.3 2012/06/04 12:11:07 blueness Exp $ EAPI="4" @@ -11,7 +11,7 @@ S="${WORKDIR}/${PN}-${MY_PV}" DESCRIPTION="Bitcoin CPU/GPU/FPGA miner in C" HOMEPAGE="https://bitcointalk.org/index.php?topic=28402.0" -SRC_URI="http://ck.kolivas.org/apps/${PN}/${PN}-${MY_PV}.tar.bz2" +SRC_URI="http://ck.kolivas.org/apps/${PN}/${PN}-2.4/${PN}-${MY_PV}.tar.bz2" LICENSE="GPL-3" SLOT="0" |