Gentoo Archives: gentoo-commits

From: "José María Alonso" <nimiux@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/lisp:master commit in: dev-lisp/cl-sasl/
Date: Thu, 22 Dec 2016 11:15:25
Message-Id: 1482405316.ee2cf9f2d4b176d9bd3a53ca656f26128176981c.nimiux@gentoo
1 commit: ee2cf9f2d4b176d9bd3a53ca656f26128176981c
2 Author: Chema Alonso Josa <nimiux <AT> gentoo <DOT> org>
3 AuthorDate: Thu Dec 22 11:15:16 2016 +0000
4 Commit: José María Alonso <nimiux <AT> gentoo <DOT> org>
5 CommitDate: Thu Dec 22 11:15:16 2016 +0000
6 URL: https://gitweb.gentoo.org/proj/lisp.git/commit/?id=ee2cf9f2
7
8 dev-lisp/cl-sasl: Bumps version to 0.3.2
9
10 dev-lisp/cl-sasl/cl-sasl-0.3.2.ebuild | 20 ++++++++++++++++++++
11 1 file changed, 20 insertions(+)
12
13 diff --git a/dev-lisp/cl-sasl/cl-sasl-0.3.2.ebuild b/dev-lisp/cl-sasl/cl-sasl-0.3.2.ebuild
14 new file mode 100644
15 index 0000000..602b03e
16 --- /dev/null
17 +++ b/dev-lisp/cl-sasl/cl-sasl-0.3.2.ebuild
18 @@ -0,0 +1,20 @@
19 +# Copyright 1999-2016 Gentoo Foundation
20 +# Distributed under the terms of the GNU General Public License v2
21 +# $Id$
22 +
23 +EAPI=6
24 +
25 +inherit common-lisp-3
26 +
27 +MY_P="v${PV}"
28 +
29 +DESCRIPTION="SASL client implementation for Common Lisp"
30 +HOMEPAGE="http://www.cliki.net/cl-sasl"
31 +SRC_URI="https://github.com/legoscia/${PN}/archive/${MY_P}.tar.gz -> ${P}.tar.gz"
32 +LICENSE="BSD"
33 +
34 +SLOT="0"
35 +KEYWORDS="~amd64 ~ppc ~sparc ~x86"
36 +IUSE=""
37 +
38 +RDEPEND="dev-lisp/ironclad"