commit: aff7d53d1c93f2205c7ef2172c2086731803c837 Author: Chema Alonso <nimiux <AT> gentoo <DOT> org> AuthorDate: Sat Jul 26 15:46:06 2014 +0000 Commit: José María Alonso <nimiux <AT> gentoo <DOT> org> CommitDate: Sat Jul 26 15:46:06 2014 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/lisp.git;a=commit;h=aff7d53d
dev-lisp/madeira-port: new live ebuild --- dev-lisp/madeira-port/madeira-port-9999.ebuild | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) diff --git a/dev-lisp/madeira-port/madeira-port-9999.ebuild b/dev-lisp/madeira-port/madeira-port-9999.ebuild new file mode 100644 index 0000000..6de19e4 --- /dev/null +++ b/dev-lisp/madeira-port/madeira-port-9999.ebuild @@ -0,0 +1,19 @@ +# Copyright 1999-2014 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +EAPI=5 + +inherit common-lisp-3 git-2 + +DESCRIPTION="Makes it easy to specify implementation (or feature) dependent files as part of an ASDF system" +HOMEPAGE="https://github.com/nikodemus/madeira-port" +EGIT_REPO_URI="git://github.com/nikodemus/${PN}.git" + +LICENSE="MIT" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="" + +DEPEND="dev-lisp/eos" +RDEPEND="${DEPEND}"
