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/closer-mop/
Date: Tue, 03 Dec 2013 12:49:43
Message-Id: 1386075027.45be0b267da251d582f50a10dd85835489b1dbe0.nimiux@gentoo
1 commit: 45be0b267da251d582f50a10dd85835489b1dbe0
2 Author: Chema Alonso <nimiux <AT> gentoo <DOT> org>
3 AuthorDate: Tue Dec 3 12:50:27 2013 +0000
4 Commit: José María Alonso <nimiux <AT> gentoo <DOT> org>
5 CommitDate: Tue Dec 3 12:50:27 2013 +0000
6 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/lisp.git;a=commit;h=45be0b26
7
8 dev-lisp/closer-mop: bump to version 1.0.0
9
10 ---
11 dev-lisp/closer-mop/closer-mop-1.0.0.ebuild | 28 ++++++++++++++++++++++++++++
12 1 file changed, 28 insertions(+)
13
14 diff --git a/dev-lisp/closer-mop/closer-mop-1.0.0.ebuild b/dev-lisp/closer-mop/closer-mop-1.0.0.ebuild
15 new file mode 100644
16 index 0000000..1a942d2
17 --- /dev/null
18 +++ b/dev-lisp/closer-mop/closer-mop-1.0.0.ebuild
19 @@ -0,0 +1,28 @@
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
27 +
28 +MY_P="closer-${PN}-4692dc1b392494dd439618e08657ecbbc8f39411"
29 +
30 +DESCRIPTION="Closer to MOP is a Common Lisp Metaobject Protocol compatibility layer."
31 +HOMEPAGE="http://common-lisp.net/project/closer/closer-mop.html"
32 +SRC_URI="http://sourceforge.net/code-snapshots/git/c/cl/closer/${PN}.git/${MY_P}.zip -> ${P}.zip"
33 +
34 +LICENSE="MIT"
35 +SLOT="0"
36 +KEYWORDS="~amd64 ~ppc ~sparc ~x86"
37 +IUSE=""
38 +
39 +RDEPEND="!dev-lisp/cl-${PN}"
40 +
41 +S="${WORKDIR}"/"${MY_P}"
42 +
43 +src_install() {
44 + common-lisp-install-sources *.lisp
45 + common-lisp-install-asdf
46 + dodoc *.txt
47 +}