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.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 28439158649 for ; Wed, 10 May 2023 21:03:28 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E2B11E0B4B; Wed, 10 May 2023 21:03:26 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id C441BE0B4B for ; Wed, 10 May 2023 21:03:26 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 7C4ED340BDE for ; Wed, 10 May 2023 21:03:25 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id BD33AA68 for ; Wed, 10 May 2023 21:03:23 +0000 (UTC) From: "Maciej Barć" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Maciej Barć" Message-ID: <1683752599.8918c59b6e2de869178ae279598e1383bc118c82.xgqt@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-emacs/websocket/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-emacs/websocket/Manifest app-emacs/websocket/websocket-1.13.ebuild X-VCS-Directories: app-emacs/websocket/ X-VCS-Committer: xgqt X-VCS-Committer-Name: Maciej Barć X-VCS-Revision: 8918c59b6e2de869178ae279598e1383bc118c82 X-VCS-Branch: master Date: Wed, 10 May 2023 21:03:23 +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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: f8b468f2-a31a-42b7-9d30-db4b54b82487 X-Archives-Hash: 56e42368e927a0deaf6519b8e48ee9ab commit: 8918c59b6e2de869178ae279598e1383bc118c82 Author: Maciej Barć gentoo org> AuthorDate: Wed May 10 20:12:18 2023 +0000 Commit: Maciej Barć gentoo org> CommitDate: Wed May 10 21:03:19 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8918c59b app-emacs/websocket: drop old 1.13 Signed-off-by: Maciej Barć gentoo.org> app-emacs/websocket/Manifest | 1 - app-emacs/websocket/websocket-1.13.ebuild | 32 ------------------------------- 2 files changed, 33 deletions(-) diff --git a/app-emacs/websocket/Manifest b/app-emacs/websocket/Manifest index 9263bca1966a..2487d5a8929a 100644 --- a/app-emacs/websocket/Manifest +++ b/app-emacs/websocket/Manifest @@ -1,2 +1 @@ -DIST websocket-1.13.tar.gz 27421 BLAKE2B 1098cd1ba294a2829e7c2b14685514ef2a9426742846159a157f9068714a8d21d0cd2b893a1312cae29ae92231a0685e51832e5bc8715c1c20e62854ec5c81eb SHA512 3f4c9131650992be2992ca646268f01eef2407256c517a26940aabb673c13a6741c1e15cf0832e42c9ee7ffbe3e7b5e6532fcd2d4d77e0d9fae0c6d4f2613354 DIST websocket-1.14_p20230305.tar.gz 27340 BLAKE2B 32b55fdff4bed7893d02bcafc67e473442803a492c31e565ec1487dc0e7211e505a517e460ca05f5f1f2d28d0852bced91cfbe9da98bcd6ed1e4598fe6bc4eb6 SHA512 6c4574387f8cae7d17a3a8e618678e9dc8d96d0301f3d20e236dae1820cdb2c7bb49e2f5bfe816670e9bac6a7be24b85f8ec9f8ea2aa248c6b5af302f227ae43 diff --git a/app-emacs/websocket/websocket-1.13.ebuild b/app-emacs/websocket/websocket-1.13.ebuild deleted file mode 100644 index 69b27f249bd7..000000000000 --- a/app-emacs/websocket/websocket-1.13.ebuild +++ /dev/null @@ -1,32 +0,0 @@ -# Copyright 1999-2023 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -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 || die "tests failed" -} - -src_install() { - elisp-install ${PN} websocket.{el,elc} - elisp-site-file-install "${FILESDIR}/${SITEFILE}" - dodoc README.org websocket-functional-test.el testserver.py -}