Gentoo Archives: gentoo-commits

From: "Sebastien Fabbro (bicatali)" <bicatali@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in sci-libs/pgplot: pgplot-5.2.2-r2.ebuild ChangeLog
Date: Mon, 23 Jun 2008 09:28:37
Message-Id: E1KAiLe-0007T4-JH@stork.gentoo.org
1 bicatali 08/06/23 09:28:30
2
3 Modified: pgplot-5.2.2-r2.ebuild ChangeLog
4 Log:
5 Enabling gif, wd and ppd drivers to be compiled when gfortran >= 4.3, some minor qa fixes
6 (Portage version: 2.1.4.4)
7
8 Revision Changes Path
9 1.4 sci-libs/pgplot/pgplot-5.2.2-r2.ebuild
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-libs/pgplot/pgplot-5.2.2-r2.ebuild?rev=1.4&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-libs/pgplot/pgplot-5.2.2-r2.ebuild?rev=1.4&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-libs/pgplot/pgplot-5.2.2-r2.ebuild?r1=1.3&r2=1.4
14
15 Index: pgplot-5.2.2-r2.ebuild
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/sci-libs/pgplot/pgplot-5.2.2-r2.ebuild,v
18 retrieving revision 1.3
19 retrieving revision 1.4
20 diff -u -r1.3 -r1.4
21 --- pgplot-5.2.2-r2.ebuild 11 Oct 2007 17:50:41 -0000 1.3
22 +++ pgplot-5.2.2-r2.ebuild 23 Jun 2008 09:28:30 -0000 1.4
23 @@ -1,6 +1,6 @@
24 -# Copyright 1999-2007 Gentoo Foundation
25 +# Copyright 1999-2008 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27 -# $Header: /var/cvsroot/gentoo-x86/sci-libs/pgplot/pgplot-5.2.2-r2.ebuild,v 1.3 2007/10/11 17:50:41 bicatali Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/sci-libs/pgplot/pgplot-5.2.2-r2.ebuild,v 1.4 2008/06/23 09:28:30 bicatali Exp $
29
30 inherit eutils toolchain-funcs fortran
31
32 @@ -18,7 +18,7 @@
33 motif? ( virtual/motif )
34 tk? ( dev-lang/tk )"
35 DEPEND="${RDEPEND}
36 - doc? ( virtual/tetex )"
37 + doc? ( virtual/latex-base )"
38
39 S="${WORKDIR}/${PN}"
40
41 @@ -33,14 +33,16 @@
42 epatch "${FILESDIR}"/${PN}-compile-setup.patch
43 epatch "${FILESDIR}"/${PN}-pgdisp.patch
44
45 - # gfortran does not compile gif, pp and wd drivers (last check: gfortran-4.2)
46 - if [[ "${FORTRANC}" == gfortran ]]; then
47 + # gfortran < 4.3 does not compile gif, pp and wd drivers
48 + if [[ "${FORTRANC}" == gfortran ]] &&
49 + [[ $(gcc-major-version)$(gcc-minor-version) -lt 43 ]] ; then
50 ewarn
51 ewarn "Warning!"
52 - ewarn "gfortran selected: does not yet compile all drivers"
53 + ewarn "gfortran < 4.3 selected: does not compile all drivers"
54 ewarn "disabling gif, wd, and ppd drivers"
55 - ewarn "if you want more drivers, use g77 or ifort"
56 + ewarn "if you want more drivers, use gfortran >= 4.3, g77 or ifort"
57 ewarn
58 + epause 4
59 sed -i \
60 -e 's/GIDRIV/! GIDRIV/g' \
61 -e 's/PPDRIV/! GIDRIV/g' \
62
63
64
65 1.11 sci-libs/pgplot/ChangeLog
66
67 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-libs/pgplot/ChangeLog?rev=1.11&view=markup
68 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-libs/pgplot/ChangeLog?rev=1.11&content-type=text/plain
69 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-libs/pgplot/ChangeLog?r1=1.10&r2=1.11
70
71 Index: ChangeLog
72 ===================================================================
73 RCS file: /var/cvsroot/gentoo-x86/sci-libs/pgplot/ChangeLog,v
74 retrieving revision 1.10
75 retrieving revision 1.11
76 diff -u -r1.10 -r1.11
77 --- ChangeLog 11 Oct 2007 17:50:41 -0000 1.10
78 +++ ChangeLog 23 Jun 2008 09:28:30 -0000 1.11
79 @@ -1,6 +1,11 @@
80 # ChangeLog for sci-libs/pgplot
81 -# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
82 -# $Header: /var/cvsroot/gentoo-x86/sci-libs/pgplot/ChangeLog,v 1.10 2007/10/11 17:50:41 bicatali Exp $
83 +# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
84 +# $Header: /var/cvsroot/gentoo-x86/sci-libs/pgplot/ChangeLog,v 1.11 2008/06/23 09:28:30 bicatali Exp $
85 +
86 + 23 Jun 2008; Sébastien Fabbro <bicatali@g.o>
87 + pgplot-5.2.2-r2.ebuild:
88 + Enabling gif, wd and ppd drivers to be compiled when gfortran >= 4.3, some
89 + minor qa fixes
90
91 11 Oct 2007; Sébastien Fabbro <bicatali@g.o> -pgplot-5.2.2.ebuild,
92 -pgplot-5.2.2-r1.ebuild, pgplot-5.2.2-r2.ebuild:
93
94
95
96 --
97 gentoo-commits@l.g.o mailing list