commit: ad05fb9ef9b9f99e1b19e8b66c2babf2813ec9e5 Author: Maciej Barć <xgqt <AT> gentoo <DOT> org> AuthorDate: Mon Jun 2 17:46:24 2025 +0000 Commit: Maciej Barć <xgqt <AT> gentoo <DOT> org> CommitDate: Mon Jun 2 18:13:43 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ad05fb9e
app-emacs/hl-todo: drop old 3.8.2 Signed-off-by: Maciej Barć <xgqt <AT> gentoo.org> app-emacs/hl-todo/Manifest | 1 - app-emacs/hl-todo/hl-todo-3.8.2.ebuild | 33 --------------------------------- 2 files changed, 34 deletions(-) diff --git a/app-emacs/hl-todo/Manifest b/app-emacs/hl-todo/Manifest index cfc9aec02e6d..65823d53e08e 100644 --- a/app-emacs/hl-todo/Manifest +++ b/app-emacs/hl-todo/Manifest @@ -1,2 +1 @@ -DIST hl-todo-3.8.2.tar.gz 19502 BLAKE2B 5bea842f4fc92f0b9668357d4d43c665eb26f3326ff9fa48ce5c411d0548e81b81f3a5eae6342471438c1e49d715383f46c15170140e864f8ba47efb7bd21b2a SHA512 fa6bb473b611203f1e275b75abbefba1df9c731b81a0f7f2a0d3e606450b085e5b20c55e8d0fc0b9bf959e46896173683bd1a47bad8fd70f2179b91ac25470e8 DIST hl-todo-3.8.3.tar.gz 19808 BLAKE2B b267cd45c53c28de367dd03080a446a2a9eb2da3d32c7f2a8ae1335992897ce317776de4fd7d975dd15d282e98d271ec2c422f7257a81b92eab0e45b5903c51f SHA512 10a63387e93defbd8b5b3a2461003e7c7a76d414a1a8f8b3acfa294052efbc10c19ca070c60241f606190be255e50f19ae280185242372428ebd5e563be07557 diff --git a/app-emacs/hl-todo/hl-todo-3.8.2.ebuild b/app-emacs/hl-todo/hl-todo-3.8.2.ebuild deleted file mode 100644 index 4a7f681d3358..000000000000 --- a/app-emacs/hl-todo/hl-todo-3.8.2.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"
