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/madeira-port/
Date: Sat, 26 Jul 2014 15:45:18
Message-Id: 1406389566.aff7d53d1c93f2205c7ef2172c2086731803c837.nimiux@gentoo
1 commit: aff7d53d1c93f2205c7ef2172c2086731803c837
2 Author: Chema Alonso <nimiux <AT> gentoo <DOT> org>
3 AuthorDate: Sat Jul 26 15:46:06 2014 +0000
4 Commit: José María Alonso <nimiux <AT> gentoo <DOT> org>
5 CommitDate: Sat Jul 26 15:46:06 2014 +0000
6 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/lisp.git;a=commit;h=aff7d53d
7
8 dev-lisp/madeira-port: new live ebuild
9
10 ---
11 dev-lisp/madeira-port/madeira-port-9999.ebuild | 19 +++++++++++++++++++
12 1 file changed, 19 insertions(+)
13
14 diff --git a/dev-lisp/madeira-port/madeira-port-9999.ebuild b/dev-lisp/madeira-port/madeira-port-9999.ebuild
15 new file mode 100644
16 index 0000000..6de19e4
17 --- /dev/null
18 +++ b/dev-lisp/madeira-port/madeira-port-9999.ebuild
19 @@ -0,0 +1,19 @@
20 +# Copyright 1999-2014 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="Makes it easy to specify implementation (or feature) dependent files as part of an ASDF system"
29 +HOMEPAGE="https://github.com/nikodemus/madeira-port"
30 +EGIT_REPO_URI="git://github.com/nikodemus/${PN}.git"
31 +
32 +LICENSE="MIT"
33 +SLOT="0"
34 +KEYWORDS="~amd64 ~x86"
35 +IUSE=""
36 +
37 +DEPEND="dev-lisp/eos"
38 +RDEPEND="${DEPEND}"