diff options
author | Matthew Kennedy <mkennedy@gentoo.org> | 2003-10-06 10:18:02 +0000 |
---|---|---|
committer | Matthew Kennedy <mkennedy@gentoo.org> | 2003-10-06 10:18:02 +0000 |
commit | 6e06ad7d41334fe98ffac8bf2ad1aaf77894cf1a (patch) | |
tree | 8a8269f6455829fcd0e3f5fd2ee632e0aff34828 /dev-lisp/cl-xmls | |
parent | initial import (diff) | |
download | gentoo-2-6e06ad7d41334fe98ffac8bf2ad1aaf77894cf1a.tar.gz gentoo-2-6e06ad7d41334fe98ffac8bf2ad1aaf77894cf1a.tar.bz2 gentoo-2-6e06ad7d41334fe98ffac8bf2ad1aaf77894cf1a.zip |
initial import
Diffstat (limited to 'dev-lisp/cl-xmls')
-rw-r--r-- | dev-lisp/cl-xmls/ChangeLog | 8 | ||||
-rw-r--r-- | dev-lisp/cl-xmls/Manifest | 5 | ||||
-rw-r--r-- | dev-lisp/cl-xmls/cl-xmls-0.5.ebuild | 29 | ||||
-rw-r--r-- | dev-lisp/cl-xmls/files/digest-cl-xmls-0.5 | 1 |
4 files changed, 40 insertions, 3 deletions
diff --git a/dev-lisp/cl-xmls/ChangeLog b/dev-lisp/cl-xmls/ChangeLog new file mode 100644 index 000000000000..6c6c25e88dae --- /dev/null +++ b/dev-lisp/cl-xmls/ChangeLog @@ -0,0 +1,8 @@ +# ChangeLog for dev-lisp/cl-xmls +# Copyright 2000-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-lisp/cl-xmls/ChangeLog,v 1.1 2003/10/06 10:18:00 mkennedy Exp $ + +*cl-xmls-0.5 (05 Oct 2003) + + 26 Aug 2003; Matthew Kennedy <mkennedy@gentoo.org> + Initial import. diff --git a/dev-lisp/cl-xmls/Manifest b/dev-lisp/cl-xmls/Manifest index 374a953594c6..e48fd41142c8 100644 --- a/dev-lisp/cl-xmls/Manifest +++ b/dev-lisp/cl-xmls/Manifest @@ -1,4 +1,3 @@ -MD5 b203ec916eb391cf4a8b19cd1b8eafb9 ChangeLog 318 -MD5 df701d9af1714369c27a5887940ac6f2 cl-xmls-0.5.ebuild 894 -MD5 9095cc85f33fbe78a9fff4e7e349ab60 cl-xmls-0.5.ebuild~ 896 +MD5 1ed3de03bfe363382d17b4fbbd13bb37 ChangeLog 316 +MD5 1d2beac67ff20a92073b8392a7902221 cl-xmls-0.5.ebuild 975 MD5 50b382413f1eddb1ca8b761b8a67a191 files/digest-cl-xmls-0.5 59 diff --git a/dev-lisp/cl-xmls/cl-xmls-0.5.ebuild b/dev-lisp/cl-xmls/cl-xmls-0.5.ebuild new file mode 100644 index 000000000000..e41178211636 --- /dev/null +++ b/dev-lisp/cl-xmls/cl-xmls-0.5.ebuild @@ -0,0 +1,29 @@ +# 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-xmls/cl-xmls-0.5.ebuild,v 1.1 2003/10/06 10:18:00 mkennedy Exp $ + +inherit common-lisp + +DESCRIPTION=" Xmls is a small, simple, non-validating xml parser for Common Lisp. It's designed to be a self-contained, easily embedded parser that recognizes a useful subset of the XML spec. It provides a simple mapping from xml to lisp s-expressions and back." +HOMEPAGE="http://www.caddr.com/lisp/xmls/ + http://www.cliki.net/xmls" +SRC_URI="http://www.caddr.com/lisp/xmls/xmls-${PV}.tar.gz" +LICENSE="BSD" +SLOT="0" +KEYWORDS="~x86" +IUSE="" +DEPEND="dev-lisp/common-lisp-controller + virtual/commonlisp" + +CLPACKAGE=xmls + +S=${WORKDIR}/xmls-${PV} + +src_install() { + common-lisp-install *.lisp *.asd + common-lisp-system-symlink + dodoc ChangeLog COPYING + dohtml README.html + cp -r tests ${D}/usr/share/doc/${P}/ + dodoc run-tests.sh +} diff --git a/dev-lisp/cl-xmls/files/digest-cl-xmls-0.5 b/dev-lisp/cl-xmls/files/digest-cl-xmls-0.5 new file mode 100644 index 000000000000..1317ae969ddf --- /dev/null +++ b/dev-lisp/cl-xmls/files/digest-cl-xmls-0.5 @@ -0,0 +1 @@ +MD5 c8dda506166f9cdce00d643c757d4afc xmls-0.5.tar.gz 57404 |