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 | |
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')
-rw-r--r-- | dev-lisp/cl-xmpp/Manifest | 4 | ||||
-rw-r--r-- | dev-lisp/cl-xmpp/cl-xmpp-0.8.1.ebuild | 13 |
2 files changed, 6 insertions, 11 deletions
diff --git a/dev-lisp/cl-xmpp/Manifest b/dev-lisp/cl-xmpp/Manifest index a0b2d3bd..0065365c 100644 --- a/dev-lisp/cl-xmpp/Manifest +++ b/dev-lisp/cl-xmpp/Manifest @@ -1,2 +1,2 @@ -DIST cl-xmpp-0.8.1.tar.gz 15271 RMD160 3b8b149e3ab770154e77225276138b6a96af0c3a SHA1 fbe0bcf17ff40368e53a87df08b59fe830436d3a SHA256 a5e51a15e2f4fdcb8eab6d5a3b446e31b6e34336fda560b9a749bfca92fb0551 -EBUILD cl-xmpp-0.8.1.ebuild 601 RMD160 808f7f991c0b051d2bc91d13a98abc1e4faeeb68 SHA1 f0ecba9e2ab0a5aff9016b2c46bc5cfe220443e1 SHA256 3414eca93abe7cdc4730e98ca6c9fe416f9c06600aa9195ee7874f23b1817210 +DIST cl-xmpp-0.8.1.tar.gz 15271 SHA256 a5e51a15e2f4fdcb8eab6d5a3b446e31b6e34336fda560b9a749bfca92fb0551 SHA512 c1098ddee7718d15eee8e1e1dcb3752c14043d30f7425038b39f7e20436bec3541064d6966e3f5b21d5ea8e10d0f6408cd645e794569085c9682bdcaa0561021 WHIRLPOOL 518d183c9f0e5b05f2c4f6b4a218d5d62964808b4add680e639bf16f888d4749315b3126a97d5320a019612f36c2f4fab8dfc4f5b6ff32dacdf80d040831c2ae +EBUILD cl-xmpp-0.8.1.ebuild 524 SHA256 5e05e9ee558e788a80fb0b2216c1d533cc38d891456fafb925a13967e43939c6 SHA512 66d335ca80903bcda2a03f9c9813f6e89b5bedea503c6d9b6d7e39a7d52168671c603282388f0972b31ccc5ed3f8df1ddcd7870aebf2832cef37ed352d798fa2 WHIRLPOOL 172eb6916defa678826d4e31415c1bec6ec99dd49557e2b81cd2aad51f2e69fe33ac726404a1ff801867355265e20182696c69e99d2eaa72a2c203c081a74cb8 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 -} |