commit:     953ef09befaf413eb45fe18460f24e7ed57781e9
Author:     Chema Alonso Josa <nimiux <AT> gentoo <DOT> org>
AuthorDate: Wed Nov 30 09:01:32 2016 +0000
Commit:     José María Alonso <nimiux <AT> gentoo <DOT> org>
CommitDate: Wed Nov 30 09:01:32 2016 +0000
URL:        https://gitweb.gentoo.org/proj/lisp.git/commit/?id=953ef09b

dev-lisp/cl-html-parse: Drops version 1.0 missing distfile

 dev-lisp/cl-html-parse/cl-html-parse-1.0.ebuild | 30 -------------------------
 1 file changed, 30 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 f837ff9..0000000
--- a/dev-lisp/cl-html-parse/cl-html-parse-1.0.ebuild
+++ /dev/null
@@ -1,30 +0,0 @@
-# Copyright 1999-2010 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-inherit common-lisp-2
-
-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=""
-
-S="${WORKDIR}"/${PN}
-
-src_unpack() {
-       unpack ${A}
-       sed -i s,http-parse,html-parse,g "${S}"/cl-html-parse.asd
-       sed -i s,HTTP-PARSE,HTML-PARSE,g "${S}"/dev/README
-}
-
-src_install() {
-       common-lisp-install ${PN}.asd dev/*.lisp
-       common-lisp-symlink-asdf
-       dohtml -r dev/examples
-       dodoc dev/README
-}

Reply via email to