idella4 15/06/26 08:25:00 Modified: ChangeLog Added: lz4-0.7.0.ebuild Log: bump (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 0xB8072B0D)
Revision Changes Path 1.13 dev-python/lz4/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/lz4/ChangeLog?rev=1.13&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/lz4/ChangeLog?rev=1.13&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/lz4/ChangeLog?r1=1.12&r2=1.13 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-python/lz4/ChangeLog,v retrieving revision 1.12 retrieving revision 1.13 diff -u -r1.12 -r1.13 --- ChangeLog 7 Jun 2015 13:45:27 -0000 1.12 +++ ChangeLog 26 Jun 2015 08:25:00 -0000 1.13 @@ -1,6 +1,11 @@ # ChangeLog for dev-python/lz4 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/lz4/ChangeLog,v 1.12 2015/06/07 13:45:27 jlec Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/lz4/ChangeLog,v 1.13 2015/06/26 08:25:00 idella4 Exp $ + +*lz4-0.7.0 (26 Jun 2015) + + 26 Jun 2015; Ian Delaney <[email protected]> +lz4-0.7.0.ebuild: + bump 07 Jun 2015; Justin Lecher <[email protected]> metadata.xml: Add github to remote-id in metadata.xml 1.1 dev-python/lz4/lz4-0.7.0.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/lz4/lz4-0.7.0.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/lz4/lz4-0.7.0.ebuild?rev=1.1&content-type=text/plain Index: lz4-0.7.0.ebuild =================================================================== # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/dev-python/lz4/lz4-0.7.0.ebuild,v 1.1 2015/06/26 08:25:00 idella4 Exp $ EAPI=5 PYTHON_COMPAT=( python{2_7,3_3,3_4} pypy ) inherit distutils-r1 DESCRIPTION="LZ4 Bindings for Python" HOMEPAGE="https://pypi.python.org/pypi/lz4 https://github.com/steeve/python-lz4" SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" SLOT="0" LICENSE="BSD" KEYWORDS="~amd64 ~arm ~x86 ~amd64-linux ~x86-linux" RDEPEND="" DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]" # Tests still excluded by upstream
