* [gentoo-commits] gentoo-x86 commit in net-p2p/bitcoind: bitcoind-0.9.2.1.ebuild ChangeLog
@ 2014-07-30 5:21 Patrick Lauer (patrick)
0 siblings, 0 replies; 3+ messages in thread
From: Patrick Lauer (patrick) @ 2014-07-30 5:21 UTC (permalink / raw
To: gentoo-commits
patrick 14/07/30 05:21:30
Modified: bitcoind-0.9.2.1.ebuild ChangeLog
Log:
Adjust boost dep
(Portage version: 2.2.10/cvs/Linux x86_64, unsigned Manifest commit)
Revision Changes Path
1.2 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.2&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-p2p/bitcoind/bitcoind-0.9.2.1.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-p2p/bitcoind/bitcoind-0.9.2.1.ebuild?r1=1.1&r2=1.2
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.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- bitcoind-0.9.2.1.ebuild 29 Jul 2014 16:30:45 -0000 1.1
+++ bitcoind-0.9.2.1.ebuild 30 Jul 2014 05:21:30 -0000 1.2
@@ -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.1 2014/07/29 16:30:45 blueness Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-p2p/bitcoind/bitcoind-0.9.2.1.ebuild,v 1.2 2014/07/30 05:21:30 patrick Exp $
EAPI=4
@@ -23,7 +23,7 @@
IUSE="bash-completion examples logrotate test upnp +wallet"
RDEPEND="
- >=dev-libs/boost-1.41.0[threads(+)]
+ >=dev-libs/boost-1.53.0[threads(+)]
dev-libs/openssl:0[-bindist]
logrotate? (
app-admin/logrotate
1.86 net-p2p/bitcoind/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-p2p/bitcoind/ChangeLog?rev=1.86&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-p2p/bitcoind/ChangeLog?rev=1.86&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-p2p/bitcoind/ChangeLog?r1=1.85&r2=1.86
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-p2p/bitcoind/ChangeLog,v
retrieving revision 1.85
retrieving revision 1.86
diff -u -r1.85 -r1.86
--- ChangeLog 29 Jul 2014 16:30:45 -0000 1.85
+++ ChangeLog 30 Jul 2014 05:21:30 -0000 1.86
@@ -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.85 2014/07/29 16:30:45 blueness Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-p2p/bitcoind/ChangeLog,v 1.86 2014/07/30 05:21:30 patrick Exp $
+
+ 30 Jul 2014; Patrick Lauer <patrick@gentoo.org> bitcoind-0.9.2.1.ebuild:
+ Adjust boost dep
*bitcoind-0.9.2.1 (29 Jul 2014)
^ permalink raw reply [flat|nested] 3+ messages in thread
* [gentoo-commits] gentoo-x86 commit in net-p2p/bitcoind: bitcoind-0.9.2.1.ebuild ChangeLog
@ 2014-08-28 10:17 Michal Gorny (mgorny)
0 siblings, 0 replies; 3+ messages in thread
From: Michal Gorny (mgorny) @ 2014-08-28 10:17 UTC (permalink / raw
To: gentoo-commits
mgorny 14/08/28 10:17:12
Modified: bitcoind-0.9.2.1.ebuild ChangeLog
Log:
Remove USE=bash-completion, install the completion file unconditionally following the Council decision.
(Portage version: 2.2.11_p165/cvs/Linux x86_64, signed Manifest commit with key EFB4464E!)
Revision Changes Path
1.3 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.3&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-p2p/bitcoind/bitcoind-0.9.2.1.ebuild?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-p2p/bitcoind/bitcoind-0.9.2.1.ebuild?r1=1.2&r2=1.3
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.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- bitcoind-0.9.2.1.ebuild 30 Jul 2014 05:21:30 -0000 1.2
+++ bitcoind-0.9.2.1.ebuild 28 Aug 2014 10:17:12 -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.2.1.ebuild,v 1.2 2014/07/30 05:21:30 patrick Exp $
+# $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 $
EAPI=4
@@ -20,7 +20,7 @@
LICENSE="MIT ISC GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~arm ~x86"
-IUSE="bash-completion examples logrotate test upnp +wallet"
+IUSE="examples logrotate test upnp +wallet"
RDEPEND="
>=dev-libs/boost-1.53.0[threads(+)]
@@ -91,9 +91,7 @@
dodoc doc/assets-attribution.md doc/tor.md
doman contrib/debian/manpages/{bitcoind.1,bitcoin.conf.5}
- if use bash-completion; then
- newbashcomp contrib/${PN}.bash-completion ${PN}
- fi
+ newbashcomp contrib/${PN}.bash-completion ${PN}
if use examples; then
docinto examples
1.87 net-p2p/bitcoind/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-p2p/bitcoind/ChangeLog?rev=1.87&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-p2p/bitcoind/ChangeLog?rev=1.87&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-p2p/bitcoind/ChangeLog?r1=1.86&r2=1.87
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-p2p/bitcoind/ChangeLog,v
retrieving revision 1.86
retrieving revision 1.87
diff -u -r1.86 -r1.87
--- ChangeLog 30 Jul 2014 05:21:30 -0000 1.86
+++ ChangeLog 28 Aug 2014 10:17:12 -0000 1.87
@@ -1,6 +1,10 @@
# 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.86 2014/07/30 05:21:30 patrick Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-p2p/bitcoind/ChangeLog,v 1.87 2014/08/28 10:17:12 mgorny Exp $
+
+ 28 Aug 2014; Michał Górny <mgorny@gentoo.org> bitcoind-0.9.2.1.ebuild:
+ Remove USE=bash-completion, install the completion file unconditionally
+ following the Council decision.
30 Jul 2014; Patrick Lauer <patrick@gentoo.org> bitcoind-0.9.2.1.ebuild:
Adjust boost dep
^ permalink raw reply [flat|nested] 3+ messages in thread
* [gentoo-commits] gentoo-x86 commit in net-p2p/bitcoind: bitcoind-0.9.2.1.ebuild ChangeLog
@ 2014-08-29 0:46 Anthony G. Basile (blueness)
0 siblings, 0 replies; 3+ messages in thread
From: Anthony G. Basile (blueness) @ 2014-08-29 0:46 UTC (permalink / raw
To: gentoo-commits
blueness 14/08/29 00:46:19
Modified: bitcoind-0.9.2.1.ebuild ChangeLog
Log:
Switch from einstall to emake, bug #521440
(Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 0xF52D4BBA)
Revision Changes Path
1.4 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.4&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-p2p/bitcoind/bitcoind-0.9.2.1.ebuild?rev=1.4&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-p2p/bitcoind/bitcoind-0.9.2.1.ebuild?r1=1.3&r2=1.4
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.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- bitcoind-0.9.2.1.ebuild 28 Aug 2014 10:17:12 -0000 1.3
+++ bitcoind-0.9.2.1.ebuild 29 Aug 2014 00:46:19 -0000 1.4
@@ -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_install() {
- einstall
+ emake DESTDIR="${D}" install
insinto /etc/bitcoin
newins "${FILESDIR}/bitcoin.conf" bitcoin.conf
@@ -78,7 +78,7 @@
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
1.89 net-p2p/bitcoind/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-p2p/bitcoind/ChangeLog?rev=1.89&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-p2p/bitcoind/ChangeLog?rev=1.89&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-p2p/bitcoind/ChangeLog?r1=1.88&r2=1.89
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-p2p/bitcoind/ChangeLog,v
retrieving revision 1.88
retrieving revision 1.89
diff -u -r1.88 -r1.89
--- ChangeLog 28 Aug 2014 21:51:19 -0000 1.88
+++ ChangeLog 29 Aug 2014 00:46:19 -0000 1.89
@@ -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
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2014-08-29 0:46 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-07-30 5:21 [gentoo-commits] gentoo-x86 commit in net-p2p/bitcoind: bitcoind-0.9.2.1.ebuild ChangeLog Patrick Lauer (patrick)
-- strict thread matches above, loose matches on Subject: below --
2014-08-28 10:17 Michal Gorny (mgorny)
2014-08-29 0:46 Anthony G. Basile (blueness)
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox