commit: 1da9284438045e0032350ebbce76857b204df483 Author: Chema Alonso Josa <nimiux <AT> gentoo <DOT> org> AuthorDate: Wed Jul 5 19:57:17 2017 +0000 Commit: José María Alonso <nimiux <AT> gentoo <DOT> org> CommitDate: Wed Jul 5 19:57:17 2017 +0000 URL: https://gitweb.gentoo.org/proj/lisp.git/commit/?id=1da92844
dev-lisp/xmls: Drops old version. Updates to common-lisp-3 eclass dev-lisp/xmls/xmls-1.2.ebuild | 29 ----------------------------- dev-lisp/xmls/xmls-1.5.ebuild | 5 ++--- dev-lisp/xmls/xmls-1.7.1.ebuild | 5 ++--- 3 files changed, 4 insertions(+), 35 deletions(-) diff --git a/dev-lisp/xmls/xmls-1.2.ebuild b/dev-lisp/xmls/xmls-1.2.ebuild deleted file mode 100644 index c6764c47..00000000 --- a/dev-lisp/xmls/xmls-1.2.ebuild +++ /dev/null @@ -1,29 +0,0 @@ -# Copyright 1999-2016 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -inherit common-lisp-2 - -DESCRIPTION="XMLS is a small, simple, non-validating XML parser for Common Lisp." -HOMEPAGE="http://www.common-lisp.net/project/xmls/ - http://www.cliki.net/xmls" -SRC_URI="http://www.common-lisp.net/project/${PN}/${P}.tar.gz" - -LICENSE="BSD" -SLOT="0" -KEYWORDS="~amd64 ~ppc ~sparc x86" -IUSE="" - -RDEPEND="!dev-lisp/cl-${PN}" - -src_install() { - common-lisp-install *.{lisp,asd} - common-lisp-symlink-asdf - dodoc Changelog - dohtml README.html - for i in ant beep cdata dav large misc namespace rdf soap xml-rpc; do - docinto tests/${i} - dodoc tests/${i}/* - done - dodoc run-tests.sh -} diff --git a/dev-lisp/xmls/xmls-1.5.ebuild b/dev-lisp/xmls/xmls-1.5.ebuild index 7259363a..b8f67dd3 100644 --- a/dev-lisp/xmls/xmls-1.5.ebuild +++ b/dev-lisp/xmls/xmls-1.5.ebuild @@ -1,8 +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=5 +EAPI=6 inherit common-lisp-3 diff --git a/dev-lisp/xmls/xmls-1.7.1.ebuild b/dev-lisp/xmls/xmls-1.7.1.ebuild index 74073e85..fe6568ad 100644 --- a/dev-lisp/xmls/xmls-1.7.1.ebuild +++ b/dev-lisp/xmls/xmls-1.7.1.ebuild @@ -1,8 +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=5 +EAPI=6 inherit common-lisp-3
