commit: 6424812b7ce71b9e52cb40f7c3d04cc8681fccf1 Author: Maciej Barć <xgqt <AT> gentoo <DOT> org> AuthorDate: Wed Feb 4 12:35:07 2026 +0000 Commit: Maciej Barć <xgqt <AT> gentoo <DOT> org> CommitDate: Wed Feb 4 13:31:25 2026 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6424812b
app-emacs/hl-todo: bump to 3.9.3 Signed-off-by: Maciej Barć <xgqt <AT> gentoo.org> app-emacs/hl-todo/Manifest | 1 + app-emacs/hl-todo/hl-todo-3.9.3.ebuild | 33 +++++++++++++++++++++++++++++++++ 2 files changed, 34 insertions(+) diff --git a/app-emacs/hl-todo/Manifest b/app-emacs/hl-todo/Manifest index c17b2e24e667..5625f1240cc1 100644 --- a/app-emacs/hl-todo/Manifest +++ b/app-emacs/hl-todo/Manifest @@ -1,2 +1,3 @@ DIST hl-todo-3.9.0.gh.tar.gz 20297 BLAKE2B 09546aec1e21dee8c1ccc2740b9f986b87741cf656b29ce377a197f2c3bda2769fe1e88faee8bb30ebddf0918236770cfb86befe78be603b3672a8505723e97f SHA512 61d266e1e65f02c814ecaf38cb8032f6316f700b927616ef8d6ca328284386500b55dbf0b7889ce75c0aef7f3654032ab1065a803340ca945a02f4957d9a60f7 DIST hl-todo-3.9.1.gh.tar.gz 20352 BLAKE2B 020abf1bed8f4988c0a444126fc550d3e74afae449e15cc44e5a8da82b6a319ae836ca273670b29b5700eccbd63425bbb7ffc1aa04d03464bd2c8a7fad0cd06b SHA512 33d269e39334d44497489ab25b887564d4455db16b165cfcce6cb51c859beb20e1740d814e511d58e5a3224cf4907ceb189dda624874a30089dc5b4b7a32e674 +DIST hl-todo-3.9.3.gh.tar.gz 20315 BLAKE2B 02166572acbad359c3304816805ae3d13b34f4e3a85088ffaa1f6a5e729a251aeb38341a2fac334c2320b4c72d0bd175e0c52662754043c7ad42556c149c778c SHA512 84a07ba38a24f07ad0df237f6d90466f97001c9370dc23641fdf5d2aabc935c4cc75e2ee66f12813810b1140f2a8abc34dcc922715cd1f4e255df292bd97fb50 diff --git a/app-emacs/hl-todo/hl-todo-3.9.3.ebuild b/app-emacs/hl-todo/hl-todo-3.9.3.ebuild new file mode 100644 index 000000000000..458df957c9f0 --- /dev/null +++ b/app-emacs/hl-todo/hl-todo-3.9.3.ebuild @@ -0,0 +1,33 @@ +# Copyright 1999-2026 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=9 + +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}" +else + SRC_URI="https://github.com/tarsius/${PN}/archive/v${PV}.tar.gz + -> ${P}.gh.tar.gz" + + KEYWORDS="~amd64 ~x86" +fi + +LICENSE="GPL-3+" +SLOT="0" + +RDEPEND=" + app-emacs/compat +" +BDEPEND=" + ${RDEPEND} +" + +DOCS=( README.org ) +SITEFILE="50${PN}-gentoo.el"
