From 86e4116f2900ec195dc96469dba29a8793171708 Mon Sep 17 00:00:00 2001 From: Maciej Barć Date: Sat, 10 Aug 2024 17:33:48 +0200 Subject: app-emacs/hl-todo: drop old 3.7.0 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Maciej Barć --- app-emacs/hl-todo/Manifest | 1 - app-emacs/hl-todo/hl-todo-3.7.0.ebuild | 33 --------------------------------- 2 files changed, 34 deletions(-) delete mode 100644 app-emacs/hl-todo/hl-todo-3.7.0.ebuild (limited to 'app-emacs') diff --git a/app-emacs/hl-todo/Manifest b/app-emacs/hl-todo/Manifest index ea71b5f1e1d9..4c30083daa5d 100644 --- a/app-emacs/hl-todo/Manifest +++ b/app-emacs/hl-todo/Manifest @@ -1,2 +1 @@ -DIST hl-todo-3.7.0.tar.gz 19369 BLAKE2B 4e2b56a94ef399207ad6f92da44596bdacfddc31c3182aff088e00a58c955890a34464b858e4194611ea88c90df4827a7a7ab8d177ee99ac7fd5597f8393f046 SHA512 74dcce9c4e8e638a135d57b9c00d6fe364326bb00045452289e86a278c7ccd864e756a930973eabd717e5239b86f7d5a46b82df19834eeef8a3a3d6d1111b14b DIST hl-todo-3.8.0.tar.gz 19403 BLAKE2B 1e3752c3466899b444167924b6d273812f622c4bac9bc473d5d2181686d3faa9ba936b1eb61d3cd231f44c18ad8c762651b30044d222d9b01f6c3039ccc166bf SHA512 3a5c466d3ffa883b48e342640502dfa0a54a064ca12b9b8fe40db9dacf27f8083bcb383e3ec332e7ae2683eb6dfbba3f6d6c83f8c53c6edb8183cb4711be27b3 diff --git a/app-emacs/hl-todo/hl-todo-3.7.0.ebuild b/app-emacs/hl-todo/hl-todo-3.7.0.ebuild deleted file mode 100644 index 50a91455193c..000000000000 --- a/app-emacs/hl-todo/hl-todo-3.7.0.ebuild +++ /dev/null @@ -1,33 +0,0 @@ -# Copyright 1999-2024 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-29.1.4.5 -" -BDEPEND=" - ${RDEPEND} -" - -DOCS=( README.org ) -SITEFILE="50${PN}-gentoo.el" -- cgit v1.2.3-65-gdbad