commit: 0b2ceeebd86305871edd98e40448eb278e8c5073 Author: Chema Alonso Josa <nimiux <AT> gentoo <DOT> org> AuthorDate: Sun Dec 4 18:57:25 2016 +0000 Commit: José María Alonso <nimiux <AT> gentoo <DOT> org> CommitDate: Sun Dec 4 18:57:25 2016 +0000 URL: https://gitweb.gentoo.org/proj/lisp.git/commit/?id=0b2ceeeb
dev-lisp/mop-features: Bumps version to 1.0.0 dev-lisp/mop-features/mop-features-1.0.0.ebuild | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/dev-lisp/mop-features/mop-features-1.0.0.ebuild b/dev-lisp/mop-features/mop-features-1.0.0.ebuild new file mode 100644 index 0000000..3a4dd36 --- /dev/null +++ b/dev-lisp/mop-features/mop-features-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="Provides a way to check what features a Common Lisp implementation supports." +HOMEPAGE="http://common-lisp.net/project/closer/features.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/lw-compat" + +CLSYSTEMS="mop-feature-tests"
