public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in sci-libs/plplot: ChangeLog plplot-5.9.7-r1.ebuild
@ 2010-12-17  7:04 Tomas Chvatal (scarabeus)
  0 siblings, 0 replies; 5+ messages in thread
From: Tomas Chvatal (scarabeus) @ 2010-12-17  7:04 UTC (permalink / raw
  To: gentoo-commits

scarabeus    10/12/17 07:04:03

  Modified:             ChangeLog plplot-5.9.7-r1.ebuild
  Log:
  Fix typo (_ instead of -)
  
  (Portage version: 2.2.0_alpha8/cvs/Linux x86_64)

Revision  Changes    Path
1.32                 sci-libs/plplot/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/plplot/ChangeLog?rev=1.32&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/plplot/ChangeLog?rev=1.32&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/plplot/ChangeLog?r1=1.31&r2=1.32

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sci-libs/plplot/ChangeLog,v
retrieving revision 1.31
retrieving revision 1.32
diff -u -r1.31 -r1.32
--- ChangeLog	30 Nov 2010 23:23:59 -0000	1.31
+++ ChangeLog	17 Dec 2010 07:04:03 -0000	1.32
@@ -1,6 +1,9 @@
 # ChangeLog for sci-libs/plplot
 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sci-libs/plplot/ChangeLog,v 1.31 2010/11/30 23:23:59 bicatali Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-libs/plplot/ChangeLog,v 1.32 2010/12/17 07:04:03 scarabeus Exp $
+
+  17 Dec 2010; Tomáš Chvátal <scarabeus@gentoo.org> plplot-5.9.7-r1.ebuild:
+  Fix typo (_ instead of -)
 
 *plplot-5.9.7-r1 (30 Nov 2010)
 



1.3                  sci-libs/plplot/plplot-5.9.7-r1.ebuild

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

Index: plplot-5.9.7-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sci-libs/plplot/plplot-5.9.7-r1.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- plplot-5.9.7-r1.ebuild	1 Dec 2010 16:19:40 -0000	1.2
+++ plplot-5.9.7-r1.ebuild	17 Dec 2010 07:04:03 -0000	1.3
@@ -1,6 +1,6 @@
 # Copyright 1999-2010 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sci-libs/plplot/plplot-5.9.7-r1.ebuild,v 1.2 2010/12/01 16:19:40 bicatali Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-libs/plplot/plplot-5.9.7-r1.ebuild,v 1.3 2010/12/17 07:04:03 scarabeus Exp $
 
 EAPI="3"
 
@@ -146,7 +146,7 @@
 	use truetype && mycmakeargs+=(
 		-DPL_FREETYPE_FONT_PATH:PATH="${EPREFIX}/usr/share/fonts/freefont-ttf" )
 
-	use python && use qt4 && mycmakeargs+=( $(cmake_utils_pld pyqt) )
+	use python && use qt4 && mycmakeargs+=( $(cmake-utils_pld pyqt) )
 	use doc && mycmakeargs+=( -DPREBUILT_DOC=ON )
 	cmake-utils_src_configure
 }






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

* [gentoo-commits] gentoo-x86 commit in sci-libs/plplot: ChangeLog plplot-5.9.7-r1.ebuild
@ 2011-06-21  8:35 Justin Lecher (jlec)
  0 siblings, 0 replies; 5+ messages in thread
