commit:     711feaf86284c88fbaf461ea5008faa98e06983c
Author:     Chema Alonso Josa <nimiux <AT> gentoo <DOT> org>
AuthorDate: Wed Nov 30 14:27:48 2016 +0000
Commit:     José María Alonso <nimiux <AT> gentoo <DOT> org>
CommitDate: Wed Nov 30 14:27:48 2016 +0000
URL:        https://gitweb.gentoo.org/proj/lisp.git/commit/?id=711feaf8

dev-lisp/lml2: Drops release 1.6.6-r1. Updates header, EAPI, homepage, src_uri 
and more

 dev-lisp/lml2/lml2-1.6.6-r1.ebuild | 28 ----------------------------
 dev-lisp/lml2/lml2-1.6.6.ebuild    | 27 +++++++++++++++++++++++++++
 2 files changed, 27 insertions(+), 28 deletions(-)

diff --git a/dev-lisp/lml2/lml2-1.6.6-r1.ebuild 
b/dev-lisp/lml2/lml2-1.6.6-r1.ebuild
deleted file mode 100644
index 1437154..0000000
--- a/dev-lisp/lml2/lml2-1.6.6-r1.ebuild
+++ /dev/null
@@ -1,28 +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 Common Lisp package for generating HTML and XHTML documents"
-HOMEPAGE="http://lml2.b9.com/";
-SRC_URI="http://files.b9.com/${PN}/${P}.tar.gz";
-
-LICENSE="LLGPL-2.1"
-SLOT="0"
-KEYWORDS="~amd64 ~ppc ~sparc ~x86"
-IUSE=""
-
-RDEPEND="!dev-lisp/cl-${PN}
-               dev-lisp/kmrcl"
-
-CLSYSTEMS="${PN} ${PN}-tests"
-
-src_install() {
-       common-lisp-install *.{lisp,asd}
-       common-lisp-symlink-asdf
-       dodoc README ChangeLog
-       dohtml doc/readme.html
-       docinto examples
-       dodoc doc/{make.lisp,Makefile,readme.lml}
-}

diff --git a/dev-lisp/lml2/lml2-1.6.6.ebuild b/dev-lisp/lml2/lml2-1.6.6.ebuild
new file mode 100644
index 0000000..a32dc77
--- /dev/null
+++ b/dev-lisp/lml2/lml2-1.6.6.ebuild
@@ -0,0 +1,27 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+inherit common-lisp-3
+
+DESCRIPTION="LML2 is a package to generate HTML and XHTML from Common Lisp 
programs."
+HOMEPAGE="http://lml2.kpe.io/";
+SRC_URI="http://files.kpe.io/${PN}/${P}.tar.gz";
+
+LICENSE="LLGPL-2.1"
+SLOT="0"
+KEYWORDS="~amd64 ~ppc ~sparc ~x86"
+IUSE=""
+
+RDEPEND="!dev-lisp/cl-${PN}
+               dev-lisp/kmrcl"
+
+CLSYSTEMS="${PN} ${PN}-tests"
+
+src_install() {
+       common-lisp-install-sources -t lisp .
+       common-lisp-install-asdf
+       dodoc -r doc
+}

Reply via email to