app-emacs/web-mode: bump to 17.3.20

Signed-off-by: Maciej Barć <xgqt@gentoo.org>
This commit is contained in:
Maciej Barć
2024-11-13 18:43:29 +01:00
parent bd4d525a05
commit 4ec883dbab
2 changed files with 32 additions and 0 deletions

View File

@@ -1 +1,2 @@
DIST web-mode-17.3.13.tar.gz 168143 BLAKE2B efa5b78e774ad023a3f2508e64317b76b15748369dc311ebcd65c98021b2fa75a9c85d54d897a2a4d2580d8c95a609df3bc8bb265afe89ea5219885d4e9c78d0 SHA512 c325b45ba88406e9dcfc19ddd8951bd7075a9c5157bf85e4c7a857d93b756c76a6e8e03524cbb8465c4109001397414db25178f0158556f2b872b5930e7014b9
DIST web-mode-17.3.20.tar.gz 169772 BLAKE2B 6caf23b33634d0b0e9bd3287719bc46404de67b2cbcd9289f9b53d39f81cdd580c73a3960c5448771813296b585e32314e16d542519a889d1ba95f957d7a9ae3 SHA512 17f8d8264cd4446cd91db57f82fc2ea78e40de17faae93e3485a0653c4789ffd3da09633d8be2622d985a4b6b82566ffa713e7694074375e6e3433af4018b876

View File

@@ -0,0 +1,31 @@
# Copyright 1999-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
inherit edo elisp
DESCRIPTION="Web template editing mode for Emacs"
HOMEPAGE="https://web-mode.org/
https://github.com/fxbois/web-mode/"
if [[ "${PV}" == *9999* ]] ; then
inherit git-r3
EGIT_REPO_URI="https://github.com/fxbois/${PN}.git"
else
SRC_URI="https://github.com/fxbois/${PN}/archive/v${PV}.tar.gz
-> ${P}.tar.gz"
KEYWORDS="~amd64 ~x86"
fi
LICENSE="GPL-3+"
SLOT="0"
DOCS=( README.md )
SITEFILE="50${PN}-gentoo.el"
src_test() {
edo bash ./run.sh
}