patrick     15/03/17 06:02:58

  Modified:             llvmlite-0.2.1.ebuild ChangeLog
  Added:                llvmlite-0.2.2.ebuild
  Log:
  Bump, fix llvm dep
  
  (Portage version: 2.2.18/cvs/Linux x86_64, unsigned Manifest commit)

Revision  Changes    Path
1.4                  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.4&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/llvmlite/llvmlite-0.2.1.ebuild?rev=1.4&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/llvmlite/llvmlite-0.2.1.ebuild?r1=1.3&r2=1.4

Index: llvmlite-0.2.1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/llvmlite/llvmlite-0.2.1.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- llvmlite-0.2.1.ebuild       8 Mar 2015 23:52:46 -0000       1.3
+++ llvmlite-0.2.1.ebuild       17 Mar 2015 06:02:58 -0000      1.4
@@ -1,6 +1,6 @@
 # Copyright 1999-2015 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.3 2015/03/08 23:52:46 pacho Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/llvmlite/llvmlite-0.2.1.ebuild,v 
1.4 2015/03/17 06:02:58 patrick Exp $
 
 EAPI=5
 
@@ -17,5 +17,5 @@
 KEYWORDS="amd64 x86"
 IUSE="doc"
 
-RDEPEND=">=sys-devel/llvm-3.5:=[multitarget]"
+RDEPEND="=sys-devel/llvm-3.5*:=[multitarget]"
 DEPEND="${RDEPEND}"



1.5                  dev-python/llvmlite/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/llvmlite/ChangeLog?rev=1.5&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/llvmlite/ChangeLog?rev=1.5&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/llvmlite/ChangeLog?r1=1.4&r2=1.5

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/llvmlite/ChangeLog,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- ChangeLog   8 Mar 2015 23:52:46 -0000       1.4
+++ ChangeLog   17 Mar 2015 06:02:58 -0000      1.5
@@ -1,6 +1,12 @@
 # ChangeLog for dev-python/llvmlite
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/llvmlite/ChangeLog,v 1.4 
2015/03/08 23:52:46 pacho Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/llvmlite/ChangeLog,v 1.5 
2015/03/17 06:02:58 patrick Exp $
+
+*llvmlite-0.2.2 (17 Mar 2015)
+
+  17 Mar 2015; Patrick Lauer <patr...@gentoo.org> +llvmlite-0.2.2.ebuild,
+  llvmlite-0.2.1.ebuild:
+  Bump, fix llvm dep
 
   08 Mar 2015; Pacho Ramos <pa...@gentoo.org> llvmlite-0.2.1.ebuild:
   x86 stable, bug 540290



1.1                  dev-python/llvmlite/llvmlite-0.2.2.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/llvmlite/llvmlite-0.2.2.ebuild?rev=1.1&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/llvmlite/llvmlite-0.2.2.ebuild?rev=1.1&content-type=text/plain

Index: llvmlite-0.2.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/llvmlite/llvmlite-0.2.2.ebuild,v 
1.1 2015/03/17 06:02:58 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}"




Reply via email to