public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in sci-physics/espresso: espresso-3.3.0.ebuild ChangeLog
@ 2015-03-16 16:11 Christoph Junghans (ottxor)
  0 siblings, 0 replies; 2+ messages in thread
From: Christoph Junghans (ottxor) @ 2015-03-16 16:11 UTC (permalink / raw
  To: gentoo-commits

ottxor      15/03/16 16:11:55

  Modified:             espresso-3.3.0.ebuild ChangeLog
  Log:
  fixed build with cython-0.22 (bug #543136)
  
  (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key C2000586)

Revision  Changes    Path
1.3                  sci-physics/espresso/espresso-3.3.0.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-physics/espresso/espresso-3.3.0.ebuild?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-physics/espresso/espresso-3.3.0.ebuild?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-physics/espresso/espresso-3.3.0.ebuild?r1=1.2&r2=1.3

Index: espresso-3.3.0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sci-physics/espresso/espresso-3.3.0.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- espresso-3.3.0.ebuild	7 Mar 2015 23:40:50 -0000	1.2
+++ espresso-3.3.0.ebuild	16 Mar 2015 16:11:55 -0000	1.3
@@ -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/sci-physics/espresso/espresso-3.3.0.ebuild,v 1.2 2015/03/07 23:40:50 ottxor Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-physics/espresso/espresso-3.3.0.ebuild,v 1.3 2015/03/16 16:11:55 ottxor Exp $
 
 EAPI=5
 
@@ -53,6 +53,7 @@
 		virtual/latex-base )"
 
 DOCS=( AUTHORS NEWS README ChangeLog )
+PATCHES=( "${FILESDIR}/${P}-cython-0.22.patch" )
 
 pkg_setup() {
 	use python && python-single-r1_pkg_setup



1.19                 sci-physics/espresso/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-physics/espresso/ChangeLog?rev=1.19&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-physics/espresso/ChangeLog?rev=1.19&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-physics/espresso/ChangeLog?r1=1.18&r2=1.19

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sci-physics/espresso/ChangeLog,v
retrieving revision 1.18
retrieving revision 1.19
diff -u -r1.18 -r1.19
--- ChangeLog	7 Mar 2015 23:40:50 -0000	1.18
+++ ChangeLog	16 Mar 2015 16:11:55 -0000	1.19
@@ -1,6 +1,10 @@
 # ChangeLog for sci-physics/espresso
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sci-physics/espresso/ChangeLog,v 1.18 2015/03/07 23:40:50 ottxor Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-physics/espresso/ChangeLog,v 1.19 2015/03/16 16:11:55 ottxor Exp $
+
+  16 Mar 2015; Christoph Junghans <ottxor@gentoo.org>
+  +files/espresso-3.3.0-cython-0.22.patch, espresso-3.3.0.ebuild:
+  fixed build with cython-0.22 (bug #543136)
 
   07 Mar 2015; Christoph Junghans <ottxor@gentoo.org> espresso-3.2.0.ebuild,
   espresso-3.3.0.ebuild:





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

* [gentoo-commits] gentoo-x86 commit in sci-physics/espresso: espresso-3.3.0.ebuild ChangeLog
@ 2015-03-20 15:18 Justin Lecher (jlec)
  0 siblings, 0 replies; 2+ messages in thread
From: Justin Lecher (jlec) @ 2015-03-20 15:18 UTC (permalink / raw
  To: gentoo-commits

jlec        15/03/20 15:18:41

  Modified:             espresso-3.3.0.ebuild ChangeLog
  Log:
  Fix tcl/tk slotting
  
  (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key B9D4F231BD1558AB!)

Revision  Changes    Path
1.4                  sci-physics/espresso/espresso-3.3.0.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-physics/espresso/espresso-3.3.0.ebuild?rev=1.4&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-physics/espresso/espresso-3.3.0.ebuild?rev=1.4&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-physics/espresso/espresso-3.3.0.ebuild?r1=1.3&r2=1.4

Index: espresso-3.3.0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sci-physics/espresso/espresso-3.3.0.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- espresso-3.3.0.ebuild	16 Mar 2015 16:11:55 -0000	1.3
+++ espresso-3.3.0.ebuild	20 Mar 2015 15:18:41 -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/sci-physics/espresso/espresso-3.3.0.ebuild,v 1.3 2015/03/16 16:11:55 ottxor Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-physics/espresso/espresso-3.3.0.ebuild,v 1.4 2015/03/20 15:18:41 jlec Exp $
 
 EAPI=5
 
@@ -38,12 +38,12 @@
 		dev-python/cython[${PYTHON_USEDEP}]
 		dev-python/numpy[${PYTHON_USEDEP}]
 	)
-	dev-lang/tcl
+	dev-lang/tcl:0=
 	cuda? ( >=dev-util/nvidia-cuda-toolkit-4.2.9-r1 )
 	fftw? ( sci-libs/fftw:3.0 )
 	mpi? ( virtual/mpi )
 	packages? ( dev-tcltk/tcllib )
-	tk? ( >=dev-lang/tk-8.4.18-r1 )
+	tk? ( >=dev-lang/tk-8.4.18-r1:0= )
 	X? ( x11-libs/libX11 )"
 
 DEPEND="${RDEPEND}



1.21                 sci-physics/espresso/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-physics/espresso/ChangeLog?rev=1.21&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-physics/espresso/ChangeLog?rev=1.21&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-physics/espresso/ChangeLog?r1=1.20&r2=1.21

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sci-physics/espresso/ChangeLog,v
retrieving revision 1.20
retrieving revision 1.21
diff -u -r1.20 -r1.21
--- ChangeLog	16 Mar 2015 16:13:21 -0000	1.20
+++ ChangeLog	20 Mar 2015 15:18:41 -0000	1.21
@@ -1,6 +1,9 @@
 # ChangeLog for sci-physics/espresso
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sci-physics/espresso/ChangeLog,v 1.20 2015/03/16 16:13:21 ottxor Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-physics/espresso/ChangeLog,v 1.21 2015/03/20 15:18:41 jlec Exp $
+
+  20 Mar 2015; Justin Lecher <jlec@gentoo.org> espresso-3.3.0.ebuild:
+  Fix tcl/tk slotting
 
   16 Mar 2015; Christoph Junghans <ottxor@gentoo.org> -espresso-3.2.0.ebuild:
   remove old





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

end of thread, other threads:[~2015-03-20 15:18 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-03-20 15:18 [gentoo-commits] gentoo-x86 commit in sci-physics/espresso: espresso-3.3.0.ebuild ChangeLog Justin Lecher (jlec)
  -- strict thread matches above, loose matches on Subject: below --
2015-03-16 16:11 Christoph Junghans (ottxor)

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