jlec 14/12/22 14:53:40 Modified: ChangeLog Added: autobahn-0.9.4.2.ebuild Removed: autobahn-0.7.4.ebuild autobahn-0.9.3.3.ebuild Log: dev-python/autobahn: Version Bump; drop old, fixes sandbox violation and file collisions, #504240 & #532548 (Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key B9D4F231BD1558AB!)
Revision Changes Path 1.4 dev-python/autobahn/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/autobahn/ChangeLog?rev=1.4&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/autobahn/ChangeLog?rev=1.4&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/autobahn/ChangeLog?r1=1.3&r2=1.4 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-python/autobahn/ChangeLog,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- ChangeLog 13 Dec 2014 08:21:50 -0000 1.3 +++ ChangeLog 22 Dec 2014 14:53:40 -0000 1.4 @@ -1,6 +1,13 @@ # ChangeLog for dev-python/autobahn # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/autobahn/ChangeLog,v 1.3 2014/12/13 08:21:50 mgorny Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/autobahn/ChangeLog,v 1.4 2014/12/22 14:53:40 jlec Exp $ + +*autobahn-0.9.4.2 (22 Dec 2014) + + 22 Dec 2014; Justin Lecher <[email protected]> -autobahn-0.7.4.ebuild, + -autobahn-0.9.3.3.ebuild, +autobahn-0.9.4.2.ebuild: + Version Bump; drop old, fixes sandbox violation and file collisions, #504240 + & #532548 13 Dec 2014; Michał Górny <[email protected]> autobahn-0.7.4.ebuild, autobahn-0.9.3.3.ebuild: 1.1 dev-python/autobahn/autobahn-0.9.4.2.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/autobahn/autobahn-0.9.4.2.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/autobahn/autobahn-0.9.4.2.ebuild?rev=1.1&content-type=text/plain Index: autobahn-0.9.4.2.ebuild =================================================================== # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/dev-python/autobahn/autobahn-0.9.4.2.ebuild,v 1.1 2014/12/22 14:53:40 jlec Exp $ EAPI=5 PYTHON_COMPAT=( python2_7 python3_{3,4} ) inherit distutils-r1 versionator MY_P="${PN}-$(replace_version_separator 3 -)" DESCRIPTION="WebSocket and WAMP for Twisted and Asyncio" HOMEPAGE="https://pypi.python.org/pypi/autobahn http://autobahn.ws/python/" SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${MY_P}.zip" SLOT="0" LICENSE="Apache-2.0" KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux" IUSE="" RDEPEND=" dev-python/snappy[${PYTHON_USEDEP}] dev-python/lz4[${PYTHON_USEDEP}] dev-python/msgpack[${PYTHON_USEDEP}] dev-python/twisted-core[$(python_gen_usedep python2*)] dev-python/ujson[${PYTHON_USEDEP}] dev-python/wsaccel[${PYTHON_USEDEP}] dev-python/zope-interface[${PYTHON_USEDEP}] " DEPEND="${RDEPEND}" S="${WORKDIR}"/${MY_P}
