cedk 15/06/09 08:21:46 Modified: ChangeLog Added: simpleeval-0.8.5.ebuild Log: Version bump (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 0xDA62C1FB4C5A2855)
Revision Changes Path 1.5 dev-python/simpleeval/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/simpleeval/ChangeLog?rev=1.5&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/simpleeval/ChangeLog?rev=1.5&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/simpleeval/ChangeLog?r1=1.4&r2=1.5 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-python/simpleeval/ChangeLog,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- ChangeLog 7 Jun 2015 16:07:21 -0000 1.4 +++ ChangeLog 9 Jun 2015 08:21:46 -0000 1.5 @@ -1,6 +1,11 @@ # ChangeLog for dev-python/simpleeval # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/simpleeval/ChangeLog,v 1.4 2015/06/07 16:07:21 jlec Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/simpleeval/ChangeLog,v 1.5 2015/06/09 08:21:46 cedk Exp $ + +*simpleeval-0.8.5 (09 Jun 2015) + + 09 Jun 2015; Cédric Krier <[email protected]> +simpleeval-0.8.5.ebuild: + Version bump 07 Jun 2015; Justin Lecher <[email protected]> metadata.xml: Add github to remote-id in metadata.xml 1.1 dev-python/simpleeval/simpleeval-0.8.5.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/simpleeval/simpleeval-0.8.5.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/simpleeval/simpleeval-0.8.5.ebuild?rev=1.1&content-type=text/plain Index: simpleeval-0.8.5.ebuild =================================================================== # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/dev-python/simpleeval/simpleeval-0.8.5.ebuild,v 1.1 2015/06/09 08:21:46 cedk Exp $ EAPI=5 PYTHON_COMPAT=( python{2_7,3_3,3_4} ) inherit distutils-r1 DESCRIPTION="A simple, safe single expression evaluator library" HOMEPAGE="https://github.com/danthedeckie/simpleeval" SRC_URI="mirror://pypi/s/${PN}/${P}.tar.gz" LICENSE="MIT" SLOT="0" KEYWORDS="~amd64 ~x86" IUSE="" DEPEND="" RDEPEND=" ${DEPEND} dev-python/setuptools" DOCS="README.rst" python_test() { esetup.py test || die }
