jlec 14/05/11 10:48:00 Modified: ChangeLog propka-3.1_p140511.ebuild Log: sci-chemistry/propka: Install unversioned symlink (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key B9D4F231BD1558AB!)
Revision Changes Path 1.2 sci-chemistry/propka/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-chemistry/propka/ChangeLog?rev=1.2&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-chemistry/propka/ChangeLog?rev=1.2&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-chemistry/propka/ChangeLog?r1=1.1&r2=1.2 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/sci-chemistry/propka/ChangeLog,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- ChangeLog 11 May 2014 10:44:32 -0000 1.1 +++ ChangeLog 11 May 2014 10:48:00 -0000 1.2 @@ -1,6 +1,9 @@ # ChangeLog for sci-chemistry/propka # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/propka/ChangeLog,v 1.1 2014/05/11 10:44:32 jlec Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/propka/ChangeLog,v 1.2 2014/05/11 10:48:00 jlec Exp $ + + 11 May 2014; Justin Lecher <[email protected]> propka-3.1_p140511.ebuild: + Install unversioned symlink *propka-3.1_p140511 (11 May 2014) 1.2 sci-chemistry/propka/propka-3.1_p140511.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-chemistry/propka/propka-3.1_p140511.ebuild?rev=1.2&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-chemistry/propka/propka-3.1_p140511.ebuild?rev=1.2&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-chemistry/propka/propka-3.1_p140511.ebuild?r1=1.1&r2=1.2 Index: propka-3.1_p140511.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/sci-chemistry/propka/propka-3.1_p140511.ebuild,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- propka-3.1_p140511.ebuild 11 May 2014 10:44:32 -0000 1.1 +++ propka-3.1_p140511.ebuild 11 May 2014 10:48:00 -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/sci-chemistry/propka/propka-3.1_p140511.ebuild,v 1.1 2014/05/11 10:44:32 jlec Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/propka/propka-3.1_p140511.ebuild,v 1.2 2014/05/11 10:48:00 jlec Exp $ EAPI=5 @@ -27,3 +27,8 @@ cd Tests || die ${PYTHON} runtest.py || die } + +python_install_all() { + dosym ${PN}31 /usr/bin/${PN} + distutils-r1_python_install_all +}
