app-emacs/ement: add 0.16

Signed-off-by: Alfred Wingate <parona@protonmail.com>
This commit is contained in:
Alfred Wingate 2024-10-18 00:32:07 +03:00
parent 9dd78e47e4
commit d317cdf8d1
No known key found for this signature in database
GPG Key ID: A12750536B5E7010
2 changed files with 40 additions and 0 deletions

View File

@ -1,2 +1,3 @@
DIST ement-0.14.tar.gz 1091980 BLAKE2B 3d8969968acc47d2141a09894b46b2b1c7b5ac93c8883cff9e56c54e9061e3769d4eded25bf8fb3791d77699b1145d902b14361a4965f636d489ac605b2da515 SHA512 e966c0836e315f60e669775b1eb479cc45151a53ca7142b5a1887606f4e15652fbb9427f98ab1a8b6362f85d87eacb0e40353f6b9e2acc4023799574fe9e776e
DIST ement-0.15.tar.gz 1109539 BLAKE2B e4566f6b09c0b14369c339d01b184300cd0a76eb62bba8731a720d309e61cb36fcb69a64385138a8d66c18063a89abaeadec39c67ddba56d2d6f5e93a1a6a1ed SHA512 69191ae523cccc5b3fa04105c5340f9368cc3733473cfa4336000aaef0e26a536a479d45a4a7463c30941f3102addf83113998d18ae654e99bbb347298c83ba2
DIST ement-0.16.tar.gz 1112899 BLAKE2B 132c57d09db422b3ea77a0512865b985dd2b88912bf6a7ad879fb79b69a4aea32fd86bee7748643c17926ab0adf1c7338fff296521018f77106197c40bf8b7d1 SHA512 5e0c77cfb6ffd62881797cd18cb4c5d7187bb56128a430328490fa13f960baeaa553f0d2ce0f31b98f89758ca06126be99bccaff3733e5411deffc4492ff4dc8

View File

@ -0,0 +1,39 @@
# Copyright 1999-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
NEED_EMACS="27.1"
inherit elisp
DESCRIPTION="Matrix client for GNU Emacs"
HOMEPAGE="https://github.com/alphapapa/ement.el"
if [[ "${PV}" == "9999" ]]; then
inherit git-r3
EGIT_REPO_URI="https://github.com/alphapapa/ement.el.git"
else
SRC_URI="https://github.com/alphapapa/ement.el/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz"
S="${WORKDIR}/ement.el-${PV}"
KEYWORDS="~amd64"
fi
LICENSE="GPL-3"
SLOT="0"
DEPEND="
>=app-emacs/transient-0.3.7
>=app-emacs/persist-0.5
>=app-emacs/plz-0.6
>=app-emacs/taxy-0.10
>=app-emacs/taxy-magit-section-0.13
>=app-emacs/svg-lib-0.2.5
>=app-emacs/transient-0.3.7
"
DOCS="README.org"
SITEFILE="50${PN}-gentoo.el"
elisp-enable-tests ert "${S}/tests" -l tests/ement-tests.el