diff options
author | Luke Dashjr <luke-jr+git@utopios.org> | 2015-10-16 00:00:03 +0000 |
---|---|---|
committer | Anthony G. Basile <blueness@gentoo.org> | 2015-10-23 13:16:17 -0400 |
commit | 20bb60b58d093a22f9d875a28f6a80ff3d5aea8b (patch) | |
tree | 317ced2591313aea30636d5fda8ab77551f9e911 /net-p2p/bitcoind | |
parent | bitcoincore: Bump to 0.11.1 (diff) | |
download | gentoo-20bb60b58d093a22f9d875a28f6a80ff3d5aea8b.tar.gz gentoo-20bb60b58d093a22f9d875a28f6a80ff3d5aea8b.tar.bz2 gentoo-20bb60b58d093a22f9d875a28f6a80ff3d5aea8b.zip |
bitcoincore 0.11.1 & 9999: hasufell's suggestions
Diffstat (limited to 'net-p2p/bitcoind')
-rw-r--r-- | net-p2p/bitcoind/bitcoind-0.11.1.ebuild | 17 | ||||
-rw-r--r-- | net-p2p/bitcoind/bitcoind-9999.ebuild | 17 |
2 files changed, 8 insertions, 26 deletions
diff --git a/net-p2p/bitcoind/bitcoind-0.11.1.ebuild b/net-p2p/bitcoind/bitcoind-0.11.1.ebuild index ef75d878db18..0b60d2efc63e 100644 --- a/net-p2p/bitcoind/bitcoind-0.11.1.ebuild +++ b/net-p2p/bitcoind/bitcoind-0.11.1.ebuild @@ -6,7 +6,7 @@ EAPI=5 BITCOINCORE_COMMITHASH="cf33f196e79b1e61d6266f8e5190a0c4bfae7224" BITCOINCORE_LJR_DATE="20150921" -BITCOINCORE_IUSE="addrindex examples ljr logrotate test upnp +wallet zeromq" +BITCOINCORE_IUSE="addrindex examples ljr 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" @@ -19,13 +19,6 @@ 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}" @@ -33,7 +26,7 @@ pkg_setup() { } src_prepare() { - sed -i 's/have bitcoind &&//;s/^\(complete -F _bitcoind bitcoind\) bitcoin-cli$/\1/' contrib/${PN}.bash-completion + sed -i 's/have bitcoind &&//;s/^\(complete -F _bitcoind bitcoind\) bitcoin-cli$/\1/' contrib/${PN}.bash-completion || die bitcoincore_src_prepare } @@ -70,8 +63,6 @@ src_install() { 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 + insinto /etc/logrotate.d + newins "${FILESDIR}/bitcoind.logrotate-r1" bitcoind } diff --git a/net-p2p/bitcoind/bitcoind-9999.ebuild b/net-p2p/bitcoind/bitcoind-9999.ebuild index 5c38561fd52b..71304c3496ab 100644 --- a/net-p2p/bitcoind/bitcoind-9999.ebuild +++ b/net-p2p/bitcoind/bitcoind-9999.ebuild @@ -4,7 +4,7 @@ EAPI=5 -BITCOINCORE_IUSE="examples logrotate test upnp +wallet" +BITCOINCORE_IUSE="examples test upnp +wallet" BITCOINCORE_NEED_LEVELDB=1 BITCOINCORE_NEED_LIBSECP256K1=1 inherit bash-completion-r1 bitcoincore user systemd @@ -14,13 +14,6 @@ LICENSE="MIT" SLOT="0" KEYWORDS="" -RDEPEND=" - logrotate? ( - app-admin/logrotate - ) -" -DEPEND="${RDEPEND}" - pkg_setup() { local UG='bitcoin' enewgroup "${UG}" @@ -28,7 +21,7 @@ pkg_setup() { } src_prepare() { - sed -i 's/have bitcoind &&//;s/^\(complete -F _bitcoind bitcoind\) bitcoin-cli$/\1/' contrib/${PN}.bash-completion + sed -i 's/have bitcoind &&//;s/^\(complete -F _bitcoind bitcoind\) bitcoin-cli$/\1/' contrib/${PN}.bash-completion || die bitcoincore_src_prepare } @@ -65,8 +58,6 @@ src_install() { 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 + insinto /etc/logrotate.d + newins "${FILESDIR}/bitcoind.logrotate-r1" bitcoind } |