summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthew Kennedy <mkennedy@gentoo.org>2005-04-17 00:43:39 +0000
committerMatthew Kennedy <mkennedy@gentoo.org>2005-04-17 00:43:39 +0000
commita12bed8970d7ec8868bc6f73feaecb7c680da0f5 (patch)
tree548829550eb32eaf407e2f08d5f1ea507b9d9026 /dev-lisp/cl-xmls
parentbug 89137 (diff)
downloadgentoo-2-a12bed8970d7ec8868bc6f73feaecb7c680da0f5.tar.gz
gentoo-2-a12bed8970d7ec8868bc6f73feaecb7c680da0f5.tar.bz2
gentoo-2-a12bed8970d7ec8868bc6f73feaecb7c680da0f5.zip
(Portage version: 2.0.51.19)
Diffstat (limited to 'dev-lisp/cl-xmls')
-rw-r--r--dev-lisp/cl-xmls/ChangeLog9
-rw-r--r--dev-lisp/cl-xmls/cl-xmls-0.5.ebuild37
-rw-r--r--dev-lisp/cl-xmls/cl-xmls-1.0.ebuild29
-rw-r--r--dev-lisp/cl-xmls/cl-xmls-1.1.ebuild29
-rw-r--r--dev-lisp/cl-xmls/cl-xmls-1.2.ebuild6
-rw-r--r--dev-lisp/cl-xmls/files/1.1-gentoo.patch17
-rw-r--r--dev-lisp/cl-xmls/files/digest-cl-xmls-0.51
-rw-r--r--dev-lisp/cl-xmls/files/digest-cl-xmls-1.01
-rw-r--r--dev-lisp/cl-xmls/files/digest-cl-xmls-1.11
9 files changed, 10 insertions, 120 deletions
diff --git a/dev-lisp/cl-xmls/ChangeLog b/dev-lisp/cl-xmls/ChangeLog
index 80adfde5bcf5..967f747f30b5 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.7 2004/10/28 23:58:22 mkennedy Exp $
+# Copyright 2000-2005 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-lisp/cl-xmls/ChangeLog,v 1.8 2005/04/17 00:39:15 mkennedy Exp $
+
+ 17 Apr 2005; Matthew Kennedy <mkennedy@gentoo.org>
+ -files/1.1-gentoo.patch, -cl-xmls-0.5.ebuild, -cl-xmls-1.0.ebuild,
+ -cl-xmls-1.1.ebuild, cl-xmls-1.2.ebuild:
+ Keywording
*cl-xmls-1.2 (28 Oct 2004)
diff --git a/dev-lisp/cl-xmls/cl-xmls-0.5.ebuild b/dev-lisp/cl-xmls/cl-xmls-0.5.ebuild
deleted file mode 100644
index 73ae31726a6b..000000000000
--- a/dev-lisp/cl-xmls/cl-xmls-0.5.ebuild
+++ /dev/null
@@ -1,37 +0,0 @@
-# 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-0.5.ebuild,v 1.3 2004/06/24 23:57:17 agriffis 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
-}
-
-pkg_preinst() {
- rm -rf /usr/lib/common-lisp/*/${CLPACKAGE} || true
-}
-
-pkg_postrm() {
- rm -rf /usr/lib/common-lisp/*/${CLPACKAGE} || true
-}
diff --git a/dev-lisp/cl-xmls/cl-xmls-1.0.ebuild b/dev-lisp/cl-xmls/cl-xmls-1.0.ebuild
deleted file mode 100644
index 5a7eeacc06c3..000000000000
--- a/dev-lisp/cl-xmls/cl-xmls-1.0.ebuild
+++ /dev/null
@@ -1,29 +0,0 @@
-# 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.0.ebuild,v 1.3 2004/07/14 16:19:35 agriffis 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"
-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/cl-xmls-1.1.ebuild b/dev-lisp/cl-xmls/cl-xmls-1.1.ebuild
deleted file mode 100644
index 855221625161..000000000000
--- a/dev-lisp/cl-xmls/cl-xmls-1.1.ebuild
+++ /dev/null
@@ -1,29 +0,0 @@
-# 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.1.ebuild,v 1.2 2004/08/28 19:17:19 dholm 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/cl-xmls-1.2.ebuild b/dev-lisp/cl-xmls/cl-xmls-1.2.ebuild
index f847bd40c7fb..cf3976459257 100644
--- a/dev-lisp/cl-xmls/cl-xmls-1.2.ebuild
+++ b/dev-lisp/cl-xmls/cl-xmls-1.2.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2004 Gentoo Foundation
+# 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/cl-xmls-1.2.ebuild,v 1.1 2004/10/28 23:58:22 mkennedy Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-lisp/cl-xmls/cl-xmls-1.2.ebuild,v 1.2 2005/04/17 00:39:15 mkennedy Exp $
inherit common-lisp
@@ -10,7 +10,7 @@ HOMEPAGE="http://www.common-lisp.net/project/xmls/
SRC_URI="http://www.common-lisp.net/project/xmls/xmls-${PV}.tar.gz"
LICENSE="BSD"
SLOT="0"
-KEYWORDS="~x86 ~ppc"
+KEYWORDS="x86 ~ppc ~amd64"
IUSE=""
DEPEND="dev-lisp/common-lisp-controller
virtual/commonlisp"
diff --git a/dev-lisp/cl-xmls/files/1.1-gentoo.patch b/dev-lisp/cl-xmls/files/1.1-gentoo.patch
deleted file mode 100644
index bb4724e7944c..000000000000
--- a/dev-lisp/cl-xmls/files/1.1-gentoo.patch
+++ /dev/null
@@ -1,17 +0,0 @@
-diff -u xmls-1.1.orig/xmls.lisp xmls-1.1/xmls.lisp
---- xmls-1.1.orig/xmls.lisp 2004-07-16 11:32:10.000000000 -0500
-+++ xmls-1.1/xmls.lisp 2004-08-06 23:45:36.448546176 -0500
-@@ -12,7 +12,10 @@
- (defvar *strip-comments* t)
- (defvar *compress-whitespace* t)
- (defvar *test-verbose* nil)
--(defvar *whitespace* (remove-duplicates '(#\Newline #\Space #\Tab #\Return #\Linefeed)))
-+
-+(eval-when (:execute :load-toplevel :compile-toplevel)
-+ (defvar *whitespace* (remove-duplicates '(#\Newline #\Space #\Tab #\Return #\Linefeed))))
-+
- (defvar *entities*
- #(("lt;" #\<)
-
- ("gt;" #\>)
-
diff --git a/dev-lisp/cl-xmls/files/digest-cl-xmls-0.5 b/dev-lisp/cl-xmls/files/digest-cl-xmls-0.5
deleted file mode 100644
index 1317ae969ddf..000000000000
--- a/dev-lisp/cl-xmls/files/digest-cl-xmls-0.5
+++ /dev/null
@@ -1 +0,0 @@
-MD5 c8dda506166f9cdce00d643c757d4afc xmls-0.5.tar.gz 57404
diff --git a/dev-lisp/cl-xmls/files/digest-cl-xmls-1.0 b/dev-lisp/cl-xmls/files/digest-cl-xmls-1.0
deleted file mode 100644
index 36b0c17867a9..000000000000
--- a/dev-lisp/cl-xmls/files/digest-cl-xmls-1.0
+++ /dev/null
@@ -1 +0,0 @@
-MD5 91744f0eae79575451437d1522afca65 xmls-1.0.tar.gz 58066
diff --git a/dev-lisp/cl-xmls/files/digest-cl-xmls-1.1 b/dev-lisp/cl-xmls/files/digest-cl-xmls-1.1
deleted file mode 100644
index c1448701dbc4..000000000000
--- a/dev-lisp/cl-xmls/files/digest-cl-xmls-1.1
+++ /dev/null
@@ -1 +0,0 @@
-MD5 17181ffea88cf9885fcd897eeb8c570d xmls-1.1.tar.gz 58173