commit: dcd3ba793e1af89d18ecfd2560231add65e0eaf5 Author: Chema Alonso Josa <nimiux <AT> gentoo <DOT> org> AuthorDate: Fri Mar 9 21:38:48 2018 +0000 Commit: José María Alonso <nimiux <AT> gentoo <DOT> org> CommitDate: Fri Mar 9 21:38:48 2018 +0000 URL: https://gitweb.gentoo.org/proj/lisp.git/commit/?id=dcd3ba79
dev-lisp/zs3: Drops old version 1.2.11 dev-lisp/zs3/zs3-1.2.11.ebuild | 31 ------------------------------- 1 file changed, 31 deletions(-) diff --git a/dev-lisp/zs3/zs3-1.2.11.ebuild b/dev-lisp/zs3/zs3-1.2.11.ebuild deleted file mode 100644 index e7a250e4..00000000 --- a/dev-lisp/zs3/zs3-1.2.11.ebuild +++ /dev/null @@ -1,31 +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="A Common Lisp library for working with Amazon's Simple Storage Service (S3)." -HOMEPAGE="http://www.xach.com/lisp/zs3/" -SRC_URI="https://github.com/xach/${PN}/archive/release-${PV}.tar.gz -> ${PF}.tar.gz" - -LICENSE="BSD-2" -SLOT="0" -KEYWORDS="~amd64 ~ppc ~sparc ~x86" -IUSE="" - -S="${WORKDIR}/${PN}-release-${PV}" - -RDEPEND="dev-lisp/alexandria - dev-lisp/cxml - dev-lisp/chunga - >=dev-lisp/drakma-1.0.0 - dev-lisp/ironclad - dev-lisp/puri - dev-lisp/cl-base64" - -src_install() { - common-lisp-install-sources *.lisp - common-lisp-install-asdf - dohtml doc/* -}
