prometheanfire 14/11/18 23:58:56 Modified: ChangeLog Added: websockify-0.6.0.ebuild Log: bup for nova (Portage version: 2.2.8-r2/cvs/Linux x86_64, signed Manifest commit with key 0x2471eb3e40ac5ac3)
Revision Changes Path 1.6 dev-python/websockify/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/websockify/ChangeLog?rev=1.6&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/websockify/ChangeLog?rev=1.6&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/websockify/ChangeLog?r1=1.5&r2=1.6 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-python/websockify/ChangeLog,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- ChangeLog 5 Sep 2013 20:44:13 -0000 1.5 +++ ChangeLog 18 Nov 2014 23:58:56 -0000 1.6 @@ -1,6 +1,12 @@ # ChangeLog for dev-python/websockify -# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/websockify/ChangeLog,v 1.5 2013/09/05 20:44:13 prometheanfire Exp $ +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-python/websockify/ChangeLog,v 1.6 2014/11/18 23:58:56 prometheanfire Exp $ + +*websockify-0.6.0 (18 Nov 2014) + + 18 Nov 2014; Matthew Thode <[email protected]> + +websockify-0.6.0.ebuild: + bup for nova *websockify-0.5.1 (05 Sep 2013) 1.1 dev-python/websockify/websockify-0.6.0.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/websockify/websockify-0.6.0.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/websockify/websockify-0.6.0.ebuild?rev=1.1&content-type=text/plain Index: websockify-0.6.0.ebuild =================================================================== # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/dev-python/websockify/websockify-0.6.0.ebuild,v 1.1 2014/11/18 23:58:56 prometheanfire Exp $ EAPI=5 PYTHON_COMPAT=( python2_6 python2_7 ) inherit distutils-r1 SRC_URI="https://github.com/kanaka/${PN}/archive/v${PV}.zip" DESCRIPTION="WebSockets support for any application/server" HOMEPAGE="https://github.com/kanaka/websockify" LICENSE="LGPL-3" SLOT="0" KEYWORDS="~amd64 ~x86" DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]" RDEPEND="dev-python/numpy[${PYTHON_USEDEP}]"
