[gentoo-commits] proj/lisp:master commit in: dev-lisp/cl-ftp/

2018-03-18 Thread José María Alonso
commit: 1b384364daf4e0b80abdf7dd6acad7efff6794ae
Author: Chema Alonso Josa  gentoo  org>
AuthorDate: Sun Mar 18 22:17:25 2018 +
Commit: José María Alonso  gentoo  org>
CommitDate: Sun Mar 18 22:17:25 2018 +
URL:https://gitweb.gentoo.org/proj/lisp.git/commit/?id=1b384364

dev-lisp/cl-ftp: Drops package

 dev-lisp/cl-ftp/cl-ftp-1.5.0.ebuild | 28 
 dev-lisp/cl-ftp/cl-ftp-1.6.0.ebuild | 23 ---
 2 files changed, 51 deletions(-)

diff --git a/dev-lisp/cl-ftp/cl-ftp-1.5.0.ebuild 
b/dev-lisp/cl-ftp/cl-ftp-1.5.0.ebuild
deleted file mode 100644
index 950f4d81..
--- a/dev-lisp/cl-ftp/cl-ftp-1.5.0.ebuild
+++ /dev/null
@@ -1,28 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit common-lisp-3
-
-DESCRIPTION="FTP Client Functionality for Common Lisp"
-HOMEPAGE="http://code.kepibu.org/cl-ftp/
-   http://www.cliki.net/CL-FTP;
-SRC_URI="http://code.kepibu.org/cl-ftp/${P}.tar.gz;
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64 ~ppc ~sparc ~x86"
-IUSE=""
-
-RDEPEND="dev-lisp/lml
-   dev-lisp/split-sequence
-   dev-lisp/usocket"
-
-S="${WORKDIR}/${PN}"
-
-src_install() {
-   common-lisp-install-sources *.lisp
-   common-lisp-install-asdf
-   dodoc api.lml
-}

diff --git a/dev-lisp/cl-ftp/cl-ftp-1.6.0.ebuild 
b/dev-lisp/cl-ftp/cl-ftp-1.6.0.ebuild
deleted file mode 100644
index 4cf000c1..
--- a/dev-lisp/cl-ftp/cl-ftp-1.6.0.ebuild
+++ /dev/null
@@ -1,23 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-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}"



[gentoo-commits] proj/lisp:master commit in: dev-lisp/cl-ftp/

2017-07-07 Thread José María Alonso
commit: d35605327695ebb2d8efca27b0cdb9d654e9be24
Author: Chema Alonso Josa  gentoo  org>
AuthorDate: Fri Jul  7 08:24:15 2017 +
Commit: José María Alonso  gentoo  org>
CommitDate: Fri Jul  7 08:24:15 2017 +
URL:https://gitweb.gentoo.org/proj/lisp.git/commit/?id=d3560532

dev-lisp/cl-ftp: Drops old version. Updates to common-lisp-3 eclass

 dev-lisp/cl-ftp/cl-ftp-1.3.3.ebuild | 28 
 dev-lisp/cl-ftp/cl-ftp-1.5.0.ebuild |  5 ++---
 dev-lisp/cl-ftp/cl-ftp-1.6.0.ebuild |  3 +--
 3 files changed, 3 insertions(+), 33 deletions(-)

diff --git a/dev-lisp/cl-ftp/cl-ftp-1.3.3.ebuild 
b/dev-lisp/cl-ftp/cl-ftp-1.3.3.ebuild
deleted file mode 100644
index d9409ddd..
--- a/dev-lisp/cl-ftp/cl-ftp-1.3.3.ebuild
+++ /dev/null
@@ -1,28 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-inherit common-lisp-2
-
-DESCRIPTION="CL-FTP is a Common Lisp FTP client library."
-HOMEPAGE="http://www.mapcar.org/~mrd/cl-ftp/
-   http://packages.debian.org/unstable/devel/cl-ftp
-   http://www.cliki.net/CL-FTP;
-SRC_URI="mirror://debian/pool/main/c/${PN}/${PN}_${PV}.orig.tar.gz"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64 ~ppc ~sparc ~x86"
-IUSE=""
-
-RDEPEND="dev-lisp/acl-compat
-   dev-lisp/split-sequence"
-
-CLPACKAGE=ftp
-CLSYSTEMS=ftp
-
-src_install() {
-   common-lisp-install *.{lisp,asd}
-   common-lisp-symlink-asdf
-   dohtml api.html
-}

diff --git a/dev-lisp/cl-ftp/cl-ftp-1.5.0.ebuild 
b/dev-lisp/cl-ftp/cl-ftp-1.5.0.ebuild
index 58aa0601..950f4d81 100644
--- a/dev-lisp/cl-ftp/cl-ftp-1.5.0.ebuild
+++ b/dev-lisp/cl-ftp/cl-ftp-1.5.0.ebuild
@@ -1,8 +1,7 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Id$
 
-EAPI=5
+EAPI=6
 
 inherit common-lisp-3
 

diff --git a/dev-lisp/cl-ftp/cl-ftp-1.6.0.ebuild 
b/dev-lisp/cl-ftp/cl-ftp-1.6.0.ebuild
index a15d49fc..4cf000c1 100644
--- a/dev-lisp/cl-ftp/cl-ftp-1.6.0.ebuild
+++ b/dev-lisp/cl-ftp/cl-ftp-1.6.0.ebuild
@@ -1,6 +1,5 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Id$
 
 EAPI=6
 



[gentoo-commits] proj/lisp:master commit in: dev-lisp/cl-ftp/

2016-11-29 Thread José María Alonso
commit: c1f1ef257530ec9d4fc944682fac82e52fbe0b22
Author: Chema Alonso Josa  gentoo  org>
AuthorDate: Tue Nov 29 23:02:06 2016 +
Commit: José María Alonso  gentoo  org>
CommitDate: Tue Nov 29 23:02:06 2016 +
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 000..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}"



[gentoo-commits] proj/lisp:master commit in: dev-lisp/cl-ftp/

2016-11-29 Thread José María Alonso
commit: 348ce1e38e5d19cda2585fc0f0f0a52256818282
Author: Chema Alonso Josa  gentoo  org>
AuthorDate: Tue Nov 29 22:51:03 2016 +
Commit: José María Alonso  gentoo  org>
CommitDate: Tue Nov 29 22:51:03 2016 +
URL:https://gitweb.gentoo.org/proj/lisp.git/commit/?id=348ce1e3

dev-lisp/cl-ftp: Updates header

 dev-lisp/cl-ftp/cl-ftp-1.3.3.ebuild | 4 ++--
 dev-lisp/cl-ftp/cl-ftp-1.5.0.ebuild | 4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/dev-lisp/cl-ftp/cl-ftp-1.3.3.ebuild 
b/dev-lisp/cl-ftp/cl-ftp-1.3.3.ebuild
index 103fb20..d9409dd 100644
--- a/dev-lisp/cl-ftp/cl-ftp-1.3.3.ebuild
+++ b/dev-lisp/cl-ftp/cl-ftp-1.3.3.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2010 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: $
+# $Id$
 
 inherit common-lisp-2
 

diff --git a/dev-lisp/cl-ftp/cl-ftp-1.5.0.ebuild 
b/dev-lisp/cl-ftp/cl-ftp-1.5.0.ebuild
index 119004f..58aa060 100644
--- a/dev-lisp/cl-ftp/cl-ftp-1.5.0.ebuild
+++ b/dev-lisp/cl-ftp/cl-ftp-1.5.0.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2013 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: $
+# $Id$
 
 EAPI=5