app-emacs/epc: new package; add version 0.1.1

Signed-off-by: Maciej Barć <xgqt@gentoo.org>
This commit is contained in:
Maciej Barć
2022-05-13 08:47:29 +02:00
parent 3bcf8b9770
commit 9298b97ef5
4 changed files with 45 additions and 0 deletions

1
app-emacs/epc/Manifest Normal file
View File

@@ -0,0 +1 @@
DIST epc-0.1.1.tar.gz 158462 BLAKE2B afbaa496799ac698af885872ab3409ac0e7b27d1299c0450aec75cad6d213fc4efe5b6c2dc48a383b9b061c457accfea81dd821062a7027b781f005cba67e35e SHA512 c6c6e9c2f241ca275b807a387c4fb6916edb02c390d7bc350388d729e2214d7fe5addb7ea634bebc75aa09e510ab2d141ae6a197b328d1f506ee51660a5b8ddc

View File

@@ -0,0 +1,30 @@
# Copyright 1999-2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
inherit elisp
DESCRIPTION="RPC stack for Emacs Lisp"
HOMEPAGE="https://github.com/kiwanami/emacs-epc/"
SRC_URI="https://github.com/kiwanami/emacs-epc/archive/${PV}.tar.gz
-> ${P}.tar.gz"
S="${WORKDIR}"/emacs-${P}
LICENSE="GPL-3+"
KEYWORDS="~amd64 ~x86"
SLOT="0"
RDEPEND="
app-emacs/ctable
app-emacs/deferred
"
BDEPEND="${RDEPEND}"
DOCS=( readme.md demo img )
SITEFILE="50${PN}-gentoo.el"
src_test() {
${EMACS} ${EMACSFLAGS} -L . -l epc.el -l epcs.el -l test-epc.el \
-f ert-run-tests-batch-and-exit || die "tests failed"
}

View File

@@ -0,0 +1 @@
(add-to-list 'load-path "@SITELISP@")

View File

@@ -0,0 +1,13 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer type="project">
<email>gnu-emacs@gentoo.org</email>
<name>Gentoo GNU Emacs project</name>
</maintainer>
<upstream>
<bugs-to>https://github.com/kiwanami/emacs-epc/issues/</bugs-to>
<remote-id type="github">kiwanami/emacs-epc</remote-id>
</upstream>
</pkgmetadata>