public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in sci-physics/root: ChangeLog root-5.20.00-r2.ebuild
@ 2008-12-05 17:06 Sebastien Fabbro (bicatali)
  0 siblings, 0 replies; only message in thread
From: Sebastien Fabbro (bicatali) @ 2008-12-05 17:06 UTC (permalink / raw
  To: gentoo-commits

bicatali    08/12/05 17:06:55

  Modified:             ChangeLog root-5.20.00-r2.ebuild
  Log:
  Fixed for older ftgl versions, bug #249885, thanks to Benjamin Bannier
  (Portage version: 2.2_rc16/cvs/Linux 2.6.25-gentoo-r7 x86_64)

Revision  Changes    Path
1.36                 sci-physics/root/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-physics/root/ChangeLog?rev=1.36&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-physics/root/ChangeLog?rev=1.36&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-physics/root/ChangeLog?r1=1.35&r2=1.36

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sci-physics/root/ChangeLog,v
retrieving revision 1.35
retrieving revision 1.36
diff -u -r1.35 -r1.36
--- ChangeLog	4 Dec 2008 18:21:21 -0000	1.35
+++ ChangeLog	5 Dec 2008 17:06:55 -0000	1.36
@@ -1,6 +1,10 @@
 # ChangeLog for sci-physics/root
 # Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sci-physics/root/ChangeLog,v 1.35 2008/12/04 18:21:21 bicatali Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-physics/root/ChangeLog,v 1.36 2008/12/05 17:06:55 bicatali Exp $
+
+  05 Dec 2008; Sébastien Fabbro <bicatali@gentoo.org>
+  +files/root-5.20.00-ftgl_header.patch, root-5.20.00-r2.ebuild:
+  Fixed for older ftgl versions, bug #249885, thanks to Benjamin Bannier
 
 *root-5.20.00-r2 (04 Dec 2008)
 



1.2                  sci-physics/root/root-5.20.00-r2.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-physics/root/root-5.20.00-r2.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-physics/root/root-5.20.00-r2.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-physics/root/root-5.20.00-r2.ebuild?r1=1.1&r2=1.2

Index: root-5.20.00-r2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sci-physics/root/root-5.20.00-r2.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- root-5.20.00-r2.ebuild	4 Dec 2008 18:21:21 -0000	1.1
+++ root-5.20.00-r2.ebuild	5 Dec 2008 17:06:55 -0000	1.2
@@ -1,6 +1,6 @@
 # Copyright 1999-2008 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sci-physics/root/root-5.20.00-r2.ebuild,v 1.1 2008/12/04 18:21:21 bicatali Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-physics/root/root-5.20.00-r2.ebuild,v 1.2 2008/12/05 17:06:55 bicatali Exp $
 
 EAPI=1
 inherit versionator eutils toolchain-funcs qt4 fortran elisp-common
@@ -98,6 +98,11 @@
 	# various patches from upstream branch
 	epatch "${FILESDIR}"/${P}-upstream.patch
 
+	# adjust header names only for older ftgl versions
+	if has_version '<media-libs/ftgl-2.1.3_rc5'; then
+		epatch "${FILESDIR}"/${P}-ftgl_header.patch
+	fi
+
 	if use cern; then
 		mv montecarlo/eg/inc/cfortran.h{,.orig} || die
 		ln -s /usr/include/cfortran.h montecarlo/eg/inc/cfortran.h || die






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

only message in thread, other threads:[~2008-12-05 17:06 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-12-05 17:06 [gentoo-commits] gentoo-x86 commit in sci-physics/root: ChangeLog root-5.20.00-r2.ebuild Sebastien Fabbro (bicatali)

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