commit: 822c0cedcb3ca2000a0fab5f7539aa70ab695348 Author: Chema Alonso <nimiux <AT> gentoo <DOT> org> AuthorDate: Sat Dec 13 23:50:21 2014 +0000 Commit: José María Alonso <nimiux <AT> gentoo <DOT> org> CommitDate: Sat Dec 13 23:50:21 2014 +0000 URL: http://sources.gentoo.org/gitweb/?p=proj/lisp.git;a=commit;h=822c0ced
dev-lisp/trivial-backtrace: bump to version 1.1.0 --- .../trivial-backtrace-1.1.0.ebuild | 25 ++++++++++++++++++++++ 1 file changed, 25 insertions(+) diff --git a/dev-lisp/trivial-backtrace/trivial-backtrace-1.1.0.ebuild b/dev-lisp/trivial-backtrace/trivial-backtrace-1.1.0.ebuild new file mode 100644 index 0000000..6446db8 --- /dev/null +++ b/dev-lisp/trivial-backtrace/trivial-backtrace-1.1.0.ebuild @@ -0,0 +1,25 @@ +# Copyright 1999-2010 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +EAPI=5 + +inherit common-lisp-3 eutils + +DESCRIPTION="A simple library for generating a backtrace portably." +HOMEPAGE="http://common-lisp.net/project/trivial-backtrace" +SRC_URI="http://dev.gentoo.org/~nimiux/dev-lisp/${PN}/${P}.tar.gz" + +LICENSE="MIT BSD" +SLOT="0" +KEYWORDS="~amd64 ~ppc ~sparc ~x86" +IUSE="" + +S="${WORKDIR}/${PN}" + +CLSYSTEMS="${PN} ${PN}-test" + +src_install() { + common-lisp-3_src_install + dodoc *.config +}