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 | d6d423d568b11657ee88b08ce8751c401b21d5be (patch) | |
tree | b05ac2afe1b259d31d1186ec4ed39692f387bd0e /dev-lisp/cl-xmls | |
parent | initial import (diff) | |
download | historical-d6d423d568b11657ee88b08ce8751c401b21d5be.tar.gz historical-d6d423d568b11657ee88b08ce8751c401b21d5be.tar.bz2 historical-d6d423d568b11657ee88b08ce8751c401b21d5be.zip |
initial import
Diffstat (limited to 'dev-lisp/cl-xmls')
-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 |
3 files changed, 32 insertions, 3 deletions
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 |