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/lml2/
Date: Wed, 30 Nov 2016 14:27:56
Message-Id: 1480516068.711feaf86284c88fbaf461ea5008faa98e06983c.nimiux@gentoo
1 commit: 711feaf86284c88fbaf461ea5008faa98e06983c
2 Author: Chema Alonso Josa <nimiux <AT> gentoo <DOT> org>
3 AuthorDate: Wed Nov 30 14:27:48 2016 +0000
4 Commit: José María Alonso <nimiux <AT> gentoo <DOT> org>
5 CommitDate: Wed Nov 30 14:27:48 2016 +0000
6 URL: https://gitweb.gentoo.org/proj/lisp.git/commit/?id=711feaf8
7
8 dev-lisp/lml2: Drops release 1.6.6-r1. Updates header, EAPI, homepage, src_uri and more
9
10 dev-lisp/lml2/lml2-1.6.6-r1.ebuild | 28 ----------------------------
11 dev-lisp/lml2/lml2-1.6.6.ebuild | 27 +++++++++++++++++++++++++++
12 2 files changed, 27 insertions(+), 28 deletions(-)
13
14 diff --git a/dev-lisp/lml2/lml2-1.6.6-r1.ebuild b/dev-lisp/lml2/lml2-1.6.6-r1.ebuild
15 deleted file mode 100644
16 index 1437154..0000000
17 --- a/dev-lisp/lml2/lml2-1.6.6-r1.ebuild
18 +++ /dev/null
19 @@ -1,28 +0,0 @@
20 -# Copyright 1999-2010 Gentoo Foundation
21 -# Distributed under the terms of the GNU General Public License v2
22 -# $Header: $
23 -
24 -inherit common-lisp-2
25 -
26 -DESCRIPTION="A Common Lisp package for generating HTML and XHTML documents"
27 -HOMEPAGE="http://lml2.b9.com/"
28 -SRC_URI="http://files.b9.com/${PN}/${P}.tar.gz"
29 -
30 -LICENSE="LLGPL-2.1"
31 -SLOT="0"
32 -KEYWORDS="~amd64 ~ppc ~sparc ~x86"
33 -IUSE=""
34 -
35 -RDEPEND="!dev-lisp/cl-${PN}
36 - dev-lisp/kmrcl"
37 -
38 -CLSYSTEMS="${PN} ${PN}-tests"
39 -
40 -src_install() {
41 - common-lisp-install *.{lisp,asd}
42 - common-lisp-symlink-asdf
43 - dodoc README ChangeLog
44 - dohtml doc/readme.html
45 - docinto examples
46 - dodoc doc/{make.lisp,Makefile,readme.lml}
47 -}
48
49 diff --git a/dev-lisp/lml2/lml2-1.6.6.ebuild b/dev-lisp/lml2/lml2-1.6.6.ebuild
50 new file mode 100644
51 index 0000000..a32dc77
52 --- /dev/null
53 +++ b/dev-lisp/lml2/lml2-1.6.6.ebuild
54 @@ -0,0 +1,27 @@
55 +# Copyright 1999-2016 Gentoo Foundation
56 +# Distributed under the terms of the GNU General Public License v2
57 +# $Id$
58 +
59 +EAPI=6
60 +
61 +inherit common-lisp-3
62 +
63 +DESCRIPTION="LML2 is a package to generate HTML and XHTML from Common Lisp programs."
64 +HOMEPAGE="http://lml2.kpe.io/"
65 +SRC_URI="http://files.kpe.io/${PN}/${P}.tar.gz"
66 +
67 +LICENSE="LLGPL-2.1"
68 +SLOT="0"
69 +KEYWORDS="~amd64 ~ppc ~sparc ~x86"
70 +IUSE=""
71 +
72 +RDEPEND="!dev-lisp/cl-${PN}
73 + dev-lisp/kmrcl"
74 +
75 +CLSYSTEMS="${PN} ${PN}-tests"
76 +
77 +src_install() {
78 + common-lisp-install-sources -t lisp .
79 + common-lisp-install-asdf
80 + dodoc -r doc
81 +}