Gentoo Archives: gentoo-commits

From: "Torsten Veller (tove)" <tove@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in sci-libs/amd: amd-2.0.4.ebuild amd-2.2.0.ebuild ChangeLog
Date: Sun, 29 Jun 2008 08:13:47
Message-Id: E1KCs2X-0004QG-25@stork.gentoo.org
1 tove 08/06/29 08:13:41
2
3 Modified: amd-2.0.4.ebuild amd-2.2.0.ebuild ChangeLog
4 Log:
5 Add missing die: || "..." -> || die "..."
6 (Portage version: 2.2_rc1/cvs/Linux 2.6.24-tuxonice-r9 i686)
7
8 Revision Changes Path
9 1.3 sci-libs/amd/amd-2.0.4.ebuild
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-libs/amd/amd-2.0.4.ebuild?rev=1.3&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-libs/amd/amd-2.0.4.ebuild?rev=1.3&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-libs/amd/amd-2.0.4.ebuild?r1=1.2&r2=1.3
14
15 Index: amd-2.0.4.ebuild
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/sci-libs/amd/amd-2.0.4.ebuild,v
18 retrieving revision 1.2
19 retrieving revision 1.3
20 diff -u -r1.2 -r1.3
21 --- amd-2.0.4.ebuild 3 Mar 2008 18:55:33 -0000 1.2
22 +++ amd-2.0.4.ebuild 29 Jun 2008 08:13:40 -0000 1.3
23 @@ -1,6 +1,6 @@
24 # Copyright 1999-2008 Gentoo Foundation
25 # Distributed under the terms of the GNU General Public License v2
26 -# $Header: /var/cvsroot/gentoo-x86/sci-libs/amd/amd-2.0.4.ebuild,v 1.2 2008/03/03 18:55:33 dsd Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/sci-libs/amd/amd-2.0.4.ebuild,v 1.3 2008/06/29 08:13:40 tove Exp $
28
29 inherit autotools eutils fortran
30
31 @@ -29,7 +29,7 @@
32 }
33
34 src_install() {
35 - emake DESTDIR="${D}" install || "emake install failed"
36 + emake DESTDIR="${D}" install || die "emake install failed"
37 dodoc README.txt Doc/ChangeLog
38 if use doc; then
39 insinto /usr/share/doc/${PF}
40
41
42
43 1.9 sci-libs/amd/amd-2.2.0.ebuild
44
45 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-libs/amd/amd-2.2.0.ebuild?rev=1.9&view=markup
46 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-libs/amd/amd-2.2.0.ebuild?rev=1.9&content-type=text/plain
47 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-libs/amd/amd-2.2.0.ebuild?r1=1.8&r2=1.9
48
49 Index: amd-2.2.0.ebuild
50 ===================================================================
51 RCS file: /var/cvsroot/gentoo-x86/sci-libs/amd/amd-2.2.0.ebuild,v
52 retrieving revision 1.8
53 retrieving revision 1.9
54 diff -u -r1.8 -r1.9
55 --- amd-2.2.0.ebuild 15 Apr 2008 15:44:30 -0000 1.8
56 +++ amd-2.2.0.ebuild 29 Jun 2008 08:13:40 -0000 1.9
57 @@ -1,6 +1,6 @@
58 # Copyright 1999-2008 Gentoo Foundation
59 # Distributed under the terms of the GNU General Public License v2
60 -# $Header: /var/cvsroot/gentoo-x86/sci-libs/amd/amd-2.2.0.ebuild,v 1.8 2008/04/15 15:44:30 jer Exp $
61 +# $Header: /var/cvsroot/gentoo-x86/sci-libs/amd/amd-2.2.0.ebuild,v 1.9 2008/06/29 08:13:40 tove Exp $
62
63 inherit autotools eutils fortran
64
65 @@ -28,10 +28,10 @@
66 }
67
68 src_install() {
69 - emake DESTDIR="${D}" install || "emake install failed"
70 - dodoc README.txt Doc/ChangeLog || "dodoc failed"
71 + emake DESTDIR="${D}" install || die "emake install failed"
72 + dodoc README.txt Doc/ChangeLog || die "dodoc failed"
73 if use doc; then
74 insinto /usr/share/doc/${PF}
75 - doins Doc/AMD_UserGuide.pdf || "doc install failed"
76 + doins Doc/AMD_UserGuide.pdf || die "doc install failed"
77 fi
78 }
79
80
81
82 1.10 sci-libs/amd/ChangeLog
83
84 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-libs/amd/ChangeLog?rev=1.10&view=markup
85 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-libs/amd/ChangeLog?rev=1.10&content-type=text/plain
86 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-libs/amd/ChangeLog?r1=1.9&r2=1.10
87
88 Index: ChangeLog
89 ===================================================================
90 RCS file: /var/cvsroot/gentoo-x86/sci-libs/amd/ChangeLog,v
91 retrieving revision 1.9
92 retrieving revision 1.10
93 diff -u -r1.9 -r1.10
94 --- ChangeLog 15 Apr 2008 15:44:30 -0000 1.9
95 +++ ChangeLog 29 Jun 2008 08:13:40 -0000 1.10
96 @@ -1,6 +1,10 @@
97 # ChangeLog for sci-libs/amd
98 # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
99 -# $Header: /var/cvsroot/gentoo-x86/sci-libs/amd/ChangeLog,v 1.9 2008/04/15 15:44:30 jer Exp $
100 +# $Header: /var/cvsroot/gentoo-x86/sci-libs/amd/ChangeLog,v 1.10 2008/06/29 08:13:40 tove Exp $
101 +
102 + 29 Jun 2008; Torsten Veller <tove@g.o> amd-2.0.4.ebuild,
103 + amd-2.2.0.ebuild:
104 + Add missing die: || "..." -> || die "..."
105
106 15 Apr 2008; Jeroen Roovers <jer@g.o> amd-2.2.0.ebuild:
107 Marked ~hppa (bug #215841).
108
109
110
111 --
112 gentoo-commits@l.g.o mailing list