diff options
author | Anthony G. Basile <blueness@gentoo.org> | 2014-08-28 22:34:06 +0000 |
---|---|---|
committer | Anthony G. Basile <blueness@gentoo.org> | 2014-08-28 22:34:06 +0000 |
commit | 2d818fc5d9305b015c84c28ceec74a0ffffcd6e7 (patch) | |
tree | 671de1c4a40444c6c7cae7660a64b0ea2dc8a1ad | |
parent | Remove older versions (diff) | |
download | gentoo-2-2d818fc5d9305b015c84c28ceec74a0ffffcd6e7.tar.gz gentoo-2-2d818fc5d9305b015c84c28ceec74a0ffffcd6e7.tar.bz2 gentoo-2-2d818fc5d9305b015c84c28ceec74a0ffffcd6e7.zip |
Remove USE=bash-completion, bug #521352
(Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 0xF52D4BBA)
-rw-r--r-- | net-p2p/litecoind/ChangeLog | 5 | ||||
-rw-r--r-- | net-p2p/litecoind/litecoind-0.8.7.1.ebuild | 9 |
2 files changed, 8 insertions, 6 deletions
diff --git a/net-p2p/litecoind/ChangeLog b/net-p2p/litecoind/ChangeLog index 62e634632a06..8a135358b859 100644 --- a/net-p2p/litecoind/ChangeLog +++ b/net-p2p/litecoind/ChangeLog @@ -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 <blueness@gentoo.org> litecoind-0.8.7.1.ebuild: + Remove USE=bash-completion, bug #521352 28 Aug 2014; Anthony G. Basile <blueness@gentoo.org> -litecoind-0.8.5.3_rc3.ebuild, -litecoind-0.8.6.1-r1.ebuild, diff --git a/net-p2p/litecoind/litecoind-0.8.7.1.ebuild b/net-p2p/litecoind/litecoind-0.8.7.1.ebuild index a17acd655eec..806cbceffe8a 100644 --- a/net-p2p/litecoind/litecoind-0.8.7.1.ebuild +++ b/net-p2p/litecoind/litecoind-0.8.7.1.ebuild @@ -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 @@ SRC_URI="https://github.com/${MyPN}-project/${MyPN}/archive/v${MyPV}.tar.gz -> $ 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 @@ src_install() { 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 |