patrick 14/04/22 03:36:45 Modified: ChangeLog Added: hy-0.10.0.ebuild Log: Bump (Portage version: 2.2.10/cvs/Linux x86_64, unsigned Manifest commit)
Revision Changes Path 1.4 dev-lang/hy/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/hy/ChangeLog?rev=1.4&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/hy/ChangeLog?rev=1.4&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/hy/ChangeLog?r1=1.3&r2=1.4 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-lang/hy/ChangeLog,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- ChangeLog 10 Apr 2014 18:06:03 -0000 1.3 +++ ChangeLog 22 Apr 2014 03:36:45 -0000 1.4 @@ -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.3 2014/04/10 18:06:03 mgorny Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/hy/ChangeLog,v 1.4 2014/04/22 03:36:45 patrick Exp $ + +*hy-0.10.0 (22 Apr 2014) + + 22 Apr 2014; Patrick Lauer <[email protected]> +hy-0.10.0.ebuild: + Bump 10 Apr 2014; Michał Górny <[email protected]> hy-0.9.12.ebuild: Add a lot of missing ${PYTHON_USEDEP}. 1.1 dev-lang/hy/hy-0.10.0.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/hy/hy-0.10.0.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/hy/hy-0.10.0.ebuild?rev=1.1&content-type=text/plain Index: hy-0.10.0.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.0.ebuild,v 1.1 2014/04/22 03:36:45 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}" }
