diff options
author | 2006-11-09 04:30:53 +0000 | |
---|---|---|
committer | 2006-11-09 04:30:53 +0000 | |
commit | 8ebe4d5733c07ad8f575950039a39bb2b3b08d1d (patch) | |
tree | 0166f5a0621fe28e996561dd5f6015c289aef42d /dev-lisp/cl-chunga/cl-chunga-0.2.1.ebuild | |
parent | Remove Common Lisp Controller support. (diff) | |
download | historical-8ebe4d5733c07ad8f575950039a39bb2b3b08d1d.tar.gz historical-8ebe4d5733c07ad8f575950039a39bb2b3b08d1d.tar.bz2 historical-8ebe4d5733c07ad8f575950039a39bb2b3b08d1d.zip |
New upstream version.
Package-Manager: portage-2.1.2_rc1-r4
Diffstat (limited to 'dev-lisp/cl-chunga/cl-chunga-0.2.1.ebuild')
-rw-r--r-- | dev-lisp/cl-chunga/cl-chunga-0.2.1.ebuild | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/dev-lisp/cl-chunga/cl-chunga-0.2.1.ebuild b/dev-lisp/cl-chunga/cl-chunga-0.2.1.ebuild new file mode 100644 index 000000000000..3d94038d81bd --- /dev/null +++ b/dev-lisp/cl-chunga/cl-chunga-0.2.1.ebuild @@ -0,0 +1,25 @@ +# Copyright 1999-2006 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-lisp/cl-chunga/cl-chunga-0.2.1.ebuild,v 1.1 2006/11/09 04:25:40 mkennedy Exp $ + +inherit common-lisp + +DESCRIPTION="Portable chunked streams for Common Lisp" +HOMEPAGE="http://weitz.de/chunga/" +SRC_URI="http://common-lisp.net/project/portage-overlay/distfiles/${PN/cl-}_${PV}.orig.tar.gz" +LICENSE="BSD" +KEYWORDS="~amd64 ~ppc ~sparc ~x86" +IUSE="" +DEPEND="dev-lisp/cl-flexi-streams" +SLOT="0" + +S=${WORKDIR}/${P/cl-} + +CLPACKAGE=chunga + +src_install() { + common-lisp-install *.{lisp,asd} + common-lisp-system-symlink + dodoc CHANGELOG* + dohtml doc/index.html +} |