commit:     6e5874f580a6d2c0f2445b60e56f31f0c2917f36
Author:     Chema Alonso Josa <nimiux <AT> gentoo <DOT> org>
AuthorDate: Mon Dec 19 22:44:50 2016 +0000
Commit:     José María Alonso <nimiux <AT> gentoo <DOT> org>
CommitDate: Mon Dec 19 22:44:50 2016 +0000
URL:        https://gitweb.gentoo.org/proj/lisp.git/commit/?id=6e5874f5

dev-lisp/cl-plus-ssl: Adds live ebuild

 dev-lisp/cl-plus-ssl/cl-plus-ssl-9999.ebuild | 25 +++++++++++++++++++++++++
 1 file changed, 25 insertions(+)

diff --git a/dev-lisp/cl-plus-ssl/cl-plus-ssl-9999.ebuild 
b/dev-lisp/cl-plus-ssl/cl-plus-ssl-9999.ebuild
new file mode 100644
index 0000000..35c9538
--- /dev/null
+++ b/dev-lisp/cl-plus-ssl/cl-plus-ssl-9999.ebuild
@@ -0,0 +1,25 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+inherit common-lisp-3 git-r3
+
+DESCRIPTION="A simple Common Lisp interface to OpenSSL."
+HOMEPAGE="http://common-lisp.net/project/cl-plus-ssl/";
+EGIT_REPO_URI="https://github.com/${PN}/${PN}";
+
+LICENSE="MIT"
+SLOT="0"
+IUSE=""
+
+RDEPEND=">=dev-lisp/cffi-0.9.2_p20080723
+               dev-lisp/trivial-gray-streams
+               dev-lisp/flexi-streams
+               dev-libs/openssl"
+
+src_install() {
+       common-lisp-3_src_install
+       dodoc index.{css,html}
+}

Reply via email to