floppym 14/07/02 02:41:00 Modified: whirlpool-0.3-r1.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.2 dev-python/whirlpool/whirlpool-0.3-r1.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/whirlpool/whirlpool-0.3-r1.ebuild?rev=1.2&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/whirlpool/whirlpool-0.3-r1.ebuild?rev=1.2&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/whirlpool/whirlpool-0.3-r1.ebuild?r1=1.1&r2=1.2 Index: whirlpool-0.3-r1.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-python/whirlpool/whirlpool-0.3-r1.ebuild,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- whirlpool-0.3-r1.ebuild 4 Jun 2013 07:48:43 -0000 1.1 +++ whirlpool-0.3-r1.ebuild 2 Jul 2014 02:41:00 -0000 1.2 @@ -1,6 +1,6 @@ -# Copyright 1999-2013 Gentoo Foundation +# Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/whirlpool/whirlpool-0.3-r1.ebuild,v 1.1 2013/06/04 07:48:43 jlec Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/whirlpool/whirlpool-0.3-r1.ebuild,v 1.2 2014/07/02 02:41:00 floppym Exp $ EAPI=5 @@ -22,6 +22,7 @@ RDEPEND="" DEPEND="${RDEPEND} + dev-python/setuptools[${PYTHON_USEDEP}] test? ( virtual/python-unittest2[${PYTHON_USEDEP}] )" S="${WORKDIR}"/${MY_P} 1.3 dev-python/whirlpool/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/whirlpool/ChangeLog?rev=1.3&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/whirlpool/ChangeLog?rev=1.3&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/whirlpool/ChangeLog?r1=1.2&r2=1.3 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-python/whirlpool/ChangeLog,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- ChangeLog 4 Jun 2013 07:48:43 -0000 1.2 +++ ChangeLog 2 Jul 2014 02:41:00 -0000 1.3 @@ -1,6 +1,9 @@ # ChangeLog for dev-python/whirlpool -# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/whirlpool/ChangeLog,v 1.2 2013/06/04 07:48:43 jlec Exp $ +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-python/whirlpool/ChangeLog,v 1.3 2014/07/02 02:41:00 floppym Exp $ + + 02 Jul 2014; Mike Gilbert <[email protected]> whirlpool-0.3-r1.ebuild: + Depend on setuptools. *whirlpool-0.3-r1 (04 Jun 2013) @@ -13,4 +16,3 @@ 03 Jun 2013; Justin Lecher <[email protected]> +whirlpool-0.3.ebuild, +files/tests.py, +metadata.xml: New addition -
