summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'dev-lisp')
-rw-r--r--dev-lisp/cl-html-parse/ChangeLog6
-rw-r--r--dev-lisp/cl-html-parse/cl-html-parse-1.0.ebuild7
2 files changed, 11 insertions, 2 deletions
diff --git a/dev-lisp/cl-html-parse/ChangeLog b/dev-lisp/cl-html-parse/ChangeLog
index 423cbe6e5ab8..ddc59605ee8d 100644
--- a/dev-lisp/cl-html-parse/ChangeLog
+++ b/dev-lisp/cl-html-parse/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for dev-lisp/cl-html-parse
# Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-lisp/cl-html-parse/ChangeLog,v 1.1 2006/07/25 04:49:26 mkennedy Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-lisp/cl-html-parse/ChangeLog,v 1.2 2006/07/25 04:53:36 mkennedy Exp $
+
+ 25 Jul 2006; Matthew Kennedy <mkennedy@gentoo.org>
+ cl-html-parse-1.0.ebuild:
+ Correct the name of the system package: replace http-parse with html-parse.
*cl-html-parse-1.0 (25 Jul 2006)
diff --git a/dev-lisp/cl-html-parse/cl-html-parse-1.0.ebuild b/dev-lisp/cl-html-parse/cl-html-parse-1.0.ebuild
index a06183a01648..86edddc99d30 100644
--- a/dev-lisp/cl-html-parse/cl-html-parse-1.0.ebuild
+++ b/dev-lisp/cl-html-parse/cl-html-parse-1.0.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2006 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-lisp/cl-html-parse/cl-html-parse-1.0.ebuild,v 1.1 2006/07/25 04:49:26 mkennedy Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-lisp/cl-html-parse/cl-html-parse-1.0.ebuild,v 1.2 2006/07/25 04:53:36 mkennedy Exp $
inherit common-lisp
@@ -19,6 +19,11 @@ CLPACKAGE=cl-html-parse
S=${WORKDIR}/${PN}
+src_unpack() {
+ unpack ${A}
+ sed -i s,http-parse,html-parse,g ${S}/cl-html-parse.asd
+}
+
src_install() {
insinto $CLSOURCEROOT/$CLPACKAGE/dev
doins dev/*.lisp