commit:     ecd4c844c5bfd88871ea2d5cdc6ae95da3c7f50f
Author:     Chema Alonso Josa <nimiux <AT> gentoo <DOT> org>
AuthorDate: Thu May 28 17:33:30 2015 +0000
Commit:     José María Alonso <nimiux <AT> gentoo <DOT> org>
CommitDate: Thu May 28 17:33:30 2015 +0000
URL:        https://gitweb.gentoo.org/proj/lisp.git/commit/?id=ecd4c844

dev-lisp/xmls: bump to version 1.7.1

 dev-lisp/xmls/xmls-1.7.1.ebuild | 29 +++++++++++++++++++++++++++++
 1 file changed, 29 insertions(+)

diff --git a/dev-lisp/xmls/xmls-1.7.1.ebuild b/dev-lisp/xmls/xmls-1.7.1.ebuild
new file mode 100644
index 0000000..4f80fa2
--- /dev/null
+++ b/dev-lisp/xmls/xmls-1.7.1.ebuild
@@ -0,0 +1,29 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+EAPI=5
+
+inherit common-lisp-3
+
+DESCRIPTION="XMLS, a simple 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}.tgz";
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~amd64 ~ppc ~sparc ~x86"
+IUSE=""
+
+RDEPEND="!dev-lisp/cl-${PN}"
+
+src_install() {
+       common-lisp-install-sources *.lisp
+       common-lisp-install-asdf
+       dodoc Changelog
+       dohtml README.html
+       docinto tests
+       dodoc -r tests/*
+       dodoc run-tests.pl
+}

Reply via email to