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-pxmlutils
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-pxmlutils')
-rw-r--r--dev-lisp/cl-pxmlutils/ChangeLog7
-rw-r--r--dev-lisp/cl-pxmlutils/Manifest3
-rw-r--r--dev-lisp/cl-pxmlutils/cl-pxmlutils-0.0.9-r1.ebuild30
-rw-r--r--dev-lisp/cl-pxmlutils/files/digest-cl-pxmlutils-0.0.9-r11
4 files changed, 40 insertions, 1 deletions
diff --git a/dev-lisp/cl-pxmlutils/ChangeLog b/dev-lisp/cl-pxmlutils/ChangeLog
index d95c320845f4..1eb3bec1c216 100644
--- a/dev-lisp/cl-pxmlutils/ChangeLog
+++ b/dev-lisp/cl-pxmlutils/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for dev-lisp/cl-pxmlutils
# Copyright 2000-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-lisp/cl-pxmlutils/ChangeLog,v 1.1 2004/01/28 04:59:11 mkennedy Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-lisp/cl-pxmlutils/ChangeLog,v 1.2 2004/02/12 09:13:15 mkennedy Exp $
+
+*cl-pxmlutils-0.0.9-r1 (12 Feb 2004)
+
+ 12 Feb 2004; <mkennedy@gentoo.org> cl-pxmlutils-0.0.9-r1.ebuild:
+ Cleanup for eclass changes.
*cl-pxmlutils-0.0.9 (27 Jan 2004)
diff --git a/dev-lisp/cl-pxmlutils/Manifest b/dev-lisp/cl-pxmlutils/Manifest
index e3960973aef3..9389053d2281 100644
--- a/dev-lisp/cl-pxmlutils/Manifest
+++ b/dev-lisp/cl-pxmlutils/Manifest
@@ -1,6 +1,9 @@
MD5 da78f59f8a966456154248f1e9d60997 cl-pxmlutils-0.0.9.ebuild 1016
+MD5 4580d055aaec849efb5ae4e3fa92bb72 cl-pxmlutils-0.0.9-r1.ebuild 872
MD5 7630d32f60cc9ba70d6075c5ac23b92d ChangeLog 482
+MD5 049117e84c288043507f344b8cbc87bc cl-pxmlutils-0.0.9-r1.ebuild~ 1013
MD5 4a244585c497b40153c4f9c808e061ad metadata.xml 393
MD5 0329a00fe1ea73afb97d93a34d3c91dc files/digest-cl-pxmlutils-0.0.9 67
MD5 2a4e3bb8f2f281ae7850a1fb2fa2280a files/0.0.9-allegro-declare-gentoo.patch 1242
+MD5 0329a00fe1ea73afb97d93a34d3c91dc files/digest-cl-pxmlutils-0.0.9-r1 67
MD5 07ea12c04474a79089d7479aeb3dce94 files/pxmlutils.asd 729
diff --git a/dev-lisp/cl-pxmlutils/cl-pxmlutils-0.0.9-r1.ebuild b/dev-lisp/cl-pxmlutils/cl-pxmlutils-0.0.9-r1.ebuild
new file mode 100644
index 000000000000..a6cdefb85ca2
--- /dev/null
+++ b/dev-lisp/cl-pxmlutils/cl-pxmlutils-0.0.9-r1.ebuild
@@ -0,0 +1,30 @@
+# 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-pxmlutils/cl-pxmlutils-0.0.9-r1.ebuild,v 1.1 2004/02/12 09:13:15 mkennedy Exp $
+
+inherit common-lisp
+
+DESCRIPTION="Portable version of Franz's xmlutils."
+HOMEPAGE="http://www.common-lisp.net/project/bese/pxmlutils.html"
+SRC_URI="ftp://ftp.common-lisp.net/pub/project/bese/pxmlutils/pxmlutils_${PV}.tar.gz"
+LICENSE="LLGPL-2.1"
+SLOT="0"
+KEYWORDS="~x86"
+DEPEND="dev-lisp/common-lisp-controller
+ dev-lisp/cl-acl-compat
+ virtual/commonlisp"
+
+S=${WORKDIR}/pxmlutils_${PV}
+
+CLPACKAGE=pxmlutils
+
+src_unpack() {
+ unpack ${A}
+ epatch ${FILESDIR}/${PV}-allegro-declare-gentoo.patch
+}
+
+src_install() {
+ common-lisp-install pxmlutils.asd *.cl
+ common-lisp-system-symlink
+ dodoc ChangeLog README *.{htm,txt}
+}
diff --git a/dev-lisp/cl-pxmlutils/files/digest-cl-pxmlutils-0.0.9-r1 b/dev-lisp/cl-pxmlutils/files/digest-cl-pxmlutils-0.0.9-r1
new file mode 100644
index 000000000000..31e8096f5273
--- /dev/null
+++ b/dev-lisp/cl-pxmlutils/files/digest-cl-pxmlutils-0.0.9-r1
@@ -0,0 +1 @@
+MD5 c912a48167246d275fdc548f150ccbd4 pxmlutils_0.0.9.tar.gz 124191