commit: 5e6f9d302d121ba25170d6a6c4c652759a7fa8a2 Author: Chema Alonso Josa <nimiux <AT> gentoo <DOT> org> AuthorDate: Fri Dec 18 22:00:50 2015 +0000 Commit: José María Alonso <nimiux <AT> gentoo <DOT> org> CommitDate: Fri Dec 18 22:00:50 2015 +0000 URL: https://gitweb.gentoo.org/proj/lisp.git/commit/?id=5e6f9d30
dev-lisp/fiveam: bump to version 1.2 dev-lisp/fiveam/fiveam-1.2.ebuild | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) diff --git a/dev-lisp/fiveam/fiveam-1.2.ebuild b/dev-lisp/fiveam/fiveam-1.2.ebuild new file mode 100644 index 0000000..88552b0 --- /dev/null +++ b/dev-lisp/fiveam/fiveam-1.2.ebuild @@ -0,0 +1,28 @@ +# Copyright 1999-2015 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=5 + +inherit common-lisp-3 + +MY_PV="v${PV}" + +DESCRIPTION="FiveAM is a simple regression testing framework designed for Common Lisp." +HOMEPAGE="http://common-lisp.net/project/fiveam/" +SRC_URI="https://github.com/cl-fiveam/fiveam/archive/${MY_PV}.tar.gz -> ${P}.tar.gz" + +LICENSE="BSD" +SLOT="0" +KEYWORDS="~amd64 ~x86 ~sparc ~ppc" +IUSE="" + +RDEPEND="!dev-lisp/cl-${PN} + !dev-lisp/cl-${PN}-darcs + dev-lisp/alexandria" + +src_install() { + common-lisp-install-sources -t all docs src t version.lisp-expr + common-lisp-install-asdf + dodoc README +}