commit: 80781502724ce0207b968f86058cffc8d0224e15 Author: Maciej Barć <xgqt <AT> gentoo <DOT> org> AuthorDate: Thu Sep 18 21:03:32 2025 +0000 Commit: Maciej Barć <xgqt <AT> gentoo <DOT> org> CommitDate: Thu Sep 18 21:50:23 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=80781502
app-emacs/hl-todo: bump to 3.9.0 Signed-off-by: Maciej Barć <xgqt <AT> gentoo.org> app-emacs/hl-todo/Manifest | 1 + app-emacs/hl-todo/hl-todo-3.9.0.ebuild | 33 +++++++++++++++++++++++++++++++++ 2 files changed, 34 insertions(+) diff --git a/app-emacs/hl-todo/Manifest b/app-emacs/hl-todo/Manifest index fe51568b9aa7..a06b88a688ed 100644 --- a/app-emacs/hl-todo/Manifest +++ b/app-emacs/hl-todo/Manifest @@ -1 +1,2 @@ DIST hl-todo-3.8.5.gh.tar.gz 19886 BLAKE2B 2cd50f9282b9d71f63a6dc714f05009015fdd423d4669115db53471dee93b198df021c297b1b1a713ff857611653aa4ae0c997b84c2dba5536ba5be57023994e SHA512 d79dde3a1b8cb514caf567bdda1f7e0300c0e7f325386083a789725584de15d59f6ddc594975ac7aa642b148059e7b67beadecedecf9d31abc57b5269602cd1b +DIST hl-todo-3.9.0.gh.tar.gz 20297 BLAKE2B 09546aec1e21dee8c1ccc2740b9f986b87741cf656b29ce377a197f2c3bda2769fe1e88faee8bb30ebddf0918236770cfb86befe78be603b3672a8505723e97f SHA512 61d266e1e65f02c814ecaf38cb8032f6316f700b927616ef8d6ca328284386500b55dbf0b7889ce75c0aef7f3654032ab1065a803340ca945a02f4957d9a60f7 diff --git a/app-emacs/hl-todo/hl-todo-3.9.0.ebuild b/app-emacs/hl-todo/hl-todo-3.9.0.ebuild new file mode 100644 index 000000000000..cc2dd0e5a44b --- /dev/null +++ b/app-emacs/hl-todo/hl-todo-3.9.0.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}" +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"
