commit: 60b57de271905d6f076d2ac78695418e9b781044 Author: Chema Alonso Josa <nimiux <AT> gentoo <DOT> org> AuthorDate: Sun Dec 4 17:58:40 2016 +0000 Commit: José María Alonso <nimiux <AT> gentoo <DOT> org> CommitDate: Sun Dec 4 17:58:40 2016 +0000 URL: https://gitweb.gentoo.org/proj/lisp.git/commit/?id=60b57de2
dev-lisp/lw-compat: Bumps version to 1.0.0 dev-lisp/lw-compat/lw-compat-1.0.0.ebuild | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/dev-lisp/lw-compat/lw-compat-1.0.0.ebuild b/dev-lisp/lw-compat/lw-compat-1.0.0.ebuild new file mode 100644 index 0000000..a7bf1a6 --- /dev/null +++ b/dev-lisp/lw-compat/lw-compat-1.0.0.ebuild @@ -0,0 +1,18 @@ +# Copyright 1999-2016 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=6 + +inherit common-lisp-3 + +DESCRIPTION="A few utility functions from the LispWorks library" +HOMEPAGE="http://common-lisp.net/project/closer" +SRC_URI="https://github.com/pcostanza/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" + +LICENSE="MIT" +SLOT="0" +KEYWORDS="~amd64 ~ppc ~sparc ~x86" +IUSE="" + +RDEPEND="!dev-lisp/cl-${PN}"
