Gentoo Archives: gentoo-commits

From: "Markus Dittrich (markusle)" <markusle@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in sci-mathematics/pari: ChangeLog pari-2.3.2-r1.ebuild pari-2.3.2.ebuild pari-2.3.3.ebuild
Date: Wed, 27 Aug 2008 20:08:22
Message-Id: E1KYRFz-0000tB-8m@stork.gentoo.org
1 markusle 08/08/27 20:04:43
2
3 Modified: ChangeLog pari-2.3.2-r1.ebuild pari-2.3.2.ebuild
4 pari-2.3.3.ebuild
5 Log:
6 Replaced deprecated elisp-comp by elisp-compile (fixes bug #235913).
7 (Portage version: 2.2_rc8/cvs/Linux 2.6.26-SENTINEL-2 i686)
8
9 Revision Changes Path
10 1.65 sci-mathematics/pari/ChangeLog
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-mathematics/pari/ChangeLog?rev=1.65&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-mathematics/pari/ChangeLog?rev=1.65&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-mathematics/pari/ChangeLog?r1=1.64&r2=1.65
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/sci-mathematics/pari/ChangeLog,v
19 retrieving revision 1.64
20 retrieving revision 1.65
21 diff -u -r1.64 -r1.65
22 --- ChangeLog 6 Aug 2008 20:46:13 -0000 1.64
23 +++ ChangeLog 27 Aug 2008 20:04:42 -0000 1.65
24 @@ -1,6 +1,10 @@
25 # ChangeLog for sci-mathematics/pari
26 # Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/pari/ChangeLog,v 1.64 2008/08/06 20:46:13 ulm Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/pari/ChangeLog,v 1.65 2008/08/27 20:04:42 markusle Exp $
29 +
30 + 27 Aug 2008; Markus Dittrich <markusle@g.o> pari-2.3.2.ebuild,
31 + pari-2.3.2-r1.ebuild, pari-2.3.3.ebuild:
32 + Replaced deprecated elisp-comp by elisp-compile (fixes bug #235913).
33
34 06 Aug 2008; Ulrich Mueller <ulm@g.o> metadata.xml:
35 Add USE flag description to metadata wrt GLEP 56.
36
37
38
39 1.13 sci-mathematics/pari/pari-2.3.2-r1.ebuild
40
41 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-mathematics/pari/pari-2.3.2-r1.ebuild?rev=1.13&view=markup
42 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-mathematics/pari/pari-2.3.2-r1.ebuild?rev=1.13&content-type=text/plain
43 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-mathematics/pari/pari-2.3.2-r1.ebuild?r1=1.12&r2=1.13
44
45 Index: pari-2.3.2-r1.ebuild
46 ===================================================================
47 RCS file: /var/cvsroot/gentoo-x86/sci-mathematics/pari/pari-2.3.2-r1.ebuild,v
48 retrieving revision 1.12
49 retrieving revision 1.13
50 diff -u -r1.12 -r1.13
51 --- pari-2.3.2-r1.ebuild 18 May 2008 11:40:06 -0000 1.12
52 +++ pari-2.3.2-r1.ebuild 27 Aug 2008 20:04:42 -0000 1.13
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/pari/pari-2.3.2-r1.ebuild,v 1.12 2008/05/18 11:40:06 markusle Exp $
57 +# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/pari/pari-2.3.2-r1.ebuild,v 1.13 2008/08/27 20:04:42 markusle Exp $
58
59 inherit elisp-common eutils flag-o-matic multilib toolchain-funcs
60
61 @@ -75,7 +75,7 @@
62
63 if use emacs; then
64 cd "${S}/emacs"
65 - elisp-comp *.el || die "elisp-comp failed"
66 + elisp-compile *.el || die "elisp-compile failed"
67 fi
68 }
69
70
71
72
73 1.12 sci-mathematics/pari/pari-2.3.2.ebuild
74
75 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-mathematics/pari/pari-2.3.2.ebuild?rev=1.12&view=markup
76 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-mathematics/pari/pari-2.3.2.ebuild?rev=1.12&content-type=text/plain
77 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-mathematics/pari/pari-2.3.2.ebuild?r1=1.11&r2=1.12
78
79 Index: pari-2.3.2.ebuild
80 ===================================================================
81 RCS file: /var/cvsroot/gentoo-x86/sci-mathematics/pari/pari-2.3.2.ebuild,v
82 retrieving revision 1.11
83 retrieving revision 1.12
84 diff -u -r1.11 -r1.12
85 --- pari-2.3.2.ebuild 18 May 2008 11:40:06 -0000 1.11
86 +++ pari-2.3.2.ebuild 27 Aug 2008 20:04:42 -0000 1.12
87 @@ -1,6 +1,6 @@
88 # Copyright 1999-2008 Gentoo Foundation
89 # Distributed under the terms of the GNU General Public License v2
90 -# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/pari/pari-2.3.2.ebuild,v 1.11 2008/05/18 11:40:06 markusle Exp $
91 +# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/pari/pari-2.3.2.ebuild,v 1.12 2008/08/27 20:04:42 markusle Exp $
92
93 inherit elisp-common eutils flag-o-matic multilib toolchain-funcs
94
95 @@ -71,7 +71,7 @@
96
97 if use emacs; then
98 cd "${S}/emacs"
99 - elisp-comp *.el || die "elisp-comp failed"
100 + elisp-compile *.el || die "elisp-compile failed"
101 fi
102 }
103
104
105
106
107 1.7 sci-mathematics/pari/pari-2.3.3.ebuild
108
109 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-mathematics/pari/pari-2.3.3.ebuild?rev=1.7&view=markup
110 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-mathematics/pari/pari-2.3.3.ebuild?rev=1.7&content-type=text/plain
111 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-mathematics/pari/pari-2.3.3.ebuild?r1=1.6&r2=1.7
112
113 Index: pari-2.3.3.ebuild
114 ===================================================================
115 RCS file: /var/cvsroot/gentoo-x86/sci-mathematics/pari/pari-2.3.3.ebuild,v
116 retrieving revision 1.6
117 retrieving revision 1.7
118 diff -u -r1.6 -r1.7
119 --- pari-2.3.3.ebuild 16 Jul 2008 13:56:32 -0000 1.6
120 +++ pari-2.3.3.ebuild 27 Aug 2008 20:04:42 -0000 1.7
121 @@ -1,6 +1,6 @@
122 # Copyright 1999-2008 Gentoo Foundation
123 # Distributed under the terms of the GNU General Public License v2
124 -# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/pari/pari-2.3.3.ebuild,v 1.6 2008/07/16 13:56:32 aballier Exp $
125 +# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/pari/pari-2.3.3.ebuild,v 1.7 2008/08/27 20:04:42 markusle Exp $
126
127 inherit elisp-common eutils flag-o-matic multilib toolchain-funcs
128
129 @@ -99,7 +99,7 @@
130
131 if use emacs; then
132 cd "${S}/emacs"
133 - elisp-comp *.el || die "elisp-comp failed"
134 + elisp-compile *.el || die "elisp-compile failed"
135 fi
136 }