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/libcore: libcore-1.7.ebuild ChangeLog
Date: Sun, 29 Jun 2008 08:09:01
Message-Id: E1KCrxw-0004KE-1y@stork.gentoo.org
1 tove 08/06/29 08:08:56
2
3 Modified: libcore-1.7.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/libcore/libcore-1.7.ebuild
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-libs/libcore/libcore-1.7.ebuild?rev=1.3&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-libs/libcore/libcore-1.7.ebuild?rev=1.3&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-libs/libcore/libcore-1.7.ebuild?r1=1.2&r2=1.3
14
15 Index: libcore-1.7.ebuild
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/sci-libs/libcore/libcore-1.7.ebuild,v
18 retrieving revision 1.2
19 retrieving revision 1.3
20 diff -u -r1.2 -r1.3
21 --- libcore-1.7.ebuild 17 Oct 2006 15:16:45 -0000 1.2
22 +++ libcore-1.7.ebuild 29 Jun 2008 08:08:55 -0000 1.3
23 @@ -1,6 +1,6 @@
24 -# Copyright 1999-2006 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/libcore/libcore-1.7.ebuild,v 1.2 2006/10/17 15:16:45 djay Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/sci-libs/libcore/libcore-1.7.ebuild,v 1.3 2008/06/29 08:08:55 tove Exp $
29
30 inherit eutils toolchain-funcs
31
32 @@ -45,9 +45,9 @@
33 done
34
35 dodir /usr/include || die "Unable to create include dir"
36 - cp -r ./inc/* "${D}/usr/include/" || "Unable to copy headers"
37 + cp -r ./inc/* "${D}/usr/include/" || die "Unable to copy headers"
38
39 - dodoc FAQs README || "Unable to install default doc"
40 + dodoc FAQs README || die "Unable to install default doc"
41 if use doc; then
42 dodoc doc/ANNOUNCEMENT* doc/*pdf doc/papers/* || \
43 die "Unable to install doc"
44
45
46
47 1.3 sci-libs/libcore/ChangeLog
48
49 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-libs/libcore/ChangeLog?rev=1.3&view=markup
50 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-libs/libcore/ChangeLog?rev=1.3&content-type=text/plain
51 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-libs/libcore/ChangeLog?r1=1.2&r2=1.3
52
53 Index: ChangeLog
54 ===================================================================
55 RCS file: /var/cvsroot/gentoo-x86/sci-libs/libcore/ChangeLog,v
56 retrieving revision 1.2
57 retrieving revision 1.3
58 diff -u -r1.2 -r1.3
59 --- ChangeLog 22 Oct 2006 16:35:30 -0000 1.2
60 +++ ChangeLog 29 Jun 2008 08:08:55 -0000 1.3
61 @@ -1,6 +1,9 @@
62 # ChangeLog for sci-libs/libcore
63 -# Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2
64 -# $Header: /var/cvsroot/gentoo-x86/sci-libs/libcore/ChangeLog,v 1.2 2006/10/22 16:35:30 swegener Exp $
65 +# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
66 +# $Header: /var/cvsroot/gentoo-x86/sci-libs/libcore/ChangeLog,v 1.3 2008/06/29 08:08:55 tove Exp $
67 +
68 + 29 Jun 2008; Torsten Veller <tove@g.o> libcore-1.7.ebuild:
69 + Add missing die: || "..." -> || die "..."
70
71 *libcore-1.7 (17 Oct 2006)
72
73
74
75
76 --
77 gentoo-commits@l.g.o mailing list