Gentoo Archives: gentoo-commits

From: Matthew Smith <matthew@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-emacs/hl-todo/
Date: Sun, 27 Mar 2022 09:25:08
Message-Id: 1648373086.db8987fa1e04bddc4941958a87055097559bbb4a.matthew@gentoo
1 commit: db8987fa1e04bddc4941958a87055097559bbb4a
2 Author: Matthew Smith <matthew <AT> gentoo <DOT> org>
3 AuthorDate: Sun Mar 27 09:22:15 2022 +0000
4 Commit: Matthew Smith <matthew <AT> gentoo <DOT> org>
5 CommitDate: Sun Mar 27 09:24:46 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=db8987fa
7
8 app-emacs/hl-todo: add 3.4.1
9
10 Signed-off-by: Matthew Smith <matthew <AT> gentoo.org>
11
12 app-emacs/hl-todo/Manifest | 1 +
13 app-emacs/hl-todo/hl-todo-3.4.1.ebuild | 18 ++++++++++++++++++
14 2 files changed, 19 insertions(+)
15
16 diff --git a/app-emacs/hl-todo/Manifest b/app-emacs/hl-todo/Manifest
17 index 0f0c47e434c9..ddfbd1d97fa4 100644
18 --- a/app-emacs/hl-todo/Manifest
19 +++ b/app-emacs/hl-todo/Manifest
20 @@ -1 +1,2 @@
21 DIST hl-todo-3.3.0.tar.gz 5688 BLAKE2B 3e644ab68707ff7fb3f846d07ccec9631f0c84eaabe453efe3f36658cb09024fce3bcb299cbfbb911ff3a2e93a0134bb84cf2e9486881c656b0344b28a3dda82 SHA512 361ea9f36abd2a43731252cdcda420da1661b3f60f9673cf9975eff3846367f7f29c787de515c75fb61fd14c1849b5d24a0f91d813ca00d09512d2218a45ffd1
22 +DIST hl-todo-3.4.1.tar.gz 5762 BLAKE2B fbc3e2d1c9e6492f55487e6ffc306588e1d27b758e97a538de77f56743f7717a3596bda072aa6cfb249c67e76f32263e07ca299e20fc635e585af32caef120ff SHA512 4cbde1f5c0697cb6906d355aff879f8a8b2ae1fbcb1a16016c1d6663ad520ba4bbc625d038975501b9deee827e52ac84cf0e8ca38ad538395ca1c9f7f82cba57
23
24 diff --git a/app-emacs/hl-todo/hl-todo-3.4.1.ebuild b/app-emacs/hl-todo/hl-todo-3.4.1.ebuild
25 new file mode 100644
26 index 000000000000..26992603df8d
27 --- /dev/null
28 +++ b/app-emacs/hl-todo/hl-todo-3.4.1.ebuild
29 @@ -0,0 +1,18 @@
30 +# Copyright 1999-2022 Gentoo Authors
31 +# Distributed under the terms of the GNU General Public License v2
32 +
33 +EAPI=8
34 +NEED_EMACS=25
35 +
36 +inherit elisp
37 +
38 +DESCRIPTION="Highlight TODO and similar keywords in comments and strings"
39 +HOMEPAGE="https://github.com/tarsius/hl-todo"
40 +SRC_URI="https://github.com/tarsius/${PN}/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz"
41 +
42 +LICENSE="GPL-3+"
43 +SLOT="0"
44 +KEYWORDS="~amd64 ~x86"
45 +
46 +SITEFILE="50${PN}-gentoo.el"
47 +DOCS="README.md"