commit: adc2d981c31c36ec267dd5a308a493c37715ced8
Author: Chema Alonso <nimiux <AT> gentoo <DOT> org>
AuthorDate: Mon May 4 08:04:03 2015 +0000
Commit: José María Alonso <nimiux <AT> gentoo <DOT> org>
CommitDate: Mon May 4 08:04:03 2015 +0000
URL: https://gitweb.gentoo.org/proj/lisp.git/commit/?id=adc2d981
dev-lisp/ironclad: bump to version 0.33.0
dev-lisp/ironclad/ironclad-0.33.0.ebuild | 31 +++++++++++++++++++++++++++++++
1 file changed, 31 insertions(+)
diff --git a/dev-lisp/ironclad/ironclad-0.33.0.ebuild
b/dev-lisp/ironclad/ironclad-0.33.0.ebuild
new file mode 100644
index 0000000..a3738a8
--- /dev/null
+++ b/dev-lisp/ironclad/ironclad-0.33.0.ebuild
@@ -0,0 +1,31 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+EAPI=5
+
+inherit common-lisp-3
+
+MY_P=${PN}_${PV}
+
+DESCRIPTION="Ironclad is a Common Lisp library similar to OpenSSL, GNU TLS or
Crypto++"
+HOMEPAGE="http://method-combination.net/lisp/ironclad/
+ http://www.cliki.net/Ironclad"
+SRC_URI="http://method-combination.net/lisp/files/${MY_P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~ppc ~sparc ~x86"
+IUSE=""
+
+RDEPEND="!dev-lisp/cl-${PN}
+ dev-lisp/nibbles"
+
+S="${WORKDIR}"/${MY_P}
+
+src_install() {
+ common-lisp-install-sources .
+ common-lisp-install-asdf
+ dodoc README TODO NEWS
+ dohtml doc/{${PN}.html,style.css}
+}