idella4 15/06/07 11:09:27 Modified: ChangeLog Added: bjoern-1.4.2.ebuild Log: bump (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 0xB8072B0D)
Revision Changes Path 1.8 dev-python/bjoern/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/bjoern/ChangeLog?rev=1.8&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/bjoern/ChangeLog?rev=1.8&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/bjoern/ChangeLog?r1=1.7&r2=1.8 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-python/bjoern/ChangeLog,v retrieving revision 1.7 retrieving revision 1.8 diff -u -r1.7 -r1.8 --- ChangeLog 6 Jun 2015 20:10:49 -0000 1.7 +++ ChangeLog 7 Jun 2015 11:09:27 -0000 1.8 @@ -1,6 +1,11 @@ # ChangeLog for dev-python/bjoern # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/bjoern/ChangeLog,v 1.7 2015/06/06 20:10:49 jlec Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/bjoern/ChangeLog,v 1.8 2015/06/07 11:09:27 idella4 Exp $ + +*bjoern-1.4.2 (07 Jun 2015) + + 07 Jun 2015; Ian Delaney <[email protected]> +bjoern-1.4.2.ebuild: + bump 06 Jun 2015; Justin Lecher <[email protected]> metadata.xml: Add github to remote-id in metadata.xml 1.1 dev-python/bjoern/bjoern-1.4.2.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/bjoern/bjoern-1.4.2.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/bjoern/bjoern-1.4.2.ebuild?rev=1.1&content-type=text/plain Index: bjoern-1.4.2.ebuild =================================================================== # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/dev-python/bjoern/bjoern-1.4.2.ebuild,v 1.1 2015/06/07 11:09:27 idella4 Exp $ EAPI=5 PYTHON_COMPAT=( python2_7 ) inherit distutils-r1 DESCRIPTION="A screamingly fast Python WSGI server written in C" HOMEPAGE="https://github.com/jonashaag/bjoern https://pypi.python.org/pypi/bjoern/" SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" LICENSE="BSD-2" SLOT="0" KEYWORDS="~amd64 ~x86" IUSE="" DEPEND="dev-libs/libev net-libs/http-parser" RDEPEND="${DEPEND}"
