diff options
author | Matthew Smith <matthew@gentoo.org> | 2022-02-16 18:31:45 +0000 |
---|---|---|
committer | Matthew Smith <matthew@gentoo.org> | 2022-02-16 18:56:55 +0000 |
commit | 66a283b615038d7ed5d4e502d731832592da9737 (patch) | |
tree | a1783300a52bad747404fe29a7a9d5c4ad39668f /app-emacs | |
parent | dev-scheme/guile: do not check Guile bytecode (QA issue) (diff) | |
download | gentoo-66a283b615038d7ed5d4e502d731832592da9737.tar.gz gentoo-66a283b615038d7ed5d4e502d731832592da9737.tar.bz2 gentoo-66a283b615038d7ed5d4e502d731832592da9737.zip |
app-emacs/hl-todo: initial import at 3.1.2
Signed-off-by: Matthew Smith <matthew@gentoo.org>
Diffstat (limited to 'app-emacs')
-rw-r--r-- | app-emacs/hl-todo/Manifest | 1 | ||||
-rw-r--r-- | app-emacs/hl-todo/files/50hl-todo-gentoo.el | 3 | ||||
-rw-r--r-- | app-emacs/hl-todo/hl-todo-3.1.2.ebuild | 17 | ||||
-rw-r--r-- | app-emacs/hl-todo/metadata.xml | 12 |
4 files changed, 33 insertions, 0 deletions
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 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> +<maintainer type="project"> + <email>gnu-emacs@gentoo.org</email> + <name>Gentoo GNU Emacs project</name> +</maintainer> +<stabilize-allarches/> +<upstream> + <remote-id type="github">tarsius/hl-todo</remote-id> +</upstream> +</pkgmetadata> |