commit:     fc9679e06fa3f86e087b28579df3f0c4d0b9d8a7
Author:     Chema Alonso Josa <nimiux <AT> gentoo <DOT> org>
AuthorDate: Tue Dec 22 12:10:20 2015 +0000
Commit:     José María Alonso <nimiux <AT> gentoo <DOT> org>
CommitDate: Tue Dec 22 12:10:20 2015 +0000
URL:        https://gitweb.gentoo.org/proj/lisp.git/commit/?id=fc9679e0

dev-lisp/cl-fad: bump to version 0.7.3

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

diff --git a/dev-lisp/cl-fad/cl-fad-0.7.3.ebuild 
b/dev-lisp/cl-fad/cl-fad-0.7.3.ebuild
new file mode 100644
index 0000000..d5a50cb
--- /dev/null
+++ b/dev-lisp/cl-fad/cl-fad-0.7.3.ebuild
@@ -0,0 +1,28 @@
+# Copyright 1999-2015 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 portability layer atop the Common Lisp 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