public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in sci-visualization/xd3d: ChangeLog xd3d-8.3.1.ebuild
@ 2009-12-04 19:05 Sebastien Fabbro (bicatali)
  0 siblings, 0 replies; 9+ messages in thread
From: Sebastien Fabbro (bicatali) @ 2009-12-04 19:05 UTC (permalink / raw
  To: gentoo-commits

bicatali    09/12/04 19:05:24

  Modified:             ChangeLog xd3d-8.3.1.ebuild
  Log:
  Fixed parallel building, no more forced stripping, added a missing header for QA, removed fortran eclass, switched to EAPI=2
  (Portage version: 2.2_rc54/cvs/Linux x86_64)

Revision  Changes    Path
1.9                  sci-visualization/xd3d/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-visualization/xd3d/ChangeLog?rev=1.9&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-visualization/xd3d/ChangeLog?rev=1.9&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-visualization/xd3d/ChangeLog?r1=1.8&r2=1.9

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sci-visualization/xd3d/ChangeLog,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- ChangeLog	4 Apr 2008 10:10:12 -0000	1.8
+++ ChangeLog	4 Dec 2009 19:05:23 -0000	1.9
@@ -1,6 +1,12 @@
 # ChangeLog for sci-visualization/xd3d
-# Copyright 2000-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sci-visualization/xd3d/ChangeLog,v 1.8 2008/04/04 10:10:12 bicatali Exp $
+# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/sci-visualization/xd3d/ChangeLog,v 1.9 2009/12/04 19:05:23 bicatali Exp $
+
+  04 Dec 2009; Sébastien Fabbro <bicatali@gentoo.org> xd3d-8.3.1.ebuild,
+  files/xd3d-8.3.1-gentoo.diff, +files/xd3d-8.3.1-parallel.patch,
+  +files/xd3d-8.3.1-rotated.patch:
+  Fixed parallel building, no more forced stripping, added a missing header
+  for QA, removed fortran eclass, switched to EAPI=2
 
   04 Apr 2008; Sébastien Fabbro <bicatali@gentoo.org>
   -files/gentoo-xd3d-8.2.1.diff, -xd3d-8.2.1.ebuild, xd3d-8.3.1.ebuild:



1.3                  sci-visualization/xd3d/xd3d-8.3.1.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-visualization/xd3d/xd3d-8.3.1.ebuild?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-visualization/xd3d/xd3d-8.3.1.ebuild?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-visualization/xd3d/xd3d-8.3.1.ebuild?r1=1.2&r2=1.3

Index: xd3d-8.3.1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sci-visualization/xd3d/xd3d-8.3.1.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- xd3d-8.3.1.ebuild	4 Apr 2008 10:10:12 -0000	1.2
+++ xd3d-8.3.1.ebuild	4 Dec 2009 19:05:23 -0000	1.3
@@ -1,8 +1,9 @@
-# Copyright 1999-2008 Gentoo Foundation
+# Copyright 1999-2009 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sci-visualization/xd3d/xd3d-8.3.1.ebuild,v 1.2 2008/04/04 10:10:12 bicatali Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-visualization/xd3d/xd3d-8.3.1.ebuild,v 1.3 2009/12/04 19:05:23 bicatali Exp $
 
-inherit fortran toolchain-funcs multilib
+EAPI=2
+inherit eutils toolchain-funcs
 
 DESCRIPTION="scientific visualization tool"
 HOMEPAGE="http://www.cmap.polytechnique.fr/~jouve/xd3d/"
@@ -13,34 +14,29 @@
 IUSE=""
 
 RDEPEND="x11-libs/libXpm"
-
 DEPEND="${RDEPEND}
 	app-shells/tcsh"
 
-src_unpack() {
-	unpack ${A}
-	cd "${S}"
+src_prepare() {
 	epatch "${FILESDIR}"/${P}-gentoo.diff
+	epatch "${FILESDIR}"/${P}-parallel.patch
+	epatch "${FILESDIR}"/${P}-rotated.patch
 }
 
-src_compile() {
+src_configure() {
+	export FC=$(tc-getFC)
 	sed -e "s:##D##:${D}:" \
 		-e "s:##lib##:$(get_libdir):" \
-		-e "s:##FC##:${FORTRANC}:" \
-		-e "s:##CC##:$(tc-getCC):" \
-		-e "s:##FFLAGS##:${FFLAGS}:" \
-		-e "s:##CFLAGS##:${CFLAGS}:" \
 		-i RULES.gentoo \
 		|| die "failed to set up RULES.gentoo"
 	./configure -arch=gentoo || die "configure failed."
-	emake || die "emake failed."
 }
 
 src_install() {
 	dodir /usr/bin
 	emake install || die "emake install failed"
 
-	dodoc BUGS CHANGELOG FAQ FORMATS INSTALL README || die
+	dodoc BUGS CHANGELOG FAQ FORMATS README
 	insinto /usr/share/doc/${PF}
 	doins Manuals/* || die
 






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

* [gentoo-commits] gentoo-x86 commit in sci-visualization/xd3d: ChangeLog xd3d-8.3.1.ebuild
@ 2010-01-21 14:05 Christian Faulhammer (fauli)
  0 siblings, 0 replies; 9+ messages in thread
From: Christian Faulhammer (fauli) @ 2010-01-21 14:05 UTC (permalink / raw
  To: gentoo-commits

fauli       10/01/21 14:05:58

  Modified:             ChangeLog xd3d-8.3.1.ebuild
  Log:
  stable x86, bug 301489
  (Portage version: 2.1.6.13/cvs/Linux i686)

Revision  Changes    Path
1.10                 sci-visualization/xd3d/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-visualization/xd3d/ChangeLog?rev=1.10&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-visualization/xd3d/ChangeLog?rev=1.10&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-visualization/xd3d/ChangeLog?r1=1.9&r2=1.10

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sci-visualization/xd3d/ChangeLog,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- ChangeLog	4 Dec 2009 19:05:23 -0000	1.9
+++ ChangeLog	21 Jan 2010 14:05:57 -0000	1.10
@@ -1,6 +1,9 @@
 # ChangeLog for sci-visualization/xd3d
-# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sci-visualization/xd3d/ChangeLog,v 1.9 2009/12/04 19:05:23 bicatali Exp $
+# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/sci-visualization/xd3d/ChangeLog,v 1.10 2010/01/21 14:05:57 fauli Exp $
+
+  21 Jan 2010; Christian Faulhammer <fauli@gentoo.org> xd3d-8.3.1.ebuild:
+  stable x86, bug 301489
 
   04 Dec 2009; Sébastien Fabbro <bicatali@gentoo.org> xd3d-8.3.1.ebuild,
   files/xd3d-8.3.1-gentoo.diff, +files/xd3d-8.3.1-parallel.patch,



1.4                  sci-visualization/xd3d/xd3d-8.3.1.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-visualization/xd3d/xd3d-8.3.1.ebuild?rev=1.4&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-visualization/xd3d/xd3d-8.3.1.ebuild?rev=1.4&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-visualization/xd3d/xd3d-8.3.1.ebuild?r1=1.3&r2=1.4

Index: xd3d-8.3.1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sci-visualization/xd3d/xd3d-8.3.1.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- xd3d-8.3.1.ebuild	4 Dec 2009 19:05:23 -0000	1.3
+++ xd3d-8.3.1.ebuild	21 Jan 2010 14:05:57 -0000	1.4
@@ -1,6 +1,6 @@
-# Copyright 1999-2009 Gentoo Foundation
+# Copyright 1999-2010 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sci-visualization/xd3d/xd3d-8.3.1.ebuild,v 1.3 2009/12/04 19:05:23 bicatali Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-visualization/xd3d/xd3d-8.3.1.ebuild,v 1.4 2010/01/21 14:05:57 fauli Exp $
 
 EAPI=2
 inherit eutils toolchain-funcs
@@ -10,7 +10,7 @@
 SRC_URI="mirror://gentoo/${P}.tar.gz"
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~ppc ~ppc64 ~x86 ~amd64"
+KEYWORDS="~amd64 ~ppc ~ppc64 x86"
 IUSE=""
 
 RDEPEND="x11-libs/libXpm"






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

* [gentoo-commits] gentoo-x86 commit in sci-visualization/xd3d: ChangeLog xd3d-8.3.1.ebuild
@ 2010-01-22 21:26 Thomas Alan Gall (tgall)
  0 siblings, 0 replies; 9+ messages in thread
From: Thomas Alan Gall (tgall) @ 2010-01-22 21:26 UTC (permalink / raw
  To: gentoo-commits

tgall       10/01/22 21:26:33

  Modified:             ChangeLog xd3d-8.3.1.ebuild
  Log:
  stalbe on ppc64, bug 301489
  (Portage version: 2.1.6.13/cvs/Linux ppc64)

Revision  Changes    Path
1.11                 sci-visualization/xd3d/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-visualization/xd3d/ChangeLog?rev=1.11&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-visualization/xd3d/ChangeLog?rev=1.11&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-visualization/xd3d/ChangeLog?r1=1.10&r2=1.11

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sci-visualization/xd3d/ChangeLog,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- ChangeLog	21 Jan 2010 14:05:57 -0000	1.10
+++ ChangeLog	22 Jan 2010 21:26:33 -0000	1.11
@@ -1,6 +1,9 @@
 # ChangeLog for sci-visualization/xd3d
 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sci-visualization/xd3d/ChangeLog,v 1.10 2010/01/21 14:05:57 fauli Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-visualization/xd3d/ChangeLog,v 1.11 2010/01/22 21:26:33 tgall Exp $
+
+  22 Jan 2010; Tom Gall <tgall@gentoo.org> xd3d-8.3.1.ebuild:
+  stable on ppc64, 301489
 
   21 Jan 2010; Christian Faulhammer <fauli@gentoo.org> xd3d-8.3.1.ebuild:
   stable x86, bug 301489



1.5                  sci-visualization/xd3d/xd3d-8.3.1.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-visualization/xd3d/xd3d-8.3.1.ebuild?rev=1.5&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-visualization/xd3d/xd3d-8.3.1.ebuild?rev=1.5&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-visualization/xd3d/xd3d-8.3.1.ebuild?r1=1.4&r2=1.5

Index: xd3d-8.3.1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sci-visualization/xd3d/xd3d-8.3.1.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- xd3d-8.3.1.ebuild	21 Jan 2010 14:05:57 -0000	1.4
+++ xd3d-8.3.1.ebuild	22 Jan 2010 21:26:33 -0000	1.5
@@ -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-visualization/xd3d/xd3d-8.3.1.ebuild,v 1.4 2010/01/21 14:05:57 fauli Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-visualization/xd3d/xd3d-8.3.1.ebuild,v 1.5 2010/01/22 21:26:33 tgall Exp $
 
 EAPI=2
 inherit eutils toolchain-funcs
@@ -10,7 +10,7 @@
 SRC_URI="mirror://gentoo/${P}.tar.gz"
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~amd64 ~ppc ~ppc64 x86"
+KEYWORDS="~amd64 ~ppc ppc64 x86"
 IUSE=""
 
 RDEPEND="x11-libs/libXpm"






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

* [gentoo-commits] gentoo-x86 commit in sci-visualization/xd3d: ChangeLog xd3d-8.3.1.ebuild
@ 2010-01-23 15:56 Brent Baude (ranger)
  0 siblings, 0 replies; 9+ messages in thread
From: Brent Baude (ranger) @ 2010-01-23 15:56 UTC (permalink / raw
  To: gentoo-commits

ranger      10/01/23 15:56:35

  Modified:             ChangeLog xd3d-8.3.1.ebuild
  Log:
  stable ppc, bug 301489
  (Portage version: 2.1.6.13/cvs/Linux ppc64)

Revision  Changes    Path
1.12                 sci-visualization/xd3d/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-visualization/xd3d/ChangeLog?rev=1.12&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-visualization/xd3d/ChangeLog?rev=1.12&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-visualization/xd3d/ChangeLog?r1=1.11&r2=1.12

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sci-visualization/xd3d/ChangeLog,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- ChangeLog	22 Jan 2010 21:26:33 -0000	1.11
+++ ChangeLog	23 Jan 2010 15:56:35 -0000	1.12
@@ -1,6 +1,9 @@
 # ChangeLog for sci-visualization/xd3d
 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sci-visualization/xd3d/ChangeLog,v 1.11 2010/01/22 21:26:33 tgall Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-visualization/xd3d/ChangeLog,v 1.12 2010/01/23 15:56:35 ranger Exp $
+
+  23 Jan 2010; Brent Baude <ranger@gentoo.org> xd3d-8.3.1.ebuild:
+  stable ppc, bug 301489
 
   22 Jan 2010; Tom Gall <tgall@gentoo.org> xd3d-8.3.1.ebuild:
   stable on ppc64, 301489



1.6                  sci-visualization/xd3d/xd3d-8.3.1.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-visualization/xd3d/xd3d-8.3.1.ebuild?rev=1.6&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-visualization/xd3d/xd3d-8.3.1.ebuild?rev=1.6&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-visualization/xd3d/xd3d-8.3.1.ebuild?r1=1.5&r2=1.6

Index: xd3d-8.3.1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sci-visualization/xd3d/xd3d-8.3.1.ebuild,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- xd3d-8.3.1.ebuild	22 Jan 2010 21:26:33 -0000	1.5
+++ xd3d-8.3.1.ebuild	23 Jan 2010 15:56:35 -0000	1.6
@@ -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-visualization/xd3d/xd3d-8.3.1.ebuild,v 1.5 2010/01/22 21:26:33 tgall Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-visualization/xd3d/xd3d-8.3.1.ebuild,v 1.6 2010/01/23 15:56:35 ranger Exp $
 
 EAPI=2
 inherit eutils toolchain-funcs
@@ -10,7 +10,7 @@
 SRC_URI="mirror://gentoo/${P}.tar.gz"
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~amd64 ~ppc ppc64 x86"
+KEYWORDS="~amd64 ppc ppc64 x86"
 IUSE=""
 
 RDEPEND="x11-libs/libXpm"






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

* [gentoo-commits] gentoo-x86 commit in sci-visualization/xd3d: ChangeLog xd3d-8.3.1.ebuild
@ 2010-05-22 14:48 Pacho Ramos (pacho)
  0 siblings, 0 replies; 9+ messages in thread
From: Pacho Ramos (pacho) @ 2010-05-22 14:48 UTC (permalink / raw
  To: gentoo-commits

pacho       10/05/22 14:48:23

  Modified:             ChangeLog xd3d-8.3.1.ebuild
  Log:
  stable amd64, bug 301489
  (Portage version: 2.1.8.3/cvs/Linux x86_64)

Revision  Changes    Path
1.13                 sci-visualization/xd3d/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-visualization/xd3d/ChangeLog?rev=1.13&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-visualization/xd3d/ChangeLog?rev=1.13&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-visualization/xd3d/ChangeLog?r1=1.12&r2=1.13

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sci-visualization/xd3d/ChangeLog,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -r1.12 -r1.13
--- ChangeLog	23 Jan 2010 15:56:35 -0000	1.12
+++ ChangeLog	22 May 2010 14:48:23 -0000	1.13
@@ -1,6 +1,9 @@
 # ChangeLog for sci-visualization/xd3d
 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sci-visualization/xd3d/ChangeLog,v 1.12 2010/01/23 15:56:35 ranger Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-visualization/xd3d/ChangeLog,v 1.13 2010/05/22 14:48:23 pacho Exp $
+
+  22 May 2010; Pacho Ramos <pacho@gentoo.org> xd3d-8.3.1.ebuild:
+  stable amd64, bug 301489
 
   23 Jan 2010; Brent Baude <ranger@gentoo.org> xd3d-8.3.1.ebuild:
   stable ppc, bug 301489



1.7                  sci-visualization/xd3d/xd3d-8.3.1.ebuild

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

Index: xd3d-8.3.1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sci-visualization/xd3d/xd3d-8.3.1.ebuild,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- xd3d-8.3.1.ebuild	23 Jan 2010 15:56:35 -0000	1.6
+++ xd3d-8.3.1.ebuild	22 May 2010 14:48:23 -0000	1.7
@@ -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-visualization/xd3d/xd3d-8.3.1.ebuild,v 1.6 2010/01/23 15:56:35 ranger Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-visualization/xd3d/xd3d-8.3.1.ebuild,v 1.7 2010/05/22 14:48:23 pacho Exp $
 
 EAPI=2
 inherit eutils toolchain-funcs
@@ -10,7 +10,7 @@
 SRC_URI="mirror://gentoo/${P}.tar.gz"
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~amd64 ppc ppc64 x86"
+KEYWORDS="amd64 ppc ppc64 x86"
 IUSE=""
 
 RDEPEND="x11-libs/libXpm"






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

* [gentoo-commits] gentoo-x86 commit in sci-visualization/xd3d: ChangeLog xd3d-8.3.1.ebuild
@ 2011-06-21  9:57 Justin Lecher (jlec)
  0 siblings, 0 replies; 9+ messages in thread
From: Justin Lecher (jlec) @ 2011-06-21  9:57 UTC (permalink / raw
  To: gentoo-commits

jlec        11/06/21 09:57:06

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

Revision  Changes    Path
1.14                 sci-visualization/xd3d/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-visualization/xd3d/ChangeLog?rev=1.14&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-visualization/xd3d/ChangeLog?rev=1.14&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-visualization/xd3d/ChangeLog?r1=1.13&r2=1.14

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sci-visualization/xd3d/ChangeLog,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -r1.13 -r1.14
--- ChangeLog	22 May 2010 14:48:23 -0000	1.13
+++ ChangeLog	21 Jun 2011 09:57:06 -0000	1.14
@@ -1,6 +1,9 @@
 # ChangeLog for sci-visualization/xd3d
-# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sci-visualization/xd3d/ChangeLog,v 1.13 2010/05/22 14:48:23 pacho Exp $
+# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/sci-visualization/xd3d/ChangeLog,v 1.14 2011/06/21 09:57:06 jlec Exp $
+
+  21 Jun 2011; Justin Lecher <jlec@gentoo.org> xd3d-8.3.1.ebuild:
+  Added fortran-2.eclass support
 
   22 May 2010; Pacho Ramos <pacho@gentoo.org> xd3d-8.3.1.ebuild:
   stable amd64, bug 301489



1.8                  sci-visualization/xd3d/xd3d-8.3.1.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-visualization/xd3d/xd3d-8.3.1.ebuild?rev=1.8&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-visualization/xd3d/xd3d-8.3.1.ebuild?rev=1.8&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-visualization/xd3d/xd3d-8.3.1.ebuild?r1=1.7&r2=1.8

Index: xd3d-8.3.1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sci-visualization/xd3d/xd3d-8.3.1.ebuild,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- xd3d-8.3.1.ebuild	22 May 2010 14:48:23 -0000	1.7
+++ xd3d-8.3.1.ebuild	21 Jun 2011 09:57:06 -0000	1.8
@@ -1,9 +1,9 @@
-# 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-visualization/xd3d/xd3d-8.3.1.ebuild,v 1.7 2010/05/22 14:48:23 pacho Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-visualization/xd3d/xd3d-8.3.1.ebuild,v 1.8 2011/06/21 09:57:06 jlec Exp $
 
 EAPI=2
-inherit eutils toolchain-funcs
+inherit eutils fortran-2 toolchain-funcs
 
 DESCRIPTION="scientific visualization tool"
 HOMEPAGE="http://www.cmap.polytechnique.fr/~jouve/xd3d/"






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

* [gentoo-commits] gentoo-x86 commit in sci-visualization/xd3d: ChangeLog xd3d-8.3.1.ebuild
@ 2011-06-21 14:30 Justin Lecher (jlec)
  0 siblings, 0 replies; 9+ messages in thread
From: Justin Lecher (jlec) @ 2011-06-21 14:30 UTC (permalink / raw
  To: gentoo-commits

jlec        11/06/21 14:30:51

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

Revision  Changes    Path
1.15                 sci-visualization/xd3d/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-visualization/xd3d/ChangeLog?rev=1.15&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-visualization/xd3d/ChangeLog?rev=1.15&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-visualization/xd3d/ChangeLog?r1=1.14&r2=1.15

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sci-visualization/xd3d/ChangeLog,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -r1.14 -r1.15
--- ChangeLog	21 Jun 2011 09:57:06 -0000	1.14
+++ ChangeLog	21 Jun 2011 14:30:51 -0000	1.15
@@ -1,6 +1,9 @@
 # ChangeLog for sci-visualization/xd3d
 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sci-visualization/xd3d/ChangeLog,v 1.14 2011/06/21 09:57:06 jlec Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-visualization/xd3d/ChangeLog,v 1.15 2011/06/21 14:30:51 jlec Exp $
+
+  21 Jun 2011; Justin Lecher <jlec@gentoo.org> xd3d-8.3.1.ebuild:
+  Add dependency on virtual/fortran
 
   21 Jun 2011; Justin Lecher <jlec@gentoo.org> xd3d-8.3.1.ebuild:
   Added fortran-2.eclass support



1.9                  sci-visualization/xd3d/xd3d-8.3.1.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-visualization/xd3d/xd3d-8.3.1.ebuild?rev=1.9&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-visualization/xd3d/xd3d-8.3.1.ebuild?rev=1.9&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-visualization/xd3d/xd3d-8.3.1.ebuild?r1=1.8&r2=1.9

Index: xd3d-8.3.1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sci-visualization/xd3d/xd3d-8.3.1.ebuild,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- xd3d-8.3.1.ebuild	21 Jun 2011 09:57:06 -0000	1.8
+++ xd3d-8.3.1.ebuild	21 Jun 2011 14:30:51 -0000	1.9
@@ -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-visualization/xd3d/xd3d-8.3.1.ebuild,v 1.8 2011/06/21 09:57:06 jlec Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-visualization/xd3d/xd3d-8.3.1.ebuild,v 1.9 2011/06/21 14:30:51 jlec Exp $
 
 EAPI=2
 inherit eutils fortran-2 toolchain-funcs
@@ -13,7 +13,9 @@
 KEYWORDS="amd64 ppc ppc64 x86"
 IUSE=""
 
-RDEPEND="x11-libs/libXpm"
+RDEPEND="
+	virtual/fortran
+x11-libs/libXpm"
 DEPEND="${RDEPEND}
 	app-shells/tcsh"
 






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

* [gentoo-commits] gentoo-x86 commit in sci-visualization/xd3d: ChangeLog xd3d-8.3.1.ebuild
@ 2012-06-21 14:50 Justin Lecher (jlec)
  0 siblings, 0 replies; 9+ messages in thread
From: Justin Lecher (jlec) @ 2012-06-21 14:50 UTC (permalink / raw
  To: gentoo-commits

jlec        12/06/21 14:50:51

  Modified:             ChangeLog xd3d-8.3.1.ebuild
  Log:
  sci-visualization/xd3d: Add missing multilib.eclass
  
  (Portage version: 2.2.0_alpha110/cvs/Linux x86_64)

Revision  Changes    Path
1.17                 sci-visualization/xd3d/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-visualization/xd3d/ChangeLog?rev=1.17&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-visualization/xd3d/ChangeLog?rev=1.17&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-visualization/xd3d/ChangeLog?r1=1.16&r2=1.17

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sci-visualization/xd3d/ChangeLog,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -r1.16 -r1.17
--- ChangeLog	21 Jun 2012 14:50:03 -0000	1.16
+++ ChangeLog	21 Jun 2012 14:50:51 -0000	1.17
@@ -1,6 +1,9 @@
 # ChangeLog for sci-visualization/xd3d
 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sci-visualization/xd3d/ChangeLog,v 1.16 2012/06/21 14:50:03 jlec Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-visualization/xd3d/ChangeLog,v 1.17 2012/06/21 14:50:51 jlec Exp $
+
+  21 Jun 2012; Justin Lecher <jlec@gentoo.org> xd3d-8.3.1.ebuild:
+  Add missing multilib.eclass
 
   21 Jun 2012; Justin Lecher <jlec@gentoo.org> xd3d-8.3.1.ebuild, metadata.xml:
   Respect CC, handle examples through USE=examples, use zlib.h instead of



1.11                 sci-visualization/xd3d/xd3d-8.3.1.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-visualization/xd3d/xd3d-8.3.1.ebuild?rev=1.11&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-visualization/xd3d/xd3d-8.3.1.ebuild?rev=1.11&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-visualization/xd3d/xd3d-8.3.1.ebuild?r1=1.10&r2=1.11

Index: xd3d-8.3.1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sci-visualization/xd3d/xd3d-8.3.1.ebuild,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- xd3d-8.3.1.ebuild	21 Jun 2012 14:50:03 -0000	1.10
+++ xd3d-8.3.1.ebuild	21 Jun 2012 14:50:51 -0000	1.11
@@ -1,10 +1,10 @@
 # Copyright 1999-2012 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sci-visualization/xd3d/xd3d-8.3.1.ebuild,v 1.10 2012/06/21 14:50:03 jlec Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-visualization/xd3d/xd3d-8.3.1.ebuild,v 1.11 2012/06/21 14:50:51 jlec Exp $
 
 EAPI=4
 
-inherit eutils fortran-2 toolchain-funcs
+inherit eutils fortran-2 multilib toolchain-funcs
 
 DESCRIPTION="scientific visualization tool"
 HOMEPAGE="http://www.cmap.polytechnique.fr/~jouve/xd3d/"






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

* [gentoo-commits] gentoo-x86 commit in sci-visualization/xd3d: ChangeLog xd3d-8.3.1.ebuild
@ 2012-08-05 16:26 Justin Lecher (jlec)
  0 siblings, 0 replies; 9+ messages in thread
From: Justin Lecher (jlec) @ 2012-08-05 16:26 UTC (permalink / raw
  To: gentoo-commits

jlec        12/08/05 16:26:45

  Modified:             ChangeLog xd3d-8.3.1.ebuild
  Log:
  sci-visualization/xd3d: Respect CFLAGS, #430032
  
  (Portage version: 2.2.0_alpha120/cvs/Linux x86_64)

Revision  Changes    Path
1.18                 sci-visualization/xd3d/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sci-visualization/xd3d/ChangeLog,v
retrieving revision 1.17
retrieving revision 1.18
diff -u -r1.17 -r1.18
--- ChangeLog	21 Jun 2012 14:50:51 -0000	1.17
+++ ChangeLog	5 Aug 2012 16:26:45 -0000	1.18
@@ -1,6 +1,10 @@
 # ChangeLog for sci-visualization/xd3d
 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sci-visualization/xd3d/ChangeLog,v 1.17 2012/06/21 14:50:51 jlec Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-visualization/xd3d/ChangeLog,v 1.18 2012/08/05 16:26:45 jlec Exp $
+
+  05 Aug 2012; Justin Lecher <jlec@gentoo.org> xd3d-8.3.1.ebuild,
+  +files/xd3d-8.3.1-cflags.patch:
+  Respect CFLAGS, #430032
 
   21 Jun 2012; Justin Lecher <jlec@gentoo.org> xd3d-8.3.1.ebuild:
   Add missing multilib.eclass



1.12                 sci-visualization/xd3d/xd3d-8.3.1.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-visualization/xd3d/xd3d-8.3.1.ebuild?rev=1.12&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-visualization/xd3d/xd3d-8.3.1.ebuild?rev=1.12&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-visualization/xd3d/xd3d-8.3.1.ebuild?r1=1.11&r2=1.12

Index: xd3d-8.3.1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sci-visualization/xd3d/xd3d-8.3.1.ebuild,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- xd3d-8.3.1.ebuild	21 Jun 2012 14:50:51 -0000	1.11
+++ xd3d-8.3.1.ebuild	5 Aug 2012 16:26:45 -0000	1.12
@@ -1,6 +1,6 @@
 # Copyright 1999-2012 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sci-visualization/xd3d/xd3d-8.3.1.ebuild,v 1.11 2012/06/21 14:50:51 jlec Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-visualization/xd3d/xd3d-8.3.1.ebuild,v 1.12 2012/08/05 16:26:45 jlec Exp $
 
 EAPI=4
 
@@ -25,7 +25,8 @@
 	epatch \
 		"${FILESDIR}"/${P}-gentoo.diff \
 		"${FILESDIR}"/${P}-parallel.patch \
-		"${FILESDIR}"/${P}-rotated.patch
+		"${FILESDIR}"/${P}-rotated.patch \
+		"${FILESDIR}"/${P}-cflags.patch
 	sed \
 		-e 's:"zutil.h":<zlib.h>:g' \
 		-i src/qlib/timestuff.c || die





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

end of thread, other threads:[~2012-08-05 16:26 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-12-04 19:05 [gentoo-commits] gentoo-x86 commit in sci-visualization/xd3d: ChangeLog xd3d-8.3.1.ebuild Sebastien Fabbro (bicatali)
  -- strict thread matches above, loose matches on Subject: below --
2010-01-21 14:05 Christian Faulhammer (fauli)
2010-01-22 21:26 Thomas Alan Gall (tgall)
2010-01-23 15:56 Brent Baude (ranger)
2010-05-22 14:48 Pacho Ramos (pacho)
2011-06-21  9:57 Justin Lecher (jlec)
2011-06-21 14:30 Justin Lecher (jlec)
2012-06-21 14:50 Justin Lecher (jlec)
2012-08-05 16:26 Justin Lecher (jlec)

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