commit:     42c64d6ccf8a8ec6b8cdde91195803c66a686ae4
Author:     Chema Alonso Josa <nimiux <AT> gentoo <DOT> org>
AuthorDate: Thu Aug 25 16:56:06 2016 +0000
Commit:     José María Alonso <nimiux <AT> gentoo <DOT> org>
CommitDate: Thu Aug 25 16:56:06 2016 +0000
URL:        https://gitweb.gentoo.org/proj/lisp.git/commit/?id=42c64d6c

dev-lisp/cl-fad: Bump to version 0.7.4

 dev-lisp/cl-fad/cl-fad-0.7.4.ebuild | 28 ++++++++++++++++++++++++++++
 1 file changed, 28 insertions(+)

diff --git a/dev-lisp/cl-fad/cl-fad-0.7.4.ebuild 
b/dev-lisp/cl-fad/cl-fad-0.7.4.ebuild
new file mode 100644
index 0000000..a09149d
--- /dev/null
+++ b/dev-lisp/cl-fad/cl-fad-0.7.4.ebuild
@@ -0,0 +1,28 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+inherit common-lisp-3
+
+MY_P="v${PV}"
+
+DESCRIPTION="CL-FAD is a thin layer atop the Common Lisp's standard pathname 
functions."
+HOMEPAGE="http://weitz.de/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
+}

Reply via email to