blueness    14/11/13 18:41:27

  Modified:             bitcoind-0.9.2.1.ebuild bitcoind-0.9.3.ebuild
                        ChangeLog
  Added:                bitcoind-9999.ebuild
  Log:
  Add -9999
  
  (Portage version: 2.2.8-r2/cvs/Linux x86_64, signed Manifest commit with key 
0xF52D4BBA)

Revision  Changes    Path
1.5                  net-p2p/bitcoind/bitcoind-0.9.2.1.ebuild

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

Index: bitcoind-0.9.2.1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-p2p/bitcoind/bitcoind-0.9.2.1.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- bitcoind-0.9.2.1.ebuild     29 Aug 2014 00:46:19 -0000      1.4
+++ bitcoind-0.9.2.1.ebuild     13 Nov 2014 18:41:27 -0000      1.5
@@ -1,6 +1,6 @@
 # Copyright 2010-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-p2p/bitcoind/bitcoind-0.9.2.1.ebuild,v 
1.4 2014/08/29 00:46:19 blueness Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-p2p/bitcoind/bitcoind-0.9.2.1.ebuild,v 
1.5 2014/11/13 18:41:27 blueness Exp $
 
 EAPI=4
 
@@ -23,7 +23,7 @@
 IUSE="examples logrotate test upnp +wallet"
 
 RDEPEND="
-       >=dev-libs/boost-1.53.0[threads(+)]
+       >=dev-libs/boost-1.41.0[threads(+)]
        dev-libs/openssl:0[-bindist]
        logrotate? (
                app-admin/logrotate
@@ -57,6 +57,7 @@
 
 src_configure() {
        econf \
+               --disable-ccache \
                $(use_with upnp miniupnpc) $(use_enable upnp upnp-default) \
                $(use_enable test tests)  \
                $(use_enable wallet)  \



1.3                  net-p2p/bitcoind/bitcoind-0.9.3.ebuild

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

Index: bitcoind-0.9.3.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-p2p/bitcoind/bitcoind-0.9.3.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- bitcoind-0.9.3.ebuild       10 Oct 2014 11:37:31 -0000      1.2
+++ bitcoind-0.9.3.ebuild       13 Nov 2014 18:41:27 -0000      1.3
@@ -1,6 +1,6 @@
 # Copyright 2010-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-p2p/bitcoind/bitcoind-0.9.3.ebuild,v 
1.2 2014/10/10 11:37:31 blueness Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-p2p/bitcoind/bitcoind-0.9.3.ebuild,v 
1.3 2014/11/13 18:41:27 blueness Exp $
 
 EAPI=4
 
@@ -68,6 +68,7 @@
 
 src_configure() {
        econf \
+               --disable-ccache \
                $(use_with upnp miniupnpc) $(use_enable upnp upnp-default) \
                $(use_enable test tests)  \
                $(use_enable wallet)  \



1.92                 net-p2p/bitcoind/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-p2p/bitcoind/ChangeLog,v
retrieving revision 1.91
retrieving revision 1.92
diff -u -r1.91 -r1.92
--- ChangeLog   10 Oct 2014 11:37:31 -0000      1.91
+++ ChangeLog   13 Nov 2014 18:41:27 -0000      1.92
@@ -1,6 +1,12 @@
 # ChangeLog for net-p2p/bitcoind
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-p2p/bitcoind/ChangeLog,v 1.91 
2014/10/10 11:37:31 blueness Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-p2p/bitcoind/ChangeLog,v 1.92 
2014/11/13 18:41:27 blueness Exp $
+
+*bitcoind-9999 (13 Nov 2014)
+
+  13 Nov 2014; Anthony G. Basile <[email protected]> +bitcoind-9999.ebuild,
+  bitcoind-0.9.2.1.ebuild, bitcoind-0.9.3.ebuild:
+  Add -9999
 
   10 Oct 2014; Anthony G. Basile <[email protected]>
   +files/0.9.x-ljr_noblacklist.patch, bitcoind-0.9.3.ebuild, metadata.xml:



1.1                  net-p2p/bitcoind/bitcoind-9999.ebuild

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

Index: bitcoind-9999.ebuild
===================================================================
# Copyright 2010-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/net-p2p/bitcoind/bitcoind-9999.ebuild,v 1.1 
2014/11/13 18:41:27 blueness Exp $

EAPI=4

DB_VER="4.8"

inherit autotools bash-completion-r1 db-use eutils git-2 user versionator 
systemd

MyPV="${PV/_/}"
MyPN="bitcoin"
MyP="${MyPN}-${MyPV}"

DESCRIPTION="Original Bitcoin crypto-currency wallet for automated services"
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"
SLOT="0"
KEYWORDS=""
IUSE="examples logrotate test upnp +wallet"

RDEPEND="
        >=dev-libs/boost-1.52.0[threads(+)]
        dev-libs/openssl:0[-bindist]
        logrotate? (
                app-admin/logrotate
        )
        upnp? (
                net-libs/miniupnpc
        )
        wallet? (
                sys-libs/db:$(db_ver_to_slot "${DB_VER}")[cxx]
        )
        virtual/bitcoin-leveldb
"
DEPEND="${RDEPEND}
        >=app-shells/bash-4.1
        sys-apps/sed
"

pkg_setup() {
        local UG='bitcoin'
        enewgroup "${UG}"
        enewuser "${UG}" -1 -1 /var/lib/bitcoin "${UG}"
}

src_prepare() {
        epatch "${FILESDIR}/0.9.0-sys_leveldb.patch"
        rm -r src/leveldb
        eautoreconf
}

src_configure() {
        econf \
                --disable-ccache \
                $(use_with upnp miniupnpc) $(use_enable upnp upnp-default) \
                $(use_enable test tests)  \
                $(use_enable wallet)  \
                --with-system-leveldb  \
                --without-utils  \
                --without-gui
}

src_test() {
        emake check
}

src_install() {
        emake DESTDIR="${D}" install

        insinto /etc/bitcoin
        newins "${FILESDIR}/bitcoin.conf" bitcoin.conf
        fowners bitcoin:bitcoin /etc/bitcoin/bitcoin.conf
        fperms 600 /etc/bitcoin/bitcoin.conf

        newconfd "${FILESDIR}/bitcoin.confd" ${PN}
        newinitd "${FILESDIR}/bitcoin.initd-r1" ${PN}
        systemd_dounit "${FILESDIR}/bitcoind.service"

        keepdir /var/lib/bitcoin/.bitcoin
        fperms 700 /var/lib/bitcoin
        fowners bitcoin:bitcoin /var/lib/bitcoin/
        fowners bitcoin:bitcoin /var/lib/bitcoin/.bitcoin
        dosym /etc/bitcoin/bitcoin.conf /var/lib/bitcoin/.bitcoin/bitcoin.conf

        dodoc doc/README.md doc/release-notes.md
        dodoc doc/assets-attribution.md doc/tor.md
        doman contrib/debian/manpages/{bitcoind.1,bitcoin.conf.5}

        newbashcomp contrib/${PN}.bash-completion ${PN}

        if use examples; then
                docinto examples
                dodoc -r contrib/{bitrpc,pyminer,qos,spendfrom,tidy_datadir.sh}
        fi

        if use logrotate; then
                insinto /etc/logrotate.d
                newins "${FILESDIR}/bitcoind.logrotate" bitcoind
        fi
}




Reply via email to