public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in net-p2p/bitcoind: bitcoind-0.8.3-r1.ebuild bitcoind-0.8.3.ebuild ChangeLog
@ 2013-08-16 18:39 Anthony G. Basile (blueness)
  0 siblings, 0 replies; only message in thread
From: Anthony G. Basile (blueness) @ 2013-08-16 18:39 UTC (permalink / raw
  To: gentoo-commits

blueness    13/08/16 18:39:15

  Modified:             bitcoind-0.8.3-r1.ebuild bitcoind-0.8.3.ebuild
                        ChangeLog
  Log:
  Fix bashcompletion
  
  (Portage version: 2.1.12.2/cvs/Linux x86_64, signed Manifest commit with key 0xF52D4BBA)

Revision  Changes    Path
1.2                  net-p2p/bitcoind/bitcoind-0.8.3-r1.ebuild

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

Index: bitcoind-0.8.3-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-p2p/bitcoind/bitcoind-0.8.3-r1.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- bitcoind-0.8.3-r1.ebuild	27 Jul 2013 07:26:40 -0000	1.1
+++ bitcoind-0.8.3-r1.ebuild	16 Aug 2013 18:39:15 -0000	1.2
@@ -1,12 +1,12 @@
 # Copyright 2010-2013 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-p2p/bitcoind/bitcoind-0.8.3-r1.ebuild,v 1.1 2013/07/27 07:26:40 pacho Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-p2p/bitcoind/bitcoind-0.8.3-r1.ebuild,v 1.2 2013/08/16 18:39:15 blueness Exp $
 
 EAPI="4"
 
 DB_VER="4.8"
 
-inherit db-use eutils versionator systemd toolchain-funcs
+inherit bash-completion-r1 db-use eutils versionator systemd toolchain-funcs
 
 MyPV="${PV/_/}"
 MyPN="bitcoin"
@@ -107,8 +107,7 @@
 	doman contrib/debian/manpages/{bitcoind.1,bitcoin.conf.5}
 
 	if use bash-completion; then
-		insinto /usr/share/bash-completion
-		newins contrib/bitcoind.bash-completion bitcoind
+		newbashcomp contrib/${PN}.bash-completion ${PN}
 	fi
 
 	if use examples; then



1.2                  net-p2p/bitcoind/bitcoind-0.8.3.ebuild

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

Index: bitcoind-0.8.3.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-p2p/bitcoind/bitcoind-0.8.3.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- bitcoind-0.8.3.ebuild	16 Jul 2013 10:18:50 -0000	1.1
+++ bitcoind-0.8.3.ebuild	16 Aug 2013 18:39:15 -0000	1.2
@@ -1,12 +1,12 @@
 # Copyright 2010-2013 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-p2p/bitcoind/bitcoind-0.8.3.ebuild,v 1.1 2013/07/16 10:18:50 blueness Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-p2p/bitcoind/bitcoind-0.8.3.ebuild,v 1.2 2013/08/16 18:39:15 blueness Exp $
 
 EAPI="4"
 
 DB_VER="4.8"
 
-inherit db-use eutils versionator toolchain-funcs
+inherit bash-completion-r1 db-use eutils versionator toolchain-funcs
 
 MyPV="${PV/_/}"
 MyPN="bitcoin"
@@ -106,8 +106,7 @@
 	doman contrib/debian/manpages/{bitcoind.1,bitcoin.conf.5}
 
 	if use bash-completion; then
-		insinto /usr/share/bash-completion
-		newins contrib/bitcoind.bash-completion bitcoind
+		newbashcomp contrib/${PN}.bash-completion ${PN}
 	fi
 
 	if use examples; then



1.70                 net-p2p/bitcoind/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-p2p/bitcoind/ChangeLog,v
retrieving revision 1.69
retrieving revision 1.70
diff -u -r1.69 -r1.70
--- ChangeLog	3 Aug 2013 16:25:04 -0000	1.69
+++ ChangeLog	16 Aug 2013 18:39:15 -0000	1.70
@@ -1,6 +1,10 @@
 # ChangeLog for net-p2p/bitcoind
 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-p2p/bitcoind/ChangeLog,v 1.69 2013/08/03 16:25:04 blueness Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-p2p/bitcoind/ChangeLog,v 1.70 2013/08/16 18:39:15 blueness Exp $
+
+  16 Aug 2013; Anthony G. Basile <blueness@gentoo.org> bitcoind-0.8.3-r1.ebuild,
+  bitcoind-0.8.3.ebuild:
+  Fix bashcompletion
 
   03 Aug 2013; Anthony G. Basile <blueness@gentoo.org>
   files/0.8.2-sys_leveldb.patch:





^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2013-08-16 18:39 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-08-16 18:39 [gentoo-commits] gentoo-x86 commit in net-p2p/bitcoind: bitcoind-0.8.3-r1.ebuild bitcoind-0.8.3.ebuild ChangeLog 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