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-mathematics/mathomatic: ChangeLog mathomatic-12.9.1.ebuild mathomatic-12.8.8.ebuild
Date: Mon, 14 Apr 2008 13:29:01
Message-Id: E1JlOjy-0005nl-Ly@stork.gentoo.org
1 bicatali 08/04/14 13:28:58
2
3 Modified: ChangeLog mathomatic-12.9.1.ebuild
4 mathomatic-12.8.8.ebuild
5 Log:
6 Fixed a doc install with recursive directories (bug #217607)
7 (Portage version: 2.1.5_rc2)
8
9 Revision Changes Path
10 1.28 sci-mathematics/mathomatic/ChangeLog
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-mathematics/mathomatic/ChangeLog?rev=1.28&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-mathematics/mathomatic/ChangeLog?rev=1.28&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-mathematics/mathomatic/ChangeLog?r1=1.27&r2=1.28
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/sci-mathematics/mathomatic/ChangeLog,v
19 retrieving revision 1.27
20 retrieving revision 1.28
21 diff -u -r1.27 -r1.28
22 --- ChangeLog 12 Apr 2008 19:19:51 -0000 1.27
23 +++ ChangeLog 14 Apr 2008 13:28:58 -0000 1.28
24 @@ -1,6 +1,10 @@
25 # ChangeLog for sci-mathematics/mathomatic
26 # Copyright 2000-2008 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/mathomatic/ChangeLog,v 1.27 2008/04/12 19:19:51 bicatali Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/mathomatic/ChangeLog,v 1.28 2008/04/14 13:28:58 bicatali Exp $
29 +
30 + 14 Apr 2008; Sébastien Fabbro <bicatali@g.o>
31 + mathomatic-12.8.8.ebuild, mathomatic-12.9.1.ebuild:
32 + Fixed a doc install with recursive directories (bug #217607)
33
34 *mathomatic-12.9.1 (12 Apr 2008)
35
36
37
38
39 1.2 sci-mathematics/mathomatic/mathomatic-12.9.1.ebuild
40
41 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-mathematics/mathomatic/mathomatic-12.9.1.ebuild?rev=1.2&view=markup
42 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-mathematics/mathomatic/mathomatic-12.9.1.ebuild?rev=1.2&content-type=text/plain
43 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-mathematics/mathomatic/mathomatic-12.9.1.ebuild?r1=1.1&r2=1.2
44
45 Index: mathomatic-12.9.1.ebuild
46 ===================================================================
47 RCS file: /var/cvsroot/gentoo-x86/sci-mathematics/mathomatic/mathomatic-12.9.1.ebuild,v
48 retrieving revision 1.1
49 retrieving revision 1.2
50 diff -u -r1.1 -r1.2
51 --- mathomatic-12.9.1.ebuild 12 Apr 2008 19:19:51 -0000 1.1
52 +++ mathomatic-12.9.1.ebuild 14 Apr 2008 13:28:58 -0000 1.2
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-mathematics/mathomatic/mathomatic-12.9.1.ebuild,v 1.1 2008/04/12 19:19:51 bicatali Exp $
57 +# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/mathomatic/mathomatic-12.9.1.ebuild,v 1.2 2008/04/14 13:28:58 bicatali Exp $
58
59 inherit eutils
60
61 @@ -42,6 +42,6 @@
62 if use doc; then
63 dohtml doc/* || die
64 insinto /usr/share/doc/${PF}
65 - doins tests factorial m4 || die
66 + doins -r tests factorial m4 || die
67 fi
68 }
69
70
71
72 1.4 sci-mathematics/mathomatic/mathomatic-12.8.8.ebuild
73
74 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-mathematics/mathomatic/mathomatic-12.8.8.ebuild?rev=1.4&view=markup
75 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-mathematics/mathomatic/mathomatic-12.8.8.ebuild?rev=1.4&content-type=text/plain
76 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-mathematics/mathomatic/mathomatic-12.8.8.ebuild?r1=1.3&r2=1.4
77
78 Index: mathomatic-12.8.8.ebuild
79 ===================================================================
80 RCS file: /var/cvsroot/gentoo-x86/sci-mathematics/mathomatic/mathomatic-12.8.8.ebuild,v
81 retrieving revision 1.3
82 retrieving revision 1.4
83 diff -u -r1.3 -r1.4
84 --- mathomatic-12.8.8.ebuild 6 Apr 2008 19:40:47 -0000 1.3
85 +++ mathomatic-12.8.8.ebuild 14 Apr 2008 13:28:58 -0000 1.4
86 @@ -1,6 +1,6 @@
87 # Copyright 1999-2008 Gentoo Foundation
88 # Distributed under the terms of the GNU General Public License v2
89 -# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/mathomatic/mathomatic-12.8.8.ebuild,v 1.3 2008/04/06 19:40:47 maekke Exp $
90 +# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/mathomatic/mathomatic-12.8.8.ebuild,v 1.4 2008/04/14 13:28:58 bicatali Exp $
91
92 inherit eutils
93
94 @@ -42,6 +42,6 @@
95 if use doc; then
96 dohtml doc/* || die
97 insinto /usr/share/doc/${PF}
98 - doins tests factorial m4 || die
99 + doins -r tests factorial m4 || die
100 fi
101 }
102
103
104
105 --
106 gentoo-commits@l.g.o mailing list