diff options
author | Matthew Kennedy <mkennedy@gentoo.org> | 2003-06-10 04:54:06 +0000 |
---|---|---|
committer | Matthew Kennedy <mkennedy@gentoo.org> | 2003-06-10 04:54:06 +0000 |
commit | f0499138e7aa5e43bdb88278d6bef3650c46e229 (patch) | |
tree | b29a74bee14985fc7da4a51785f23c0829b3b5d5 /dev-lisp/cl-lml | |
parent | initial common lisp import (diff) | |
download | gentoo-2-f0499138e7aa5e43bdb88278d6bef3650c46e229.tar.gz gentoo-2-f0499138e7aa5e43bdb88278d6bef3650c46e229.tar.bz2 gentoo-2-f0499138e7aa5e43bdb88278d6bef3650c46e229.zip |
initial common lisp import
Diffstat (limited to 'dev-lisp/cl-lml')
-rw-r--r-- | dev-lisp/cl-lml/ChangeLog | 8 | ||||
-rw-r--r-- | dev-lisp/cl-lml/Manifest | 5 | ||||
-rw-r--r-- | dev-lisp/cl-lml/cl-lml-2.3.4.ebuild | 25 | ||||
-rw-r--r-- | dev-lisp/cl-lml/files/digest-cl-lml-2.3.4 | 1 |
4 files changed, 36 insertions, 3 deletions
diff --git a/dev-lisp/cl-lml/ChangeLog b/dev-lisp/cl-lml/ChangeLog new file mode 100644 index 000000000000..831fc2d810d7 --- /dev/null +++ b/dev-lisp/cl-lml/ChangeLog @@ -0,0 +1,8 @@ +# ChangeLog for dev-lisp/cl-lml +# Copyright 2000-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-lisp/cl-lml/ChangeLog,v 1.1 2003/06/10 04:53:04 mkennedy Exp $ + +*cl-lml-2.3.4 (07 Jul 2003) + + 07 Jul 2003; Matthew Kennedy <mkennedy@gentoo.org> : + initial import diff --git a/dev-lisp/cl-lml/Manifest b/dev-lisp/cl-lml/Manifest index 5d3e9dba1b87..79bbe9ed6377 100644 --- a/dev-lisp/cl-lml/Manifest +++ b/dev-lisp/cl-lml/Manifest @@ -1,4 +1,3 @@ -MD5 864efc3449cca758fb223b863147eba3 ChangeLog 316 -MD5 3f634623ac001e3c395ca87ca2b84f4a cl-lml-2.3.4.ebuild 580 -MD5 df6f295e041610543d560d37ad7ad7b6 cl-lml-2.3.4.ebuild~ 688 +MD5 494f26c970fffcb80bc516ffa5861622 ChangeLog 315 +MD5 8f7b82378cbf71e03de27496a4c06731 cl-lml-2.3.4.ebuild 685 MD5 6bb77e58feb4637639cc0c8df37a4ade files/digest-cl-lml-2.3.4 60 diff --git a/dev-lisp/cl-lml/cl-lml-2.3.4.ebuild b/dev-lisp/cl-lml/cl-lml-2.3.4.ebuild new file mode 100644 index 000000000000..5c3a4b61be2f --- /dev/null +++ b/dev-lisp/cl-lml/cl-lml-2.3.4.ebuild @@ -0,0 +1,25 @@ +# Copyright 1999-2003 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-lisp/cl-lml/cl-lml-2.3.4.ebuild,v 1.1 2003/06/10 04:53:04 mkennedy Exp $ + +inherit common-lisp + +DESCRIPTION="Common Lisp package to provide a markup language for generation XHTML web pages" +HOMEPAGE="http://lml.b9.com/ + http://www.cliki.net/LML" +SRC_URI="ftp://lml.med-info.com/lml-${PV}.tar.gz" +LICENSE="LLGPL-2.1" +SLOT="0" +KEYWORDS="~x86" +IUSE="" +DEPEND="dev-lisp/common-lisp-controller + virtual/commonlisp" + +CLPACKAGE=lml + +S=${WORKDIR}/lml-${PV} + +src_install() { + common-lisp-install *.lisp *.asd + common-lisp-system-symlink +} diff --git a/dev-lisp/cl-lml/files/digest-cl-lml-2.3.4 b/dev-lisp/cl-lml/files/digest-cl-lml-2.3.4 new file mode 100644 index 000000000000..a155613e5e86 --- /dev/null +++ b/dev-lisp/cl-lml/files/digest-cl-lml-2.3.4 @@ -0,0 +1 @@ +MD5 23252c08dda3628191945052c5309e2b lml-2.3.4.tar.gz 10166 |