mgorny 14/06/11 14:25:30 Modified: ChangeLog Added: hachoir-parser-1.3.4-r1.ebuild Log: Convert to distutils-r1. (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key EFB4464E!)
Revision Changes Path 1.11 dev-python/hachoir-parser/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/hachoir-parser/ChangeLog?rev=1.11&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/hachoir-parser/ChangeLog?rev=1.11&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/hachoir-parser/ChangeLog?r1=1.10&r2=1.11 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-python/hachoir-parser/ChangeLog,v retrieving revision 1.10 retrieving revision 1.11 diff -u -r1.10 -r1.11 --- ChangeLog 16 Jun 2013 10:16:14 -0000 1.10 +++ ChangeLog 11 Jun 2014 14:25:30 -0000 1.11 @@ -1,6 +1,11 @@ # ChangeLog for dev-python/hachoir-parser -# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/hachoir-parser/ChangeLog,v 1.10 2013/06/16 10:16:14 pacho Exp $ +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-python/hachoir-parser/ChangeLog,v 1.11 2014/06/11 14:25:30 mgorny Exp $ + +*hachoir-parser-1.3.4-r1 (11 Jun 2014) + + 11 Jun 2014; Michał Górny <[email protected]> +hachoir-parser-1.3.4-r1.ebuild: + Convert to distutils-r1. 16 Jun 2013; Pacho Ramos <[email protected]> metadata.xml: python will maintain this: http://www.gossamer- 1.1 dev-python/hachoir-parser/hachoir-parser-1.3.4-r1.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/hachoir-parser/hachoir-parser-1.3.4-r1.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/hachoir-parser/hachoir-parser-1.3.4-r1.ebuild?rev=1.1&content-type=text/plain Index: hachoir-parser-1.3.4-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/hachoir-parser/hachoir-parser-1.3.4-r1.ebuild,v 1.1 2014/06/11 14:25:30 mgorny Exp $ EAPI=5 PYTHON_COMPAT=( python2_7 pypy ) inherit distutils-r1 DESCRIPTION="Package of Hachoir parsers used to open binary files" HOMEPAGE="http://bitbucket.org/haypo/hachoir/wiki/hachoir-parser http://pypi.python.org/pypi/hachoir-parser" SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" KEYWORDS="~amd64 ~ppc ~x86" IUSE="" RDEPEND=">=dev-python/hachoir-core-1.3[${PYTHON_USEDEP}]" DEPEND="${RDEPEND} dev-python/setuptools[${PYTHON_USEDEP}]" python_configure_all() { mydistutilsargs=( --setuptools ) }
