idella4 14/04/11 07:58:53 Modified: ChangeLog Added: gevent-websocket-0.9.3.ebuild Removed: gevent-websocket-0.3.6.ebuild Log: bump, rm old (Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 0xB8072B0D)
Revision Changes Path 1.4 dev-python/gevent-websocket/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/gevent-websocket/ChangeLog?rev=1.4&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/gevent-websocket/ChangeLog?rev=1.4&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/gevent-websocket/ChangeLog?r1=1.3&r2=1.4 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-python/gevent-websocket/ChangeLog,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- ChangeLog 6 Feb 2014 05:57:53 -0000 1.3 +++ ChangeLog 11 Apr 2014 07:58:53 -0000 1.4 @@ -1,6 +1,12 @@ # ChangeLog for dev-python/gevent-websocket # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/gevent-websocket/ChangeLog,v 1.3 2014/02/06 05:57:53 bicatali Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/gevent-websocket/ChangeLog,v 1.4 2014/04/11 07:58:53 idella4 Exp $ + +*gevent-websocket-0.9.3 (11 Apr 2014) + + 11 Apr 2014; Ian Delaney <[email protected]> +gevent-websocket-0.9.3.ebuild, + -gevent-websocket-0.3.6.ebuild: + bump, rm old *gevent-websocket-0.9.2 (06 Feb 2014) 1.1 dev-python/gevent-websocket/gevent-websocket-0.9.3.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/gevent-websocket/gevent-websocket-0.9.3.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/gevent-websocket/gevent-websocket-0.9.3.ebuild?rev=1.1&content-type=text/plain Index: gevent-websocket-0.9.3.ebuild =================================================================== # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/dev-python/gevent-websocket/gevent-websocket-0.9.3.ebuild,v 1.1 2014/04/11 07:58:53 idella4 Exp $ EAPI=5 PYTHON_COMPAT=( python{2_6,2_7} ) inherit distutils-r1 DESCRIPTION="Websocket handler for the gevent pywsgi server" HOMEPAGE="http://pypi.python.org/pypi/gevent-websocket/" SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" LICENSE="Apache-2.0" SLOT="0" KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux" IUSE="" RDEPEND="dev-python/gevent[${PYTHON_USEDEP}]" DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"
