diff options
author | Matthew Kennedy <mkennedy@gentoo.org> | 2006-11-19 07:34:13 +0000 |
---|---|---|
committer | Matthew Kennedy <mkennedy@gentoo.org> | 2006-11-19 07:34:13 +0000 |
commit | 6c5e40ad7d743cc517b14778b61266a012b7299e (patch) | |
tree | 1a4e33d7d7daaf61f5fac5f55a67e50c9c79e4cd | |
parent | remove lynx dump line bug 152348 (diff) | |
download | gentoo-2-6c5e40ad7d743cc517b14778b61266a012b7299e.tar.gz gentoo-2-6c5e40ad7d743cc517b14778b61266a012b7299e.tar.bz2 gentoo-2-6c5e40ad7d743cc517b14778b61266a012b7299e.zip |
New upstream version.
(Portage version: 2.1.2_rc2)
-rw-r--r-- | dev-lisp/cl-launch/ChangeLog | 7 | ||||
-rw-r--r-- | dev-lisp/cl-launch/cl-launch-2.02.ebuild | 29 | ||||
-rw-r--r-- | dev-lisp/cl-launch/files/digest-cl-launch-2.02 | 3 |
3 files changed, 38 insertions, 1 deletions
diff --git a/dev-lisp/cl-launch/ChangeLog b/dev-lisp/cl-launch/ChangeLog index 7434fdff7bd4..a92e38039fa0 100644 --- a/dev-lisp/cl-launch/ChangeLog +++ b/dev-lisp/cl-launch/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for dev-lisp/cl-launch # Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lisp/cl-launch/ChangeLog,v 1.7 2006/09/18 02:40:29 mkennedy Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lisp/cl-launch/ChangeLog,v 1.8 2006/11/19 07:34:13 mkennedy Exp $ + +*cl-launch-2.02 (19 Nov 2006) + + 19 Nov 2006; Matthew Kennedy <mkennedy@gentoo.org> +cl-launch-2.02.ebuild: + New upstream version. *cl-launch-1.88 (18 Sep 2006) diff --git a/dev-lisp/cl-launch/cl-launch-2.02.ebuild b/dev-lisp/cl-launch/cl-launch-2.02.ebuild new file mode 100644 index 000000000000..6cd30ef8c37c --- /dev/null +++ b/dev-lisp/cl-launch/cl-launch-2.02.ebuild @@ -0,0 +1,29 @@ +# Copyright 1999-2006 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-lisp/cl-launch/cl-launch-2.02.ebuild,v 1.1 2006/11/19 07:34:13 mkennedy Exp $ + +inherit eutils common-lisp + +DESCRIPTION="cl-launch is a utility to make Common Lisp software easily invokable from the command-line." +HOMEPAGE="http://www.cliki.net/cl-launch" +SRC_URI="http://fare.tunes.org/files/cl-launch/cl-launch_${PV}.orig.tar.gz" +LICENSE="No-Problem-Bugroff LLGPL-2.1" +SLOT="0" +KEYWORDS="~sparc ~ppc ~amd64 ~x86" +IUSE="" +DEPEND="" + +CLPACKAGE='cl-launch' + +src_compile() { + ./cl-launch.sh -I /usr/share/common-lisp/cl-launch \ + -B generate_install_files + ./cl-launch.sh -I /usr/share/common-lisp/cl-launch \ + -B print_cl_launch_asd >cl-launch.asd +} + +src_install() { + dobin cl-launch + common-lisp-install header.lisp wrapper.sh cl-launch.asd + common-lisp-system-symlink +} diff --git a/dev-lisp/cl-launch/files/digest-cl-launch-2.02 b/dev-lisp/cl-launch/files/digest-cl-launch-2.02 new file mode 100644 index 000000000000..0c211c9266ca --- /dev/null +++ b/dev-lisp/cl-launch/files/digest-cl-launch-2.02 @@ -0,0 +1,3 @@ +MD5 a5a0cef5fe051f8327496f11b187b28d cl-launch_2.02.orig.tar.gz 33494 +RMD160 5758044e7b39eb067e866f9199f45b36cbc91c5b cl-launch_2.02.orig.tar.gz 33494 +SHA256 482c1a143f7ab56f27a83b43f0f9db8ce20963c313d9c5cc5b3d3322ba632e7c cl-launch_2.02.orig.tar.gz 33494 |