Gentoo Archives: gentoo-commits

From: "Jesus Rivero (neurogeek)" <neurogeek@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-lisp/asdf: asdf-1.86-r1.ebuild ChangeLog asdf-1.89.ebuild metadata.xml
Date: Sat, 07 Apr 2012 09:54:13
Message-Id: 20120407095403.0BDD32004B@flycatcher.gentoo.org
1 neurogeek 12/04/07 09:54:03
2
3 Added: asdf-1.86-r1.ebuild ChangeLog asdf-1.89.ebuild
4 metadata.xml
5 Log:
6 Renamed dev-lisp/cl-asdf to dev-lisp/asdf
7
8 (Portage version: 2.2.0_alpha95/cvs/Linux i686, RepoMan options: --force)
9
10 Revision Changes Path
11 1.1 dev-lisp/asdf/asdf-1.86-r1.ebuild
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lisp/asdf/asdf-1.86-r1.ebuild?rev=1.1&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lisp/asdf/asdf-1.86-r1.ebuild?rev=1.1&content-type=text/plain
15
16 Index: asdf-1.86-r1.ebuild
17 ===================================================================
18 # Copyright 1999-2012 Gentoo Foundation
19 # Distributed under the terms of the GNU General Public License v2
20 # $Header: /var/cvsroot/gentoo-x86/dev-lisp/asdf/asdf-1.86-r1.ebuild,v 1.1 2012/04/07 09:54:02 neurogeek Exp $
21
22 EAPI="3"
23 DEB_PV="1"
24 MY_PN="cl-${PN}"
25 MY_P="${MY_PN}-${PV}"
26
27 inherit eutils
28
29 DESCRIPTION="ASDF is Another System Definition Facility for Common Lisp"
30 HOMEPAGE="http://packages.debian.org/unstable/devel/cl-asdf"
31 SRC_URI="mirror://gentoo/${MY_PN}_${PV}.orig.tar.gz
32 mirror://gentoo/${MY_PN}_${PV}-${DEB_PV}.diff.gz"
33
34 LICENSE="MIT"
35 SLOT="0"
36 KEYWORDS="amd64 ~mips ppc ppc64 s390 sparc x86"
37 IUSE="examples"
38
39 DEPEND=""
40 RDEPEND="${DEPEND}"
41
42 EPATCH_SOURCE="${WORKDIR}"
43 S="${WORKDIR}"/${MY_P}
44
45 src_prepare() {
46 epatch ${MY_PN}_${PV}-${DEB_PV}.diff || die
47 }
48
49 src_install() {
50 insinto /usr/share/common-lisp/source/asdf
51 doins asdf.lisp wild-modules.lisp asdf-install.lisp
52
53 dodoc README
54
55 if use examples; then
56 insinto /usr/share/doc/${PF}/examples
57 doins test/*
58 fi
59 }
60
61
62
63 1.1 dev-lisp/asdf/ChangeLog
64
65 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lisp/asdf/ChangeLog?rev=1.1&view=markup
66 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lisp/asdf/ChangeLog?rev=1.1&content-type=text/plain
67
68 Index: ChangeLog
69 ===================================================================
70 # ChangeLog for dev-lisp/asdf
71 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
72 # $Header: /var/cvsroot/gentoo-x86/dev-lisp/asdf/ChangeLog,v 1.1 2012/04/07 09:54:02 neurogeek Exp $
73
74 *asdf-1.89 (07 Apr 2012)
75 *asdf-1.86-r1 (07 Apr 2012)
76
77 07 Apr 2012; Jesus Rivero <neurogeek@g.o> +asdf-1.86-r1.ebuild,
78 +asdf-1.89.ebuild, +metadata.xml:
79 Renamed dev-lisp/cl-asdf to dev-lisp/asdf
80
81 07 Jan 2010; Christian Faulhammer <fauli@g.o> cl-asdf-1.89.ebuild:
82 Transfer Prefix keywords
83
84 10 Jan 2009; Raúl Porcel <armin76@g.o> cl-asdf-1.89.ebuild:
85 alpha/ia64/s390/sparc/x86 stable
86
87 07 Jul 2008; Raúl Porcel <armin76@g.o> cl-asdf-1.89.ebuild:
88 Add ~alpha/~ia64 wrt #229217
89
90 27 Mar 2008; Raúl Porcel <armin76@g.o> cl-asdf-1.86-r1.ebuild,
91 cl-asdf-1.89.ebuild:
92 Fix debian HOMEPAGE
93
94 28 Nov 2007; Fabian Groffen <grobian@g.o> cl-asdf-1.86-r1.ebuild,
95 cl-asdf-1.89.ebuild:
96 Dropped ppc-macos keyword, see you in prefix
97
98 03 Feb 2007; Diego Pettenò <flameeyes@g.o> cl-asdf-1.86-r1.ebuild,
99 cl-asdf-1.89.ebuild:
100 Use mirror://debian/ where applicable, or use mirror://gentoo/ if the file
101 has been removed from debian's mirrors.
102
103 07 May 2006; Markus Rothe <corsair@g.o> cl-asdf-1.86-r1.ebuild:
104 Stable on ppc64
105
106 *cl-asdf-1.89 (01 May 2006)
107
108 01 May 2006; Matthew Kennedy <mkennedy@g.o> +cl-asdf-1.89.ebuild:
109 New upstream version synchronizes with the revision Debian is using.
110
111 17 Dec 2005; Markus Rothe <corsair@g.o> cl-asdf-1.86-r1.ebuild:
112 Added ~ppc64
113
114 01 Sep 2005; Matthew Kennedy <mkennedy@g.o> cl-asdf-1.86-r1.ebuild:
115 Correct documentation install path; Resolves Bug #99387.
116
117 01 Sep 2005; Matthew Kennedy <mkennedy@g.o> cl-asdf-1.86-r1.ebuild:
118 Keywording stable amd64, sparc.
119
120 24 May 2005; <mkennedy@g.o> cl-asdf-1.86-r1.ebuild:
121 Keywording ~sparc
122
123 15 Apr 2005; Matthew Kennedy <mkennedy@g.o> -cl-asdf-1.73b.ebuild,
124 -cl-asdf-1.77.2.ebuild, -cl-asdf-1.78.ebuild, -cl-asdf-1.81.ebuild,
125 -cl-asdf-1.84.ebuild, -cl-asdf-1.86.ebuild:
126 Remove old ebuilds.
127
128 14 Apr 2005; Matthew Kennedy <mkennedy@g.o> cl-asdf-1.86-r1.ebuild:
129 Keywording for x86.
130
131 16 Mar 2005; Matthew Kennedy <mkennedy@g.o> cl-asdf-1.86-r1.ebuild:
132 Keywording for ~amd64
133
134 *cl-asdf-1.86-r1 (31 Jan 2005)
135
136 31 Jan 2005; Matthew Kennedy <mkennedy@g.o>
137 +cl-asdf-1.86-r1.ebuild:
138 Support for Common Lisp Controller v4; Install asdf-install.lisp
139
140 28 Nov 2004; Joseph Jezak <josejx@g.o> cl-asdf-1.86.ebuild:
141 Marked ppc stable.
142
143 21 Nov 2004; Nick Dimiduk <ndimiduk@g.o> cl-asdf-1.86.ebuild:
144 Added ~ppc-macos keyword
145
146 *cl-asdf-1.86 (04 Nov 2004)
147
148 04 Nov 2004; Matthew Kenendy <mkennedy@g.o> cl-asdf-1.84.ebuild,
149 +cl-asdf-1.86.ebuild:
150 New upstream version.
151
152 *cl-asdf-1.84 (01 Aug 2004)
153
154 24 Sep 2004; <ndimiduk@g.o> cl-asdf-1.84.ebuild:
155 Adding ~ppc-macos keyword. Fixing directories as per bug #61542
156
157 01 Aug 2004; <mkennedy@g.o> +cl-asdf-1.84.ebuild:
158 New upstream version; Required by SBCL w/ package locking
159
160 15 Apr 2004; Michael McCabe <randy@g.o> cl-asdf-1.81.ebuild:
161 adding s390 keyword
162
163 12 Feb 2004; <mkennedy@g.o> cl-asdf-1.81.ebuild:
164 Cleanup for eclass changes.
165
166 28 Jan 2004; <mkennedy@g.o> cl-asdf-1.81.ebuild:
167 ~mips and ~ppc
168
169 *cl-asdf-1.81 (27 Jan 2004)
170
171 27 Jan 2004; <mkennedy@g.o> cl-asdf-1.81.ebuild:
172 New upstream.
173
174 *cl-asdf-1.78 (16 Oct 2003)
175
176 16 Oct 2003; Matthew Kennedy <mkennedy@g.o> cl-asdf-1.78.ebuild,
177 metadata.xml:
178 new upstream
179
180 *cl-asdf-1.78 (16 Oct 2003)
181
182 16 Oct 2003; Matthew Kennedy <mkennedy@g.o> cl-asdf-1.78.ebuild,
183 metadata.xml:
184 new upstream
185
186 07 Oct 2003; Matthew Kennedy <mkennedy@g.o> cl-asdf-1.77.2.ebuild:
187 minor clean up and unmask for x86
188
189 *cl-asdf-1.77.2 (28 Aug 2003)
190
191 28 Aug 2003; Matthew Kennedy <mkennedy@g.o> cl-asdf-1.77.2.ebuild:
192 minor version update
193
194 22 Aug 2003; Jason Wever <weeve@g.o> cl-asdf-1.73b.ebuild:
195 Added ~sparc to keywords
196
197 *cl-asdf-1.73b (07 Jul 2003)
198
199 07 Jul 2003; Matthew Kennedy <mkennedy@g.o> :
200 initial import
201
202
203
204
205 1.1 dev-lisp/asdf/asdf-1.89.ebuild
206
207 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lisp/asdf/asdf-1.89.ebuild?rev=1.1&view=markup
208 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lisp/asdf/asdf-1.89.ebuild?rev=1.1&content-type=text/plain
209
210 Index: asdf-1.89.ebuild
211 ===================================================================
212 # Copyright 1999-2012 Gentoo Foundation
213 # Distributed under the terms of the GNU General Public License v2
214 # $Header: /var/cvsroot/gentoo-x86/dev-lisp/asdf/asdf-1.89.ebuild,v 1.1 2012/04/07 09:54:02 neurogeek Exp $
215
216 EAPI="3"
217 DEB_PV="1"
218 MY_PN="cl-${PN}"
219 MY_P="${MY_PN}-${PV}"
220
221 inherit eutils
222
223 DESCRIPTION="ASDF is Another System Definition Facility for Common Lisp"
224 HOMEPAGE="http://packages.debian.org/unstable/devel/cl-asdf"
225 SRC_URI="mirror://gentoo/${MY_PN}_${PV}.orig.tar.gz
226 mirror://gentoo/${MY_PN}_${PV}-${DEB_PV}.diff.gz"
227
228 LICENSE="MIT"
229 SLOT="0"
230 KEYWORDS="alpha ~amd64 ia64 ~mips ~ppc ~ppc64 s390 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x86-solaris"
231 IUSE="examples"
232
233 DEPEND=""
234 RDEPEND="${DEPEND}"
235
236 EPATCH_SOURCE="${WORKDIR}"
237 S="${WORKDIR}"/${MY_P}.orig
238
239 src_prepare() {
240 epatch ${MY_PN}_${PV}-${DEB_PV}.diff || die
241 }
242
243 src_install() {
244 insinto /usr/share/common-lisp/source/asdf
245 doins asdf.lisp wild-modules.lisp asdf-install.lisp
246 dodoc README
247
248 if use examples; then
249 insinto /usr/share/doc/${PF}/examples
250 doins test/*
251 fi
252 }
253
254
255
256 1.1 dev-lisp/asdf/metadata.xml
257
258 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lisp/asdf/metadata.xml?rev=1.1&view=markup
259 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lisp/asdf/metadata.xml?rev=1.1&content-type=text/plain
260
261 Index: metadata.xml
262 ===================================================================
263 <?xml version="1.0" encoding="UTF-8"?>
264 <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
265 <pkgmetadata>
266 <herd>common-lisp</herd>
267 </pkgmetadata>