blueness    15/02/23 21:58:12

  Added:                bitcoin-tx-9999.ebuild bitcoin-tx-0.10.0.ebuild
                        ChangeLog metadata.xml
  Log:
  Initial commit
  
  (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 
0xF52D4BBA)

Revision  Changes    Path
1.1                  dev-util/bitcoin-tx/bitcoin-tx-9999.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/bitcoin-tx/bitcoin-tx-9999.ebuild?rev=1.1&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/bitcoin-tx/bitcoin-tx-9999.ebuild?rev=1.1&content-type=text/plain

Index: bitcoin-tx-9999.ebuild
===================================================================
# Copyright 2010-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-util/bitcoin-tx/bitcoin-tx-9999.ebuild,v 
1.1 2015/02/23 21:58:12 blueness Exp $

EAPI=5

BITCOINCORE_NO_SYSLIBS=1
BITCOINCORE_IUSE=""
inherit bitcoincore

DESCRIPTION="Command-line Bitcoin transaction tool"
LICENSE="MIT"
SLOT="0"
KEYWORDS=""

src_prepare() {
        bitcoincore_prepare
        sed -i 's/bitcoin-cli//' src/Makefile.am
        bitcoincore_autoreconf
}

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



1.1                  dev-util/bitcoin-tx/bitcoin-tx-0.10.0.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/bitcoin-tx/bitcoin-tx-0.10.0.ebuild?rev=1.1&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/bitcoin-tx/bitcoin-tx-0.10.0.ebuild?rev=1.1&content-type=text/plain

Index: bitcoin-tx-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/dev-util/bitcoin-tx/bitcoin-tx-0.10.0.ebuild,v 1.1 
2015/02/23 21:58:12 blueness Exp $

EAPI=5

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

DESCRIPTION="Command-line Bitcoin transaction tool"
LICENSE="MIT"
SLOT="0"
KEYWORDS="~amd64 ~arm ~x86"

src_prepare() {
        bitcoincore_prepare
        bitcoincore_autoreconf
}

src_configure() {
        bitcoincore_conf \
                --enable-util-tx
}



1.1                  dev-util/bitcoin-tx/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/bitcoin-tx/ChangeLog?rev=1.1&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/bitcoin-tx/ChangeLog?rev=1.1&content-type=text/plain

Index: ChangeLog
===================================================================
# ChangeLog for dev-util/bitcoin-tx
# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
# $Header: /var/cvsroot/gentoo-x86/dev-util/bitcoin-tx/ChangeLog,v 1.1 
2015/02/23 21:58:12 blueness Exp $

*bitcoin-tx-9999 (23 Feb 2015)
*bitcoin-tx-0.10.0 (23 Feb 2015)

  23 Feb 2015; Anthony G. Basile <[email protected]>
  +bitcoin-tx-0.10.0.ebuild, +bitcoin-tx-9999.ebuild,
  +files/9999-sys_libsecp256k1.patch, +metadata.xml:
  Initial commit




1.1                  dev-util/bitcoin-tx/metadata.xml

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/bitcoin-tx/metadata.xml?rev=1.1&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/bitcoin-tx/metadata.xml?rev=1.1&content-type=text/plain

Index: metadata.xml
===================================================================
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd";>
<pkgmetadata>
        <herd>proxy-maintainers</herd>
        <maintainer>
                <email>[email protected]</email>
                <name>Anthony G. Basile</name>
        </maintainer>
        <maintainer>
                <email>[email protected]</email>
                <name>Luke Dashjr</name>
        </maintainer>
</pkgmetadata>




Reply via email to