patrick     15/02/24 00:44:42

  Modified:             bitcoin-qt-0.10.0.ebuild bitcoin-qt-9999.ebuild
                        ChangeLog
  Log:
  Add missing libsecp256k1 dep
  
  (Portage version: 2.2.17/cvs/Linux x86_64, unsigned Manifest commit)

Revision  Changes    Path
1.3                  net-p2p/bitcoin-qt/bitcoin-qt-0.10.0.ebuild

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

Index: bitcoin-qt-0.10.0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-p2p/bitcoin-qt/bitcoin-qt-0.10.0.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- bitcoin-qt-0.10.0.ebuild    24 Feb 2015 00:31:54 -0000      1.2
+++ bitcoin-qt-0.10.0.ebuild    24 Feb 2015 00:44:42 -0000      1.3
@@ -1,6 +1,6 @@
 # Copyright 2010-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: 
/var/cvsroot/gentoo-x86/net-p2p/bitcoin-qt/bitcoin-qt-0.10.0.ebuild,v 1.2 
2015/02/24 00:31:54 patrick Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/net-p2p/bitcoin-qt/bitcoin-qt-0.10.0.ebuild,v 1.3 
2015/02/24 00:44:42 patrick Exp $
 
 EAPI=5
 
@@ -19,6 +19,7 @@
 RDEPEND="
        virtual/bitcoin-leveldb
        dev-libs/protobuf
+       dev-libs/libsecp256k1
        qrcode? (
                media-gfx/qrencode
        )



1.5                  net-p2p/bitcoin-qt/bitcoin-qt-9999.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-p2p/bitcoin-qt/bitcoin-qt-9999.ebuild?rev=1.5&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-p2p/bitcoin-qt/bitcoin-qt-9999.ebuild?rev=1.5&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-p2p/bitcoin-qt/bitcoin-qt-9999.ebuild?r1=1.4&r2=1.5

Index: bitcoin-qt-9999.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-p2p/bitcoin-qt/bitcoin-qt-9999.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- bitcoin-qt-9999.ebuild      23 Feb 2015 21:28:13 -0000      1.4
+++ bitcoin-qt-9999.ebuild      24 Feb 2015 00:44:42 -0000      1.5
@@ -1,6 +1,6 @@
 # Copyright 2010-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-p2p/bitcoin-qt/bitcoin-qt-9999.ebuild,v 
1.4 2015/02/23 21:28:13 blueness Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-p2p/bitcoin-qt/bitcoin-qt-9999.ebuild,v 
1.5 2015/02/24 00:44:42 patrick Exp $
 
 EAPI=5
 
@@ -16,6 +16,7 @@
 RDEPEND="
        virtual/bitcoin-leveldb
        dev-libs/protobuf
+       dev-libs/libsecp256k1
        qrcode? (
                media-gfx/qrencode
        )



1.96                 net-p2p/bitcoin-qt/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-p2p/bitcoin-qt/ChangeLog?rev=1.96&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-p2p/bitcoin-qt/ChangeLog?rev=1.96&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-p2p/bitcoin-qt/ChangeLog?r1=1.95&r2=1.96

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-p2p/bitcoin-qt/ChangeLog,v
retrieving revision 1.95
retrieving revision 1.96
diff -u -r1.95 -r1.96
--- ChangeLog   24 Feb 2015 00:31:54 -0000      1.95
+++ ChangeLog   24 Feb 2015 00:44:42 -0000      1.96
@@ -1,6 +1,10 @@
 # ChangeLog for net-p2p/bitcoin-qt
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-p2p/bitcoin-qt/ChangeLog,v 1.95 
2015/02/24 00:31:54 patrick Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-p2p/bitcoin-qt/ChangeLog,v 1.96 
2015/02/24 00:44:42 patrick Exp $
+
+  24 Feb 2015; Patrick Lauer <[email protected]> bitcoin-qt-0.10.0.ebuild,
+  bitcoin-qt-9999.ebuild:
+  Add missing libsecp256k1 dep
 
   24 Feb 2015; Patrick Lauer <[email protected]> bitcoin-qt-0.10.0.ebuild:
   Disable censoring by default




Reply via email to