idella4 14/12/29 07:47:09 Modified: ChangeLog Added: cfgparse-1.3-r1.ebuild Removed: cfgparse-1.3.ebuild Log: revbump; conversion -> distutils-r1, rm old (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 0xB8072B0D)
Revision Changes Path 1.6 dev-python/cfgparse/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/cfgparse/ChangeLog?rev=1.6&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/cfgparse/ChangeLog?rev=1.6&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/cfgparse/ChangeLog?r1=1.5&r2=1.6 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-python/cfgparse/ChangeLog,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- ChangeLog 22 Jul 2010 15:05:32 -0000 1.5 +++ ChangeLog 29 Dec 2014 07:47:09 -0000 1.6 @@ -1,6 +1,12 @@ # ChangeLog for dev-python/cfgparse -# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/cfgparse/ChangeLog,v 1.5 2010/07/22 15:05:32 arfrever Exp $ +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-python/cfgparse/ChangeLog,v 1.6 2014/12/29 07:47:09 idella4 Exp $ + +*cfgparse-1.3-r1 (29 Dec 2014) + + 29 Dec 2014; Ian Delaney <[email protected]> +cfgparse-1.3-r1.ebuild, + -cfgparse-1.3.ebuild: + revbump; conversion -> distutils-r1, rm old *cfgparse-1.3 (22 Jul 2010) @@ -23,4 +29,3 @@ 30 Dec 2005; Grant Goodyear <[email protected]> +metadata.xml, +cfgparse-1.2-r1.ebuild: New package, bug # 117129; thanks to Michael Hordijk! - 1.1 dev-python/cfgparse/cfgparse-1.3-r1.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/cfgparse/cfgparse-1.3-r1.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/cfgparse/cfgparse-1.3-r1.ebuild?rev=1.1&content-type=text/plain Index: cfgparse-1.3-r1.ebuild =================================================================== # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/dev-python/cfgparse/cfgparse-1.3-r1.ebuild,v 1.1 2014/12/29 07:47:09 idella4 Exp $ EAPI="5" PYTHON_COMPAT=( python2_7 ) inherit distutils-r1 DESCRIPTION="Config File parser for Python" HOMEPAGE="http://cfgparse.sourceforge.net http://pypi.python.org/pypi/cfgparse" SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.zip" LICENSE="PSF-2.3" SLOT="0" KEYWORDS="~amd64 ~ia64 ~x86" IUSE="" DEPEND="app-arch/unzip" RDEPEND="" DOCS="README.txt docs/cfgparse.pdf"
