diff options
author | Stelian Ionescu <sionescu@cddr.org> | 2009-09-15 00:42:31 +0200 |
---|---|---|
committer | Stelian Ionescu <sionescu@cddr.org> | 2009-09-15 00:42:31 +0200 |
commit | 65947369f3dda493c88d06f7fc6ae301a7d7ee1d (patch) | |
tree | 78c5a90ee14875eca14f6b18b886dc316420dd9f /dev-lisp/cl-xmpp/cl-xmpp-0.8.1.ebuild | |
parent | Add dev-lisp/cl-sasl-0.3 (diff) | |
download | lisp-65947369f3dda493c88d06f7fc6ae301a7d7ee1d.tar.gz lisp-65947369f3dda493c88d06f7fc6ae301a7d7ee1d.tar.bz2 lisp-65947369f3dda493c88d06f7fc6ae301a7d7ee1d.zip |
Add dev-lisp/cl-xmpp-0.8.1
Diffstat (limited to 'dev-lisp/cl-xmpp/cl-xmpp-0.8.1.ebuild')
-rw-r--r-- | dev-lisp/cl-xmpp/cl-xmpp-0.8.1.ebuild | 28 |
1 files changed, 28 insertions, 0 deletions
diff --git a/dev-lisp/cl-xmpp/cl-xmpp-0.8.1.ebuild b/dev-lisp/cl-xmpp/cl-xmpp-0.8.1.ebuild new file mode 100644 index 00000000..fc350966 --- /dev/null +++ b/dev-lisp/cl-xmpp/cl-xmpp-0.8.1.ebuild @@ -0,0 +1,28 @@ +# Copyright 1999-2009 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +EAPI=2 +inherit common-lisp-2 + +DESCRIPTION="A Common Lisp client implementation of the XMPP." +HOMEPAGE="http://common-lisp.net/project/cl-xmpp/" +SRC_URI="http://common-lisp.net/project/${PN}/${P}.tar.gz" +LICENSE="MIT" + +SLOT="0" +KEYWORDS="~amd64 ~ppc ~sparc ~x86" +IUSE="" + +RDEPEND="dev-lisp/usocket + dev-lisp/cxml + dev-lisp/ironclad + dev-lisp/cl-base64 + dev-lisp/cl-sasl + dev-lisp/cl-plus-ssl" + +CLSYSTEMS="cl-xmpp cl-xmpp-sasl cl-xmpp-tls" + +src_prepare() { + rm Makefile +} |