commit: a34cce137f6f4b5e82319e0c67e30dff7bef5764 Author: Chema Alonso Josa <nimiux <AT> gentoo <DOT> org> AuthorDate: Sun Dec 4 18:52:33 2016 +0000 Commit: José María Alonso <nimiux <AT> gentoo <DOT> org> CommitDate: Sun Dec 4 18:52:33 2016 +0000 URL: https://gitweb.gentoo.org/proj/lisp.git/commit/?id=a34cce13
dev-lisp/contextl: Bumps version to 1.0.0 dev-lisp/contextl/contextl-1.0.0.ebuild | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/dev-lisp/contextl/contextl-1.0.0.ebuild b/dev-lisp/contextl/contextl-1.0.0.ebuild new file mode 100644 index 0000000..5834ee2 --- /dev/null +++ b/dev-lisp/contextl/contextl-1.0.0.ebuild @@ -0,0 +1,20 @@ +# Copyright 1999-2016 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=6 + +inherit common-lisp-3 + +DESCRIPTION="CLOS extension for context-oriented Programming" +HOMEPAGE="http://common-lisp.net/project/closer/" +SRC_URI="https://github.com/pcostanza/contextl/archive/v1.0.0.tar.gz" + +LICENSE="MIT" +SLOT="0" +KEYWORDS="~amd64 ~ppc ~sparc ~x86" +IUSE="" + +RDEPEND="!dev-lisp/cl-${PN} + dev-lisp/lw-compat + >=dev-lisp/closer-mop-0.60"
