Gentoo Archives: gentoo-commits

From: "Alexis Ballier (aballier)" <aballier@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in sci-mathematics/coq: ChangeLog coq-8.1_p1.ebuild coq-8.0_p3.ebuild
Date: Sat, 20 Oct 2007 16:05:54
Message-Id: E1IjGfK-0008Vy-AE@stork.gentoo.org
1 aballier 07/10/20 15:55:06
2
3 Modified: ChangeLog coq-8.1_p1.ebuild coq-8.0_p3.ebuild
4 Log:
5 quote directory variables
6 (Portage version: 2.1.3.15)
7
8 Revision Changes Path
9 1.20 sci-mathematics/coq/ChangeLog
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-mathematics/coq/ChangeLog?rev=1.20&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-mathematics/coq/ChangeLog?rev=1.20&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-mathematics/coq/ChangeLog?r1=1.19&r2=1.20
14
15 Index: ChangeLog
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/sci-mathematics/coq/ChangeLog,v
18 retrieving revision 1.19
19 retrieving revision 1.20
20 diff -u -r1.19 -r1.20
21 --- ChangeLog 20 Oct 2007 15:51:44 -0000 1.19
22 +++ ChangeLog 20 Oct 2007 15:55:05 -0000 1.20
23 @@ -1,6 +1,10 @@
24 # ChangeLog for sci-mathematics/coq
25 # Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2
26 -# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/coq/ChangeLog,v 1.19 2007/10/20 15:51:44 aballier Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/coq/ChangeLog,v 1.20 2007/10/20 15:55:05 aballier Exp $
28 +
29 + 20 Oct 2007; Alexis Ballier <aballier@g.o> coq-8.0_p3.ebuild,
30 + coq-8.1_p1.ebuild:
31 + quote directory variables
32
33 20 Oct 2007; Alexis Ballier <aballier@g.o> -files/ocaml-3.07.patch,
34 -files/coq-8.0-byteflags.patch, -files/coq-8.0-ocaml-3.08.1.patch,
35
36
37
38 1.3 sci-mathematics/coq/coq-8.1_p1.ebuild
39
40 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-mathematics/coq/coq-8.1_p1.ebuild?rev=1.3&view=markup
41 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-mathematics/coq/coq-8.1_p1.ebuild?rev=1.3&content-type=text/plain
42 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-mathematics/coq/coq-8.1_p1.ebuild?r1=1.2&r2=1.3
43
44 Index: coq-8.1_p1.ebuild
45 ===================================================================
46 RCS file: /var/cvsroot/gentoo-x86/sci-mathematics/coq/coq-8.1_p1.ebuild,v
47 retrieving revision 1.2
48 retrieving revision 1.3
49 diff -u -r1.2 -r1.3
50 --- coq-8.1_p1.ebuild 11 Oct 2007 10:04:22 -0000 1.2
51 +++ coq-8.1_p1.ebuild 20 Oct 2007 15:55:05 -0000 1.3
52 @@ -1,6 +1,6 @@
53 # Copyright 1999-2007 Gentoo Foundation
54 # Distributed under the terms of the GNU General Public License v2
55 -# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/coq/coq-8.1_p1.ebuild,v 1.2 2007/10/11 10:04:22 aballier Exp $
56 +# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/coq/coq-8.1_p1.ebuild,v 1.3 2007/10/20 15:55:05 aballier Exp $
57
58 inherit eutils
59
60 @@ -55,11 +55,11 @@
61 }
62
63 src_install() {
64 - make COQINSTALLPREFIX=${D} install || die
65 + make COQINSTALLPREFIX="${D}" install || die
66 dodoc README CREDITS CHANGES LICENSE
67
68 if use ide; then
69 insinto /usr/share/applnk/Edutainment/Mathematics
70 - doins ${FILESDIR}/coqide.desktop
71 + doins "${FILESDIR}/coqide.desktop"
72 fi
73 }
74
75
76
77 1.7 sci-mathematics/coq/coq-8.0_p3.ebuild
78
79 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-mathematics/coq/coq-8.0_p3.ebuild?rev=1.7&view=markup
80 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-mathematics/coq/coq-8.0_p3.ebuild?rev=1.7&content-type=text/plain
81 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-mathematics/coq/coq-8.0_p3.ebuild?r1=1.6&r2=1.7
82
83 Index: coq-8.0_p3.ebuild
84 ===================================================================
85 RCS file: /var/cvsroot/gentoo-x86/sci-mathematics/coq/coq-8.0_p3.ebuild,v
86 retrieving revision 1.6
87 retrieving revision 1.7
88 diff -u -r1.6 -r1.7
89 --- coq-8.0_p3.ebuild 2 Jul 2007 15:26:46 -0000 1.6
90 +++ coq-8.0_p3.ebuild 20 Oct 2007 15:55:05 -0000 1.7
91 @@ -1,6 +1,6 @@
92 # Copyright 1999-2007 Gentoo Foundation
93 # Distributed under the terms of the GNU General Public License v2
94 -# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/coq/coq-8.0_p3.ebuild,v 1.6 2007/07/02 15:26:46 peper Exp $
95 +# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/coq/coq-8.0_p3.ebuild,v 1.7 2007/10/20 15:55:05 aballier Exp $
96
97 inherit eutils
98
99 @@ -29,11 +29,11 @@
100 src_unpack()
101 {
102 unpack ${A}
103 - cd ${S}
104 + cd "${S}"
105
106 if has_version ">=dev-lang/ocaml-3.09";
107 then
108 - epatch ${WORKDIR}/${P}-ocaml-3.09.patch
109 + epatch "${WORKDIR}/${P}-ocaml-3.09.patch"
110 fi
111 }
112
113 @@ -69,11 +69,11 @@
114 }
115
116 src_install() {
117 - make COQINSTALLPREFIX=${D} install || die
118 + make COQINSTALLPREFIX="${D}" install || die
119 dodoc README CREDITS CHANGES LICENSE
120
121 if use translator; then
122 - cd ${WORKDIR}/${MY_P}-translator
123 + cd "${WORKDIR}/${MY_P}-translator"
124 mv translate-v8 coq-translate-v8
125 dobin coq-translate-v8
126 if use doc; then
127 @@ -83,6 +83,6 @@
128
129 if use ide; then
130 insinto /usr/share/applnk/Edutainment/Mathematics
131 - doins ${FILESDIR}/coqide.desktop
132 + doins "${FILESDIR}/coqide.desktop"
133 fi
134 }
135
136
137
138 --
139 gentoo-commits@g.o mailing list