commit:     fe48e15447b417f77aced8b11d7754630dd5256c
Author:     Chema Alonso Josa <nimiux <AT> gentoo <DOT> org>
AuthorDate: Sun Sep 11 15:02:37 2016 +0000
Commit:     José María Alonso <nimiux <AT> gentoo <DOT> org>
CommitDate: Sun Sep 11 15:02:37 2016 +0000
URL:        https://gitweb.gentoo.org/proj/lisp.git/commit/?id=fe48e154

dev-lisp/zs3: Bump to version 1.2.11

 dev-lisp/zs3/zs3-1.2.11.ebuild | 32 ++++++++++++++++++++++++++++++++
 1 file changed, 32 insertions(+)

diff --git a/dev-lisp/zs3/zs3-1.2.11.ebuild b/dev-lisp/zs3/zs3-1.2.11.ebuild
new file mode 100644
index 0000000..b588093
--- /dev/null
+++ b/dev-lisp/zs3/zs3-1.2.11.ebuild
@@ -0,0 +1,32 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+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/*
+}

Reply via email to