commit: 098faa3707931a5e497c0026fd1a3362d1b0849d Author: Chema Alonso <nimiux <AT> gentoo <DOT> org> AuthorDate: Fri Apr 18 18:01:30 2014 +0000 Commit: José María Alonso <nimiux <AT> gentoo <DOT> org> CommitDate: Fri Apr 18 18:01:30 2014 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/lisp.git;a=commit;h=098faa37
dev-lisp/cl-launch: bump to version 4.0.3 --- dev-lisp/cl-launch/cl-launch-4.0.3.ebuild | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) diff --git a/dev-lisp/cl-launch/cl-launch-4.0.3.ebuild b/dev-lisp/cl-launch/cl-launch-4.0.3.ebuild new file mode 100644 index 0000000..35b00a9 --- /dev/null +++ b/dev-lisp/cl-launch/cl-launch-4.0.3.ebuild @@ -0,0 +1,21 @@ +# Copyright 1999-2014 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +EAPI=5 + +inherit common-lisp-3 + +DESCRIPTION="cl-launch is a unix utility to make your Lisp software easily invokable from the shell command-line." +HOMEPAGE="http://www.cliki.net/cl-launch" +SRC_URI="http://common-lisp.net/project/xcvb/${PN}/${P}.tar.gz" +LICENSE="LLGPL-2.1" + +SLOT="0" +KEYWORDS="~amd64 ~ppc ~sparc ~x86" +IUSE="" + +src_install() { + mkdir -p "${D}/usr/bin" || die + emake PREFIX="${D}/usr" install +}
