Gentoo Archives: gentoo-commits

From: "José María Alonso" <nimiux@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/lisp:master commit in: dev-lisp/cl-prevalence/
Date: Fri, 06 Dec 2013 20:57:42
Message-Id: 1386363503.f7604197584f6fd1a4e3b73cc884a5ea2f95ae21.nimiux@gentoo
1 commit: f7604197584f6fd1a4e3b73cc884a5ea2f95ae21
2 Author: Chema Alonso <nimiux <AT> gentoo <DOT> org>
3 AuthorDate: Fri Dec 6 20:58:23 2013 +0000
4 Commit: José María Alonso <nimiux <AT> gentoo <DOT> org>
5 CommitDate: Fri Dec 6 20:58:23 2013 +0000
6 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/lisp.git;a=commit;h=f7604197
7
8 dev-lisp/cl-prevalence: bump to version 3.5
9
10 ---
11 dev-lisp/cl-prevalence/cl-prevalence-3.5.ebuild | 29 +++++++++++++++++++++++++
12 1 file changed, 29 insertions(+)
13
14 diff --git a/dev-lisp/cl-prevalence/cl-prevalence-3.5.ebuild b/dev-lisp/cl-prevalence/cl-prevalence-3.5.ebuild
15 new file mode 100644
16 index 0000000..aebc929
17 --- /dev/null
18 +++ b/dev-lisp/cl-prevalence/cl-prevalence-3.5.ebuild
19 @@ -0,0 +1,29 @@
20 +# Copyright 1999-2013 Gentoo Foundation
21 +# Distributed under the terms of the GNU General Public License v2
22 +# $Header: $
23 +
24 +EAPI=5
25 +
26 +inherit common-lisp-3 mercurial
27 +
28 +DESCRIPTION="CL-PREVALENCE is an implementation of Object Prevalence for Common Lisp."
29 +HOMEPAGE="http://www.common-lisp.net/project/cl-prevalence/"
30 +SRC_URI="http://bitbucket.org/skypher/cl-prevalence/get/${PV}.gz -> ${P}.gz"
31 +
32 +LICENSE="LLGPL-2.1"
33 +SLOT="0"
34 +KEYWORDS="~amd64 ~ppc ~sparc ~x86"
35 +IUSE=""
36 +
37 +RDEPEND="dev-lisp/s-xml
38 + dev-lisp/s-sysdeps"
39 +
40 +#src_unpack() {
41 + #unpack ${A}
42 + #test -f "${S}"/Makefile && rm -f "${S}"/Makefile
43 +#}
44 +
45 +#src_install() {
46 + #common-lisp-install ${PN}.asd src test
47 + #common-lisp-symlink-asdf
48 +#}