commit: ebf3e6d65d6f808483b0786bdb95373bbbb82fcb Author: Chema Alonso Josa <nimiux <AT> gentoo <DOT> org> AuthorDate: Tue Feb 14 22:17:03 2017 +0000 Commit: José María Alonso <nimiux <AT> gentoo <DOT> org> CommitDate: Tue Feb 14 22:17:03 2017 +0000 URL: https://gitweb.gentoo.org/proj/lisp.git/commit/?id=ebf3e6d6
dev-lisp/anaphora: Bumps version to 0.9.6 dev-lisp/anaphora/anaphora-0.9.6.ebuild | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/dev-lisp/anaphora/anaphora-0.9.6.ebuild b/dev-lisp/anaphora/anaphora-0.9.6.ebuild new file mode 100644 index 00000000..8ccf724b --- /dev/null +++ b/dev-lisp/anaphora/anaphora-0.9.6.ebuild @@ -0,0 +1,18 @@ +# Copyright 1999-2017 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=6 + +inherit common-lisp-3 + +DESCRIPTION="Anaphoric macro collection for Common Lisp" +HOMEPAGE="http://www.common-lisp.net/project/anaphora/" +SRC_URI="https://github.com/tokenrove/${PN}/archive/${PV}.tar.gz -> ${PF}.tar.gz" + +LICENSE="public-domain" +SLOT="0" +KEYWORDS="~amd64 ~ppc ~sparc ~x86" +IUSE="" + +RDEPEND="!dev-lisp/cl-${PN}"
