public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Ulrich Müller" <ulm@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: app-emacs/websocket/
Date: Sun, 19 Nov 2017 21:21:10 +0000 (UTC)	[thread overview]
Message-ID: <1511126458.7dd6db87fd16984363439550371b5feca7870ad4.ulm@gentoo> (raw)

commit:     7dd6db87fd16984363439550371b5feca7870ad4
Author:     Ulrich Müller <ulm <AT> gentoo <DOT> org>
AuthorDate: Sun Nov 19 20:58:28 2017 +0000
Commit:     Ulrich Müller <ulm <AT> gentoo <DOT> org>
CommitDate: Sun Nov 19 21:20:58 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7dd6db87

app-emacs/websocket: Initial import.

Package-Manager: Portage-2.3.14, Repoman-2.3.6

 app-emacs/websocket/Manifest             |  1 +
 app-emacs/websocket/metadata.xml         |  8 ++++++++
 app-emacs/websocket/websocket-1.9.ebuild | 31 +++++++++++++++++++++++++++++++
 3 files changed, 40 insertions(+)

diff --git a/app-emacs/websocket/Manifest b/app-emacs/websocket/Manifest
new file mode 100644
index 00000000000..287b2c761ff
--- /dev/null
+++ b/app-emacs/websocket/Manifest
@@ -0,0 +1 @@
+DIST websocket-1.9.tar.gz 27029 SHA256 e7afbb5785e423e108119c9e625c9bab08297415224b07718f75ec6295130533 SHA512 bcd98e7edcbe95cae2f196cea05fd6cfa9083ed1ab2392530ca00cb05b87d6fa95b5f5319981fd94244b74989850c171e4c31c8758a8b7fe95d49299103a4410 WHIRLPOOL b0534b8c098569cebdf9ff597a459df7815f0e0a919c64fbbf4d8c64aa9789f0bbd585ca8adb139bb35254f29798e01e13eb417764a8bc0b1fbd20fa7ff564f7

diff --git a/app-emacs/websocket/metadata.xml b/app-emacs/websocket/metadata.xml
new file mode 100644
index 00000000000..c438baf3b32
--- /dev/null
+++ b/app-emacs/websocket/metadata.xml
@@ -0,0 +1,8 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+<maintainer type="project">
+  <email>gnu-emacs@gentoo.org</email>
+  <name>Gentoo GNU Emacs project</name>
+</maintainer>
+</pkgmetadata>

diff --git a/app-emacs/websocket/websocket-1.9.ebuild b/app-emacs/websocket/websocket-1.9.ebuild
new file mode 100644
index 00000000000..00ac9a2319d
--- /dev/null
+++ b/app-emacs/websocket/websocket-1.9.ebuild
@@ -0,0 +1,31 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+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}"
+
+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}
+	dodoc README.org websocket-functional-test.el testserver.py
+}


             reply	other threads:[~2017-11-19 21:21 UTC|newest]

Thread overview: 12+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-11-19 21:21 Ulrich Müller [this message]
  -- strict thread matches above, loose matches on Subject: below --
2019-12-16 20:16 [gentoo-commits] repo/gentoo:master commit in: app-emacs/websocket/ Ulrich Müller
2019-12-16 20:16 Ulrich Müller
2022-02-15 14:53 Ulrich Müller
2022-02-15 14:53 Ulrich Müller
2022-02-16 18:57 Matthew Smith
2023-03-06 15:33 Maciej Barć
2023-05-10 21:03 Maciej Barć
2023-05-10 21:03 Maciej Barć
2023-05-10 21:03 Maciej Barć
2023-08-20 20:32 Maciej Barć
2024-01-12 23:22 Maciej Barć

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1511126458.7dd6db87fd16984363439550371b5feca7870ad4.ulm@gentoo \
    --to=ulm@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox