diff options
author | Matthew Kennedy <mkennedy@gentoo.org> | 2006-07-25 04:53:36 +0000 |
---|---|---|
committer | Matthew Kennedy <mkennedy@gentoo.org> | 2006-07-25 04:53:36 +0000 |
commit | a2d1661292f48de7068741383d8d1c55b1ba1cd8 (patch) | |
tree | 991ce5401397b6d66022814298da150965decd9d /dev-lisp | |
parent | Bump to 3.5.4 (pre-release). (diff) | |
download | gentoo-2-a2d1661292f48de7068741383d8d1c55b1ba1cd8.tar.gz gentoo-2-a2d1661292f48de7068741383d8d1c55b1ba1cd8.tar.bz2 gentoo-2-a2d1661292f48de7068741383d8d1c55b1ba1cd8.zip |
Correct the name of the system package: replace http-parse with html-parse.
(Portage version: 2.1.1_pre3-r3)
Diffstat (limited to 'dev-lisp')
-rw-r--r-- | dev-lisp/cl-html-parse/ChangeLog | 6 | ||||
-rw-r--r-- | dev-lisp/cl-html-parse/cl-html-parse-1.0.ebuild | 7 |
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 |