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-biology/phylip: ChangeLog phylip-3.66.ebuild phylip-3.67.ebuild phylip-3.65-r1.ebuild
Date: Sun, 29 Jun 2008 08:24:08
Message-Id: E1KCsCY-0004Wd-Cw@stork.gentoo.org
1 tove 08/06/29 08:24:02
2
3 Modified: ChangeLog phylip-3.66.ebuild phylip-3.67.ebuild
4 phylip-3.65-r1.ebuild
5 Log:
6 Add missing die: || "..." -> || die "..."
7 (Portage version: 2.2_rc1/cvs/Linux 2.6.24-tuxonice-r9 i686)
8
9 Revision Changes Path
10 1.32 sci-biology/phylip/ChangeLog
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-biology/phylip/ChangeLog?rev=1.32&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-biology/phylip/ChangeLog?rev=1.32&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-biology/phylip/ChangeLog?r1=1.31&r2=1.32
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/sci-biology/phylip/ChangeLog,v
19 retrieving revision 1.31
20 retrieving revision 1.32
21 diff -u -r1.31 -r1.32
22 --- ChangeLog 17 Mar 2008 01:56:13 -0000 1.31
23 +++ ChangeLog 29 Jun 2008 08:24:01 -0000 1.32
24 @@ -1,6 +1,10 @@
25 # ChangeLog for sci-biology/phylip
26 # Copyright 2000-2008 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/sci-biology/phylip/ChangeLog,v 1.31 2008/03/17 01:56:13 ken69267 Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/sci-biology/phylip/ChangeLog,v 1.32 2008/06/29 08:24:01 tove Exp $
29 +
30 + 29 Jun 2008; Torsten Veller <tove@g.o> phylip-3.65-r1.ebuild,
31 + phylip-3.66.ebuild, phylip-3.67.ebuild:
32 + Add missing die: || "..." -> || die "..."
33
34 17 Mar 2008; Kenneth Prugh <ken69267@g.o> phylip-3.67.ebuild:
35 amd64 stable, bug #207095
36
37
38
39 1.5 sci-biology/phylip/phylip-3.66.ebuild
40
41 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-biology/phylip/phylip-3.66.ebuild?rev=1.5&view=markup
42 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-biology/phylip/phylip-3.66.ebuild?rev=1.5&content-type=text/plain
43 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-biology/phylip/phylip-3.66.ebuild?r1=1.4&r2=1.5
44
45 Index: phylip-3.66.ebuild
46 ===================================================================
47 RCS file: /var/cvsroot/gentoo-x86/sci-biology/phylip/phylip-3.66.ebuild,v
48 retrieving revision 1.4
49 retrieving revision 1.5
50 diff -u -r1.4 -r1.5
51 --- phylip-3.66.ebuild 7 Feb 2008 14:50:49 -0000 1.4
52 +++ phylip-3.66.ebuild 29 Jun 2008 08:24:01 -0000 1.5
53 @@ -1,6 +1,6 @@
54 # Copyright 1999-2008 Gentoo Foundation
55 # Distributed under the terms of the GNU General Public License v2
56 -# $Header: /var/cvsroot/gentoo-x86/sci-biology/phylip/phylip-3.66.ebuild,v 1.4 2008/02/07 14:50:49 grobian Exp $
57 +# $Header: /var/cvsroot/gentoo-x86/sci-biology/phylip/phylip-3.66.ebuild,v 1.5 2008/06/29 08:24:01 tove Exp $
58
59 inherit toolchain-funcs
60
61 @@ -34,13 +34,13 @@
62 src_install() {
63 cd "${WORKDIR}/${PN}${PV}"
64
65 - dobin exe/* || "Failed to install programs."
66 + dobin exe/* || die "Failed to install programs."
67
68 dodoc "${FILESDIR}"/README.Gentoo || die "Failed to install Gentoo notes."
69
70 - dohtml phylip.html || "Failed to install HTML documentation index."
71 + dohtml phylip.html || die "Failed to install HTML documentation index."
72 insinto /usr/share/doc/${PF}/html/doc
73 - doins doc/* || "Failed to install HTML documentation."
74 + doins doc/* || die "Failed to install HTML documentation."
75
76 insinto /usr/share/${PN}/fonts
77 doins fonts/* || die "Fonts installation failed."
78
79
80
81 1.6 sci-biology/phylip/phylip-3.67.ebuild
82
83 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-biology/phylip/phylip-3.67.ebuild?rev=1.6&view=markup
84 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-biology/phylip/phylip-3.67.ebuild?rev=1.6&content-type=text/plain
85 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-biology/phylip/phylip-3.67.ebuild?r1=1.5&r2=1.6
86
87 Index: phylip-3.67.ebuild
88 ===================================================================
89 RCS file: /var/cvsroot/gentoo-x86/sci-biology/phylip/phylip-3.67.ebuild,v
90 retrieving revision 1.5
91 retrieving revision 1.6
92 diff -u -r1.5 -r1.6
93 --- phylip-3.67.ebuild 17 Mar 2008 01:56:13 -0000 1.5
94 +++ phylip-3.67.ebuild 29 Jun 2008 08:24:01 -0000 1.6
95 @@ -1,6 +1,6 @@
96 # Copyright 1999-2008 Gentoo Foundation
97 # Distributed under the terms of the GNU General Public License v2
98 -# $Header: /var/cvsroot/gentoo-x86/sci-biology/phylip/phylip-3.67.ebuild,v 1.5 2008/03/17 01:56:13 ken69267 Exp $
99 +# $Header: /var/cvsroot/gentoo-x86/sci-biology/phylip/phylip-3.67.ebuild,v 1.6 2008/06/29 08:24:01 tove Exp $
100
101 inherit toolchain-funcs
102
103 @@ -34,13 +34,13 @@
104 src_install() {
105 cd "${WORKDIR}/${P}"
106
107 - dobin exe/* || "Failed to install programs."
108 + dobin exe/* || die "Failed to install programs."
109
110 dodoc "${FILESDIR}"/README.Gentoo || die "Failed to install Gentoo notes."
111
112 - dohtml phylip.html || "Failed to install HTML documentation index."
113 + dohtml phylip.html || die "Failed to install HTML documentation index."
114 insinto /usr/share/doc/${PF}/html/doc
115 - doins doc/* || "Failed to install HTML documentation."
116 + doins doc/* || die "Failed to install HTML documentation."
117
118 insinto /usr/share/${PN}/fonts
119 doins fonts/* || die "Fonts installation failed."
120
121
122
123 1.8 sci-biology/phylip/phylip-3.65-r1.ebuild
124
125 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-biology/phylip/phylip-3.65-r1.ebuild?rev=1.8&view=markup
126 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-biology/phylip/phylip-3.65-r1.ebuild?rev=1.8&content-type=text/plain
127 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-biology/phylip/phylip-3.65-r1.ebuild?r1=1.7&r2=1.8
128
129 Index: phylip-3.65-r1.ebuild
130 ===================================================================
131 RCS file: /var/cvsroot/gentoo-x86/sci-biology/phylip/phylip-3.65-r1.ebuild,v
132 retrieving revision 1.7
133 retrieving revision 1.8
134 diff -u -r1.7 -r1.8
135 --- phylip-3.65-r1.ebuild 7 Feb 2008 14:50:49 -0000 1.7
136 +++ phylip-3.65-r1.ebuild 29 Jun 2008 08:24:01 -0000 1.8
137 @@ -1,6 +1,6 @@
138 # Copyright 1999-2008 Gentoo Foundation
139 # Distributed under the terms of the GNU General Public License v2
140 -# $Header: /var/cvsroot/gentoo-x86/sci-biology/phylip/phylip-3.65-r1.ebuild,v 1.7 2008/02/07 14:50:49 grobian Exp $
141 +# $Header: /var/cvsroot/gentoo-x86/sci-biology/phylip/phylip-3.65-r1.ebuild,v 1.8 2008/06/29 08:24:01 tove Exp $
142
143 inherit toolchain-funcs
144
145 @@ -34,13 +34,13 @@
146 src_install() {
147 cd "${WORKDIR}/${PN}${PV}"
148
149 - dobin exe/* || "Failed to install programs."
150 + dobin exe/* || die "Failed to install programs."
151
152 dodoc "${FILESDIR}"/README.Gentoo || die "Failed to install Gentoo notes."
153
154 - dohtml phylip.html || "Failed to install HTML documentation index."
155 + dohtml phylip.html || die "Failed to install HTML documentation index."
156 insinto /usr/share/doc/${PF}/html/doc
157 - doins doc/* || "Failed to install HTML documentation."
158 + doins doc/* || die "Failed to install HTML documentation."
159
160 insinto /usr/share/${PN}/fonts
161 doins fonts/* || die "Fonts installation failed."
162
163
164
165 --
166 gentoo-commits@l.g.o mailing list