public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in dev-python/llvmpy: llvmpy-0.12.2.ebuild ChangeLog
@ 2014-02-10 23:44 Sebastien Fabbro (bicatali)
  0 siblings, 0 replies; 2+ messages in thread
From: Sebastien Fabbro (bicatali) @ 2014-02-10 23:44 UTC (permalink / raw
  To: gentoo-commits

bicatali    14/02/10 23:44:27

  Modified:             llvmpy-0.12.2.ebuild ChangeLog
  Log:
  Fixed syntax in dependencies
  
  (Portage version: 2.2.8-prefix/cvs/Linux x86_64, signed Manifest commit with key 0x13CB1360)

Revision  Changes    Path
1.2                  dev-python/llvmpy/llvmpy-0.12.2.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/llvmpy/llvmpy-0.12.2.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/llvmpy/llvmpy-0.12.2.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/llvmpy/llvmpy-0.12.2.ebuild?r1=1.1&r2=1.2

Index: llvmpy-0.12.2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/llvmpy/llvmpy-0.12.2.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- llvmpy-0.12.2.ebuild	10 Feb 2014 16:59:12 -0000	1.1
+++ llvmpy-0.12.2.ebuild	10 Feb 2014 23:44:26 -0000	1.2
@@ -1,6 +1,6 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/llvmpy/llvmpy-0.12.2.ebuild,v 1.1 2014/02/10 16:59:12 bicatali Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/llvmpy/llvmpy-0.12.2.ebuild,v 1.2 2014/02/10 23:44:26 bicatali Exp $
 
 EAPI=5
 
@@ -18,8 +18,8 @@
 IUSE="doc"
 
 # fails with llvm-3.4
-DEPEND="=sys-devel/llvm-3.3*[multitarget]"
-RDEPEND="${DEPEND}
+RDEPEND="=sys-devel/llvm-3.3*[multitarget]"
+DEPEND="${RDEPEND}
 	doc? ( dev-python/sphinx )"
 
 PATCHES=( "${FILESDIR}"/${P}-return-type.patch )



1.2                  dev-python/llvmpy/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/llvmpy/ChangeLog,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- ChangeLog	10 Feb 2014 16:59:12 -0000	1.1
+++ ChangeLog	10 Feb 2014 23:44:26 -0000	1.2
@@ -1,6 +1,9 @@
 # ChangeLog for dev-python/llvmpy
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/llvmpy/ChangeLog,v 1.1 2014/02/10 16:59:12 bicatali Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/llvmpy/ChangeLog,v 1.2 2014/02/10 23:44:26 bicatali Exp $
+
+  10 Feb 2014; Sébastien Fabbro <bicatali@gentoo.org> llvmpy-0.12.2.ebuild:
+  Fixed syntax in dependencies
 
 *llvmpy-0.12.2 (10 Feb 2014)
 





^ permalink raw reply	[flat|nested] 2+ messages in thread

* [gentoo-commits] gentoo-x86 commit in dev-python/llvmpy: llvmpy-0.12.2.ebuild ChangeLog
@ 2014-02-11  2:43 Patrick Lauer (patrick)
  0 siblings, 0 replies; 2+ messages in thread
From: Patrick Lauer (patrick) @ 2014-02-11  2:43 UTC (permalink / raw
  To: gentoo-commits

patrick     14/02/11 02:43:19

  Modified:             llvmpy-0.12.2.ebuild ChangeLog
  Log:
  Whitespace
  
  (Portage version: 2.2.8-r1/cvs/Linux x86_64, unsigned Manifest commit)

Revision  Changes    Path
1.3                  dev-python/llvmpy/llvmpy-0.12.2.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/llvmpy/llvmpy-0.12.2.ebuild?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/llvmpy/llvmpy-0.12.2.ebuild?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/llvmpy/llvmpy-0.12.2.ebuild?r1=1.2&r2=1.3

Index: llvmpy-0.12.2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/llvmpy/llvmpy-0.12.2.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- llvmpy-0.12.2.ebuild	10 Feb 2014 23:44:26 -0000	1.2
+++ llvmpy-0.12.2.ebuild	11 Feb 2014 02:43:19 -0000	1.3
@@ -1,6 +1,6 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/llvmpy/llvmpy-0.12.2.ebuild,v 1.2 2014/02/10 23:44:26 bicatali Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/llvmpy/llvmpy-0.12.2.ebuild,v 1.3 2014/02/11 02:43:19 patrick Exp $
 
 EAPI=5
 
@@ -33,7 +33,6 @@
 	${PYTHON} -c "import llvm; llvm.test()" || die
 }
 
-
 python_install_all() {
 	use doc && local HTML_DOCS=( docs/_build/html )
 	distutils-r1_python_install_all



1.3                  dev-python/llvmpy/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/llvmpy/ChangeLog,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- ChangeLog	10 Feb 2014 23:44:26 -0000	1.2
+++ ChangeLog	11 Feb 2014 02:43:19 -0000	1.3
@@ -1,6 +1,9 @@
 # ChangeLog for dev-python/llvmpy
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/llvmpy/ChangeLog,v 1.2 2014/02/10 23:44:26 bicatali Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/llvmpy/ChangeLog,v 1.3 2014/02/11 02:43:19 patrick Exp $
+
+  11 Feb 2014; Patrick Lauer <patrick@gentoo.org> llvmpy-0.12.2.ebuild:
+  Whitespace
 
   10 Feb 2014; Sébastien Fabbro <bicatali@gentoo.org> llvmpy-0.12.2.ebuild:
   Fixed syntax in dependencies





^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2014-02-11  2:43 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-02-10 23:44 [gentoo-commits] gentoo-x86 commit in dev-python/llvmpy: llvmpy-0.12.2.ebuild ChangeLog Sebastien Fabbro (bicatali)
  -- strict thread matches above, loose matches on Subject: below --
2014-02-11  2:43 Patrick Lauer (patrick)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox