summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnthony G. Basile <blueness@gentoo.org>2013-10-22 16:20:14 +0000
committerAnthony G. Basile <blueness@gentoo.org>2013-10-22 16:20:14 +0000
commitbf4085f8a69dd639cbda8cd6bfb282d14155c1d3 (patch)
treea80d7e671caf8d860715e815fefcc7c63ccab5a5 /net-libs/libblkmaker
parentChange the ruby dep to :1.9 and fix the script shebangs on this version. Noti... (diff)
downloadgentoo-2-bf4085f8a69dd639cbda8cd6bfb282d14155c1d3.tar.gz
gentoo-2-bf4085f8a69dd639cbda8cd6bfb282d14155c1d3.tar.bz2
gentoo-2-bf4085f8a69dd639cbda8cd6bfb282d14155c1d3.zip
Version bump
(Portage version: 2.2.7/cvs/Linux x86_64, signed Manifest commit with key 0xF52D4BBA)
Diffstat (limited to 'net-libs/libblkmaker')
-rw-r--r--net-libs/libblkmaker/ChangeLog8
-rw-r--r--net-libs/libblkmaker/libblkmaker-0.3.1.ebuild4
-rw-r--r--net-libs/libblkmaker/libblkmaker-0.3.2.ebuild27
3 files changed, 36 insertions, 3 deletions
diff --git a/net-libs/libblkmaker/ChangeLog b/net-libs/libblkmaker/ChangeLog
index 7b3ea243b1ae..16b1d0c31831 100644
--- a/net-libs/libblkmaker/ChangeLog
+++ b/net-libs/libblkmaker/ChangeLog
@@ -1,6 +1,12 @@
# ChangeLog for net-libs/libblkmaker
# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-libs/libblkmaker/ChangeLog,v 1.4 2013/06/26 17:06:39 blueness Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-libs/libblkmaker/ChangeLog,v 1.5 2013/10/22 16:20:14 blueness Exp $
+
+*libblkmaker-0.3.2 (22 Oct 2013)
+
+ 22 Oct 2013; Anthony G. Basile <blueness@gentoo.org>
+ +libblkmaker-0.3.2.ebuild, libblkmaker-0.3.1.ebuild:
+ Version bump
26 Jun 2013; Anthony G. Basile <blueness@gentoo.org> libblkmaker-0.3.1.ebuild:
Keyword ~arm for bfgminer
diff --git a/net-libs/libblkmaker/libblkmaker-0.3.1.ebuild b/net-libs/libblkmaker/libblkmaker-0.3.1.ebuild
index 48409586508f..59ee04474925 100644
--- a/net-libs/libblkmaker/libblkmaker-0.3.1.ebuild
+++ b/net-libs/libblkmaker/libblkmaker-0.3.1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-libs/libblkmaker/libblkmaker-0.3.1.ebuild,v 1.3 2013/06/26 17:06:39 blueness Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-libs/libblkmaker/libblkmaker-0.3.1.ebuild,v 1.4 2013/10/22 16:20:14 blueness Exp $
EAPI=5
@@ -8,7 +8,7 @@ DESCRIPTION="C implementation of getblocktemplate (BIP 22)"
HOMEPAGE="https://gitorious.org/bitcoin/libblkmaker"
LICENSE="MIT"
-SRC_URI="https://gitorious.org/bitcoin/${PN}/archive-tarball/v${PV} -> ${P}.tgz"
+SRC_URI="https://gitorious.org/bitcoin/${PN}/archive/v${PV}.tar.gz -> ${P}.tgz"
SLOT="0"
KEYWORDS="~amd64 ~arm ~mips ~ppc ~ppc64 ~x86"
IUSE=""
diff --git a/net-libs/libblkmaker/libblkmaker-0.3.2.ebuild b/net-libs/libblkmaker/libblkmaker-0.3.2.ebuild
new file mode 100644
index 000000000000..5a4ffbb61465
--- /dev/null
+++ b/net-libs/libblkmaker/libblkmaker-0.3.2.ebuild
@@ -0,0 +1,27 @@
+# Copyright 1999-2013 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/net-libs/libblkmaker/libblkmaker-0.3.2.ebuild,v 1.1 2013/10/22 16:20:14 blueness Exp $
+
+EAPI=5
+
+DESCRIPTION="C implementation of getblocktemplate (BIP 22)"
+HOMEPAGE="https://gitorious.org/bitcoin/libblkmaker"
+LICENSE="MIT"
+
+SRC_URI="https://gitorious.org/bitcoin/${PN}/archive/v${PV}.tar.gz -> ${P}.tgz"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~mips ~ppc ~ppc64 ~x86"
+IUSE=""
+
+DEPEND="
+ >=dev-libs/jansson-2.0.0
+"
+RDEPEND="${DEPEND}
+ !<net-misc/bfgminer-3.0.3
+"
+
+S="${WORKDIR}/bitcoin-libblkmaker/"
+
+src_prepare() {
+ ./autogen.sh || die
+}