commit: ee2cf9f2d4b176d9bd3a53ca656f26128176981c
Author: Chema Alonso Josa <nimiux <AT> gentoo <DOT> org>
AuthorDate: Thu Dec 22 11:15:16 2016 +0000
Commit: José María Alonso <nimiux <AT> gentoo <DOT> org>
CommitDate: Thu Dec 22 11:15:16 2016 +0000
URL: https://gitweb.gentoo.org/proj/lisp.git/commit/?id=ee2cf9f2
dev-lisp/cl-sasl: Bumps version to 0.3.2
dev-lisp/cl-sasl/cl-sasl-0.3.2.ebuild | 20 ++++++++++++++++++++
1 file changed, 20 insertions(+)
diff --git a/dev-lisp/cl-sasl/cl-sasl-0.3.2.ebuild
b/dev-lisp/cl-sasl/cl-sasl-0.3.2.ebuild
new file mode 100644
index 0000000..602b03e
--- /dev/null
+++ b/dev-lisp/cl-sasl/cl-sasl-0.3.2.ebuild
@@ -0,0 +1,20 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+inherit common-lisp-3
+
+MY_P="v${PV}"
+
+DESCRIPTION="SASL client implementation for Common Lisp"
+HOMEPAGE="http://www.cliki.net/cl-sasl"
+SRC_URI="https://github.com/legoscia/${PN}/archive/${MY_P}.tar.gz ->
${P}.tar.gz"
+LICENSE="BSD"
+
+SLOT="0"
+KEYWORDS="~amd64 ~ppc ~sparc ~x86"
+IUSE=""
+
+RDEPEND="dev-lisp/ironclad"