patrick 14/12/20 04:33:04 Modified: ChangeLog Added: llvmlite-0.2.1.ebuild Log: Bump, using fixed tarball from pypi (Portage version: 2.2.15/cvs/Linux x86_64, unsigned Manifest commit)
Revision Changes Path 1.2 dev-python/llvmlite/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/llvmlite/ChangeLog?rev=1.2&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/llvmlite/ChangeLog?rev=1.2&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/llvmlite/ChangeLog?r1=1.1&r2=1.2 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-python/llvmlite/ChangeLog,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- ChangeLog 19 Dec 2014 03:26:12 -0000 1.1 +++ ChangeLog 20 Dec 2014 04:33:04 -0000 1.2 @@ -1,6 +1,11 @@ # ChangeLog for dev-python/llvmlite # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/llvmlite/ChangeLog,v 1.1 2014/12/19 03:26:12 patrick Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/llvmlite/ChangeLog,v 1.2 2014/12/20 04:33:04 patrick Exp $ + +*llvmlite-0.2.1 (20 Dec 2014) + + 20 Dec 2014; Patrick Lauer <[email protected]> +llvmlite-0.2.1.ebuild: + Bump, using fixed tarball from pypi *llvmlite-0.2.0 (19 Dec 2014) 1.1 dev-python/llvmlite/llvmlite-0.2.1.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/llvmlite/llvmlite-0.2.1.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/llvmlite/llvmlite-0.2.1.ebuild?rev=1.1&content-type=text/plain Index: llvmlite-0.2.1.ebuild =================================================================== # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/dev-python/llvmlite/llvmlite-0.2.1.ebuild,v 1.1 2014/12/20 04:33:04 patrick Exp $ EAPI=5 PYTHON_COMPAT=( python{2_7,3_3,3_4} ) inherit distutils-r1 DESCRIPTION="Python wrapper around the llvm C++ library" HOMEPAGE="https://pypi.python.org/pypi/llvmlite" SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" LICENSE="BSD" SLOT="0" KEYWORDS="~amd64 ~x86" IUSE="doc" RDEPEND=">=sys-devel/llvm-3.5:=[multitarget]" DEPEND="${RDEPEND}"
