patrick 14/10/18 01:31:52 Modified: ChangeLog Added: hy-0.10.1.ebuild Log: Bump (Portage version: 2.2.14_rc1/cvs/Linux x86_64, unsigned Manifest commit)
Revision Changes Path 1.6 dev-lang/hy/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/hy/ChangeLog?rev=1.6&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/hy/ChangeLog?rev=1.6&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/hy/ChangeLog?r1=1.5&r2=1.6 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-lang/hy/ChangeLog,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- ChangeLog 23 Sep 2014 19:12:49 -0000 1.5 +++ ChangeLog 18 Oct 2014 01:31:52 -0000 1.6 @@ -1,6 +1,11 @@ # ChangeLog for dev-lang/hy # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/hy/ChangeLog,v 1.5 2014/09/23 19:12:49 djc Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/hy/ChangeLog,v 1.6 2014/10/18 01:31:52 patrick Exp $ + +*hy-0.10.1 (18 Oct 2014) + + 18 Oct 2014; Patrick Lauer <[email protected]> +hy-0.10.1.ebuild: + Bump 23 Sep 2014; Dirkjan Ochtman <[email protected]> metadata.xml: Remove python, not a python library 1.1 dev-lang/hy/hy-0.10.1.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/hy/hy-0.10.1.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/hy/hy-0.10.1.ebuild?rev=1.1&content-type=text/plain Index: hy-0.10.1.ebuild =================================================================== # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/dev-lang/hy/hy-0.10.1.ebuild,v 1.1 2014/10/18 01:31:52 patrick Exp $ EAPI=5 RESTRICT="test" # needs some pointy sticks. Seriously. PYTHON_COMPAT=(python2_7 python3_3) inherit distutils-r1 DESCRIPTION="A LISP dialect running in python" HOMEPAGE="http://hylang.org/" SRC_URI="https://github.com/hylang/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz" LICENSE="MIT" SLOT="0" KEYWORDS="~amd64 ~x86" IUSE="test" RDEPEND="dev-python/flake8[${PYTHON_USEDEP}] >=dev-python/rply-0.7.0[${PYTHON_USEDEP}] dev-python/astor[${PYTHON_USEDEP}]" DEPEND="${RDEPEND} test? ( dev-python/tox[${PYTHON_USEDEP}] dev-python/nose[${PYTHON_USEDEP}] dev-python/sphinx[${PYTHON_USEDEP}] dev-python/coverage[${PYTHON_USEDEP}] )" python_test() { nosetests || die "Tests failed under ${EPYTHON}" }
