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: Sat, 07 Dec 2013 11:39:07
Message-Id: 1386416391.20a9c347418301847382a086ffd4a137d1c59380.nimiux@gentoo
1 commit: 20a9c347418301847382a086ffd4a137d1c59380
2 Author: Chema Alonso <nimiux <AT> gentoo <DOT> org>
3 AuthorDate: Sat Dec 7 11:39:51 2013 +0000
4 Commit: José María Alonso <nimiux <AT> gentoo <DOT> org>
5 CommitDate: Sat Dec 7 11:39:51 2013 +0000
6 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/lisp.git;a=commit;h=20a9c347
7
8 dev-lisp/cl-sasl: bump to version 0.3.1
9
10 ---
11 dev-lisp/cl-sasl/cl-sasl-0.3.1.ebuild | 20 ++++++++++++++++++++
12 1 file changed, 20 insertions(+)
13
14 diff --git a/dev-lisp/cl-sasl/cl-sasl-0.3.1.ebuild b/dev-lisp/cl-sasl/cl-sasl-0.3.1.ebuild
15 new file mode 100644
16 index 0000000..bbeaeca
17 --- /dev/null
18 +++ b/dev-lisp/cl-sasl/cl-sasl-0.3.1.ebuild
19 @@ -0,0 +1,20 @@
20 +# Copyright 1999-2013 Gentoo Foundation
21 +# Distributed under the terms of the GNU General Public License v2
22 +# $Header: $
23 +
24 +EAPI=5
25 +
26 +inherit common-lisp-3
27 +
28 +MY_P="v${PV}"
29 +
30 +DESCRIPTION="SASL client implementation for Common Lisp"
31 +HOMEPAGE="http://www.cliki.net/cl-sasl"
32 +SRC_URI="https://github.com/legoscia/${PN}/archive/${MY_P}.tar.gz -> ${P}.tar.gz"
33 +LICENSE="BSD"
34 +
35 +SLOT="0"
36 +KEYWORDS="~amd64 ~ppc ~sparc ~x86"
37 +IUSE=""
38 +
39 +RDEPEND="dev-lisp/ironclad"