summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPanagiotis Christopoulos <pchrist@gentoo.org>2010-11-07 17:34:14 +0000
committerPanagiotis Christopoulos <pchrist@gentoo.org>2010-11-07 17:34:14 +0000
commit34c92994c27f03d56613bdb4ee8dace32b772c72 (patch)
treeb61bd5b51db9345d6d32e1039992dd7fdb5e5a31 /dev-lisp/cl-html-parse/cl-html-parse-1.0.ebuild
parentdev-lisp/cl-html-encode removal, p.masked from 17Sep2010, wrt bug #337963 (diff)
downloadhistorical-34c92994c27f03d56613bdb4ee8dace32b772c72.tar.gz
historical-34c92994c27f03d56613bdb4ee8dace32b772c72.tar.bz2
historical-34c92994c27f03d56613bdb4ee8dace32b772c72.zip
dev-lisp/cl-html-parse removal, p.masked from 17Sep2010, wrt bug #337963
Diffstat (limited to 'dev-lisp/cl-html-parse/cl-html-parse-1.0.ebuild')
-rw-r--r--dev-lisp/cl-html-parse/cl-html-parse-1.0.ebuild34
1 files changed, 0 insertions, 34 deletions
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
-}