blueness 14/08/28 22:34:06 Modified: litecoind-0.8.7.1.ebuild ChangeLog Log: Remove USE=bash-completion, bug #521352 (Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 0xF52D4BBA)
Revision Changes Path 1.3 net-p2p/litecoind/litecoind-0.8.7.1.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-p2p/litecoind/litecoind-0.8.7.1.ebuild?rev=1.3&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-p2p/litecoind/litecoind-0.8.7.1.ebuild?rev=1.3&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-p2p/litecoind/litecoind-0.8.7.1.ebuild?r1=1.2&r2=1.3 Index: litecoind-0.8.7.1.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/net-p2p/litecoind/litecoind-0.8.7.1.ebuild,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- litecoind-0.8.7.1.ebuild 10 Aug 2014 20:37:27 -0000 1.2 +++ litecoind-0.8.7.1.ebuild 28 Aug 2014 22:34:06 -0000 1.3 @@ -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/litecoind/litecoind-0.8.7.1.ebuild,v 1.2 2014/08/10 20:37:27 slyfox Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-p2p/litecoind/litecoind-0.8.7.1.ebuild,v 1.3 2014/08/28 22:34:06 blueness Exp $ EAPI=5 @@ -19,7 +19,7 @@ LICENSE="MIT ISC GPL-2" SLOT="0" KEYWORDS="~amd64 ~x86" -IUSE="bash-completion examples ipv6 logrotate upnp" +IUSE="examples ipv6 logrotate upnp" RDEPEND=" dev-libs/boost[threads(+)] @@ -108,9 +108,8 @@ newman contrib/debian/manpages/bitcoind.1 litecoind.1 newman contrib/debian/manpages/bitcoin.conf.5 litecoin.conf.5 - if use bash-completion; then - newbashcomp contrib/bitcoind.bash-completion ${PN}.bash-completion - fi + sed -i -e 's/bitcoin/litecoin/g' contrib/bitcoind.bash-completion + newbashcomp contrib/bitcoind.bash-completion ${PN}.bash-completion if use examples; then docinto examples 1.8 net-p2p/litecoind/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-p2p/litecoind/ChangeLog?rev=1.8&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-p2p/litecoind/ChangeLog?rev=1.8&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-p2p/litecoind/ChangeLog?r1=1.7&r2=1.8 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/net-p2p/litecoind/ChangeLog,v retrieving revision 1.7 retrieving revision 1.8 diff -u -r1.7 -r1.8 --- ChangeLog 28 Aug 2014 22:13:14 -0000 1.7 +++ ChangeLog 28 Aug 2014 22:34:06 -0000 1.8 @@ -1,6 +1,9 @@ # ChangeLog for net-p2p/litecoind # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-p2p/litecoind/ChangeLog,v 1.7 2014/08/28 22:13:14 blueness Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-p2p/litecoind/ChangeLog,v 1.8 2014/08/28 22:34:06 blueness Exp $ + + 28 Aug 2014; Anthony G. Basile <[email protected]> litecoind-0.8.7.1.ebuild: + Remove USE=bash-completion, bug #521352 28 Aug 2014; Anthony G. Basile <[email protected]> -litecoind-0.8.5.3_rc3.ebuild, -litecoind-0.8.6.1-r1.ebuild,
