alunduil 15/07/04 18:40:13 Modified: ChangeLog Added: livereload-2.4.0.ebuild Log: add version 2.4.0 (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 11A8217C!)
Revision Changes Path 1.4 dev-python/livereload/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/livereload/ChangeLog?rev=1.4&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/livereload/ChangeLog?rev=1.4&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/livereload/ChangeLog?r1=1.3&r2=1.4 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-python/livereload/ChangeLog,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- ChangeLog 7 Jun 2015 13:43:45 -0000 1.3 +++ ChangeLog 4 Jul 2015 18:40:13 -0000 1.4 @@ -1,6 +1,11 @@ # ChangeLog for dev-python/livereload # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/livereload/ChangeLog,v 1.3 2015/06/07 13:43:45 jlec Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/livereload/ChangeLog,v 1.4 2015/07/04 18:40:13 alunduil Exp $ + +*livereload-2.4.0 (04 Jul 2015) + + 04 Jul 2015; Alex Brandt <[email protected]> +livereload-2.4.0.ebuild: + add version 2.4.0 07 Jun 2015; Justin Lecher <[email protected]> metadata.xml: Add github to remote-id in metadata.xml 1.1 dev-python/livereload/livereload-2.4.0.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/livereload/livereload-2.4.0.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/livereload/livereload-2.4.0.ebuild?rev=1.1&content-type=text/plain Index: livereload-2.4.0.ebuild =================================================================== # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/dev-python/livereload/livereload-2.4.0.ebuild,v 1.1 2015/07/04 18:40:13 alunduil Exp $ EAPI=5 PYTHON_COMPAT=( python2_7 python3_3 python3_4 ) inherit distutils-r1 vcs-snapshot DESCRIPTION="Python LiveReload is an awesome tool for web developers" HOMEPAGE="https://github.com/lepture/python-livereload" SRC_URI="https://github.com/lepture/python-${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" LICENSE="BSD" SLOT="0" KEYWORDS="~amd64" IUSE="examples test" CDEPEND="dev-python/setuptools[${PYTHON_USEDEP}]" DEPEND=" ${CDEPEND} test? ( dev-python/nose[${PYTHON_USEDEP}] ) " RDEPEND=" ${CDEPEND} dev-python/six[${PYTHON_USEDEP}] www-servers/tornado[${PYTHON_USEDEP}] " python_test() { nosetests || die "tests failed under ${EPYTHON}" } python_install_all() { use examples && local EXAMPLES=( example/. ) distutils-r1_python_install_all }
