diff options
author | Maciej Barć <xgqt@gentoo.org> | 2025-01-06 22:36:36 +0100 |
---|---|---|
committer | Maciej Barć <xgqt@gentoo.org> | 2025-01-06 23:18:20 +0100 |
commit | 35c64678aaa0dc16b78901de10afcdefcafa7b4f (patch) | |
tree | 5833168ac425924e857953418beb41abcb257556 /app-emacs | |
parent | app-emacs/hl-todo: drop old 3.8.0 (diff) | |
download | gentoo-35c64678aaa0dc16b78901de10afcdefcafa7b4f.tar.gz gentoo-35c64678aaa0dc16b78901de10afcdefcafa7b4f.tar.bz2 gentoo-35c64678aaa0dc16b78901de10afcdefcafa7b4f.zip |
app-emacs/hl-todo: bump to 3.8.2
Signed-off-by: Maciej Barć <xgqt@gentoo.org>
Diffstat (limited to 'app-emacs')
-rw-r--r-- | app-emacs/hl-todo/Manifest | 1 | ||||
-rw-r--r-- | app-emacs/hl-todo/hl-todo-3.8.2.ebuild | 33 |
2 files changed, 34 insertions, 0 deletions
diff --git a/app-emacs/hl-todo/Manifest b/app-emacs/hl-todo/Manifest index 823926e2f458..a5cdf789e5ae 100644 --- a/app-emacs/hl-todo/Manifest +++ b/app-emacs/hl-todo/Manifest @@ -1 +1,2 @@ DIST hl-todo-3.8.1.tar.gz 19400 BLAKE2B 035cfdd0bcd859c48acc59a9f2bbd797c1e0f2a3510d3ac4f8538cd0a467afc01175cfbcd17ea597e83d5aeb366f74f8f52a5316e40236fa95bcf6e6334f7fcc SHA512 9cbb0537a375f54b73f39bd9c2ec80ba7fa425630e516b147fb5e674c9123eaf5fe79d3cba829b4b0dbb249834df5f7fe2240830d313d84c03cdb8eb0f9266a2 +DIST hl-todo-3.8.2.tar.gz 19502 BLAKE2B 5bea842f4fc92f0b9668357d4d43c665eb26f3326ff9fa48ce5c411d0548e81b81f3a5eae6342471438c1e49d715383f46c15170140e864f8ba47efb7bd21b2a SHA512 fa6bb473b611203f1e275b75abbefba1df9c731b81a0f7f2a0d3e606450b085e5b20c55e8d0fc0b9bf959e46896173683bd1a47bad8fd70f2179b91ac25470e8 diff --git a/app-emacs/hl-todo/hl-todo-3.8.2.ebuild b/app-emacs/hl-todo/hl-todo-3.8.2.ebuild new file mode 100644 index 000000000000..4a7f681d3358 --- /dev/null +++ b/app-emacs/hl-todo/hl-todo-3.8.2.ebuild @@ -0,0 +1,33 @@ +# Copyright 1999-2025 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +inherit elisp + +DESCRIPTION="Highlight TODO and similar keywords in comments and strings" +HOMEPAGE="https://github.com/tarsius/hl-todo/" + +if [[ "${PV}" == *9999* ]] ; then + inherit git-r3 + + EGIT_REPO_URI="https://github.com/tarsius/${PN}.git" +else + SRC_URI="https://github.com/tarsius/${PN}/archive/v${PV}.tar.gz + -> ${P}.tar.gz" + + KEYWORDS="~amd64 ~x86" +fi + +LICENSE="GPL-3+" +SLOT="0" + +RDEPEND=" + >=app-emacs/compat-30.0.0.0 +" +BDEPEND=" + ${RDEPEND} +" + +DOCS=( README.org ) +SITEFILE="50${PN}-gentoo.el" |