From 66a283b615038d7ed5d4e502d731832592da9737 Mon Sep 17 00:00:00 2001 From: Matthew Smith Date: Wed, 16 Feb 2022 18:31:45 +0000 Subject: app-emacs/hl-todo: initial import at 3.1.2 Signed-off-by: Matthew Smith --- app-emacs/hl-todo/Manifest | 1 + app-emacs/hl-todo/files/50hl-todo-gentoo.el | 3 +++ app-emacs/hl-todo/hl-todo-3.1.2.ebuild | 17 +++++++++++++++++ app-emacs/hl-todo/metadata.xml | 12 ++++++++++++ 4 files changed, 33 insertions(+) create mode 100644 app-emacs/hl-todo/Manifest create mode 100644 app-emacs/hl-todo/files/50hl-todo-gentoo.el create mode 100644 app-emacs/hl-todo/hl-todo-3.1.2.ebuild create mode 100644 app-emacs/hl-todo/metadata.xml (limited to 'app-emacs') diff --git a/app-emacs/hl-todo/Manifest b/app-emacs/hl-todo/Manifest new file mode 100644 index 000000000000..7d1d2895ba55 --- /dev/null +++ b/app-emacs/hl-todo/Manifest @@ -0,0 +1 @@ +DIST hl-todo-3.1.2.tar.gz 5506 BLAKE2B b44b1b21e1d40bf8ddff9cfc1e30d66fde4e4ee4779029820b4d5b94f040b02ebc562f2c571d1113ac0501f107035e9d1d4e9e31052d3a2aa56fd7988d3c14c4 SHA512 c1ee4d50be93348ae9c4f754291b157592701bf362d83d1cc98406965d313539f362338d214b8574a83ebd06433ddb3e07fa33b6657f075b744eecf1e38b6114 diff --git a/app-emacs/hl-todo/files/50hl-todo-gentoo.el b/app-emacs/hl-todo/files/50hl-todo-gentoo.el new file mode 100644 index 000000000000..6113e6cc3263 --- /dev/null +++ b/app-emacs/hl-todo/files/50hl-todo-gentoo.el @@ -0,0 +1,3 @@ +(add-to-list 'load-path "@SITELISP@") +(autoload 'hl-todo-mode "hl-todo" "Highlight TODO keywords" t) +(autoload 'global-hl-todo-mode "hl-todo" "Highlight TODO keywords globally" t) diff --git a/app-emacs/hl-todo/hl-todo-3.1.2.ebuild b/app-emacs/hl-todo/hl-todo-3.1.2.ebuild new file mode 100644 index 000000000000..509bc75f8dd6 --- /dev/null +++ b/app-emacs/hl-todo/hl-todo-3.1.2.ebuild @@ -0,0 +1,17 @@ +# Copyright 1999-2022 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 +NEED_EMACS=25 + +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/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz" + +LICENSE="GPL-3+" +SLOT="0" +KEYWORDS="~amd64 ~x86" + +SITEFILE="50${PN}-gentoo.el" diff --git a/app-emacs/hl-todo/metadata.xml b/app-emacs/hl-todo/metadata.xml new file mode 100644 index 000000000000..e2e03cb9d211 --- /dev/null +++ b/app-emacs/hl-todo/metadata.xml @@ -0,0 +1,12 @@ + + + + + gnu-emacs@gentoo.org + Gentoo GNU Emacs project + + + + tarsius/hl-todo + + -- cgit v1.2.3-65-gdbad