From 2e7be44a1f4a20f5b9495127c89ca78a438e6cbc Mon Sep 17 00:00:00 2001 From: Julian Ospald Date: Fri, 23 Oct 2015 13:33:41 +0200 Subject: Revert "bitcoincore: Bump to 0.11.1" This reverts commit f0eac2dfbd1498bff1f03350c97d2d12e63e2711. --- net-p2p/bitcoind/bitcoind-0.11.1.ebuild | 77 --------------------------------- 1 file changed, 77 deletions(-) delete mode 100644 net-p2p/bitcoind/bitcoind-0.11.1.ebuild (limited to 'net-p2p/bitcoind') diff --git a/net-p2p/bitcoind/bitcoind-0.11.1.ebuild b/net-p2p/bitcoind/bitcoind-0.11.1.ebuild deleted file mode 100644 index ef75d878db18..000000000000 --- a/net-p2p/bitcoind/bitcoind-0.11.1.ebuild +++ /dev/null @@ -1,77 +0,0 @@ -# Copyright 2010-2015 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI=5 - -BITCOINCORE_COMMITHASH="cf33f196e79b1e61d6266f8e5190a0c4bfae7224" -BITCOINCORE_LJR_DATE="20150921" -BITCOINCORE_IUSE="addrindex examples ljr logrotate test upnp +wallet zeromq" -BITCOINCORE_ADDRINDEX_DIFF="8a915e56f4be5d090d79f01cbd4a23ce1b7e9168...4a6331c5068d8f2c95731518445a57267d506bb5" -BITCOINCORE_ADDRINDEX_PATCHFILE="bitcoin-addrindex-v0.11.0.patch" -BITCOINCORE_POLICY_PATCHES="cltv cpfp dcmp rbf spamfilter" -BITCOINCORE_NEED_LEVELDB=1 -BITCOINCORE_NEED_LIBSECP256K1=1 -inherit bash-completion-r1 bitcoincore user systemd - -DESCRIPTION="Original Bitcoin crypto-currency wallet for automated services" -LICENSE="MIT" -SLOT="0" -KEYWORDS="~amd64 ~arm ~arm64 ~mips ~ppc ~x86 ~amd64-linux ~x86-linux" - -RDEPEND=" - logrotate? ( - app-admin/logrotate - ) -" -DEPEND="${RDEPEND}" - -pkg_setup() { - local UG='bitcoin' - enewgroup "${UG}" - enewuser "${UG}" -1 -1 /var/lib/bitcoin "${UG}" -} - -src_prepare() { - sed -i 's/have bitcoind &&//;s/^\(complete -F _bitcoind bitcoind\) bitcoin-cli$/\1/' contrib/${PN}.bash-completion - bitcoincore_src_prepare -} - -src_configure() { - bitcoincore_conf \ - --with-daemon -} - -src_install() { - bitcoincore_src_install - - insinto /etc/bitcoin - newins "${FILESDIR}/bitcoin.conf" bitcoin.conf - fowners bitcoin:bitcoin /etc/bitcoin/bitcoin.conf - fperms 600 /etc/bitcoin/bitcoin.conf - - newconfd "contrib/init/bitcoind.openrcconf" ${PN} - newinitd "contrib/init/bitcoind.openrc" ${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/assets-attribution.md doc/bips.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,qos,spendfrom,tidy_datadir.sh} - fi - - if use logrotate; then - insinto /etc/logrotate.d - newins "${FILESDIR}/bitcoind.logrotate-r1" bitcoind - fi -} -- cgit v1.2.3