summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthew Kennedy <mkennedy@gentoo.org>2004-02-12 09:13:21 +0000
committerMatthew Kennedy <mkennedy@gentoo.org>2004-02-12 09:13:21 +0000
commit5ac964845b215505f8e7dca14719e32ce27b6cf5 (patch)
tree3d3e3a2ef62c1f538eec3c7d9fca33ad0180e87c /dev-lisp/cl-xmls
parentBump to 0.5 (diff)
downloadhistorical-5ac964845b215505f8e7dca14719e32ce27b6cf5.tar.gz
historical-5ac964845b215505f8e7dca14719e32ce27b6cf5.tar.bz2
historical-5ac964845b215505f8e7dca14719e32ce27b6cf5.zip
Fire in the hole!
Diffstat (limited to 'dev-lisp/cl-xmls')
-rw-r--r--dev-lisp/cl-xmls/ChangeLog9
-rw-r--r--dev-lisp/cl-xmls/Manifest5
-rw-r--r--dev-lisp/cl-xmls/cl-xmls-1.0.ebuild28
-rw-r--r--dev-lisp/cl-xmls/files/digest-cl-xmls-1.01
4 files changed, 40 insertions, 3 deletions
diff --git a/dev-lisp/cl-xmls/ChangeLog b/dev-lisp/cl-xmls/ChangeLog
index 55017c7bbf19..4531a9b3facd 100644
--- a/dev-lisp/cl-xmls/ChangeLog
+++ b/dev-lisp/cl-xmls/ChangeLog
@@ -1,6 +1,11 @@
# 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.2 2003/10/17 20:25:44 mkennedy Exp $
+# Copyright 2000-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-lisp/cl-xmls/ChangeLog,v 1.3 2004/02/12 09:13:21 mkennedy Exp $
+
+*cl-xmls-1.0 (12 Feb 2004)
+
+ 12 Feb 2004; <mkennedy@gentoo.org> cl-xmls-1.0.ebuild:
+ Cleanup for eclass changes.
17 Oct 2003; Matthew Kennedy <mkennedy@gentoo.org> cl-xmls-0.5.ebuild:
preinst, postrm, doc fix
diff --git a/dev-lisp/cl-xmls/Manifest b/dev-lisp/cl-xmls/Manifest
index 594cf250461d..e011cca1126e 100644
--- a/dev-lisp/cl-xmls/Manifest
+++ b/dev-lisp/cl-xmls/Manifest
@@ -1,4 +1,7 @@
MD5 ca903844376414075995609ecae396b3 cl-xmls-0.5.ebuild 1116
-MD5 9b65b0341efc8f4b29498aad23315229 metadata.xml 164
+MD5 fe7a168be2d42110ed95bb1cb7601296 cl-xmls-1.0.ebuild~ 786
+MD5 f1547c145747368146bbf6c94360f6cb cl-xmls-1.0.ebuild 804
MD5 50ba319e6e55b91fd6c29b7fb7b091bc ChangeLog 417
+MD5 9b65b0341efc8f4b29498aad23315229 metadata.xml 164
MD5 50b382413f1eddb1ca8b761b8a67a191 files/digest-cl-xmls-0.5 59
+MD5 5a23e50e28364947eb383d843e21a0e0 files/digest-cl-xmls-1.0 59
diff --git a/dev-lisp/cl-xmls/cl-xmls-1.0.ebuild b/dev-lisp/cl-xmls/cl-xmls-1.0.ebuild
new file mode 100644
index 000000000000..c3944df253e7
--- /dev/null
+++ b/dev-lisp/cl-xmls/cl-xmls-1.0.ebuild
@@ -0,0 +1,28 @@
+# Copyright 1999-2004 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-1.0.ebuild,v 1.1 2004/02/12 09:13:21 mkennedy Exp $
+
+inherit common-lisp
+
+DESCRIPTION="XMLS is a small, simple, non-validating XML parser for Common Lisp."
+HOMEPAGE="http://www.common-lisp.net/project/xmls/
+ http://www.cliki.net/xmls"
+SRC_URI="http://www.common-lisp.net/project/xmls/xmls-${PV}.tar.gz"
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~x86"
+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-1.0 b/dev-lisp/cl-xmls/files/digest-cl-xmls-1.0
new file mode 100644
index 000000000000..36b0c17867a9
--- /dev/null
+++ b/dev-lisp/cl-xmls/files/digest-cl-xmls-1.0
@@ -0,0 +1 @@
+MD5 91744f0eae79575451437d1522afca65 xmls-1.0.tar.gz 58066