Gentoo Archives: gentoo-commits

From: "José María Alonso" <nimiux@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/lisp:master commit in: dev-lisp/cl-ftp/
Date: Tue, 29 Nov 2016 23:02:25
Message-Id: 1480460526.c1f1ef257530ec9d4fc944682fac82e52fbe0b22.nimiux@gentoo
1 commit: c1f1ef257530ec9d4fc944682fac82e52fbe0b22
2 Author: Chema Alonso Josa <nimiux <AT> gentoo <DOT> org>
3 AuthorDate: Tue Nov 29 23:02:06 2016 +0000
4 Commit: José María Alonso <nimiux <AT> gentoo <DOT> org>
5 CommitDate: Tue Nov 29 23:02:06 2016 +0000
6 URL: https://gitweb.gentoo.org/proj/lisp.git/commit/?id=c1f1ef25
7
8 dev-lisp/cl-ftp: Bumps version to 1.6.0
9
10 dev-lisp/cl-ftp/cl-ftp-1.6.0.ebuild | 24 ++++++++++++++++++++++++
11 1 file changed, 24 insertions(+)
12
13 diff --git a/dev-lisp/cl-ftp/cl-ftp-1.6.0.ebuild b/dev-lisp/cl-ftp/cl-ftp-1.6.0.ebuild
14 new file mode 100644
15 index 0000000..a15d49f
16 --- /dev/null
17 +++ b/dev-lisp/cl-ftp/cl-ftp-1.6.0.ebuild
18 @@ -0,0 +1,24 @@
19 +# Copyright 1999-2016 Gentoo Foundation
20 +# Distributed under the terms of the GNU General Public License v2
21 +# $Id$
22 +
23 +EAPI=6
24 +
25 +inherit common-lisp-3
26 +
27 +MY_PV="VERSION_${PV}"
28 +
29 +DESCRIPTION="FTP Client Functionality for Common Lisp"
30 +HOMEPAGE="http://code.kepibu.org/cl-ftp/
31 + http://www.cliki.net/CL-FTP"
32 +SRC_URI="https://github.com/pinterface/${PN}/archive/${MY_PV}.tar.gz -> ${P}.tar.gz"
33 +
34 +LICENSE="MIT"
35 +SLOT="0"
36 +KEYWORDS="~amd64 ~ppc ~sparc ~x86"
37 +IUSE=""
38 +
39 +RDEPEND="dev-lisp/split-sequence
40 + dev-lisp/usocket"
41 +
42 +S="${WORKDIR}/${PN}-${MY_PV}"