Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 544858
Collapse All | Expand All

(-)a/net-libs/libblkmaker/libblkmaker-0.5.1.ebuild (-4 / +2 lines)
Lines 5-14 Link Here
5
EAPI=5
5
EAPI=5
6
6
7
DESCRIPTION="C implementation of getblocktemplate (BIP 22)"
7
DESCRIPTION="C implementation of getblocktemplate (BIP 22)"
8
HOMEPAGE="https://gitorious.org/bitcoin/libblkmaker"
8
HOMEPAGE="https://github.com/bitcoin/libblkmaker"
9
LICENSE="MIT"
9
LICENSE="MIT"
10
10
11
SRC_URI="https://gitorious.org/bitcoin/${PN}/archive/v${PV}.tar.gz -> ${P}.tgz"
11
SRC_URI="https://github.com/bitcoin/libblkmaker/archive/v${PV}.tar.gz -> ${P}-github.tgz"
12
SLOT="0/7"
12
SLOT="0/7"
13
KEYWORDS="~amd64 ~arm ~mips ~ppc ~ppc64 ~x86"
13
KEYWORDS="~amd64 ~arm ~mips ~ppc ~ppc64 ~x86"
14
IUSE=""
14
IUSE=""
Lines 21-28 RDEPEND="${DEPEND} Link Here
21
	!<net-misc/bfgminer-3.0.3
21
	!<net-misc/bfgminer-3.0.3
22
"
22
"
23
23
24
S="${WORKDIR}/bitcoin-libblkmaker/"
25
26
src_prepare() {
24
src_prepare() {
27
	./autogen.sh || die
25
	./autogen.sh || die
28
}
26
}

Return to bug 544858