floppym 14/06/30 04:42:45 Modified: propka-3.1_p140511.ebuild ChangeLog Log: Depend on setuptools. (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 0BBEEA1FEA4843A4)
Revision Changes Path 1.3 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.3&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-chemistry/propka/propka-3.1_p140511.ebuild?rev=1.3&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-chemistry/propka/propka-3.1_p140511.ebuild?r1=1.2&r2=1.3 Index: propka-3.1_p140511.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/sci-chemistry/propka/propka-3.1_p140511.ebuild,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- propka-3.1_p140511.ebuild 11 May 2014 10:48:00 -0000 1.2 +++ propka-3.1_p140511.ebuild 30 Jun 2014 04:42:45 -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/sci-chemistry/propka/propka-3.1_p140511.ebuild,v 1.2 2014/05/11 10:48:00 jlec Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/propka/propka-3.1_p140511.ebuild,v 1.3 2014/06/30 04:42:45 floppym Exp $ EAPI=5 @@ -17,6 +17,8 @@ KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux" IUSE="" +DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]" + python_prepare_all() { sed -e "/exclude/s:scripts:\', \'Tests:g" \ -i setup.py || die 1.3 sci-chemistry/propka/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-chemistry/propka/ChangeLog?rev=1.3&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-chemistry/propka/ChangeLog?rev=1.3&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-chemistry/propka/ChangeLog?r1=1.2&r2=1.3 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/sci-chemistry/propka/ChangeLog,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- ChangeLog 11 May 2014 10:48:00 -0000 1.2 +++ ChangeLog 30 Jun 2014 04:42:45 -0000 1.3 @@ -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.2 2014/05/11 10:48:00 jlec Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/propka/ChangeLog,v 1.3 2014/06/30 04:42:45 floppym Exp $ + + 30 Jun 2014; Mike Gilbert <[email protected]> propka-3.1_p140511.ebuild: + Depend on setuptools. 11 May 2014; Justin Lecher <[email protected]> propka-3.1_p140511.ebuild: Install unversioned symlink @@ -10,4 +13,3 @@ 11 May 2014; Justin Lecher <[email protected]> +propka-3.1_p140511.ebuild, +metadata.xml: New package written by me -
