From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 5D7A7138334 for ; Sun, 3 Jun 2018 10:21:30 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 31959E092D; Sun, 3 Jun 2018 10:21:29 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id D8193E092D for ; Sun, 3 Jun 2018 10:21:28 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 537E8335C60 for ; Sun, 3 Jun 2018 10:21:27 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id D488229E for ; Sun, 3 Jun 2018 10:21:24 +0000 (UTC) From: "Ulrich Müller" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Ulrich Müller" Message-ID: <1528021274.c1c3f63e52bd120684ef9e5c951124abd15b12a5.ulm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-emacs/websocket/, app-emacs/websocket/files/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-emacs/websocket/Manifest app-emacs/websocket/files/50websocket-gentoo.el app-emacs/websocket/websocket-1.10.ebuild X-VCS-Directories: app-emacs/websocket/ app-emacs/websocket/files/ X-VCS-Committer: ulm X-VCS-Committer-Name: Ulrich Müller X-VCS-Revision: c1c3f63e52bd120684ef9e5c951124abd15b12a5 X-VCS-Branch: master Date: Sun, 3 Jun 2018 10:21:24 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: c3880f00-d153-4223-9ca2-761c82af8162 X-Archives-Hash: 80e2d53feabcf5f9ca8d6c61e1d68897 commit: c1c3f63e52bd120684ef9e5c951124abd15b12a5 Author: Ulrich Müller gentoo org> AuthorDate: Sun Jun 3 10:20:40 2018 +0000 Commit: Ulrich Müller gentoo org> CommitDate: Sun Jun 3 10:21:14 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c1c3f63e app-emacs/websocket: Version bump. Package-Manager: Portage-2.3.40, Repoman-2.3.9 app-emacs/websocket/Manifest | 1 + app-emacs/websocket/files/50websocket-gentoo.el | 1 + app-emacs/websocket/websocket-1.10.ebuild | 33 +++++++++++++++++++++++++ 3 files changed, 35 insertions(+) diff --git a/app-emacs/websocket/Manifest b/app-emacs/websocket/Manifest index 1727892d819..b70b965e03b 100644 --- a/app-emacs/websocket/Manifest +++ b/app-emacs/websocket/Manifest @@ -1 +1,2 @@ +DIST websocket-1.10.tar.gz 27108 BLAKE2B b164b3ca47e0705322d9bcd0d9535c8e84777487e8783bf599f5391c88ee6193a1ef1750ec4b3cbd4fac2968c449c4f3a140255a434f3de38e66ad7364c192ba SHA512 ef1a34eccd173eb206cd9eeb4ea988a5b076f178bd4ca903e03b2f2301a34c2cbd08e43a13c8d24a64d10da28b3a77c15b2321978460db7a6b23c601abe31197 DIST websocket-1.9.tar.gz 27029 BLAKE2B 9a492beda1b7f7211d1a72b5af0cab445f0fa78439797f05b565a0421a798a4fe0c6fb0e24aac0454f5b48f8f536762d0fcc5d92c216bd6b83b6ac34a1e024a4 SHA512 bcd98e7edcbe95cae2f196cea05fd6cfa9083ed1ab2392530ca00cb05b87d6fa95b5f5319981fd94244b74989850c171e4c31c8758a8b7fe95d49299103a4410 diff --git a/app-emacs/websocket/files/50websocket-gentoo.el b/app-emacs/websocket/files/50websocket-gentoo.el new file mode 100644 index 00000000000..431f7e90ae7 --- /dev/null +++ b/app-emacs/websocket/files/50websocket-gentoo.el @@ -0,0 +1 @@ +(add-to-list 'load-path "@SITELISP@") diff --git a/app-emacs/websocket/websocket-1.10.ebuild b/app-emacs/websocket/websocket-1.10.ebuild new file mode 100644 index 00000000000..2211d645c5a --- /dev/null +++ b/app-emacs/websocket/websocket-1.10.ebuild @@ -0,0 +1,33 @@ +# Copyright 1999-2018 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 +NEED_EMACS=24 + +inherit elisp + +DESCRIPTION="A websocket implementation in elisp" +HOMEPAGE="https://github.com/ahyatt/emacs-websocket" +SRC_URI="https://github.com/ahyatt/emacs-${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz" + +LICENSE="GPL-3+" +SLOT="0" +KEYWORDS="~amd64 ~x86" + +S="${WORKDIR}/emacs-${P}" +SITEFILE="50${PN}-gentoo.el" + +src_compile() { + elisp-compile websocket.el +} + +src_test() { + ${EMACS} ${EMACSFLAGS} -L . -l websocket-test \ + -f ert-run-tests-batch-and-exit +} + +src_install() { + elisp-install ${PN} websocket.{el,elc} + elisp-site-file-install "${FILESDIR}/${SITEFILE}" + dodoc README.org websocket-functional-test.el testserver.py +}