commit: 2cffd87d9f2747f88fac2939a107d128e334b38f Author: Maciej Barć <xgqt <AT> gentoo <DOT> org> AuthorDate: Thu Sep 18 21:02:44 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=2cffd87d
app-emacs/hl-todo: drop old 3.8.4 Signed-off-by: Maciej Barć <xgqt <AT> gentoo.org> app-emacs/hl-todo/Manifest | 1 - app-emacs/hl-todo/hl-todo-3.8.4.ebuild | 33 --------------------------------- 2 files changed, 34 deletions(-) diff --git a/app-emacs/hl-todo/Manifest b/app-emacs/hl-todo/Manifest index 421f1c2d1c9b..fe51568b9aa7 100644 --- a/app-emacs/hl-todo/Manifest +++ b/app-emacs/hl-todo/Manifest @@ -1,2 +1 @@ -DIST hl-todo-3.8.4.tar.gz 19897 BLAKE2B b7d6ee3dd4b3fa3ed34f3f7df28d1de666536de2cee52000b992742a6e25ecd2139bd15af03174401fa22dce9007bb2c52424c62a97587504eaace4050621176 SHA512 8ed95266f90821953f9555fba176131649512215cd3eaa95ab1cd8b497b34a72f939290dc486827c13bdcd1e68e1fdae2f12a9548b89b75efe4c40ee40a12ff7 DIST hl-todo-3.8.5.gh.tar.gz 19886 BLAKE2B 2cd50f9282b9d71f63a6dc714f05009015fdd423d4669115db53471dee93b198df021c297b1b1a713ff857611653aa4ae0c997b84c2dba5536ba5be57023994e SHA512 d79dde3a1b8cb514caf567bdda1f7e0300c0e7f325386083a789725584de15d59f6ddc594975ac7aa642b148059e7b67beadecedecf9d31abc57b5269602cd1b diff --git a/app-emacs/hl-todo/hl-todo-3.8.4.ebuild b/app-emacs/hl-todo/hl-todo-3.8.4.ebuild deleted file mode 100644 index 4a7f681d3358..000000000000 --- a/app-emacs/hl-todo/hl-todo-3.8.4.ebuild +++ /dev/null @@ -1,33 +0,0 @@ -# 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"
