Gentoo Archives: gentoo-commits

From: "Panagiotis Christopoulos (pchrist)" <pchrist@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-lisp/clisp: clisp-2.44.1-r1.ebuild ChangeLog clisp-2.44.1.ebuild clisp-2.43-r1.ebuild clisp-2.46.ebuild
Date: Wed, 30 Jul 2008 13:51:18
Message-Id: E1KOC5C-0006Lu-RI@stork.gentoo.org
1 pchrist 08/07/30 13:51:14
2
3 Modified: clisp-2.44.1-r1.ebuild ChangeLog
4 clisp-2.44.1.ebuild clisp-2.43-r1.ebuild
5 clisp-2.46.ebuild
6 Log:
7 Remove i18n from modules as it's in *base* set, fixes bug 231512, thanks Jeroen Roovers <jer@g.o> and Stelian Ionescu <sionescu@×××××××××××.net>
8 (Portage version: 2.2_rc1/cvs/Linux 2.6.25-gentoo-r4 i686)
9
10 Revision Changes Path
11 1.3 dev-lisp/clisp/clisp-2.44.1-r1.ebuild
12
13 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-lisp/clisp/clisp-2.44.1-r1.ebuild?rev=1.3&view=markup
14 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-lisp/clisp/clisp-2.44.1-r1.ebuild?rev=1.3&content-type=text/plain
15 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-lisp/clisp/clisp-2.44.1-r1.ebuild?r1=1.2&r2=1.3
16
17 Index: clisp-2.44.1-r1.ebuild
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/dev-lisp/clisp/clisp-2.44.1-r1.ebuild,v
20 retrieving revision 1.2
21 retrieving revision 1.3
22 diff -u -r1.2 -r1.3
23 --- clisp-2.44.1-r1.ebuild 21 May 2008 15:59:59 -0000 1.2
24 +++ clisp-2.44.1-r1.ebuild 30 Jul 2008 13:51:14 -0000 1.3
25 @@ -1,6 +1,6 @@
26 # Copyright 1999-2008 Gentoo Foundation
27 # Distributed under the terms of the GNU General Public License v2
28 -# $Header: /var/cvsroot/gentoo-x86/dev-lisp/clisp/clisp-2.44.1-r1.ebuild,v 1.2 2008/05/21 15:59:59 dev-zero Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/dev-lisp/clisp/clisp-2.44.1-r1.ebuild,v 1.3 2008/07/30 13:51:14 pchrist Exp $
30
31 inherit flag-o-matic eutils toolchain-funcs multilib
32
33 @@ -52,7 +52,7 @@
34 use readline || myconf="${myconf} --with-noreadline"
35
36 # default modules
37 - enable_modules wildcard rawsock i18n
38 + enable_modules wildcard rawsock
39 # optional modules
40 use elibc_glibc && enable_modules bindings/glibc
41 if use X; then
42
43
44
45 1.84 dev-lisp/clisp/ChangeLog
46
47 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-lisp/clisp/ChangeLog?rev=1.84&view=markup
48 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-lisp/clisp/ChangeLog?rev=1.84&content-type=text/plain
49 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-lisp/clisp/ChangeLog?r1=1.83&r2=1.84
50
51 Index: ChangeLog
52 ===================================================================
53 RCS file: /var/cvsroot/gentoo-x86/dev-lisp/clisp/ChangeLog,v
54 retrieving revision 1.83
55 retrieving revision 1.84
56 diff -u -r1.83 -r1.84
57 --- ChangeLog 28 Jul 2008 18:48:12 -0000 1.83
58 +++ ChangeLog 30 Jul 2008 13:51:14 -0000 1.84
59 @@ -1,6 +1,13 @@
60 # ChangeLog for dev-lisp/clisp
61 # Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2
62 -# $Header: /var/cvsroot/gentoo-x86/dev-lisp/clisp/ChangeLog,v 1.83 2008/07/28 18:48:12 pchrist Exp $
63 +# $Header: /var/cvsroot/gentoo-x86/dev-lisp/clisp/ChangeLog,v 1.84 2008/07/30 13:51:14 pchrist Exp $
64 +
65 + 30 Jul 2008; Panagiotis Christopoulos <pchrist@g.o>
66 + clisp-2.43-r1.ebuild, clisp-2.44.1.ebuild, clisp-2.44.1-r1.ebuild,
67 + clisp-2.46.ebuild:
68 + Remove i18n from modules as it's in *base* set, fixes bug 231512, thanks
69 + Jeroen Roovers <jer@g.o> and Stelian Ionescu
70 + <sionescu@×××××××××××.net>
71
72 28 Jul 2008; Panagiotis Christopoulos <pchrist@g.o> metadata.xml:
73 Update metadata.xml to include USE flag descriptions. Entries taken from
74
75
76
77 1.3 dev-lisp/clisp/clisp-2.44.1.ebuild
78
79 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-lisp/clisp/clisp-2.44.1.ebuild?rev=1.3&view=markup
80 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-lisp/clisp/clisp-2.44.1.ebuild?rev=1.3&content-type=text/plain
81 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-lisp/clisp/clisp-2.44.1.ebuild?r1=1.2&r2=1.3
82
83 Index: clisp-2.44.1.ebuild
84 ===================================================================
85 RCS file: /var/cvsroot/gentoo-x86/dev-lisp/clisp/clisp-2.44.1.ebuild,v
86 retrieving revision 1.2
87 retrieving revision 1.3
88 diff -u -r1.2 -r1.3
89 --- clisp-2.44.1.ebuild 21 May 2008 15:59:59 -0000 1.2
90 +++ clisp-2.44.1.ebuild 30 Jul 2008 13:51:14 -0000 1.3
91 @@ -1,6 +1,6 @@
92 # Copyright 1999-2008 Gentoo Foundation
93 # Distributed under the terms of the GNU General Public License v2
94 -# $Header: /var/cvsroot/gentoo-x86/dev-lisp/clisp/clisp-2.44.1.ebuild,v 1.2 2008/05/21 15:59:59 dev-zero Exp $
95 +# $Header: /var/cvsroot/gentoo-x86/dev-lisp/clisp/clisp-2.44.1.ebuild,v 1.3 2008/07/30 13:51:14 pchrist Exp $
96
97 inherit flag-o-matic eutils toolchain-funcs multilib
98
99 @@ -52,7 +52,7 @@
100 use readline || myconf="${myconf} --with-noreadline"
101
102 # default modules
103 - enable_modules wildcard rawsock i18n
104 + enable_modules wildcard rawsock
105 # optional modules
106 use elibc_glibc && enable_modules bindings/glibc
107 if use X; then
108
109
110
111 1.6 dev-lisp/clisp/clisp-2.43-r1.ebuild
112
113 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-lisp/clisp/clisp-2.43-r1.ebuild?rev=1.6&view=markup
114 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-lisp/clisp/clisp-2.43-r1.ebuild?rev=1.6&content-type=text/plain
115 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-lisp/clisp/clisp-2.43-r1.ebuild?r1=1.5&r2=1.6
116
117 Index: clisp-2.43-r1.ebuild
118 ===================================================================
119 RCS file: /var/cvsroot/gentoo-x86/dev-lisp/clisp/clisp-2.43-r1.ebuild,v
120 retrieving revision 1.5
121 retrieving revision 1.6
122 diff -u -r1.5 -r1.6
123 --- clisp-2.43-r1.ebuild 21 May 2008 15:59:59 -0000 1.5
124 +++ clisp-2.43-r1.ebuild 30 Jul 2008 13:51:14 -0000 1.6
125 @@ -1,6 +1,6 @@
126 # Copyright 1999-2008 Gentoo Foundation
127 # Distributed under the terms of the GNU General Public License v2
128 -# $Header: /var/cvsroot/gentoo-x86/dev-lisp/clisp/clisp-2.43-r1.ebuild,v 1.5 2008/05/21 15:59:59 dev-zero Exp $
129 +# $Header: /var/cvsroot/gentoo-x86/dev-lisp/clisp/clisp-2.43-r1.ebuild,v 1.6 2008/07/30 13:51:14 pchrist Exp $
130
131 inherit flag-o-matic eutils toolchain-funcs multilib
132
133 @@ -52,7 +52,7 @@
134 use readline || myconf="${myconf} --with-noreadline"
135
136 # default modules
137 - enable_modules wildcard rawsock i18n
138 + enable_modules wildcard rawsock
139 # optional modules
140 use elibc_glibc && enable_modules bindings/glibc
141 if use X; then
142
143
144
145 1.4 dev-lisp/clisp/clisp-2.46.ebuild
146
147 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-lisp/clisp/clisp-2.46.ebuild?rev=1.4&view=markup
148 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-lisp/clisp/clisp-2.46.ebuild?rev=1.4&content-type=text/plain
149 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-lisp/clisp/clisp-2.46.ebuild?r1=1.3&r2=1.4
150
151 Index: clisp-2.46.ebuild
152 ===================================================================
153 RCS file: /var/cvsroot/gentoo-x86/dev-lisp/clisp/clisp-2.46.ebuild,v
154 retrieving revision 1.3
155 retrieving revision 1.4
156 diff -u -r1.3 -r1.4
157 --- clisp-2.46.ebuild 18 Jul 2008 09:30:15 -0000 1.3
158 +++ clisp-2.46.ebuild 30 Jul 2008 13:51:14 -0000 1.4
159 @@ -1,6 +1,6 @@
160 # Copyright 1999-2008 Gentoo Foundation
161 # Distributed under the terms of the GNU General Public License v2
162 -# $Header: /var/cvsroot/gentoo-x86/dev-lisp/clisp/clisp-2.46.ebuild,v 1.3 2008/07/18 09:30:15 hkbst Exp $
163 +# $Header: /var/cvsroot/gentoo-x86/dev-lisp/clisp/clisp-2.46.ebuild,v 1.4 2008/07/30 13:51:14 pchrist Exp $
164
165 inherit flag-o-matic eutils toolchain-funcs multilib
166
167 @@ -72,7 +72,7 @@
168 append-flags '-D NO_MULTIMAP_SHM -D NO_MULTIMAP_FILE -D NO_SINGLEMAP -D NO_TRIVIALMAP'
169 fi
170 # default modules
171 - enable_modules wildcard rawsock i18n
172 + enable_modules wildcard rawsock
173 # optional modules
174 use elibc_glibc && enable_modules bindings/glibc
175 if use X; then