commit: 47fce8cc86f95fec13c6ec8d2f6d66c48235c02e Author: Chema Alonso Josa <nimiux <AT> gentoo <DOT> org> AuthorDate: Sun Mar 18 22:17:44 2018 +0000 Commit: José María Alonso <nimiux <AT> gentoo <DOT> org> CommitDate: Sun Mar 18 22:17:44 2018 +0000 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..00000000 --- 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 -}
