* [gentoo-commits] proj/lisp:master commit in: dev-lisp/cl-html-parse/
@ 2016-11-30 8:58 José María Alonso
0 siblings, 0 replies; 4+ messages in thread
From: José María Alonso @ 2016-11-30 8:58 UTC (permalink / raw
To: gentoo-commits
commit: a40d3e2981ec5650ee0d8c11fe8e04b58c71055d
Author: Chema Alonso Josa <nimiux <AT> gentoo <DOT> org>
AuthorDate: Wed Nov 30 08:58:35 2016 +0000
Commit: José María Alonso <nimiux <AT> gentoo <DOT> org>
CommitDate: Wed Nov 30 08:58:35 2016 +0000
URL: https://gitweb.gentoo.org/proj/lisp.git/commit/?id=a40d3e29
dev-lisp/cl-html-parse: Adds live ebuild
dev-lisp/cl-html-parse/cl-html-parse-9999.ebuild | 13 +++++++++++++
1 file changed, 13 insertions(+)
diff --git a/dev-lisp/cl-html-parse/cl-html-parse-9999.ebuild b/dev-lisp/cl-html-parse/cl-html-parse-9999.ebuild
new file mode 100644
index 0000000..9b97231
--- /dev/null
+++ b/dev-lisp/cl-html-parse/cl-html-parse-9999.ebuild
@@ -0,0 +1,13 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+inherit common-lisp-3 git-r3
+
+DESCRIPTION="A portable version of Franz's Opensource HTML Parser"
+HOMEPAGE="http://www.cliki.net/CL-HTML-Parse"
+EGIT_REPO_URI="git://github.com/gwkkwg/${PN}.git"
+
+LICENSE="MIT"
+SLOT="0"
+IUSE=""
^ permalink raw reply related [flat|nested] 4+ messages in thread
* [gentoo-commits] proj/lisp:master commit in: dev-lisp/cl-html-parse/
@ 2016-11-30 9:01 José María Alonso
0 siblings, 0 replies; 4+ messages in thread
From: José María Alonso @ 2016-11-30 9:01 UTC (permalink / raw
To: gentoo-commits
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
-}
^ permalink raw reply related [flat|nested] 4+ messages in thread
* [gentoo-commits] proj/lisp:master commit in: dev-lisp/cl-html-parse/
@ 2017-07-07 9:37 José María Alonso
0 siblings, 0 replies; 4+ messages in thread
From: José María Alonso @ 2017-07-07 9:37 UTC (permalink / raw
To: gentoo-commits
commit: 1189f36a1e139677927e27f060220984a2eec11f
Author: Chema Alonso Josa <nimiux <AT> gentoo <DOT> org>
AuthorDate: Fri Jul 7 09:37:32 2017 +0000
Commit: José María Alonso <nimiux <AT> gentoo <DOT> org>
CommitDate: Fri Jul 7 09:37:32 2017 +0000
URL: https://gitweb.gentoo.org/proj/lisp.git/commit/?id=1189f36a
dev-lisp/cl-html-parse: Updates header and EAPI
dev-lisp/cl-html-parse/cl-html-parse-9999.ebuild | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
diff --git a/dev-lisp/cl-html-parse/cl-html-parse-9999.ebuild b/dev-lisp/cl-html-parse/cl-html-parse-9999.ebuild
index 9b972314..1f44007b 100644
--- a/dev-lisp/cl-html-parse/cl-html-parse-9999.ebuild
+++ b/dev-lisp/cl-html-parse/cl-html-parse-9999.ebuild
@@ -1,6 +1,7 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Id$
+
+EAPI=6
inherit common-lisp-3 git-r3
^ permalink raw reply related [flat|nested] 4+ messages in thread
* [gentoo-commits] proj/lisp:master commit in: dev-lisp/cl-html-parse/
@ 2017-08-07 11:18 José María Alonso
0 siblings, 0 replies; 4+ messages in thread
From: José María Alonso @ 2017-08-07 11:18 UTC (permalink / raw
To: gentoo-commits
commit: b10eb13742b3ff533786a7a992c28d8ec7bf0639
Author: Chema Alonso Josa <nimiux <AT> gentoo <DOT> org>
AuthorDate: Mon Aug 7 11:18:31 2017 +0000
Commit: José María Alonso <nimiux <AT> gentoo <DOT> org>
CommitDate: Mon Aug 7 11:18:31 2017 +0000
URL: https://gitweb.gentoo.org/proj/lisp.git/commit/?id=b10eb137
dev-lisp/cl-html-parse: Use https schema in live ebuild
dev-lisp/cl-html-parse/cl-html-parse-9999.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-lisp/cl-html-parse/cl-html-parse-9999.ebuild b/dev-lisp/cl-html-parse/cl-html-parse-9999.ebuild
index 1f44007b..3749e838 100644
--- a/dev-lisp/cl-html-parse/cl-html-parse-9999.ebuild
+++ b/dev-lisp/cl-html-parse/cl-html-parse-9999.ebuild
@@ -7,7 +7,7 @@ inherit common-lisp-3 git-r3
DESCRIPTION="A portable version of Franz's Opensource HTML Parser"
HOMEPAGE="http://www.cliki.net/CL-HTML-Parse"
-EGIT_REPO_URI="git://github.com/gwkkwg/${PN}.git"
+EGIT_REPO_URI="https://github.com/gwkkwg/${PN}"
LICENSE="MIT"
SLOT="0"
^ permalink raw reply related [flat|nested] 4+ messages in thread
end of thread, other threads:[~2017-08-07 11:18 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-11-30 9:01 [gentoo-commits] proj/lisp:master commit in: dev-lisp/cl-html-parse/ José María Alonso
-- strict thread matches above, loose matches on Subject: below --
2017-08-07 11:18 José María Alonso
2017-07-07 9:37 José María Alonso
2016-11-30 8:58 José María Alonso
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox