idella4 15/01/21 09:10:57 Modified: ChangeLog Added: chameleon-2.20.ebuild Removed: chameleon-2.18.ebuild Log: bump, rm old (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 0xB8072B0D)
Revision Changes Path 1.30 dev-python/chameleon/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/chameleon/ChangeLog?rev=1.30&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/chameleon/ChangeLog?rev=1.30&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/chameleon/ChangeLog?r1=1.29&r2=1.30 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-python/chameleon/ChangeLog,v retrieving revision 1.29 retrieving revision 1.30 diff -u -r1.29 -r1.30 --- ChangeLog 11 Jan 2015 08:13:30 -0000 1.29 +++ ChangeLog 21 Jan 2015 09:10:57 -0000 1.30 @@ -1,6 +1,12 @@ # ChangeLog for dev-python/chameleon # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/chameleon/ChangeLog,v 1.29 2015/01/11 08:13:30 idella4 Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/chameleon/ChangeLog,v 1.30 2015/01/21 09:10:57 idella4 Exp $ + +*chameleon-2.20 (21 Jan 2015) + + 21 Jan 2015; Ian Delaney <[email protected]> +chameleon-2.20.ebuild, + -chameleon-2.18.ebuild: + bump, rm old *chameleon-2.19 (11 Jan 2015) 1.1 dev-python/chameleon/chameleon-2.20.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/chameleon/chameleon-2.20.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/chameleon/chameleon-2.20.ebuild?rev=1.1&content-type=text/plain Index: chameleon-2.20.ebuild =================================================================== # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/dev-python/chameleon/chameleon-2.20.ebuild,v 1.1 2015/01/21 09:10:57 idella4 Exp $ EAPI=5 PYTHON_COMPAT=( python{2_7,3_3,3_4} pypy pypy3 ) inherit distutils-r1 MY_PN="Chameleon" MY_P="${MY_PN}-${PV}" DESCRIPTION="Fast HTML/XML template compiler for Python" HOMEPAGE="http://chameleon.repoze.org http://pypi.python.org/pypi/Chameleon" SRC_URI="mirror://pypi/${MY_PN:0:1}/${MY_PN}/${MY_P}.tar.gz" LICENSE="repoze" SLOT="0" KEYWORDS="~amd64 ~x86" IUSE="doc test" DEPEND="dev-python/setuptools[${PYTHON_USEDEP}] doc? ( dev-python/sphinx[${PYTHON_USEDEP}] )" RDEPEND="" S="${WORKDIR}/${MY_P}" python_compile_all() { use doc && emake html } python_test() { esetup.py test } python_install_all() { use doc && local HTML_DOCS=( _build/html/{[a-z]*,_static} ) distutils-r1_python_install_all }
