commit: 2e6ee68cf437e918cca2d00112668cfb3c27bfc9 Author: Chema Alonso Josa <nimiux <AT> gentoo <DOT> org> AuthorDate: Thu Dec 22 12:02:28 2016 +0000 Commit: José María Alonso <nimiux <AT> gentoo <DOT> org> CommitDate: Thu Dec 22 12:02:28 2016 +0000 URL: https://gitweb.gentoo.org/proj/lisp.git/commit/?id=2e6ee68c
dev-lisp/zs3: Bumps version to 1.3 dev-lisp/zs3/zs3-1.3.ebuild | 31 +++++++++++++++++++++++++++++++ 1 file changed, 31 insertions(+) diff --git a/dev-lisp/zs3/zs3-1.3.ebuild b/dev-lisp/zs3/zs3-1.3.ebuild new file mode 100644 index 0000000..0d7265c --- /dev/null +++ b/dev-lisp/zs3/zs3-1.3.ebuild @@ -0,0 +1,31 @@ +# Copyright 1999-2016 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +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 -> ${P}.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-3_src_install + dodoc doc/* +}
