ChangeLog

# 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.2 2006/07/25 04:53:36 mkennedy Exp $

25 Jul 2006; Matthew Kennedy
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)

25 Jul 2006; Matthew Kennedy +metadata.xml,
+cl-html-parse-1.0.ebuild:
Initial port. Ebuild contributed by Matthew Kennedy .

Manifest

DIST cl-html-parse_1.0.tar.gz 33149 RMD160 df992acdba51bf0ea2601d110afeba3ea8af4f7f SHA1 4c01cb84398cc7a9660260ad3e9978059a837036 SHA256 29d795cb8a4dd5de6513bdf1a618f0aa52135d4e113565e15460940edbf35510
EBUILD cl-html-parse-1.0.ebuild 930 RMD160 ebcc1ae63929314cad3f9d0b6d61720ad31e09bd SHA1 54ee99323955eb255dc08fdff672a1899452e47e SHA256 6a62bfd97ac92b65e83905cb6fd99b5631aeebc05849947f04cad0fad4befa81
MISC ChangeLog 589 RMD160 8a63c2d494427308c77ee45411585cecdb081342 SHA1 144286731caa3aa7f0d7806067a08ac313887048 SHA256 fc867f7cd0001a0548be9864924fbd2db854ff7203ab2205e435533b7ad90618
MISC metadata.xml 164 RMD160 5edb79931b874dc3a72128f0742b9d4c4eb3c8c1 SHA1 2f781e1fca36d790a027079805d56cf397e6a6f8 SHA256 f8efc9385015233c71f279f85bd0a327525b7136cf8714cc04449d8bea4ce22f

cl-html-parse-1.0.ebuild

# 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.2 2006/07/25 04:53:36 mkennedy Exp $

inherit common-lisp

DESCRIPTION="A parser that parses HTML documents and generates a sexp-based representation."
HOMEPAGE="http://www.cl-user.net/asp/libs/cl-html-parse
http://www.cliki.net/CL-HTML-Parse"
SRC_URI="mirror://gentoo/${PN}_${PV}.tar.gz"
LICENSE="LLGPL-2.1"
SLOT="0"
KEYWORDS="~amd64 ~ppc ~sparc ~x86"
IUSE=""
DEPEND="virtual/commonlisp
dev-lisp/common-lisp-controller"

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
common-lisp-install *.asd
common-lisp-system-symlink
dohtml -r dev/examples
dodoc COPYING dev/README
}

metadata.xml




common-lisp