[gentoo-commits] proj/lisp:master commit in: dev-lisp/lml/

2018-03-18 Thread José María Alonso
commit: 47fce8cc86f95fec13c6ec8d2f6d66c48235c02e
Author: Chema Alonso Josa  gentoo  org>
AuthorDate: Sun Mar 18 22:17:44 2018 +
Commit: José María Alonso  gentoo  org>
CommitDate: Sun Mar 18 22:17:44 2018 +
URL:https://gitweb.gentoo.org/proj/lisp.git/commit/?id=47fce8cc

dev-lisp/lml: Drops package

 dev-lisp/lml/lml-2.5.7.ebuild | 25 -
 1 file changed, 25 deletions(-)

diff --git a/dev-lisp/lml/lml-2.5.7.ebuild b/dev-lisp/lml/lml-2.5.7.ebuild
deleted file mode 100644
index 64ecf2af..
--- a/dev-lisp/lml/lml-2.5.7.ebuild
+++ /dev/null
@@ -1,25 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit common-lisp-3
-
-DESCRIPTION="Common Lisp package to provide a markup language for generation 
XHTML web pages"
-HOMEPAGE="http://lml.b9.com/
-   http://www.cliki.net/LML;
-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}"
-
-src_install() {
-   common-lisp-install-sources *.lisp
-   common-lisp-install-asdf
-   dohtml doc/readme.html
-   docinto examples && dodoc doc/readme.lml
-}



[gentoo-commits] proj/lisp:master commit in: dev-lisp/lml/

2017-07-06 Thread José María Alonso
commit: 901252fb19e4f15209394d95cd759bece2230776
Author: Chema Alonso Josa  gentoo  org>
AuthorDate: Thu Jul  6 21:05:12 2017 +
Commit: José María Alonso  gentoo  org>
CommitDate: Thu Jul  6 21:05:12 2017 +
URL:https://gitweb.gentoo.org/proj/lisp.git/commit/?id=901252fb

dev-lisp/lml: Updates to common-lisp-3 eclass

 dev-lisp/lml/lml-2.5.7.ebuild | 11 ++-
 1 file changed, 6 insertions(+), 5 deletions(-)

diff --git a/dev-lisp/lml/lml-2.5.7.ebuild b/dev-lisp/lml/lml-2.5.7.ebuild
index f95e3c95..64ecf2af 100644
--- a/dev-lisp/lml/lml-2.5.7.ebuild
+++ b/dev-lisp/lml/lml-2.5.7.ebuild
@@ -1,8 +1,9 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Id$
 
-inherit common-lisp-2
+EAPI=6
+
+inherit common-lisp-3
 
 DESCRIPTION="Common Lisp package to provide a markup language for generation 
XHTML web pages"
 HOMEPAGE="http://lml.b9.com/
@@ -17,8 +18,8 @@ IUSE=""
 RDEPEND="!dev-lisp/cl-${PN}"
 
 src_install() {
-   common-lisp-install *.{lisp,asd}
-   common-lisp-symlink-asdf
+   common-lisp-install-sources *.lisp
+   common-lisp-install-asdf
dohtml doc/readme.html
docinto examples && dodoc doc/readme.lml
 }



[gentoo-commits] proj/lisp:master commit in: dev-lisp/lml/

2016-12-06 Thread José María Alonso
commit: 1c77600c18d884fcdadf3061fb7b5af88a9450e7
Author: Chema Alonso Josa  gentoo  org>
AuthorDate: Tue Dec  6 22:35:08 2016 +
Commit: José María Alonso  gentoo  org>
CommitDate: Tue Dec  6 22:35:08 2016 +
URL:https://gitweb.gentoo.org/proj/lisp.git/commit/?id=1c77600c

dev-lisp/lml: Updates header

 dev-lisp/lml/lml-2.5.7.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-lisp/lml/lml-2.5.7.ebuild b/dev-lisp/lml/lml-2.5.7.ebuild
index c69a65d..f95e3c9 100644
--- a/dev-lisp/lml/lml-2.5.7.ebuild
+++ b/dev-lisp/lml/lml-2.5.7.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2010 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: $
+# $Id$
 
 inherit common-lisp-2