summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnthony G. Basile <blueness@gentoo.org>2014-08-29 00:46:19 +0000
committerAnthony G. Basile <blueness@gentoo.org>2014-08-29 00:46:19 +0000
commite5c2476fec164dd155455890661f243f870550ec (patch)
tree033d0786b4a6afb0f66a55139d99edf78ccfcd5e /net-p2p
parentRemove older version (diff)
downloadgentoo-2-e5c2476fec164dd155455890661f243f870550ec.tar.gz
gentoo-2-e5c2476fec164dd155455890661f243f870550ec.tar.bz2
gentoo-2-e5c2476fec164dd155455890661f243f870550ec.zip
Switch from einstall to emake, bug #521440
(Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 0xF52D4BBA)
Diffstat (limited to 'net-p2p')
-rw-r--r--net-p2p/bitcoind/ChangeLog5
-rw-r--r--net-p2p/bitcoind/bitcoind-0.9.2.1.ebuild6
2 files changed, 7 insertions, 4 deletions
diff --git a/net-p2p/bitcoind/ChangeLog b/net-p2p/bitcoind/ChangeLog
index 87890b237e8c..6c18c2a69757 100644
--- a/net-p2p/bitcoind/ChangeLog
+++ b/net-p2p/bitcoind/ChangeLog
@@ -1,6 +1,9 @@
# 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.88 2014/08/28 21:51:19 blueness Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-p2p/bitcoind/ChangeLog,v 1.89 2014/08/29 00:46:19 blueness Exp $
+
+ 29 Aug 2014; Anthony G. Basile <blueness@gentoo.org> bitcoind-0.9.2.1.ebuild:
+ Switch from einstall to emake, bug #521440
28 Aug 2014; Anthony G. Basile <blueness@gentoo.org> -bitcoind-0.8.6.ebuild:
Remove older unstable
diff --git a/net-p2p/bitcoind/bitcoind-0.9.2.1.ebuild b/net-p2p/bitcoind/bitcoind-0.9.2.1.ebuild
index b702fba1beff..db6b4e442151 100644
--- a/net-p2p/bitcoind/bitcoind-0.9.2.1.ebuild
+++ b/net-p2p/bitcoind/bitcoind-0.9.2.1.ebuild
@@ -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.3 2014/08/28 10:17:12 mgorny Exp $
+# $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 $
EAPI=4
@@ -70,7 +70,7 @@ src_test() {
}
src_install() {
- einstall
+ emake DESTDIR="${D}" install
insinto /etc/bitcoin
newins "${FILESDIR}/bitcoin.conf" bitcoin.conf
@@ -78,7 +78,7 @@ src_install() {
fperms 600 /etc/bitcoin/bitcoin.conf
newconfd "${FILESDIR}/bitcoin.confd" ${PN}
- newinitd "${FILESDIR}/bitcoin.initd" ${PN}
+ newinitd "${FILESDIR}/bitcoin.initd-r1" ${PN}
systemd_dounit "${FILESDIR}/bitcoind.service"
keepdir /var/lib/bitcoin/.bitcoin