summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthew Kennedy <mkennedy@gentoo.org>2005-02-10 19:10:24 +0000
committerMatthew Kennedy <mkennedy@gentoo.org>2005-02-10 19:10:24 +0000
commitb56e2471a07ef55ea3b7cf4b27cf02cd492c354e (patch)
treec0a1120f2688b1810476ff9f8464d1a5ca371b45 /dev-lisp/cl-xmls-valid
parentAdded amd64 to KEYWORDS. (diff)
downloadgentoo-2-b56e2471a07ef55ea3b7cf4b27cf02cd492c354e.tar.gz
gentoo-2-b56e2471a07ef55ea3b7cf4b27cf02cd492c354e.tar.bz2
gentoo-2-b56e2471a07ef55ea3b7cf4b27cf02cd492c354e.zip
(Portage version: 2.0.51-r15)
Diffstat (limited to 'dev-lisp/cl-xmls-valid')
-rw-r--r--dev-lisp/cl-xmls-valid/ChangeLog10
-rw-r--r--dev-lisp/cl-xmls-valid/Manifest3
-rw-r--r--dev-lisp/cl-xmls-valid/cl-xmls-valid-0.1.0.ebuild27
-rw-r--r--dev-lisp/cl-xmls-valid/files/digest-cl-xmls-valid-0.1.01
-rw-r--r--dev-lisp/cl-xmls-valid/metadata.xml9
5 files changed, 50 insertions, 0 deletions
diff --git a/dev-lisp/cl-xmls-valid/ChangeLog b/dev-lisp/cl-xmls-valid/ChangeLog
new file mode 100644
index 000000000000..bd2f49f7e9ab
--- /dev/null
+++ b/dev-lisp/cl-xmls-valid/ChangeLog
@@ -0,0 +1,10 @@
+# ChangeLog for dev-lisp/cl-xmls-valid
+# Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-lisp/cl-xmls-valid/ChangeLog,v 1.1 2005/02/10 19:10:24 mkennedy Exp $
+
+*cl-xmls-valid-0.1.0 (10 Feb 2005)
+
+ 10 Feb 2005; Matthew Kennedy <mkennedy@gentoo.org> +metadata.xml,
+ +cl-xmls-valid-0.1.0.ebuild:
+ Initial port. Ebuild contributed by Matthew Kennedy <mkennedy@gentoo.org>
+
diff --git a/dev-lisp/cl-xmls-valid/Manifest b/dev-lisp/cl-xmls-valid/Manifest
new file mode 100644
index 000000000000..cf1d2935acc4
--- /dev/null
+++ b/dev-lisp/cl-xmls-valid/Manifest
@@ -0,0 +1,3 @@
+MD5 a6a3197ec02da7ed53195b20af2d527c cl-xmls-valid-0.1.0.ebuild 737
+MD5 9b65b0341efc8f4b29498aad23315229 metadata.xml 164
+MD5 c711ea4b8c7788b27b83c485d333bac6 files/digest-cl-xmls-valid-0.1.0 67
diff --git a/dev-lisp/cl-xmls-valid/cl-xmls-valid-0.1.0.ebuild b/dev-lisp/cl-xmls-valid/cl-xmls-valid-0.1.0.ebuild
new file mode 100644
index 000000000000..45e1f3359b4e
--- /dev/null
+++ b/dev-lisp/cl-xmls-valid/cl-xmls-valid-0.1.0.ebuild
@@ -0,0 +1,27 @@
+# Copyright 1999-2005 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/dev-lisp/cl-xmls-valid/cl-xmls-valid-0.1.0.ebuild,v 1.1 2005/02/10 19:10:24 mkennedy Exp $
+
+inherit common-lisp
+
+DESCRIPTION="Common Lisp library for validating XML parsed by XMLS against XML DTD style rulesets."
+HOMEPAGE="http://www.bobturf.org/software/xmls-valid/
+ http://www.cliki.net/xmls-valid"
+SRC_URI="http://www.bobturf.org/software/xmls-valid/xmls-valid-${PV}.tar.gz"
+LICENSE="LLGPL-2.1"
+SLOT="0"
+KEYWORDS="~x86"
+IUSE=""
+DEPEND="dev-lisp/cl-kmrcl"
+
+CLPACKAGE=xmls-valid
+
+S=${WORKDIR}/xmls-valid
+
+src_install() {
+ common-lisp-install xmls-valid.lisp xmls-valid.asd
+ common-lisp-system-symlink
+ dodoc COPYING
+ insinto /usr/share/doc/${PF}/examples
+ doins book_*
+}
diff --git a/dev-lisp/cl-xmls-valid/files/digest-cl-xmls-valid-0.1.0 b/dev-lisp/cl-xmls-valid/files/digest-cl-xmls-valid-0.1.0
new file mode 100644
index 000000000000..ba649bb0c5b9
--- /dev/null
+++ b/dev-lisp/cl-xmls-valid/files/digest-cl-xmls-valid-0.1.0
@@ -0,0 +1 @@
+MD5 2cb380b68fb1c59b06ca9e721c17dea8 xmls-valid-0.1.0.tar.gz 13001
diff --git a/dev-lisp/cl-xmls-valid/metadata.xml b/dev-lisp/cl-xmls-valid/metadata.xml
new file mode 100644
index 000000000000..8b048cc94421
--- /dev/null
+++ b/dev-lisp/cl-xmls-valid/metadata.xml
@@ -0,0 +1,9 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+<herd>common-lisp</herd>
+<longdescription>
+XMLS-VALID is a Common Lisp library for validating XML parsed by XMLS
+against XML DTD style rulesets.
+</longdescription>
+</pkgmetadata>