public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in net-libs/libbitcoinconsensus: libbitcoinconsensus-0.10.0.ebuild libbitcoinconsensus-9999.ebuild ChangeLog
@ 2015-02-23 21:48 Anthony G. Basile (blueness)
  0 siblings, 0 replies; only message in thread
From: Anthony G. Basile (blueness) @ 2015-02-23 21:48 UTC (permalink / raw
  To: gentoo-commits

blueness    15/02/23 21:48:34

  Modified:             libbitcoinconsensus-9999.ebuild ChangeLog
  Added:                libbitcoinconsensus-0.10.0.ebuild
  Log:
  Version bumps using bitcoincore.eclass
  
  (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 0xF52D4BBA)

Revision  Changes    Path
1.3                  net-libs/libbitcoinconsensus/libbitcoinconsensus-9999.ebuild

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

Index: libbitcoinconsensus-9999.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-libs/libbitcoinconsensus/libbitcoinconsensus-9999.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- libbitcoinconsensus-9999.ebuild	21 Nov 2014 12:00:07 -0000	1.2
+++ libbitcoinconsensus-9999.ebuild	23 Feb 2015 21:48:34 -0000	1.3
@@ -1,62 +1,23 @@
-# Copyright 2010-2014 Gentoo Foundation
+# Copyright 2010-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-libs/libbitcoinconsensus/libbitcoinconsensus-9999.ebuild,v 1.2 2014/11/21 12:00:07 blueness Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-libs/libbitcoinconsensus/libbitcoinconsensus-9999.ebuild,v 1.3 2015/02/23 21:48:34 blueness Exp $
 
 EAPI=5
 
-inherit autotools eutils git-2 user versionator
-
-MyPV="${PV/_/}"
-MyPN="bitcoin"
-MyP="${MyPN}-${MyPV}"
+BITCOINCORE_IUSE="test"
+inherit bitcoincore eutils
 
 DESCRIPTION="Bitcoin Core consensus library"
-HOMEPAGE="http://bitcoin.org/"
-SRC_URI="
-"
-EGIT_PROJECT='bitcoin'
-EGIT_REPO_URI="git://github.com/bitcoin/bitcoin.git https://github.com/bitcoin/bitcoin.git"
-
-LICENSE="MIT ISC GPL-2"
+LICENSE="MIT"
 SLOT="0"
 KEYWORDS=""
-IUSE="test"
-
-DEPEND="
-	>=dev-libs/boost-1.52.0[threads(+)]
-	dev-libs/openssl:0[-bindist]
-	dev-libs/libsecp256k1
-"
-RDEPEND="${DEPEND}
-"
-
-src_prepare() {
-	epatch "${FILESDIR}/0.9.0-sys_leveldb.patch"
-	epatch "${FILESDIR}/${PV}-sys_libsecp256k1.patch"
-	rm -r src/leveldb src/secp256k1
-	eautoreconf
-}
 
 src_configure() {
-	econf \
-		--disable-ccache \
-		--disable-static \
-		--without-miniupnpc \
-		$(use_enable test tests)  \
-		--disable-wallet  \
-		--with-system-leveldb  \
-		--without-daemon \
-		--without-utils  \
-		--without-gui
-}
-
-src_test() {
-	emake check
+	bitcoincore_conf \
+		--with-libs
 }
 
 src_install() {
-	emake DESTDIR="${D}" install
+	bitcoincore_src_install
 	prune_libtool_files
-
-	dodoc doc/README.md doc/release-notes.md
 }



1.4                  net-libs/libbitcoinconsensus/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-libs/libbitcoinconsensus/ChangeLog,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- ChangeLog	21 Nov 2014 12:00:07 -0000	1.3
+++ ChangeLog	23 Feb 2015 21:48:34 -0000	1.4
@@ -1,6 +1,12 @@
 # ChangeLog for net-libs/libbitcoinconsensus
-# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-libs/libbitcoinconsensus/ChangeLog,v 1.3 2014/11/21 12:00:07 blueness Exp $
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/net-libs/libbitcoinconsensus/ChangeLog,v 1.4 2015/02/23 21:48:34 blueness Exp $
+
+*libbitcoinconsensus-0.10.0 (23 Feb 2015)
+
+  23 Feb 2015; Anthony G. Basile <blueness@gentoo.org>
+  +libbitcoinconsensus-0.10.0.ebuild, libbitcoinconsensus-9999.ebuild:
+  Version bumps using bitcoincore.eclass
 
   21 Nov 2014; Anthony G. Basile <blueness@gentoo.org>
   libbitcoinconsensus-9999.ebuild:



1.1                  net-libs/libbitcoinconsensus/libbitcoinconsensus-0.10.0.ebuild

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

Index: libbitcoinconsensus-0.10.0.ebuild
===================================================================
# Copyright 2010-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/net-libs/libbitcoinconsensus/libbitcoinconsensus-0.10.0.ebuild,v 1.1 2015/02/23 21:48:34 blueness Exp $

EAPI=5

BITCOINCORE_COMMITHASH="047a89831760ff124740fe9f58411d57ee087078"
BITCOINCORE_LJR_DATE="20150220"
BITCOINCORE_IUSE="test"
inherit bitcoincore eutils

DESCRIPTION="Bitcoin Core consensus library"
LICENSE="MIT"
SLOT="0"
KEYWORDS="~amd64 ~arm ~x86"

src_configure() {
	bitcoincore_conf \
		--with-libs
}

src_install() {
	bitcoincore_src_install
	prune_libtool_files
}





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

only message in thread, other threads:[~2015-02-23 21:48 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-02-23 21:48 [gentoo-commits] gentoo-x86 commit in net-libs/libbitcoinconsensus: libbitcoinconsensus-0.10.0.ebuild libbitcoinconsensus-9999.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