public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Anthony G. Basile" <blueness@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: net-libs/libblkmaker/
Date: Mon, 28 Mar 2016 09:36:27 +0000 (UTC)	[thread overview]
Message-ID: <1459158187.3068032cae55215546aecd4c037d5f4c6f7f7a17.blueness@gentoo> (raw)

commit:     3068032cae55215546aecd4c037d5f4c6f7f7a17
Author:     Luke Dashjr <luke-jr+git <AT> utopios <DOT> org>
AuthorDate: Mon Mar 28 07:46:18 2016 +0000
Commit:     Anthony G. Basile <blueness <AT> gentoo <DOT> org>
CommitDate: Mon Mar 28 09:43:07 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3068032c

net-libs/libblkmaker: version bump to 0.5.3

 net-libs/libblkmaker/Manifest                 |  1 +
 net-libs/libblkmaker/libblkmaker-0.5.3.ebuild | 26 ++++++++++++++++++++++++++
 2 files changed, 27 insertions(+)

diff --git a/net-libs/libblkmaker/Manifest b/net-libs/libblkmaker/Manifest
index 070dbab..c29fbb6 100644
--- a/net-libs/libblkmaker/Manifest
+++ b/net-libs/libblkmaker/Manifest
@@ -4,3 +4,4 @@ DIST libblkmaker-0.4.3-github.tgz 13712 SHA256 c0341616b60f421b274513b271bddd0ae
 DIST libblkmaker-0.5.0-github.tgz 13577 SHA256 06cf13c3de8f191ce16f40b2f2af940826d92bf2b25544b3b1bc8648b04f0a42 SHA512 64f90a652485f8c192a0d1e6184e44a0d4372907954f0abd855973099436f87a1c02a0ee383b86b22825427c7df5f46b06a9be9c55747942281cd6fc0e1aa33a WHIRLPOOL 992f9d3d5a2fe6e95f4198df97c32fc43007b336a962c13f04f8a751794e2c70bd6be05706324f6e79bfb30c598aa46b20f9b25187d93acfab398ba158a474d3
 DIST libblkmaker-0.5.1-github.tgz 13655 SHA256 f9d1ccdc2931ed7fe8248b2541e0e0cbf85da3434e2adf41e1ddeffdcec185bd SHA512 45dd0638b3d1188131d9104a86230f87910fcde225198f4d23cc69f31fc1a86077d83a89780a9ddf686dd286bcbfcb59e1a94f4dfe4e6397236a76bef50f9b14 WHIRLPOOL 5e62a57f2726ac5389c36e5072ba0fd778294eb1dadd517172b91e270a16a8c3edbc4b92c3ff6fb9a8bd8e2280face5ed1f09d216eeaf5d098ec06f6e56c4676
 DIST libblkmaker-0.5.2-github.tgz 13657 SHA256 3208d76056276ed6c27da7fc7ce4322a37cf98058deb4ea16d70087bc15e87a8 SHA512 ea3f3d2779d126c4ac55ba5bdf38dc0766559bb56609e0116e3221dd0ea058a2195c8f7b17d4d7611bb764044e79bc238130f8628f189e1f1169db11badbc824 WHIRLPOOL b5104be057b8f913d9322e6c7d3858bf63acb3e258f81400af4d6a9e2e5393e7efa1e7bd9f41a7962a705866c9b8eb901c8eb8ef7fe6050bd2781cf423a46594
+DIST libblkmaker-0.5.3-github.tgz 14161 SHA256 549193640d4cc7022725754833d9d8a7639c41e1a7d2c5f2588be65857cc0970 SHA512 57edcd583879d6abea716b6817a99dc345485392d149ddc6bb2ff9bac76d22f84cd960dc0746852e7c944a10b85d26c57fb107eac79680f77829c9bbc03c202d WHIRLPOOL be9d91f6a1e7ae1707e9454be3089f189b4a599a8af1cf54f45c750aeac19568622728485c6221e77ecd23def3f6c5fc205e48f8c312ebd3a7cf248e535ce842

diff --git a/net-libs/libblkmaker/libblkmaker-0.5.3.ebuild b/net-libs/libblkmaker/libblkmaker-0.5.3.ebuild
new file mode 100644
index 0000000..a7397ba
--- /dev/null
+++ b/net-libs/libblkmaker/libblkmaker-0.5.3.ebuild
@@ -0,0 +1,26 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+DESCRIPTION="C implementation of getblocktemplate (BIP 22)"
+HOMEPAGE="https://github.com/bitcoin/libblkmaker"
+LICENSE="MIT"
+
+SRC_URI="https://github.com/bitcoin/libblkmaker/archive/v${PV}.tar.gz -> ${P}-github.tgz"
+SLOT="0/7"
+KEYWORDS="~amd64 ~arm ~mips ~ppc ~ppc64 ~x86"
+IUSE=""
+
+DEPEND="
+	>=dev-libs/jansson-2.0.0
+	dev-libs/libbase58
+"
+RDEPEND="${DEPEND}
+	!<net-misc/bfgminer-3.0.3
+"
+
+src_prepare() {
+	./autogen.sh || die
+}


             reply	other threads:[~2016-03-28  9:36 UTC|newest]

Thread overview: 13+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-03-28  9:36 Anthony G. Basile [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-09-25 12:54 [gentoo-commits] repo/gentoo:master commit in: net-libs/libblkmaker/ Joonas Niilola
2022-10-28 18:50 Sam James
2021-09-25 19:08 Sam James
2021-02-25 19:07 Sam James
2021-02-24 23:44 Sam James
2021-02-24 23:37 Sam James
2020-10-05  5:46 Joonas Niilola
2020-09-24  1:06 Aaron Bauman
2019-12-27 14:22 Anthony G. Basile
2018-03-28 19:09 Matt Turner
2018-02-11 11:32 Michael Palimaka
2015-11-27 22:15 Anthony G. Basile

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1459158187.3068032cae55215546aecd4c037d5f4c6f7f7a17.blueness@gentoo \
    --to=blueness@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox