diff options
author | Chema Alonso <nimiux@gentoo.org> | 2014-06-13 20:22:27 +0200 |
---|---|---|
committer | Chema Alonso Josa <nimiux@gentoo.org> | 2018-03-09 22:33:41 +0100 |
commit | ea2201809f67f1c9f785cbc6daa7c608712c4a72 (patch) | |
tree | ed0557b4134a7a47d5b0b8143bcb605ee72e1520 /dev-lisp/cl-xmpp/cl-xmpp-0.8.1.ebuild | |
parent | dev-lisp/clinch: new live ebuild (diff) | |
download | lisp-ea2201809f67f1c9f785cbc6daa7c608712c4a72.tar.gz lisp-ea2201809f67f1c9f785cbc6daa7c608712c4a72.tar.bz2 lisp-ea2201809f67f1c9f785cbc6daa7c608712c4a72.zip |
dev-lisp/cl-xmpp: moved to EAPI 5 and common-lisp-3
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 | 13 |
1 files changed, 4 insertions, 9 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 index 8c5c2084..a5c18162 100644 --- a/dev-lisp/cl-xmpp/cl-xmpp-0.8.1.ebuild +++ b/dev-lisp/cl-xmpp/cl-xmpp-0.8.1.ebuild @@ -1,9 +1,10 @@ -# Copyright 1999-2010 Gentoo Foundation +# Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ -EAPI=2 -inherit common-lisp-2 +EAPI=5 + +inherit common-lisp-3 DESCRIPTION="A Common Lisp client implementation of the XMPP." HOMEPAGE="http://common-lisp.net/project/cl-xmpp/" @@ -20,9 +21,3 @@ RDEPEND="dev-lisp/usocket 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 -} |