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-visualization/xd3d: xd3d-8.3.1.ebuild ChangeLog xd3d-8.2.1.ebuild
Date: Fri, 04 Apr 2008 10:10:16
Message-Id: E1Jhis9-0002m8-Fc@stork.gentoo.org
1 bicatali 08/04/04 10:10:13
2
3 Modified: xd3d-8.3.1.ebuild ChangeLog
4 Removed: xd3d-8.2.1.ebuild
5 Log:
6 QA cleaning. Removed old version (buggy and using icc use flag)
7 (Portage version: 2.1.4.4)
8
9 Revision Changes Path
10 1.2 sci-visualization/xd3d/xd3d-8.3.1.ebuild
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-visualization/xd3d/xd3d-8.3.1.ebuild?rev=1.2&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-visualization/xd3d/xd3d-8.3.1.ebuild?rev=1.2&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-visualization/xd3d/xd3d-8.3.1.ebuild?r1=1.1&r2=1.2
15
16 Index: xd3d-8.3.1.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/sci-visualization/xd3d/xd3d-8.3.1.ebuild,v
19 retrieving revision 1.1
20 retrieving revision 1.2
21 diff -u -r1.1 -r1.2
22 --- xd3d-8.3.1.ebuild 21 Jan 2008 14:24:20 -0000 1.1
23 +++ xd3d-8.3.1.ebuild 4 Apr 2008 10:10:12 -0000 1.2
24 @@ -1,6 +1,6 @@
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-visualization/xd3d/xd3d-8.3.1.ebuild,v 1.1 2008/01/21 14:24:20 markusle Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/sci-visualization/xd3d/xd3d-8.3.1.ebuild,v 1.2 2008/04/04 10:10:12 bicatali Exp $
29
30 inherit fortran toolchain-funcs multilib
31
32 @@ -18,7 +18,7 @@
33 app-shells/tcsh"
34
35 src_unpack() {
36 - unpack "${A}"
37 + unpack ${A}
38 cd "${S}"
39 epatch "${FILESDIR}"/${P}-gentoo.diff
40 }
41 @@ -33,17 +33,17 @@
42 -i RULES.gentoo \
43 || die "failed to set up RULES.gentoo"
44 ./configure -arch=gentoo || die "configure failed."
45 - emake || die "make failed."
46 + emake || die "emake failed."
47 }
48
49 src_install() {
50 - mkdir -p "${D}"/usr/bin && make install \
51 - || die "make install failed"
52 + dodir /usr/bin
53 + emake install || die "emake install failed"
54
55 - dodoc BUGS CHANGELOG FAQ FORMATS INSTALL README
56 + dodoc BUGS CHANGELOG FAQ FORMATS INSTALL README || die
57 insinto /usr/share/doc/${PF}
58 - doins Manuals/*
59 + doins Manuals/* || die
60
61 insinto /usr/share/doc/${PF}/examples
62 - doins -r Examples/*
63 + doins -r Examples/* || die
64 }
65
66
67
68 1.8 sci-visualization/xd3d/ChangeLog
69
70 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-visualization/xd3d/ChangeLog?rev=1.8&view=markup
71 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-visualization/xd3d/ChangeLog?rev=1.8&content-type=text/plain
72 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-visualization/xd3d/ChangeLog?r1=1.7&r2=1.8
73
74 Index: ChangeLog
75 ===================================================================
76 RCS file: /var/cvsroot/gentoo-x86/sci-visualization/xd3d/ChangeLog,v
77 retrieving revision 1.7
78 retrieving revision 1.8
79 diff -u -r1.7 -r1.8
80 --- ChangeLog 21 Jan 2008 14:24:20 -0000 1.7
81 +++ ChangeLog 4 Apr 2008 10:10:12 -0000 1.8
82 @@ -1,6 +1,10 @@
83 # ChangeLog for sci-visualization/xd3d
84 # Copyright 2000-2008 Gentoo Foundation; Distributed under the GPL v2
85 -# $Header: /var/cvsroot/gentoo-x86/sci-visualization/xd3d/ChangeLog,v 1.7 2008/01/21 14:24:20 markusle Exp $
86 +# $Header: /var/cvsroot/gentoo-x86/sci-visualization/xd3d/ChangeLog,v 1.8 2008/04/04 10:10:12 bicatali Exp $
87 +
88 + 04 Apr 2008; Sébastien Fabbro <bicatali@g.o>
89 + -files/gentoo-xd3d-8.2.1.diff, -xd3d-8.2.1.ebuild, xd3d-8.3.1.ebuild:
90 + QA cleaning. Removed old version (buggy and using icc use flag)
91
92 *xd3d-8.3.1 (21 Jan 2008)
93
94
95
96
97 --
98 gentoo-commits@l.g.o mailing list