commit: 25d34eaa475072ed6db9d78383a59819e0867981
Author: Chema Alonso <nimiux <AT> gentoo <DOT> org>
AuthorDate: Wed May 28 20:27:26 2014 +0000
Commit: José María Alonso <nimiux <AT> gentoo <DOT> org>
CommitDate: Wed May 28 20:27:26 2014 +0000
URL:
http://git.overlays.gentoo.org/gitweb/?p=proj/lisp.git;a=commit;h=25d34eaa
dev-lisp/cl-who: bump to version 1.1.3
---
dev-lisp/cl-who/cl-who-1.1.3.ebuild | 25 +++++++++++++++++++++++++
1 file changed, 25 insertions(+)
diff --git a/dev-lisp/cl-who/cl-who-1.1.3.ebuild
b/dev-lisp/cl-who/cl-who-1.1.3.ebuild
new file mode 100644
index 0000000..81a613a
--- /dev/null
+++ b/dev-lisp/cl-who/cl-who-1.1.3.ebuild
@@ -0,0 +1,25 @@
+# Copyright 1999-2014 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+EAPI=5
+
+inherit common-lisp-3
+
+MY_P="v${PV}"
+
+DESCRIPTION='CL-WHO (is yet another Lisp Markup Language).'
+HOMEPAGE="http://weitz.de/cl-who/"
+SRC_URI="https://github.com/edicl/${PN}/archive/${MY_P}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="BSD-2"
+SLOT="0"
+KEYWORDS="~amd64 ~ppc ~sparc ~x86"
+IUSE=""
+
+src_install() {
+ common-lisp-install-sources *.lisp
+ common-lisp-install-asdf
+ dodoc CHANGELOG
+ dohtml doc/*.html
+}