idella4 14/04/08 01:07:45 Modified: ChangeLog Added: configobj-5.0.3.ebuild Log: complete incomplete commit (Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 0xB8072B0D)
Revision Changes Path 1.48 dev-python/configobj/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/configobj/ChangeLog?rev=1.48&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/configobj/ChangeLog?rev=1.48&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/configobj/ChangeLog?r1=1.47&r2=1.48 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-python/configobj/ChangeLog,v retrieving revision 1.47 retrieving revision 1.48 diff -u -r1.47 -r1.48 --- ChangeLog 7 Apr 2014 04:05:57 -0000 1.47 +++ ChangeLog 8 Apr 2014 01:07:45 -0000 1.48 @@ -1,6 +1,11 @@ # ChangeLog for dev-python/configobj # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/configobj/ChangeLog,v 1.47 2014/04/07 04:05:57 idella4 Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/configobj/ChangeLog,v 1.48 2014/04/08 01:07:45 idella4 Exp $ + +*configobj-5.0.3 (08 Apr 2014) + + 08 Apr 2014; Ian Delaney <[email protected]> +configobj-5.0.3.ebuild: + bump 07 Apr 2014; Ian Delaney <[email protected]> -configobj-4.7.2.ebuild, configobj-5.0.1.ebuild, configobj-5.0.2.ebuild: 1.1 dev-python/configobj/configobj-5.0.3.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/configobj/configobj-5.0.3.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/configobj/configobj-5.0.3.ebuild?rev=1.1&content-type=text/plain Index: configobj-5.0.3.ebuild =================================================================== # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/dev-python/configobj/configobj-5.0.3.ebuild,v 1.1 2014/04/08 01:07:45 idella4 Exp $ EAPI=5 PYTHON_COMPAT=( python{2_6,2_7,3_2,3_3,3_4} pypy pypy2_0 ) inherit distutils-r1 DESCRIPTION="Simple config file reader and writer" HOMEPAGE="http://www.voidspace.org.uk/python/configobj.html http://code.google.com/p/configobj/ http://pypi.python.org/pypi/configobj" SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" LICENSE="BSD" SLOT="0" KEYWORDS="~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux ~x64-macos ~x86-macos" RDEPEND="dev-python/six[${PYTHON_USEDEP}]" python_test() { "${PYTHON}" validate.py -v || die "Tests fail with ${EPYTHON}" }
