idella4 15/06/17 07:17:37 Modified: ChangeLog Added: gevent-websocket-0.9.5.ebuild Removed: gevent-websocket-0.9.2.ebuild Log: bump; rm old (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 0xB8072B0D)
Revision Changes Path 1.8 dev-python/gevent-websocket/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/gevent-websocket/ChangeLog?rev=1.8&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/gevent-websocket/ChangeLog?rev=1.8&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/gevent-websocket/ChangeLog?r1=1.7&r2=1.8 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-python/gevent-websocket/ChangeLog,v retrieving revision 1.7 retrieving revision 1.8 diff -u -r1.7 -r1.8 --- ChangeLog 8 Apr 2015 08:05:15 -0000 1.7 +++ ChangeLog 17 Jun 2015 07:17:37 -0000 1.8 @@ -1,6 +1,12 @@ # ChangeLog for dev-python/gevent-websocket # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/gevent-websocket/ChangeLog,v 1.7 2015/04/08 08:05:15 mgorny Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/gevent-websocket/ChangeLog,v 1.8 2015/06/17 07:17:37 idella4 Exp $ + +*gevent-websocket-0.9.5 (17 Jun 2015) + + 17 Jun 2015; Ian Delaney <[email protected]> +gevent-websocket-0.9.5.ebuild, + -gevent-websocket-0.9.2.ebuild: + bump; rm old 08 Apr 2015; Michał Górny <[email protected]> gevent-websocket-0.9.2.ebuild, gevent-websocket-0.9.3.ebuild: 1.1 dev-python/gevent-websocket/gevent-websocket-0.9.5.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/gevent-websocket/gevent-websocket-0.9.5.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/gevent-websocket/gevent-websocket-0.9.5.ebuild?rev=1.1&content-type=text/plain Index: gevent-websocket-0.9.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/gevent-websocket/gevent-websocket-0.9.5.ebuild,v 1.1 2015/06/17 07:17:37 idella4 Exp $ EAPI=5 PYTHON_COMPAT=( python2_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}]"
