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/s-sysdeps/
Date: Fri, 06 Dec 2013 20:48:59
Message-Id: 1386362971.49b3271c23cd6c092bed4ad4f0d184ed4d685b63.nimiux@gentoo
1 commit: 49b3271c23cd6c092bed4ad4f0d184ed4d685b63
2 Author: Chema Alonso <nimiux <AT> gentoo <DOT> org>
3 AuthorDate: Fri Dec 6 20:49:31 2013 +0000
4 Commit: José María Alonso <nimiux <AT> gentoo <DOT> org>
5 CommitDate: Fri Dec 6 20:49:31 2013 +0000
6 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/lisp.git;a=commit;h=49b3271c
7
8 dev-lisp/s-sysdeps: new live ebuild
9
10 ---
11 dev-lisp/s-sysdeps/s-sysdeps-9999.ebuild | 25 +++++++++++++++++++++++++
12 1 file changed, 25 insertions(+)
13
14 diff --git a/dev-lisp/s-sysdeps/s-sysdeps-9999.ebuild b/dev-lisp/s-sysdeps/s-sysdeps-9999.ebuild
15 new file mode 100644
16 index 0000000..f27fa6d
17 --- /dev/null
18 +++ b/dev-lisp/s-sysdeps/s-sysdeps-9999.ebuild
19 @@ -0,0 +1,25 @@
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 git-2
27 +
28 +DESCRIPTION="A Common Lisp abstraction layer over platform dependent functionality."
29 +HOMEPAGE="https://github.com/svenvc/s-sysdeps"
30 +EGIT_REPO_URI="git://github.com/svenvc/${PN}.git"
31 +
32 +LICENSE="LLGPL-2.1"
33 +SLOT="0"
34 +KEYWORDS="~amd64 ~ppc ~sparc ~x86"
35 +IUSE=""
36 +
37 +RDEPEND="!dev-lisp/cl-${PN}"
38 +
39 +#src_install() {
40 + #common-lisp-install-sources src test
41 + #common-lisp-install-asdf ${PN}.asd
42 + #dohtml doc/*.html
43 + #dodoc README.txt
44 +#}