* [gentoo-commits] proj/lisp:master commit in: dev-lisp/cl-ftp/
@ 2013-09-04 15:30 José María Alonso
0 siblings, 0 replies; 6+ messages in thread
From: José María Alonso @ 2013-09-04 15:30 UTC (permalink / raw
To: gentoo-commits
commit: 24fbcbc9048069d74bccbce5550ed989ee3f2a74
Author: Chema Alonso <nimiux <AT> gentoo <DOT> org>
AuthorDate: Wed Sep 4 15:30:58 2013 +0000
Commit: José María Alonso <nimiux <AT> gentoo <DOT> org>
CommitDate: Wed Sep 4 15:30:58 2013 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/lisp.git;a=commit;h=24fbcbc9
dev-lisp/cl-ftp: bump to version 1.5.0
---
dev-lisp/cl-ftp/cl-ftp-1.5.0.ebuild | 28 ++++++++++++++++++++++++++++
1 file changed, 28 insertions(+)
diff --git a/dev-lisp/cl-ftp/cl-ftp-1.5.0.ebuild b/dev-lisp/cl-ftp/cl-ftp-1.5.0.ebuild
new file mode 100644
index 0000000..1a7e31f
--- /dev/null
+++ b/dev-lisp/cl-ftp/cl-ftp-1.5.0.ebuild
@@ -0,0 +1,28 @@
+# Copyright 1999-2013 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+EAPI=5
+
+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/split-sequence
+ dev-lisp/usocket"
+
+S="${WORKDIR}/${PN}"
+
+src_install() {
+ common-lisp-install-sources *.lisp
+ common-lisp-install-asdf
+ dodoc api.lml
+}
^ permalink raw reply related [flat|nested] 6+ messages in thread
* [gentoo-commits] proj/lisp:master commit in: dev-lisp/cl-ftp/
@ 2013-09-04 15:36 José María Alonso
0 siblings, 0 replies; 6+ messages in thread
From: José María Alonso @ 2013-09-04 15:36 UTC (permalink / raw
To: gentoo-commits
commit: c90872120e59c30af5790aa296df354d6e1ab153
Author: Chema Alonso <nimiux <AT> gentoo <DOT> org>
AuthorDate: Wed Sep 4 15:37:06 2013 +0000
Commit: José María Alonso <nimiux <AT> gentoo <DOT> org>
CommitDate: Wed Sep 4 15:37:06 2013 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/lisp.git;a=commit;h=c9087212
dev-lisp/cl-ftp: add dependency on lml
---
dev-lisp/cl-ftp/cl-ftp-1.5.0.ebuild | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
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 1a7e31f..119004f 100644
--- a/dev-lisp/cl-ftp/cl-ftp-1.5.0.ebuild
+++ b/dev-lisp/cl-ftp/cl-ftp-1.5.0.ebuild
@@ -16,7 +16,8 @@ SLOT="0"
KEYWORDS="~amd64 ~ppc ~sparc ~x86"
IUSE=""
-RDEPEND="dev-lisp/split-sequence
+RDEPEND="dev-lisp/lml
+ dev-lisp/split-sequence
dev-lisp/usocket"
S="${WORKDIR}/${PN}"
^ permalink raw reply related [flat|nested] 6+ messages in thread
* [gentoo-commits] proj/lisp:master commit in: dev-lisp/cl-ftp/
@ 2016-11-29 22:51 José María Alonso
0 siblings, 0 replies; 6+ messages in thread
From: José María Alonso @ 2016-11-29 22:51 UTC (permalink / raw
To: gentoo-commits
commit: 348ce1e38e5d19cda2585fc0f0f0a52256818282
Author: Chema Alonso Josa <nimiux <AT> gentoo <DOT> org>
AuthorDate: Tue Nov 29 22:51:03 2016 +0000
Commit: José María Alonso <nimiux <AT> gentoo <DOT> org>
CommitDate: Tue Nov 29 22:51:03 2016 +0000
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
^ permalink raw reply related [flat|nested] 6+ messages in thread
* [gentoo-commits] proj/lisp:master commit in: dev-lisp/cl-ftp/
@ 2016-11-29 23:02 José María Alonso
0 siblings, 0 replies; 6+ messages in thread
From: José María Alonso @ 2016-11-29 23:02 UTC (permalink / raw
To: gentoo-commits
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}"
^ permalink raw reply related [flat|nested] 6+ messages in thread
* [gentoo-commits] proj/lisp:master commit in: dev-lisp/cl-ftp/
@ 2017-07-07 8:24 José María Alonso
0 siblings, 0 replies; 6+ messages in thread
From: José María Alonso @ 2017-07-07 8:24 UTC (permalink / raw
To: gentoo-commits
commit: d35605327695ebb2d8efca27b0cdb9d654e9be24
Author: Chema Alonso Josa <nimiux <AT> gentoo <DOT> org>
AuthorDate: Fri Jul 7 08:24:15 2017 +0000
Commit: José María Alonso <nimiux <AT> gentoo <DOT> org>
CommitDate: Fri Jul 7 08:24:15 2017 +0000
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..00000000
--- 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
^ permalink raw reply related [flat|nested] 6+ messages in thread
* [gentoo-commits] proj/lisp:master commit in: dev-lisp/cl-ftp/
@ 2018-03-18 22:17 José María Alonso
0 siblings, 0 replies; 6+ messages in thread
From: José María Alonso @ 2018-03-18 22:17 UTC (permalink / raw
To: gentoo-commits
commit: 1b384364daf4e0b80abdf7dd6acad7efff6794ae
Author: Chema Alonso Josa <nimiux <AT> gentoo <DOT> org>
AuthorDate: Sun Mar 18 22:17:25 2018 +0000
Commit: José María Alonso <nimiux <AT> gentoo <DOT> org>
CommitDate: Sun Mar 18 22:17:25 2018 +0000
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..00000000
--- 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..00000000
--- 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}"
^ permalink raw reply related [flat|nested] 6+ messages in thread
end of thread, other threads:[~2018-03-18 22:17 UTC | newest]
Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-11-29 23:02 [gentoo-commits] proj/lisp:master commit in: dev-lisp/cl-ftp/ José María Alonso
-- strict thread matches above, loose matches on Subject: below --
2018-03-18 22:17 José María Alonso
2017-07-07 8:24 José María Alonso
2016-11-29 22:51 José María Alonso
2013-09-04 15:36 José María Alonso
2013-09-04 15:30 José María Alonso
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox