Gentoo Archives: gentoo-commits

From: "José María Alonso" <nimiux@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/lisp:master commit in: dev-lisp/cl-html-parse/
Date: Wed, 30 Nov 2016 09:01:41
Message-Id: 1480496492.953ef09befaf413eb45fe18460f24e7ed57781e9.nimiux@gentoo
1 commit: 953ef09befaf413eb45fe18460f24e7ed57781e9
2 Author: Chema Alonso Josa <nimiux <AT> gentoo <DOT> org>
3 AuthorDate: Wed Nov 30 09:01:32 2016 +0000
4 Commit: José María Alonso <nimiux <AT> gentoo <DOT> org>
5 CommitDate: Wed Nov 30 09:01:32 2016 +0000
6 URL: https://gitweb.gentoo.org/proj/lisp.git/commit/?id=953ef09b
7
8 dev-lisp/cl-html-parse: Drops version 1.0 missing distfile
9
10 dev-lisp/cl-html-parse/cl-html-parse-1.0.ebuild | 30 -------------------------
11 1 file changed, 30 deletions(-)
12
13 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
14 deleted file mode 100644
15 index f837ff9..0000000
16 --- a/dev-lisp/cl-html-parse/cl-html-parse-1.0.ebuild
17 +++ /dev/null
18 @@ -1,30 +0,0 @@
19 -# Copyright 1999-2010 Gentoo Foundation
20 -# Distributed under the terms of the GNU General Public License v2
21 -# $Header: $
22 -
23 -inherit common-lisp-2
24 -
25 -DESCRIPTION="A parser that parses HTML documents and generates a sexp-based representation."
26 -HOMEPAGE="http://www.cl-user.net/asp/libs/cl-html-parse
27 - http://www.cliki.net/CL-HTML-Parse"
28 -SRC_URI="mirror://gentoo/${PN}_${PV}.tar.gz"
29 -
30 -LICENSE="LLGPL-2.1"
31 -SLOT="0"
32 -KEYWORDS="~amd64 ~ppc ~sparc ~x86"
33 -IUSE=""
34 -
35 -S="${WORKDIR}"/${PN}
36 -
37 -src_unpack() {
38 - unpack ${A}
39 - sed -i s,http-parse,html-parse,g "${S}"/cl-html-parse.asd
40 - sed -i s,HTTP-PARSE,HTML-PARSE,g "${S}"/dev/README
41 -}
42 -
43 -src_install() {
44 - common-lisp-install ${PN}.asd dev/*.lisp
45 - common-lisp-symlink-asdf
46 - dohtml -r dev/examples
47 - dodoc dev/README
48 -}