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: Fri, 07 Jul 2017 08:24:10
Message-Id: 1499415855.d35605327695ebb2d8efca27b0cdb9d654e9be24.nimiux@gentoo
1 commit: d35605327695ebb2d8efca27b0cdb9d654e9be24
2 Author: Chema Alonso Josa <nimiux <AT> gentoo <DOT> org>
3 AuthorDate: Fri Jul 7 08:24:15 2017 +0000
4 Commit: José María Alonso <nimiux <AT> gentoo <DOT> org>
5 CommitDate: Fri Jul 7 08:24:15 2017 +0000
6 URL: https://gitweb.gentoo.org/proj/lisp.git/commit/?id=d3560532
7
8 dev-lisp/cl-ftp: Drops old version. Updates to common-lisp-3 eclass
9
10 dev-lisp/cl-ftp/cl-ftp-1.3.3.ebuild | 28 ----------------------------
11 dev-lisp/cl-ftp/cl-ftp-1.5.0.ebuild | 5 ++---
12 dev-lisp/cl-ftp/cl-ftp-1.6.0.ebuild | 3 +--
13 3 files changed, 3 insertions(+), 33 deletions(-)
14
15 diff --git a/dev-lisp/cl-ftp/cl-ftp-1.3.3.ebuild b/dev-lisp/cl-ftp/cl-ftp-1.3.3.ebuild
16 deleted file mode 100644
17 index d9409ddd..00000000
18 --- a/dev-lisp/cl-ftp/cl-ftp-1.3.3.ebuild
19 +++ /dev/null
20 @@ -1,28 +0,0 @@
21 -# Copyright 1999-2016 Gentoo Foundation
22 -# Distributed under the terms of the GNU General Public License v2
23 -# $Id$
24 -
25 -inherit common-lisp-2
26 -
27 -DESCRIPTION="CL-FTP is a Common Lisp FTP client library."
28 -HOMEPAGE="http://www.mapcar.org/~mrd/cl-ftp/
29 - http://packages.debian.org/unstable/devel/cl-ftp
30 - http://www.cliki.net/CL-FTP"
31 -SRC_URI="mirror://debian/pool/main/c/${PN}/${PN}_${PV}.orig.tar.gz"
32 -
33 -LICENSE="MIT"
34 -SLOT="0"
35 -KEYWORDS="~amd64 ~ppc ~sparc ~x86"
36 -IUSE=""
37 -
38 -RDEPEND="dev-lisp/acl-compat
39 - dev-lisp/split-sequence"
40 -
41 -CLPACKAGE=ftp
42 -CLSYSTEMS=ftp
43 -
44 -src_install() {
45 - common-lisp-install *.{lisp,asd}
46 - common-lisp-symlink-asdf
47 - dohtml api.html
48 -}
49
50 diff --git a/dev-lisp/cl-ftp/cl-ftp-1.5.0.ebuild b/dev-lisp/cl-ftp/cl-ftp-1.5.0.ebuild
51 index 58aa0601..950f4d81 100644
52 --- a/dev-lisp/cl-ftp/cl-ftp-1.5.0.ebuild
53 +++ b/dev-lisp/cl-ftp/cl-ftp-1.5.0.ebuild
54 @@ -1,8 +1,7 @@
55 -# Copyright 1999-2016 Gentoo Foundation
56 +# Copyright 1999-2017 Gentoo Foundation
57 # Distributed under the terms of the GNU General Public License v2
58 -# $Id$
59
60 -EAPI=5
61 +EAPI=6
62
63 inherit common-lisp-3
64
65
66 diff --git a/dev-lisp/cl-ftp/cl-ftp-1.6.0.ebuild b/dev-lisp/cl-ftp/cl-ftp-1.6.0.ebuild
67 index a15d49fc..4cf000c1 100644
68 --- a/dev-lisp/cl-ftp/cl-ftp-1.6.0.ebuild
69 +++ b/dev-lisp/cl-ftp/cl-ftp-1.6.0.ebuild
70 @@ -1,6 +1,5 @@
71 -# Copyright 1999-2016 Gentoo Foundation
72 +# Copyright 1999-2017 Gentoo Foundation
73 # Distributed under the terms of the GNU General Public License v2
74 -# $Id$
75
76 EAPI=6