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 08:58:49
Message-Id: 1480496315.a40d3e2981ec5650ee0d8c11fe8e04b58c71055d.nimiux@gentoo
1 commit: a40d3e2981ec5650ee0d8c11fe8e04b58c71055d
2 Author: Chema Alonso Josa <nimiux <AT> gentoo <DOT> org>
3 AuthorDate: Wed Nov 30 08:58:35 2016 +0000
4 Commit: José María Alonso <nimiux <AT> gentoo <DOT> org>
5 CommitDate: Wed Nov 30 08:58:35 2016 +0000
6 URL: https://gitweb.gentoo.org/proj/lisp.git/commit/?id=a40d3e29
7
8 dev-lisp/cl-html-parse: Adds live ebuild
9
10 dev-lisp/cl-html-parse/cl-html-parse-9999.ebuild | 13 +++++++++++++
11 1 file changed, 13 insertions(+)
12
13 diff --git a/dev-lisp/cl-html-parse/cl-html-parse-9999.ebuild b/dev-lisp/cl-html-parse/cl-html-parse-9999.ebuild
14 new file mode 100644
15 index 0000000..9b97231
16 --- /dev/null
17 +++ b/dev-lisp/cl-html-parse/cl-html-parse-9999.ebuild
18 @@ -0,0 +1,13 @@
19 +# Copyright 1999-2016 Gentoo Foundation
20 +# Distributed under the terms of the GNU General Public License v2
21 +# $Id$
22 +
23 +inherit common-lisp-3 git-r3
24 +
25 +DESCRIPTION="A portable version of Franz's Opensource HTML Parser"
26 +HOMEPAGE="http://www.cliki.net/CL-HTML-Parse"
27 +EGIT_REPO_URI="git://github.com/gwkkwg/${PN}.git"
28 +
29 +LICENSE="MIT"
30 +SLOT="0"
31 +IUSE=""