From: Justin Lecher (jlec) @ 2011-06-21  8:35 UTC (permalink / raw
  To: gentoo-commits

jlec        11/06/21 08:35:49

  Modified:             ChangeLog plplot-5.9.7-r1.ebuild
  Log:
  Added fortran-2.eclass support
  
  (Portage version: 2.2.0_alpha41/cvs/Linux x86_64)

Revision  Changes    Path
1.33                 sci-libs/plplot/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/plplot/ChangeLog?rev=1.33&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/plplot/ChangeLog?rev=1.33&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/plplot/ChangeLog?r1=1.32&r2=1.33

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sci-libs/plplot/ChangeLog,v
retrieving revision 1.32
retrieving revision 1.33
diff -u -r1.32 -r1.33
--- ChangeLog	17 Dec 2010 07:04:03 -0000	1.32
+++ ChangeLog	21 Jun 2011 08:35:49 -0000	1.33
@@ -1,6 +1,9 @@
 # ChangeLog for sci-libs/plplot
-# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sci-libs/plplot/ChangeLog,v 1.32 2010/12/17 07:04:03 scarabeus Exp $
+# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/sci-libs/plplot/ChangeLog,v 1.33 2011/06/21 08:35:49 jlec Exp $
+
+  21 Jun 2011; Justin Lecher <jlec@gentoo.org> plplot-5.9.7-r1.ebuild:
+  Added fortran-2.eclass support
 
   17 Dec 2010; Tomáš Chvátal <scarabeus@gentoo.org> plplot-5.9.7-r1.ebuild:
   Fix typo (_ instead of -)



1.4                  sci-libs/plplot/plplot-5.9.7-r1.ebuild

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

Index: plplot-5.9.7-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sci-libs/plplot/plplot-5.9.7-r1.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- plplot-5.9.7-r1.ebuild	17 Dec 2010 07:04:03 -0000	1.3
+++ plplot-5.9.7-r1.ebuild	21 Jun 2011 08:35:49 -0000	1.4
@@ -1,13 +1,13 @@
-# Copyright 1999-2010 Gentoo Foundation
+# Copyright 1999-2011 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sci-libs/plplot/plplot-5.9.7-r1.ebuild,v 1.3 2010/12/17 07:04:03 scarabeus Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-libs/plplot/plplot-5.9.7-r1.ebuild,v 1.4 2011/06/21 08:35:49 jlec Exp $
 
 EAPI="3"
 
 WX_GTK_VER="2.8"
 PYTHON_DEPEND="python? 2"
 
-inherit eutils cmake-utils python toolchain-funcs virtualx wxwidgets java-pkg-opt-2
+inherit eutils fortran-2 cmake-utils python toolchain-funcs virtualx wxwidgets java-pkg-opt-2
 
 DESCRIPTION="Multi-language scientific plotting library"
 HOMEPAGE="http://plplot.sourceforge.net/"
@@ -58,6 +58,7 @@
 
 pkg_setup() {
 	if use fortran; then
+		fortran-2_pkg_setup
 		export FC=$(tc-getFC) F77=$(tc-getF77)
 	else
 		export FC="" F77=""






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

* [gentoo-commits] gentoo-x86 commit in sci-libs/plplot: ChangeLog plplot-5.9.7-r1.ebuild
@ 2011-06-21 15:06 Justin Lecher (jlec)
  0 siblings, 0 replies; 5+ messages in thread
From: Justin Lecher (jlec) @ 2011-06-21 15:06 UTC (permalink / raw
  To: gentoo-commits

jlec        11/06/21 15:06:43

  Modified:             ChangeLog plplot-5.9.7-r1.ebuild
  Log:
  Add dependency on virtual/fortran
  
  (Portage version: 2.2.0_alpha41/cvs/Linux x86_64)

Revision  Changes    Path
1.34                 sci-libs/plplot/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/plplot/ChangeLog?rev=1.34&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/plplot/ChangeLog?rev=1.34&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/plplot/ChangeLog?r1=1.33&r2=1.34

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sci-libs/plplot/ChangeLog,v
retrieving revision 1.33
retrieving revision 1.34
diff -u -r1.33 -r1.34
--- ChangeLog	21 Jun 2011 08:35:49 -0000	1.33
+++ ChangeLog	21 Jun 2011 15:06:43 -0000	1.34
@@ -1,6 +1,9 @@
 # ChangeLog for sci-libs/plplot
 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sci-libs/plplot/ChangeLog,v 1.33 2011/06/21 08:35:49 jlec Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-libs/plplot/ChangeLog,v 1.34 2011/06/21 15:06:43 jlec Exp $
+
+  21 Jun 2011; Justin Lecher <jlec@gentoo.org> plplot-5.9.7-r1.ebuild:
+  Add dependency on virtual/fortran
 
   21 Jun 2011; Justin Lecher <jlec@gentoo.org> plplot-5.9.7-r1.ebuild:
   Added fortran-2.eclass support



1.5                  sci-libs/plplot/plplot-5.9.7-r1.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/plplot/plplot-5.9.7-r1.ebuild?rev=1.5&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/plplot/plplot-5.9.7-r1.ebuild?rev=1.5&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/plplot/plplot-5.9.7-r1.ebuild?r1=1.4&r2=1.5

Index: plplot-5.9.7-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sci-libs/plplot/plplot-5.9.7-r1.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- plplot-5.9.7-r1.ebuild	21 Jun 2011 08:35:49 -0000	1.4
+++ plplot-5.9.7-r1.ebuild	21 Jun 2011 15:06:43 -0000	1.5
@@ -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-libs/plplot/plplot-5.9.7-r1.ebuild,v 1.4 2011/06/21 08:35:49 jlec Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-libs/plplot/plplot-5.9.7-r1.ebuild,v 1.5 2011/06/21 15:06:43 jlec Exp $
 
 EAPI="3"
 
@@ -20,6 +20,8 @@
 	 pdf perl png python qhull qt4 svg tcl test threads tk truetype wxwidgets X"
 
 RDEPEND="
+	fortran? ( virtual/fortran )
+
 	ada? ( virtual/gnat )
 	cairo? ( x11-libs/cairo[svg?,X?] )
 	java? ( >=virtual/jre-1.5 )






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

* [gentoo-commits] gentoo-x86 commit in sci-libs/plplot: ChangeLog plplot-5.9.7-r1.ebuild
@ 2011-07-26 19:42 Kacper Kowalik (xarthisius)
  0 siblings, 0 replies; 5+ messages in thread
From: Kacper Kowalik (xarthisius) @ 2011-07-26 19:42 UTC (permalink / raw
  To: gentoo-commits

xarthisius    11/07/26 19:42:08

  Modified:             ChangeLog plplot-5.9.7-r1.ebuild
  Log:
  Marked ~ppc wrt #358035
  
  (Portage version: 2.2.0_alpha46/cvs/Linux x86_64)

Revision  Changes    Path
1.35                 sci-libs/plplot/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/plplot/ChangeLog?rev=1.35&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/plplot/ChangeLog?rev=1.35&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/plplot/ChangeLog?r1=1.34&r2=1.35

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sci-libs/plplot/ChangeLog,v
retrieving revision 1.34
retrieving revision 1.35
diff -u -r1.34 -r1.35
--- ChangeLog	21 Jun 2011 15:06:43 -0000	1.34
+++ ChangeLog	26 Jul 2011 19:42:08 -0000	1.35
@@ -1,6 +1,9 @@
 # ChangeLog for sci-libs/plplot
 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sci-libs/plplot/ChangeLog,v 1.34 2011/06/21 15:06:43 jlec Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-libs/plplot/ChangeLog,v 1.35 2011/07/26 19:42:08 xarthisius Exp $
+
+  26 Jul 2011; Kacper Kowalik <xarthisius@gentoo.org> plplot-5.9.7-r1.ebuild:
+  Marked ~ppc wrt #358035
 
   21 Jun 2011; Justin Lecher <jlec@gentoo.org> plplot-5.9.7-r1.ebuild:
   Add dependency on virtual/fortran



1.6                  sci-libs/plplot/plplot-5.9.7-r1.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/plplot/plplot-5.9.7-r1.ebuild?rev=1.6&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/plplot/plplot-5.9.7-r1.ebuild?rev=1.6&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/plplot/plplot-5.9.7-r1.ebuild?r1=1.5&r2=1.6

Index: plplot-5.9.7-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sci-libs/plplot/plplot-5.9.7-r1.ebuild,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- plplot-5.9.7-r1.ebuild	21 Jun 2011 15:06:43 -0000	1.5
+++ plplot-5.9.7-r1.ebuild	26 Jul 2011 19:42:08 -0000	1.6
@@ -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-libs/plplot/plplot-5.9.7-r1.ebuild,v 1.5 2011/06/21 15:06:43 jlec Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-libs/plplot/plplot-5.9.7-r1.ebuild,v 1.6 2011/07/26 19:42:08 xarthisius Exp $
 
 EAPI="3"
 
@@ -15,7 +15,7 @@
 
 LICENSE="LGPL-2"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="~amd64 ~ppc ~x86"
 IUSE="ada cairo d doc dynamic examples fortran gd java jpeg latex lua ocaml octave
 	 pdf perl png python qhull qt4 svg tcl test threads tk truetype wxwidgets X"
 






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

* [gentoo-commits] gentoo-x86 commit in sci-libs/plplot: ChangeLog plplot-5.9.7-r1.ebuild
@ 2011-07-28 23:28 Sebastien Fabbro (bicatali)
  0 siblings, 0 replies; 5+ messages in thread
From: Sebastien Fabbro (bicatali) @ 2011-07-28 23:28 UTC (permalink / raw
  To: gentoo-commits

bicatali    11/07/28 23:28:40

  Modified:             ChangeLog plplot-5.9.7-r1.ebuild
  Log:
  Fixed syntax error causing qt to be set by plplot when qt4 is not (bug #374985)
  
  (Portage version: 2.1.10.7/cvs/Linux x86_64)

Revision  Changes    Path
1.36                 sci-libs/plplot/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/plplot/ChangeLog?rev=1.36&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/plplot/ChangeLog?rev=1.36&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/plplot/ChangeLog?r1=1.35&r2=1.36

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sci-libs/plplot/ChangeLog,v
retrieving revision 1.35
retrieving revision 1.36
diff -u -r1.35 -r1.36
--- ChangeLog	26 Jul 2011 19:42:08 -0000	1.35
+++ ChangeLog	28 Jul 2011 23:28:40 -0000	1.36
@@ -1,6 +1,10 @@
 # ChangeLog for sci-libs/plplot
 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sci-libs/plplot/ChangeLog,v 1.35 2011/07/26 19:42:08 xarthisius Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-libs/plplot/ChangeLog,v 1.36 2011/07/28 23:28:40 bicatali Exp $
+
+  28 Jul 2011; Sébastien Fabbro <bicatali@gentoo.org> plplot-5.9.7-r1.ebuild:
+  Fixed syntax error causing qt to be set by plplot when qt4 is not (bug
+  #374985)
 
   26 Jul 2011; Kacper Kowalik <xarthisius@gentoo.org> plplot-5.9.7-r1.ebuild:
   Marked ~ppc wrt #358035



1.7                  sci-libs/plplot/plplot-5.9.7-r1.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/plplot/plplot-5.9.7-r1.ebuild?rev=1.7&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/plplot/plplot-5.9.7-r1.ebuild?rev=1.7&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/plplot/plplot-5.9.7-r1.ebuild?r1=1.6&r2=1.7

Index: plplot-5.9.7-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sci-libs/plplot/plplot-5.9.7-r1.ebuild,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- plplot-5.9.7-r1.ebuild	26 Jul 2011 19:42:08 -0000	1.6
+++ plplot-5.9.7-r1.ebuild	28 Jul 2011 23:28:40 -0000	1.7
@@ -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-libs/plplot/plplot-5.9.7-r1.ebuild,v 1.6 2011/07/26 19:42:08 xarthisius Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-libs/plplot/plplot-5.9.7-r1.ebuild,v 1.7 2011/07/28 23:28:40 bicatali Exp $
 
 EAPI="3"
 
@@ -134,7 +134,7 @@
 		$(cmake-utils_pld qt4 pdfqt)
 		$(cmake-utils_pld qt4 pngqt)
 		$(cmake-utils_pld qt4 ppmqt)
-		$(cmake-utils_pld qt4 qtwidgets)
+		$(cmake-utils_pld qt4 qtwidget)
 		$(cmake-utils_pld qt4 svgqt)
 		$(cmake-utils_pld qt4 tiffqt)
 		$(cmake-utils_pld wxwidgets wxwidgets)






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

end of thread, other threads:[~2011-07-28 23:28 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-06-21  8:35 [gentoo-commits] gentoo-x86 commit in sci-libs/plplot: ChangeLog plplot-5.9.7-r1.ebuild Justin Lecher (jlec)
  -- strict thread matches above, loose matches on Subject: below --
2011-07-28 23:28 Sebastien Fabbro (bicatali)
2011-07-26 19:42 Kacper Kowalik (xarthisius)
2011-06-21 15:06 Justin Lecher (jlec)
2010-12-17  7:04 Tomas Chvatal (scarabeus)

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