idella4 14/10/25 12:08:13 Modified: starcluster-0.93.3-r2.ebuild ChangeLog Log: correct install phase (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 0xB8072B0D)
Revision Changes Path 1.2 dev-python/starcluster/starcluster-0.93.3-r2.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/starcluster/starcluster-0.93.3-r2.ebuild?rev=1.2&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/starcluster/starcluster-0.93.3-r2.ebuild?rev=1.2&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/starcluster/starcluster-0.93.3-r2.ebuild?r1=1.1&r2=1.2 Index: starcluster-0.93.3-r2.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-python/starcluster/starcluster-0.93.3-r2.ebuild,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- starcluster-0.93.3-r2.ebuild 22 Oct 2014 15:20:34 -0000 1.1 +++ starcluster-0.93.3-r2.ebuild 25 Oct 2014 12:08:13 -0000 1.2 @@ -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/dev-python/starcluster/starcluster-0.93.3-r2.ebuild,v 1.1 2014/10/22 15:20:34 idella4 Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/starcluster/starcluster-0.93.3-r2.ebuild,v 1.2 2014/10/25 12:08:13 idella4 Exp $ EAPI=5 @@ -49,8 +49,8 @@ use epydoc && mkdocs } -python_install() { - distutils-r1_python_install +python_install_all() { + distutils-r1_python_install_all newbashcomp "${S}"/completion/${PN}-completion.sh ${PN} use doc && dohtml -r docs/sphinx/_build/html/ if use epydoc; then 1.11 dev-python/starcluster/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/starcluster/ChangeLog?rev=1.11&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/starcluster/ChangeLog?rev=1.11&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/starcluster/ChangeLog?r1=1.10&r2=1.11 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-python/starcluster/ChangeLog,v retrieving revision 1.10 retrieving revision 1.11 diff -u -r1.10 -r1.11 --- ChangeLog 22 Oct 2014 15:20:34 -0000 1.10 +++ ChangeLog 25 Oct 2014 12:08:13 -0000 1.11 @@ -1,6 +1,9 @@ # ChangeLog for dev-python/starcluster # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/starcluster/ChangeLog,v 1.10 2014/10/22 15:20:34 idella4 Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/starcluster/ChangeLog,v 1.11 2014/10/25 12:08:13 idella4 Exp $ + + 25 Oct 2014; Ian Delaney <[email protected]> starcluster-0.93.3-r2.ebuild: + correct install phase *starcluster-0.93.3-r2 (22 Oct 2014)
