summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthew Kennedy <mkennedy@gentoo.org>2004-10-28 23:58:22 +0000
committerMatthew Kennedy <mkennedy@gentoo.org>2004-10-28 23:58:22 +0000
commitb41dcb97895e9187899381e268e521d184b5cb90 (patch)
tree66fbb138794cddb2f22eaa51551da6cb80bb8e3c /dev-lisp
parentadded ~ppc-macos (diff)
downloadhistorical-b41dcb97895e9187899381e268e521d184b5cb90.tar.gz
historical-b41dcb97895e9187899381e268e521d184b5cb90.tar.bz2
historical-b41dcb97895e9187899381e268e521d184b5cb90.zip
*** empty log message ***
Diffstat (limited to 'dev-lisp')
-rw-r--r--dev-lisp/cl-xmls/ChangeLog7
-rw-r--r--dev-lisp/cl-xmls/Manifest8
-rw-r--r--dev-lisp/cl-xmls/cl-xmls-1.2.ebuild29
-rw-r--r--dev-lisp/cl-xmls/files/digest-cl-xmls-1.21
4 files changed, 41 insertions, 4 deletions
diff --git a/dev-lisp/cl-xmls/ChangeLog b/dev-lisp/cl-xmls/ChangeLog
index 63ccd48cc694..80adfde5bcf5 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-2004 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-lisp/cl-xmls/ChangeLog,v 1.6 2004/08/28 19:17:19 dholm Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-lisp/cl-xmls/ChangeLog,v 1.7 2004/10/28 23:58:22 mkennedy Exp $
+
+*cl-xmls-1.2 (28 Oct 2004)
+
+ 28 Oct 2004; Matthew Kenendy <mkennedy@gentoo.org> +cl-xmls-1.2.ebuild:
+ New upstream version.
28 Aug 2004; David Holm <dholm@gentoo.org> cl-xmls-1.1.ebuild:
Added to ~ppc.
diff --git a/dev-lisp/cl-xmls/Manifest b/dev-lisp/cl-xmls/Manifest
index 152a276bb9ff..392748352cf5 100644
--- a/dev-lisp/cl-xmls/Manifest
+++ b/dev-lisp/cl-xmls/Manifest
@@ -1,9 +1,11 @@
-MD5 ea75c0daae6b236d29a4f54ca2a49791 ChangeLog 741
-MD5 0ff21379f6f6c21e38f37d62db551417 cl-xmls-0.5.ebuild 1107
MD5 c6e288f5b7a18e2152467cf59d3625cd cl-xmls-1.0.ebuild 803
-MD5 9b65b0341efc8f4b29498aad23315229 metadata.xml 164
+MD5 0ff21379f6f6c21e38f37d62db551417 cl-xmls-0.5.ebuild 1107
MD5 9a721a6785e5537595856fa4e3c9ba58 cl-xmls-1.1.ebuild 805
+MD5 ea75c0daae6b236d29a4f54ca2a49791 ChangeLog 741
+MD5 9b65b0341efc8f4b29498aad23315229 metadata.xml 164
+MD5 9a721a6785e5537595856fa4e3c9ba58 cl-xmls-1.2.ebuild 805
MD5 50b382413f1eddb1ca8b761b8a67a191 files/digest-cl-xmls-0.5 59
MD5 5a23e50e28364947eb383d843e21a0e0 files/digest-cl-xmls-1.0 59
MD5 4a0c5f7fb7b91a7df735bdc5b120938e files/1.1-gentoo.patch 584
MD5 54479a35d9599e94ab6bb779ee16e735 files/digest-cl-xmls-1.1 59
+MD5 7fc0787a5af42e26dd7b55e5eba30bf5 files/digest-cl-xmls-1.2 59
diff --git a/dev-lisp/cl-xmls/cl-xmls-1.2.ebuild b/dev-lisp/cl-xmls/cl-xmls-1.2.ebuild
new file mode 100644
index 000000000000..f847bd40c7fb
--- /dev/null
+++ b/dev-lisp/cl-xmls/cl-xmls-1.2.ebuild
@@ -0,0 +1,29 @@
+# Copyright 1999-2004 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/dev-lisp/cl-xmls/cl-xmls-1.2.ebuild,v 1.1 2004/10/28 23:58:22 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 ~ppc"
+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-1.2 b/dev-lisp/cl-xmls/files/digest-cl-xmls-1.2
new file mode 100644
index 000000000000..797624196acb
--- /dev/null
+++ b/dev-lisp/cl-xmls/files/digest-cl-xmls-1.2
@@ -0,0 +1 @@
+MD5 f67e68b05a75f47474868f92cd4d2b0a xmls-1.2.tar.gz 58339