Gentoo Archives: gentoo-commits

From: "Sebastien Fabbro (bicatali)" <bicatali@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-lang/cfortran: metadata.xml ChangeLog cfortran-4.4-r1.ebuild
Date: Mon, 02 Jun 2008 08:15:01
Message-Id: E1K35Bv-0002iz-Dz@stork.gentoo.org
1 bicatali 08/06/02 08:14:55
2
3 Modified: metadata.xml ChangeLog
4 Added: cfortran-4.4-r1.ebuild
5 Log:
6 Add new patch from Debebian, few trivial qa fixes
7 (Portage version: 2.1.5.2)
8
9 Revision Changes Path
10 1.2 dev-lang/cfortran/metadata.xml
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-lang/cfortran/metadata.xml?rev=1.2&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-lang/cfortran/metadata.xml?rev=1.2&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-lang/cfortran/metadata.xml?r1=1.1&r2=1.2
15
16 Index: metadata.xml
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/dev-lang/cfortran/metadata.xml,v
19 retrieving revision 1.1
20 retrieving revision 1.2
21 diff -u -r1.1 -r1.2
22 --- metadata.xml 7 Feb 2007 16:41:43 -0000 1.1
23 +++ metadata.xml 2 Jun 2008 08:14:54 -0000 1.2
24 @@ -3,9 +3,9 @@
25 <pkgmetadata>
26 <herd>sci</herd>
27 <longdescription lang="en">
28 -cfortran.h is an easy-to-use powerful bridge between C and FORTRAN. It
29 -provides a completely transparent, machine independent interface
30 -between C and FORTRAN routines and global data, i.e. structures and
31 -COMMON blocks.
32 + cfortran is a header file to ease bridge between C and FORTRAN. It
33 + provides an interface between C and FORTRAN routines and global
34 + data, i.e. structures and COMMON blocks. This package includes
35 + patches from Debian for better support on newer compilers and architectures.
36 </longdescription>
37 </pkgmetadata>
38
39
40
41 1.7 dev-lang/cfortran/ChangeLog
42
43 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-lang/cfortran/ChangeLog?rev=1.7&view=markup
44 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-lang/cfortran/ChangeLog?rev=1.7&content-type=text/plain
45 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-lang/cfortran/ChangeLog?r1=1.6&r2=1.7
46
47 Index: ChangeLog
48 ===================================================================
49 RCS file: /var/cvsroot/gentoo-x86/dev-lang/cfortran/ChangeLog,v
50 retrieving revision 1.6
51 retrieving revision 1.7
52 diff -u -r1.6 -r1.7
53 --- ChangeLog 3 Apr 2008 05:41:16 -0000 1.6
54 +++ ChangeLog 2 Jun 2008 08:14:54 -0000 1.7
55 @@ -1,6 +1,12 @@
56 # ChangeLog for dev-lang/cfortran
57 # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
58 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/cfortran/ChangeLog,v 1.6 2008/04/03 05:41:16 jer Exp $
59 +# $Header: /var/cvsroot/gentoo-x86/dev-lang/cfortran/ChangeLog,v 1.7 2008/06/02 08:14:54 bicatali Exp $
60 +
61 +*cfortran-4.4-r1 (02 Jun 2008)
62 +
63 + 02 Jun 2008; Sébastien Fabbro <bicatali@g.o> metadata.xml,
64 + +cfortran-4.4-r1.ebuild:
65 + Add new patch from Debebian, few trivial qa fixes
66
67 03 Apr 2008; Jeroen Roovers <jer@g.o> cfortran-4.4.ebuild:
68 Marked ~hppa too.
69
70
71
72 1.1 dev-lang/cfortran/cfortran-4.4-r1.ebuild
73
74 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-lang/cfortran/cfortran-4.4-r1.ebuild?rev=1.1&view=markup
75 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-lang/cfortran/cfortran-4.4-r1.ebuild?rev=1.1&content-type=text/plain
76
77 Index: cfortran-4.4-r1.ebuild
78 ===================================================================
79 # Copyright 1999-2008 Gentoo Foundation
80 # Distributed under the terms of the GNU General Public License v2
81 # $Header: /var/cvsroot/gentoo-x86/dev-lang/cfortran/cfortran-4.4-r1.ebuild,v 1.1 2008/06/02 08:14:54 bicatali Exp $
82
83 inherit eutils
84
85 DEB_PR="12"
86
87 DESCRIPTION="Header file allowing to call Fortran routines from C and C++"
88 SRC_URI="mirror://debian/pool/main/c/${PN}/${PN}_${PV}.orig.tar.gz
89 mirror://debian/pool/main/c/${PN}/${PN}_${PV}-${DEB_PR}.diff.gz"
90 HOMEPAGE="http://www-zeus.desy.de/~burow/cfortran/"
91 KEYWORDS="~amd64 ~hppa ~sparc ~x86"
92 LICENSE="LGPL-2"
93 IUSE="examples"
94 SLOT="0"
95
96 src_unpack() {
97 unpack ${A}
98 cd "${S}"
99 epatch "${WORKDIR}"/${PN}_${PV}-${DEB_PR}.diff
100 if use examples; then
101 tar xfz cfortran.examples.tar.gz
102 mv eg examples
103 ln -sfn sz1.c examples/sz1/sz1.C
104 ln -sfn pz.c examples/pz/pz.C
105 fi
106 }
107
108 src_install() {
109 insinto /usr/include/cfortran
110 doins cfortran.h || die
111 dosym cfortran/cfortran.h /usr/include/cfortran.h || die
112 dodoc cfortran.doc debian/{NEWS,changelog,copyright}
113 insinto /usr/share/doc/${PF}
114 doins cfortran.html index.htm cfortest.c cfortex.f
115 use examples && doins -r examples
116 }
117
118
119
120 --
121 gentoo-commits@l.g.o mailing list