blueness 14/08/28 22:42:59 Modified: primecoind-0.1.2-r1.ebuild ChangeLog Removed: primecoind-0.1.2.ebuild Log: Remove USE=bash-completion and fix primecoind.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/primecoind/primecoind-0.1.2-r1.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-p2p/primecoind/primecoind-0.1.2-r1.ebuild?rev=1.3&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-p2p/primecoind/primecoind-0.1.2-r1.ebuild?rev=1.3&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-p2p/primecoind/primecoind-0.1.2-r1.ebuild?r1=1.2&r2=1.3 Index: primecoind-0.1.2-r1.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/net-p2p/primecoind/primecoind-0.1.2-r1.ebuild,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- primecoind-0.1.2-r1.ebuild 10 Aug 2014 20:38:19 -0000 1.2 +++ primecoind-0.1.2-r1.ebuild 28 Aug 2014 22:42:59 -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/primecoind/primecoind-0.1.2-r1.ebuild,v 1.2 2014/08/10 20:38:19 slyfox Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-p2p/primecoind/primecoind-0.1.2-r1.ebuild,v 1.3 2014/08/28 22:42:59 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 primecoind.1 newman contrib/debian/manpages/bitcoin.conf.5 primecoin.conf.5 - if use bash-completion; then - newbashcomp contrib/bitcoind.bash-completion ${PN}.bash-completion - fi + sed -i -e 's/bitcoin/primecoin/g' contrib/bitcoind.bash-completion + newbashcomp contrib/bitcoind.bash-completion ${PN}.bash-completion if use examples; then docinto examples 1.5 net-p2p/primecoind/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-p2p/primecoind/ChangeLog?rev=1.5&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-p2p/primecoind/ChangeLog?rev=1.5&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-p2p/primecoind/ChangeLog?r1=1.4&r2=1.5 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/net-p2p/primecoind/ChangeLog,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- ChangeLog 10 Aug 2014 20:38:19 -0000 1.4 +++ ChangeLog 28 Aug 2014 22:42:59 -0000 1.5 @@ -1,6 +1,10 @@ # ChangeLog for net-p2p/primecoind # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-p2p/primecoind/ChangeLog,v 1.4 2014/08/10 20:38:19 slyfox Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-p2p/primecoind/ChangeLog,v 1.5 2014/08/28 22:42:59 blueness Exp $ + + 28 Aug 2014; Anthony G. Basile <[email protected]> -primecoind-0.1.2.ebuild, + primecoind-0.1.2-r1.ebuild: + Remove USE=bash-completion and fix primecoind.bash-completion, bug #521352 10 Aug 2014; Sergei Trofimovich <[email protected]> primecoind-0.1.2-r1.ebuild, primecoind-0.1.2.ebuild:
