commit: 3e7b53a13d379666ecb9bafcbe900e521797e152
Author: Chema Alonso Josa <nimiux <AT> gentoo <DOT> org>
AuthorDate: Sun Dec 10 13:31:55 2017 +0000
Commit: José María Alonso <nimiux <AT> gentoo <DOT> org>
CommitDate: Sun Dec 10 13:31:55 2017 +0000
URL: https://gitweb.gentoo.org/proj/lisp.git/commit/?id=3e7b53a1
dev-lisp/cl-fad: Bumps version to 0.7.5
dev-lisp/cl-fad/cl-fad-0.7.5.ebuild | 27 +++++++++++++++++++++++++++
1 file changed, 27 insertions(+)
diff --git a/dev-lisp/cl-fad/cl-fad-0.7.5.ebuild
b/dev-lisp/cl-fad/cl-fad-0.7.5.ebuild
new file mode 100644
index 00000000..3c1afe22
--- /dev/null
+++ b/dev-lisp/cl-fad/cl-fad-0.7.5.ebuild
@@ -0,0 +1,27 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+inherit common-lisp-3
+
+MY_P="v${PV}"
+
+DESCRIPTION="CL-FAD is a thin layer atop the Common Lisp's standard pathname
functions."
+HOMEPAGE="https://github.com/edicl/cl-fad/"
+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=""
+
+RDEPEND="dev-lisp/alexandria
+ dev-lisp/bordeaux-threads"
+
+src_install() {
+ common-lisp-install-sources *.lisp
+ common-lisp-install-asdf
+ dodoc CHANGELOG README
+ dohtml doc/index.html
+}