williamh 15/02/24 15:31:04 Modified: ChangeLog Added: PyZilla-0.1.0-r1.ebuild Removed: PyZilla-0.1.0.ebuild Log: migrate to distutils-r1 and eapi 5, thanks to idella4 (Portage version: 2.2.17/cvs/Linux x86_64, signed Manifest commit with key 0x30C46538)
Revision Changes Path 1.4 dev-python/PyZilla/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/PyZilla/ChangeLog?rev=1.4&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/PyZilla/ChangeLog?rev=1.4&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/PyZilla/ChangeLog?r1=1.3&r2=1.4 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-python/PyZilla/ChangeLog,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- ChangeLog 7 Apr 2011 18:25:56 -0000 1.3 +++ ChangeLog 24 Feb 2015 15:31:04 -0000 1.4 @@ -1,6 +1,12 @@ # ChangeLog for dev-python/PyZilla -# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/PyZilla/ChangeLog,v 1.3 2011/04/07 18:25:56 arfrever Exp $ +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-python/PyZilla/ChangeLog,v 1.4 2015/02/24 15:31:04 williamh Exp $ + +*PyZilla-0.1.0-r1 (24 Feb 2015) + + 24 Feb 2015; William Hubbs <[email protected]> +PyZilla-0.1.0-r1.ebuild, + -PyZilla-0.1.0.ebuild: + migrate to distutils-r1 and eapi 5, thanks to idella4 07 Apr 2011; Arfrever Frehtes Taifersar Arahesis <[email protected]> PyZilla-0.1.0.ebuild: @@ -14,4 +20,3 @@ 26 Mar 2011; Mike Frysinger <[email protected]> +PyZilla-0.1.0.ebuild, +metadata.xml: Initial ebuild. - 1.1 dev-python/PyZilla/PyZilla-0.1.0-r1.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/PyZilla/PyZilla-0.1.0-r1.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/PyZilla/PyZilla-0.1.0-r1.ebuild?rev=1.1&content-type=text/plain Index: PyZilla-0.1.0-r1.ebuild =================================================================== # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/dev-python/PyZilla/PyZilla-0.1.0-r1.ebuild,v 1.1 2015/02/24 15:31:04 williamh Exp $ EAPI=5 PYTHON_COMPAT=( python2_7 ) inherit distutils-r1 DESCRIPTION="Python wrapper for the BugZilla XML-RPC API" HOMEPAGE="http://pypi.python.org/pypi/PyZilla" SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" LICENSE="GPL-3" SLOT="0" KEYWORDS="~amd64 ~x86" IUSE="" DEPEND="" RDEPEND=""
