diff options
author | Maciej Barć <xgqt@gentoo.org> | 2022-04-08 11:07:51 +0200 |
---|---|---|
committer | Maciej Barć <xgqt@gentoo.org> | 2022-04-08 16:00:12 +0200 |
commit | 8f7cf0a7e26cb26c90446491fb477d9d64e8f98e (patch) | |
tree | 7b8c2ba4bfc8f896498943f3ca31cbb237fde866 /app-emacs | |
parent | net-misc/yt-dlp: drop 2022.2.4-r1 (diff) | |
download | gentoo-8f7cf0a7e26cb26c90446491fb477d9d64e8f98e.tar.gz gentoo-8f7cf0a7e26cb26c90446491fb477d9d64e8f98e.tar.bz2 gentoo-8f7cf0a7e26cb26c90446491fb477d9d64e8f98e.zip |
app-emacs/highlight-indentation: new package; add 0.7.0_p20210221
2021.02.21 snapshot
Signed-off-by: Maciej Barć <xgqt@gentoo.org>
Diffstat (limited to 'app-emacs')
4 files changed, 40 insertions, 0 deletions
diff --git a/app-emacs/highlight-indentation/Manifest b/app-emacs/highlight-indentation/Manifest new file mode 100644 index 000000000000..1d11c3b65acf --- /dev/null +++ b/app-emacs/highlight-indentation/Manifest @@ -0,0 +1 @@ +DIST highlight-indentation-0.7.0_p20210221.tar.gz 3848 BLAKE2B f337a9a326e3b246f31a5067a90c2f7227c2433524e82612e96d94c288d44bf353b20815d9b83647d73f37a6152ceda13d75a610b8c1fdfa89a33ec7f5d580e1 SHA512 44d2701d18d0df4a4beb29b6c710048496e7ce4cce3ab90ae06c17862ee86e5a67ef6eb6f66f7e4b8d3a6785560616827519ac9287ce4380ca59b3f4713c3164 diff --git a/app-emacs/highlight-indentation/files/50highlight-indentation-gentoo.el b/app-emacs/highlight-indentation/files/50highlight-indentation-gentoo.el new file mode 100644 index 000000000000..a83ebf0e0a8e --- /dev/null +++ b/app-emacs/highlight-indentation/files/50highlight-indentation-gentoo.el @@ -0,0 +1,5 @@ +(add-to-list 'load-path "@SITELISP@") +(autoload 'highlight-indentation-mode "highlight-indentation" + "Highlight indentation minor mode highlights indentation based on spaces." t) +(autoload 'highlight-indentation-current-column-mode "highlight-indentation" + "Highlight Indentation minor mode displays a vertical bar." t) diff --git a/app-emacs/highlight-indentation/highlight-indentation-0.7.0_p20210221.ebuild b/app-emacs/highlight-indentation/highlight-indentation-0.7.0_p20210221.ebuild new file mode 100644 index 000000000000..0efeec0e91c5 --- /dev/null +++ b/app-emacs/highlight-indentation/highlight-indentation-0.7.0_p20210221.ebuild @@ -0,0 +1,21 @@ +# Copyright 1999-2022 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +H=d88db4248882da2d4316e76ed673b4ac1fa99ce3 +MY_PN=Highlight-Indentation-for-Emacs + +inherit elisp + +DESCRIPTION="Minor modes to highlight indentation guides in Emacs" +HOMEPAGE="https://github.com/antonj/Highlight-Indentation-for-Emacs/" +SRC_URI="https://github.com/antonj/${MY_PN}/archive/${H}.tar.gz -> ${P}.tar.gz" +S="${WORKDIR}"/${MY_PN}-${H} + +LICENSE="GPL-2+" +SLOT="0" +KEYWORDS="~amd64 ~x86" + +DOCS=( README.org ) +SITEFILE="50${PN}-gentoo.el" diff --git a/app-emacs/highlight-indentation/metadata.xml b/app-emacs/highlight-indentation/metadata.xml new file mode 100644 index 000000000000..9d884da68760 --- /dev/null +++ b/app-emacs/highlight-indentation/metadata.xml @@ -0,0 +1,13 @@ +<?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> + <upstream> + <bugs-to>https://github.com/antonj/Highlight-Indentation-for-Emacs/issues/</bugs-to> + <remote-id type="github">antonj/Highlight-Indentation-for-Emacs</remote-id> + </upstream> +</pkgmetadata> |