blueness 14/08/28 22:52:09 Modified: datacoin-hp-9999.ebuild ChangeLog Log: Remove USE=bash-completion and fix datacoin-hp.bash-completion, bug #521352 (Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 0xF52D4BBA)
Revision Changes Path 1.5 net-p2p/datacoin-hp/datacoin-hp-9999.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-p2p/datacoin-hp/datacoin-hp-9999.ebuild?rev=1.5&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-p2p/datacoin-hp/datacoin-hp-9999.ebuild?rev=1.5&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-p2p/datacoin-hp/datacoin-hp-9999.ebuild?r1=1.4&r2=1.5 Index: datacoin-hp-9999.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/net-p2p/datacoin-hp/datacoin-hp-9999.ebuild,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- datacoin-hp-9999.ebuild 28 Aug 2014 10:25:41 -0000 1.4 +++ datacoin-hp-9999.ebuild 28 Aug 2014 22:52:09 -0000 1.5 @@ -1,6 +1,6 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-p2p/datacoin-hp/datacoin-hp-9999.ebuild,v 1.4 2014/08/28 10:25:41 mgorny Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-p2p/datacoin-hp/datacoin-hp-9999.ebuild,v 1.5 2014/08/28 22:52:09 blueness Exp $ EAPI=5 @@ -19,7 +19,7 @@ LICENSE="MIT" SLOT="0" KEYWORDS="" -IUSE="bash-completion examples upnp ipv6 examples logrotate hardened" +IUSE="examples upnp ipv6 examples logrotate hardened" RDEPEND=" dev-libs/boost[threads(+)] @@ -108,9 +108,8 @@ newman contrib/debian/manpages/bitcoind.1 ${MyPN}.1 newman contrib/debian/manpages/bitcoin.conf.5 datacoin.conf.5 - if use bash-completion; then - newbashcomp contrib/bitcoind.bash-completion ${PN}.bash-completion - fi + sed -i -e 's/bitcoin/datacoin-hp/g' contrib/bitcoind.bash-completion + newbashcomp contrib/bitcoind.bash-completion ${PN}.bash-completion if use examples; then docinto examples 1.6 net-p2p/datacoin-hp/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-p2p/datacoin-hp/ChangeLog?rev=1.6&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-p2p/datacoin-hp/ChangeLog?rev=1.6&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-p2p/datacoin-hp/ChangeLog?r1=1.5&r2=1.6 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/net-p2p/datacoin-hp/ChangeLog,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- ChangeLog 28 Aug 2014 10:25:41 -0000 1.5 +++ ChangeLog 28 Aug 2014 22:52:09 -0000 1.6 @@ -1,6 +1,9 @@ # ChangeLog for net-p2p/datacoin-hp # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-p2p/datacoin-hp/ChangeLog,v 1.5 2014/08/28 10:25:41 mgorny Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-p2p/datacoin-hp/ChangeLog,v 1.6 2014/08/28 22:52:09 blueness Exp $ + + 28 Aug 2014; Anthony G. Basile <[email protected]> datacoin-hp-9999.ebuild: + Remove USE=bash-completion and fix datacoin-hp.bash-completion, bug #521352 28 Aug 2014; Michał Górny <[email protected]> datacoin-hp-9999.ebuild: Remove KEYWORDS from live ebuild.
