patrick 14/12/04 04:56:31 Modified: ChangeLog Added: pylzma-0.4.6.ebuild Log: Bump (Portage version: 2.2.14/cvs/Linux x86_64, unsigned Manifest commit)
Revision Changes Path 1.10 dev-python/pylzma/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pylzma/ChangeLog?rev=1.10&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pylzma/ChangeLog?rev=1.10&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pylzma/ChangeLog?r1=1.9&r2=1.10 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-python/pylzma/ChangeLog,v retrieving revision 1.9 retrieving revision 1.10 diff -u -r1.9 -r1.10 --- ChangeLog 30 Sep 2014 04:36:48 -0000 1.9 +++ ChangeLog 4 Dec 2014 04:56:31 -0000 1.10 @@ -1,6 +1,11 @@ # ChangeLog for dev-python/pylzma # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/pylzma/ChangeLog,v 1.9 2014/09/30 04:36:48 patrick Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/pylzma/ChangeLog,v 1.10 2014/12/04 04:56:31 patrick Exp $ + +*pylzma-0.4.6 (04 Dec 2014) + + 04 Dec 2014; Patrick Lauer <[email protected]> +pylzma-0.4.6.ebuild: + Bump *pylzma-0.4.5 (30 Sep 2014) 1.1 dev-python/pylzma/pylzma-0.4.6.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pylzma/pylzma-0.4.6.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pylzma/pylzma-0.4.6.ebuild?rev=1.1&content-type=text/plain Index: pylzma-0.4.6.ebuild =================================================================== # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/dev-python/pylzma/pylzma-0.4.6.ebuild,v 1.1 2014/12/04 04:56:31 patrick Exp $ EAPI=5 PYTHON_COMPAT=(python{2_6,2_7}) # hashlib module required. inherit distutils-r1 DESCRIPTION="Python bindings for the LZMA compression library" HOMEPAGE="http://www.joachim-bauch.de/projects/python/pylzma/ http://pypi.python.org/pypi/pylzma" SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" LICENSE="LGPL-2.1" SLOT="0" KEYWORDS="~amd64 ~x86 ~x86-fbsd" IUSE="" RDEPEND="dev-python/m2crypto[${PYTHON_USEDEP}]" DEPEND="${RDEPEND} dev-python/setuptools[${PYTHON_USEDEP}]" DOCS=(doc/USAGE.md README.md) python_compile() { python_is_python3 || local -x CFLAGS="${CFLAGS} -fno-strict-aliasing" distutils-r1_python_compile }
