summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthew Kennedy <mkennedy@gentoo.org>2005-08-07 20:12:40 +0000
committerMatthew Kennedy <mkennedy@gentoo.org>2005-08-07 20:12:40 +0000
commite72ebedb444a44a01b325ce82a345d63700d48df (patch)
tree451025c9a38023cd672c0281cf42789ea5933dbc /dev-lisp/cl-emb/cl-emb-0.4.1.ebuild
parentStable on SPARC. (diff)
downloadgentoo-2-e72ebedb444a44a01b325ce82a345d63700d48df.tar.gz
gentoo-2-e72ebedb444a44a01b325ce82a345d63700d48df.tar.bz2
gentoo-2-e72ebedb444a44a01b325ce82a345d63700d48df.zip
.
(Portage version: 2.0.51.22-r2)
Diffstat (limited to 'dev-lisp/cl-emb/cl-emb-0.4.1.ebuild')
-rw-r--r--dev-lisp/cl-emb/cl-emb-0.4.1.ebuild26
1 files changed, 26 insertions, 0 deletions
diff --git a/dev-lisp/cl-emb/cl-emb-0.4.1.ebuild b/dev-lisp/cl-emb/cl-emb-0.4.1.ebuild
new file mode 100644
index 000000000000..a903ce838161
--- /dev/null
+++ b/dev-lisp/cl-emb/cl-emb-0.4.1.ebuild
@@ -0,0 +1,26 @@
+# Copyright 1999-2005 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/dev-lisp/cl-emb/cl-emb-0.4.1.ebuild,v 1.1 2005/08/07 20:12:40 mkennedy Exp $
+
+inherit common-lisp
+
+DESCRIPTION="Embedded Common Lisp and template system"
+HOMEPAGE="http://common-lisp.net/project/cl-emb/"
+# SRC_URI="http://common-lisp.net/project/cl-emb/cl-emb-${PV}.tar.gz"
+SRC_URI="mirror://gentoo/${P}.tar.gz"
+LICENSE="LLGPL-2.1"
+SLOT="0"
+KEYWORDS="~amd64 ~ppc ~sparc x86"
+IUSE=""
+
+DEPEND="virtual/commonlisp
+ dev-lisp/cl-ppcre"
+
+CLPACKAGE=cl-emb
+
+src_install() {
+ common-lisp-install *.asd *.lisp
+ common-lisp-system-symlink
+ dohtml examples.*
+ dodoc TODO LICENSE.txt lsp-LICENSE.txt README
+}