app-emacs/ement: add 0.14
Signed-off-by: Alfred Wingate <parona@protonmail.com>
This commit is contained in:
parent
887cf24664
commit
ea1a2b7890
@ -1 +1,2 @@
|
||||
DIST ement-0.13.tar 1730560 BLAKE2B a3d216931407affc90374f2685d3393e4c2cf67c2b8ddc525b340ed2f6b0bb9cff7ecf6a41843422e76ed580bf51e098ef912786747bbdf88a0487a0ce8f5e2f SHA512 79caa9d3655919854c9c31f45f60212c3c26a9cee121c55adbe99cad9c9a1a2ebdec690be9fba37b5511855b160b0749903dd0a4559a0b59f7d9610fc6b5e01d
|
||||
DIST ement-0.14.tar.gz 1091980 BLAKE2B 3d8969968acc47d2141a09894b46b2b1c7b5ac93c8883cff9e56c54e9061e3769d4eded25bf8fb3791d77699b1145d902b14361a4965f636d489ac605b2da515 SHA512 e966c0836e315f60e669775b1eb479cc45151a53ca7142b5a1887606f4e15652fbb9427f98ab1a8b6362f85d87eacb0e40353f6b9e2acc4023799574fe9e776e
|
||||
|
39
app-emacs/ement/ement-0.14.ebuild
Normal file
39
app-emacs/ement/ement-0.14.ebuild
Normal 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
|
Loading…
Reference in New Issue
Block a user