diff options
author | Maciej Barć <xgqt@gentoo.org> | 2024-06-19 13:03:32 +0200 |
---|---|---|
committer | Maciej Barć <xgqt@gentoo.org> | 2024-06-19 14:32:46 +0200 |
commit | 4aef7a67289335dd36f6633aee0120ed9a08729e (patch) | |
tree | e3c2d0578661758ab04944c4c05433a0328a604f /app-emacs/hl-todo | |
parent | app-emacs/transient: bump to 0.7.0 (diff) | |
download | gentoo-4aef7a67289335dd36f6633aee0120ed9a08729e.tar.gz gentoo-4aef7a67289335dd36f6633aee0120ed9a08729e.tar.bz2 gentoo-4aef7a67289335dd36f6633aee0120ed9a08729e.zip |
app-emacs/hl-todo: drop old 3.5.0
Signed-off-by: Maciej Barć <xgqt@gentoo.org>
Diffstat (limited to 'app-emacs/hl-todo')
-rw-r--r-- | app-emacs/hl-todo/Manifest | 1 | ||||
-rw-r--r-- | app-emacs/hl-todo/hl-todo-3.5.0.ebuild | 21 |
2 files changed, 0 insertions, 22 deletions
diff --git a/app-emacs/hl-todo/Manifest b/app-emacs/hl-todo/Manifest index 745971685680..238a7d60cd32 100644 --- a/app-emacs/hl-todo/Manifest +++ b/app-emacs/hl-todo/Manifest @@ -1,2 +1 @@ -DIST hl-todo-3.5.0.tar.gz 18295 BLAKE2B 1e67083cb2d772d13d0503a38d3a54ac0d9f1185e3474d13138f52762b7c46f0f378027d7ec7af27f4f47de3a3999e058e2364ea4ba25dd9f2d1d40dd18ae45d SHA512 260f9e556532ef96a58caf206f6ad7ad23110093f79ae1382c24d42a6edeb43f46b47074d1335dfc579d5fc430f6e58c1f812ca12d220538e71bfebe8da7c4d9 DIST hl-todo-3.6.0.tar.gz 19121 BLAKE2B b03361e82b31bcf3b19549be2f2eccb272094798c17bb0f19152486ae3e7b09f812c0ef6ec1a67a5a73254db9e41af26038f7b3058f5e6615f7d10eb57b8a863 SHA512 26dd37338bd2121695e4041fce024fd9905b1da57811dc8ca42df28fa3f1d3cfeb83509aae77a2f05a3f1c96036e1cdd7fba9d4424291c3121308fd01afaf9f1 diff --git a/app-emacs/hl-todo/hl-todo-3.5.0.ebuild b/app-emacs/hl-todo/hl-todo-3.5.0.ebuild deleted file mode 100644 index 34d06cf8e099..000000000000 --- a/app-emacs/hl-todo/hl-todo-3.5.0.ebuild +++ /dev/null @@ -1,21 +0,0 @@ -# Copyright 1999-2023 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/" -SRC_URI="https://github.com/tarsius/${PN}/archive/v${PV}.tar.gz - -> ${P}.tar.gz" - -LICENSE="GPL-3+" -SLOT="0" -KEYWORDS="~amd64 ~x86" - -RDEPEND=">=app-emacs/compat-29.1.4.0" -BDEPEND="${RDEPEND}" - -DOCS=( README.org ) -SITEFILE="50${PN}-gentoo.el" |