From 34c92994c27f03d56613bdb4ee8dace32b772c72 Mon Sep 17 00:00:00 2001 From: Panagiotis Christopoulos Date: Sun, 7 Nov 2010 17:34:14 +0000 Subject: dev-lisp/cl-html-parse removal, p.masked from 17Sep2010, wrt bug #337963 --- dev-lisp/cl-html-parse/cl-html-parse-1.0.ebuild | 34 ------------------------- 1 file changed, 34 deletions(-) delete mode 100644 dev-lisp/cl-html-parse/cl-html-parse-1.0.ebuild (limited to 'dev-lisp/cl-html-parse/cl-html-parse-1.0.ebuild') 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 deleted file mode 100644 index 86edddc99d30..000000000000 --- a/dev-lisp/cl-html-parse/cl-html-parse-1.0.ebuild +++ /dev/null @@ -1,34 +0,0 @@ -# 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 -} -- cgit v1.2.3-65-gdbad