commit: c1f1ef257530ec9d4fc944682fac82e52fbe0b22
Author: Chema Alonso Josa <nimiux <AT> gentoo <DOT> org>
AuthorDate: Tue Nov 29 23:02:06 2016 +0000
Commit: José María Alonso <nimiux <AT> gentoo <DOT> org>
CommitDate: Tue Nov 29 23:02:06 2016 +0000
URL: https://gitweb.gentoo.org/proj/lisp.git/commit/?id=c1f1ef25
dev-lisp/cl-ftp: Bumps version to 1.6.0
dev-lisp/cl-ftp/cl-ftp-1.6.0.ebuild | 24 ++++++++++++++++++++++++
1 file changed, 24 insertions(+)
diff --git a/dev-lisp/cl-ftp/cl-ftp-1.6.0.ebuild
b/dev-lisp/cl-ftp/cl-ftp-1.6.0.ebuild
new file mode 100644
index 0000000..a15d49f
--- /dev/null
+++ b/dev-lisp/cl-ftp/cl-ftp-1.6.0.ebuild
@@ -0,0 +1,24 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+inherit common-lisp-3
+
+MY_PV="VERSION_${PV}"
+
+DESCRIPTION="FTP Client Functionality for Common Lisp"
+HOMEPAGE="http://code.kepibu.org/cl-ftp/
+ http://www.cliki.net/CL-FTP"
+SRC_URI="https://github.com/pinterface/${PN}/archive/${MY_PV}.tar.gz ->
${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~ppc ~sparc ~x86"
+IUSE=""
+
+RDEPEND="dev-lisp/split-sequence
+ dev-lisp/usocket"
+
+S="${WORKDIR}/${PN}-${MY_PV}"