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}"
