Gentoo Archives: gentoo-commits

From: "Markus Meier (maekke)" <maekke@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-lisp/sbcl: sbcl-1.0.31.ebuild ChangeLog sbcl-1.0.26-r10.ebuild sbcl-1.0.27-r10.ebuild sbcl-1.0.28.ebuild
Date: Wed, 30 Sep 2009 22:10:06
Message-Id: E1Mt7N5-0007pa-0T@stork.gentoo.org
1 maekke 09/09/30 22:10:03
2
3 Modified: sbcl-1.0.31.ebuild ChangeLog sbcl-1.0.26-r10.ebuild
4 sbcl-1.0.27-r10.ebuild sbcl-1.0.28.ebuild
5 Log:
6 fix media-gfx/graphviz dep, bug #286615
7 (Portage version: 2.2_rc42/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.2 dev-lisp/sbcl/sbcl-1.0.31.ebuild
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-lisp/sbcl/sbcl-1.0.31.ebuild?rev=1.2&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-lisp/sbcl/sbcl-1.0.31.ebuild?rev=1.2&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-lisp/sbcl/sbcl-1.0.31.ebuild?r1=1.1&r2=1.2
15
16 Index: sbcl-1.0.31.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/dev-lisp/sbcl/sbcl-1.0.31.ebuild,v
19 retrieving revision 1.1
20 retrieving revision 1.2
21 diff -u -r1.1 -r1.2
22 --- sbcl-1.0.31.ebuild 31 Aug 2009 13:51:07 -0000 1.1
23 +++ sbcl-1.0.31.ebuild 30 Sep 2009 22:10:01 -0000 1.2
24 @@ -1,6 +1,6 @@
25 # Copyright 1999-2009 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27 -# $Header: /var/cvsroot/gentoo-x86/dev-lisp/sbcl/sbcl-1.0.31.ebuild,v 1.1 2009/08/31 13:51:07 hkbst Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/dev-lisp/sbcl/sbcl-1.0.31.ebuild,v 1.2 2009/09/30 22:10:01 maekke Exp $
29
30 EAPI=2
31
32 @@ -34,7 +34,7 @@
33 KEYWORDS="-* ~amd64 ~ppc ~sparc ~x86"
34 IUSE="ldb source +threads +unicode doc cobalt"
35
36 -DEPEND="doc? ( sys-apps/texinfo >=media-gfx/graphviz-2.20[png] )"
37 +DEPEND="doc? ( sys-apps/texinfo || ( >=media-gfx/graphviz-2.20[png] >=media-gfx/graphviz-2.24.0 ) )"
38 RDEPEND="elibc_glibc? ( >=sys-libs/glibc-2.3 || ( <sys-libs/glibc-2.6[nptl] >=sys-libs/glibc-2.6 ) )"
39 PDEPEND="dev-lisp/gentoo-init"
40
41
42
43
44 1.160 dev-lisp/sbcl/ChangeLog
45
46 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-lisp/sbcl/ChangeLog?rev=1.160&view=markup
47 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-lisp/sbcl/ChangeLog?rev=1.160&content-type=text/plain
48 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-lisp/sbcl/ChangeLog?r1=1.159&r2=1.160
49
50 Index: ChangeLog
51 ===================================================================
52 RCS file: /var/cvsroot/gentoo-x86/dev-lisp/sbcl/ChangeLog,v
53 retrieving revision 1.159
54 retrieving revision 1.160
55 diff -u -r1.159 -r1.160
56 --- ChangeLog 31 Aug 2009 13:51:07 -0000 1.159
57 +++ ChangeLog 30 Sep 2009 22:10:01 -0000 1.160
58 @@ -1,6 +1,10 @@
59 # ChangeLog for dev-lisp/sbcl
60 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
61 -# $Header: /var/cvsroot/gentoo-x86/dev-lisp/sbcl/ChangeLog,v 1.159 2009/08/31 13:51:07 hkbst Exp $
62 +# $Header: /var/cvsroot/gentoo-x86/dev-lisp/sbcl/ChangeLog,v 1.160 2009/09/30 22:10:01 maekke Exp $
63 +
64 + 30 Sep 2009; Markus Meier <maekke@g.o> sbcl-1.0.26-r10.ebuild,
65 + sbcl-1.0.27-r10.ebuild, sbcl-1.0.28.ebuild, sbcl-1.0.31.ebuild:
66 + fix media-gfx/graphviz dep, bug #286615
67
68 *sbcl-1.0.31 (31 Aug 2009)
69
70
71
72
73 1.4 dev-lisp/sbcl/sbcl-1.0.26-r10.ebuild
74
75 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-lisp/sbcl/sbcl-1.0.26-r10.ebuild?rev=1.4&view=markup
76 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-lisp/sbcl/sbcl-1.0.26-r10.ebuild?rev=1.4&content-type=text/plain
77 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-lisp/sbcl/sbcl-1.0.26-r10.ebuild?r1=1.3&r2=1.4
78
79 Index: sbcl-1.0.26-r10.ebuild
80 ===================================================================
81 RCS file: /var/cvsroot/gentoo-x86/dev-lisp/sbcl/sbcl-1.0.26-r10.ebuild,v
82 retrieving revision 1.3
83 retrieving revision 1.4
84 diff -u -r1.3 -r1.4
85 --- sbcl-1.0.26-r10.ebuild 28 Apr 2009 14:24:33 -0000 1.3
86 +++ sbcl-1.0.26-r10.ebuild 30 Sep 2009 22:10:01 -0000 1.4
87 @@ -1,6 +1,6 @@
88 # Copyright 1999-2009 Gentoo Foundation
89 # Distributed under the terms of the GNU General Public License v2
90 -# $Header: /var/cvsroot/gentoo-x86/dev-lisp/sbcl/sbcl-1.0.26-r10.ebuild,v 1.3 2009/04/28 14:24:33 mr_bones_ Exp $
91 +# $Header: /var/cvsroot/gentoo-x86/dev-lisp/sbcl/sbcl-1.0.26-r10.ebuild,v 1.4 2009/09/30 22:10:01 maekke Exp $
92
93 EAPI=2
94
95 @@ -34,7 +34,7 @@
96 KEYWORDS="-* ~amd64 ~ppc ~sparc ~x86"
97 IUSE="ldb source +threads +unicode doc cobalt"
98
99 -DEPEND="doc? ( sys-apps/texinfo >=media-gfx/graphviz-2.20[png] )"
100 +DEPEND="doc? ( sys-apps/texinfo || ( >=media-gfx/graphviz-2.20[png] >=media-gfx/graphviz-2.24.0 ) )"
101 RDEPEND="elibc_glibc? ( >=sys-libs/glibc-2.3 || ( <sys-libs/glibc-2.6[nptl] >=sys-libs/glibc-2.6 ) )"
102 PDEPEND="dev-lisp/gentoo-init"
103
104
105
106
107 1.4 dev-lisp/sbcl/sbcl-1.0.27-r10.ebuild
108
109 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-lisp/sbcl/sbcl-1.0.27-r10.ebuild?rev=1.4&view=markup
110 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-lisp/sbcl/sbcl-1.0.27-r10.ebuild?rev=1.4&content-type=text/plain
111 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-lisp/sbcl/sbcl-1.0.27-r10.ebuild?r1=1.3&r2=1.4
112
113 Index: sbcl-1.0.27-r10.ebuild
114 ===================================================================
115 RCS file: /var/cvsroot/gentoo-x86/dev-lisp/sbcl/sbcl-1.0.27-r10.ebuild,v
116 retrieving revision 1.3
117 retrieving revision 1.4
118 diff -u -r1.3 -r1.4
119 --- sbcl-1.0.27-r10.ebuild 28 Apr 2009 14:24:33 -0000 1.3
120 +++ sbcl-1.0.27-r10.ebuild 30 Sep 2009 22:10:01 -0000 1.4
121 @@ -1,6 +1,6 @@
122 # Copyright 1999-2009 Gentoo Foundation
123 # Distributed under the terms of the GNU General Public License v2
124 -# $Header: /var/cvsroot/gentoo-x86/dev-lisp/sbcl/sbcl-1.0.27-r10.ebuild,v 1.3 2009/04/28 14:24:33 mr_bones_ Exp $
125 +# $Header: /var/cvsroot/gentoo-x86/dev-lisp/sbcl/sbcl-1.0.27-r10.ebuild,v 1.4 2009/09/30 22:10:01 maekke Exp $
126
127 EAPI=2
128
129 @@ -34,7 +34,7 @@
130 KEYWORDS="-* ~amd64 ~ppc ~sparc ~x86"
131 IUSE="ldb source +threads +unicode doc cobalt"
132
133 -DEPEND="doc? ( sys-apps/texinfo >=media-gfx/graphviz-2.20[png] )"
134 +DEPEND="doc? ( sys-apps/texinfo || ( >=media-gfx/graphviz-2.20[png] >=media-gfx/graphviz-2.24.0 ) )"
135 RDEPEND="elibc_glibc? ( >=sys-libs/glibc-2.3 || ( <sys-libs/glibc-2.6[nptl] >=sys-libs/glibc-2.6 ) )"
136 PDEPEND="dev-lisp/gentoo-init"
137
138
139
140
141 1.2 dev-lisp/sbcl/sbcl-1.0.28.ebuild
142
143 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-lisp/sbcl/sbcl-1.0.28.ebuild?rev=1.2&view=markup
144 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-lisp/sbcl/sbcl-1.0.28.ebuild?rev=1.2&content-type=text/plain
145 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-lisp/sbcl/sbcl-1.0.28.ebuild?r1=1.1&r2=1.2
146
147 Index: sbcl-1.0.28.ebuild
148 ===================================================================
149 RCS file: /var/cvsroot/gentoo-x86/dev-lisp/sbcl/sbcl-1.0.28.ebuild,v
150 retrieving revision 1.1
151 retrieving revision 1.2
152 diff -u -r1.1 -r1.2
153 --- sbcl-1.0.28.ebuild 4 May 2009 18:11:08 -0000 1.1
154 +++ sbcl-1.0.28.ebuild 30 Sep 2009 22:10:01 -0000 1.2
155 @@ -1,6 +1,6 @@
156 # Copyright 1999-2009 Gentoo Foundation
157 # Distributed under the terms of the GNU General Public License v2
158 -# $Header: /var/cvsroot/gentoo-x86/dev-lisp/sbcl/sbcl-1.0.28.ebuild,v 1.1 2009/05/04 18:11:08 hkbst Exp $
159 +# $Header: /var/cvsroot/gentoo-x86/dev-lisp/sbcl/sbcl-1.0.28.ebuild,v 1.2 2009/09/30 22:10:01 maekke Exp $
160
161 EAPI=2
162
163 @@ -34,7 +34,7 @@
164 KEYWORDS="-* ~amd64 ~ppc ~sparc ~x86"
165 IUSE="ldb source +threads +unicode doc cobalt"
166
167 -DEPEND="doc? ( sys-apps/texinfo >=media-gfx/graphviz-2.20[png] )"
168 +DEPEND="doc? ( sys-apps/texinfo || ( >=media-gfx/graphviz-2.20[png] >=media-gfx/graphviz-2.24.0 ) )"
169 RDEPEND="elibc_glibc? ( >=sys-libs/glibc-2.3 || ( <sys-libs/glibc-2.6[nptl] >=sys-libs/glibc-2.6 ) )"
170 PDEPEND="dev-lisp/gentoo-init"