commit: e2dec90599bbc0eba6432813efcca1896f3b3fd2 Author: Chema Alonso Josa <nimiux <AT> gentoo <DOT> org> AuthorDate: Sun Dec 4 18:45:35 2016 +0000 Commit: José María Alonso <nimiux <AT> gentoo <DOT> org> CommitDate: Sun Dec 4 18:45:35 2016 +0000 URL: https://gitweb.gentoo.org/proj/lisp.git/commit/?id=e2dec905
dev-lisp/filtered-functions: Bumps version to 0.2.0 .../filtered-functions/filtered-functions-0.2.0.ebuild | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/dev-lisp/filtered-functions/filtered-functions-0.2.0.ebuild b/dev-lisp/filtered-functions/filtered-functions-0.2.0.ebuild new file mode 100644 index 0000000..b42375d --- /dev/null +++ b/dev-lisp/filtered-functions/filtered-functions-0.2.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 CLOS extension for filtered dispatch. Requires Closer to MOP." +HOMEPAGE="http://common-lisp.net/project/closer/filtered.html" +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/closer-mop"
