public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in sci-mathematics/cgal: cgal-3.6.1.ebuild cgal-3.7.ebuild ChangeLog
@ 2011-11-14 11:27 Diego Petteno (flameeyes)
  0 siblings, 0 replies; only message in thread
From: Diego Petteno (flameeyes) @ 2011-11-14 11:27 UTC (permalink / raw
  To: gentoo-commits

flameeyes    11/11/14 11:27:36

  Modified:             cgal-3.6.1.ebuild cgal-3.7.ebuild ChangeLog
  Log:
  QA: cxx conditional was broken, fix it.
  
  (Portage version: 2.2.0_alpha74/cvs/Linux x86_64)

Revision  Changes    Path
1.3                  sci-mathematics/cgal/cgal-3.6.1.ebuild

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

Index: cgal-3.6.1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sci-mathematics/cgal/cgal-3.6.1.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- cgal-3.6.1.ebuild	13 Nov 2011 19:52:57 -0000	1.2
+++ cgal-3.6.1.ebuild	14 Nov 2011 11:27:36 -0000	1.3
@@ -1,6 +1,6 @@
 # Copyright 1999-2011 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/cgal/cgal-3.6.1.ebuild,v 1.2 2011/11/13 19:52:57 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/cgal/cgal-3.6.1.ebuild,v 1.3 2011/11/14 11:27:36 flameeyes Exp $
 
 EAPI=3
 CMAKE_BUILD_TYPE=Release
@@ -25,10 +25,7 @@
 	sys-libs/zlib
 	x11-libs/libX11
 	virtual/opengl
-	gmp? (
-		dev-libs/gmp
-		|| ( dev-libs/gmp[cxx=] dev-libs/gmp[-nocxx] )
-	)
+	gmp? ( dev-libs/gmp[cxx=] )
 	lapack? ( virtual/lapack )
 	qt4? ( x11-libs/qt-gui:4
 		x11-libs/qt-opengl:4 )"



1.3                  sci-mathematics/cgal/cgal-3.7.ebuild

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

Index: cgal-3.7.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sci-mathematics/cgal/cgal-3.7.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- cgal-3.7.ebuild	13 Nov 2011 19:52:57 -0000	1.2
+++ cgal-3.7.ebuild	14 Nov 2011 11:27:36 -0000	1.3
@@ -1,6 +1,6 @@
 # Copyright 1999-2011 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/cgal/cgal-3.7.ebuild,v 1.2 2011/11/13 19:52:57 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/cgal/cgal-3.7.ebuild,v 1.3 2011/11/14 11:27:36 flameeyes Exp $
 
 EAPI=3
 CMAKE_BUILD_TYPE=Release
@@ -25,10 +25,7 @@
 	sys-libs/zlib
 	x11-libs/libX11
 	virtual/opengl
-	gmp? (
-		dev-libs/gmp
-		|| ( dev-libs/gmp[cxx=] dev-libs/gmp[-nocxx] )
-	)
+	gmp? ( dev-libs/gmp[cxx=] )
 	lapack? ( virtual/lapack )
 	qt4? ( x11-libs/qt-gui:4
 		x11-libs/qt-opengl:4 )"



1.10                 sci-mathematics/cgal/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-mathematics/cgal/ChangeLog?rev=1.10&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-mathematics/cgal/ChangeLog?rev=1.10&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-mathematics/cgal/ChangeLog?r1=1.9&r2=1.10

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sci-mathematics/cgal/ChangeLog,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- ChangeLog	13 Nov 2011 19:52:57 -0000	1.9
+++ ChangeLog	14 Nov 2011 11:27:36 -0000	1.10
@@ -1,6 +1,10 @@
 # ChangeLog for sci-mathematics/cgal
 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/cgal/ChangeLog,v 1.9 2011/11/13 19:52:57 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/cgal/ChangeLog,v 1.10 2011/11/14 11:27:36 flameeyes Exp $
+
+  14 Nov 2011; Diego E. Pettenò <flameeyes@gentoo.org> cgal-3.6.1.ebuild,
+  cgal-3.7.ebuild:
+  QA: cxx conditional was broken, fix it.
 
   13 Nov 2011; Mike Frysinger <vapier@gentoo.org> cgal-3.6.1.ebuild,
   cgal-3.7.ebuild:






^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2011-11-14 11:27 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-11-14 11:27 [gentoo-commits] gentoo-x86 commit in sci-mathematics/cgal: cgal-3.6.1.ebuild cgal-3.7.ebuild ChangeLog Diego Petteno (flameeyes)

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