public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in net-libs/libblkmaker: libblkmaker-0.3.2.ebuild libblkmaker-0.3.1.ebuild ChangeLog
@ 2013-10-22 16:20 Anthony G. Basile (blueness)
  0 siblings, 0 replies; only message in thread
From: Anthony G. Basile (blueness) @ 2013-10-22 16:20 UTC (permalink / raw
  To: gentoo-commits

blueness    13/10/22 16:20:15

  Modified:             libblkmaker-0.3.1.ebuild ChangeLog
  Added:                libblkmaker-0.3.2.ebuild
  Log:
  Version bump
  
  (Portage version: 2.2.7/cvs/Linux x86_64, signed Manifest commit with key 0xF52D4BBA)

Revision  Changes    Path
1.4                  net-libs/libblkmaker/libblkmaker-0.3.1.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/libblkmaker/libblkmaker-0.3.1.ebuild?rev=1.4&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/libblkmaker/libblkmaker-0.3.1.ebuild?rev=1.4&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/libblkmaker/libblkmaker-0.3.1.ebuild?r1=1.3&r2=1.4

Index: libblkmaker-0.3.1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-libs/libblkmaker/libblkmaker-0.3.1.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- libblkmaker-0.3.1.ebuild	26 Jun 2013 17:06:39 -0000	1.3
+++ libblkmaker-0.3.1.ebuild	22 Oct 2013 16:20:14 -0000	1.4
@@ -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 @@
 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=""



1.5                  net-libs/libblkmaker/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/libblkmaker/ChangeLog?rev=1.5&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/libblkmaker/ChangeLog?rev=1.5&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/libblkmaker/ChangeLog?r1=1.4&r2=1.5

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-libs/libblkmaker/ChangeLog,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- ChangeLog	26 Jun 2013 17:06:39 -0000	1.4
+++ ChangeLog	22 Oct 2013 16:20:14 -0000	1.5
@@ -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



1.1                  net-libs/libblkmaker/libblkmaker-0.3.2.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/libblkmaker/libblkmaker-0.3.2.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/libblkmaker/libblkmaker-0.3.2.ebuild?rev=1.1&content-type=text/plain

Index: libblkmaker-0.3.2.ebuild
===================================================================
# 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
}





^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2013-10-22 16:20 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-10-22 16:20 [gentoo-commits] gentoo-x86 commit in net-libs/libblkmaker: libblkmaker-0.3.2.ebuild libblkmaker-0.3.1.ebuild ChangeLog Anthony G. Basile (blueness)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox