From 0c100b7dd2b30e75b799d806df4ef899fd98e1ea Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Sat, 16 Apr 2022 13:07:24 +0100 Subject: gentoo resync : 16.04.2022 --- app-emacs/highlight-indentation/Manifest | 4 ++++ .../files/50highlight-indentation-gentoo.el | 5 +++++ .../highlight-indentation-0.7.0_p20210221.ebuild | 21 +++++++++++++++++++++ app-emacs/highlight-indentation/metadata.xml | 13 +++++++++++++ 4 files changed, 43 insertions(+) create mode 100644 app-emacs/highlight-indentation/Manifest create mode 100644 app-emacs/highlight-indentation/files/50highlight-indentation-gentoo.el create mode 100644 app-emacs/highlight-indentation/highlight-indentation-0.7.0_p20210221.ebuild create mode 100644 app-emacs/highlight-indentation/metadata.xml (limited to 'app-emacs/highlight-indentation') diff --git a/app-emacs/highlight-indentation/Manifest b/app-emacs/highlight-indentation/Manifest new file mode 100644 index 000000000000..46ac950da5d6 --- /dev/null +++ b/app-emacs/highlight-indentation/Manifest @@ -0,0 +1,4 @@ +AUX 50highlight-indentation-gentoo.el 322 BLAKE2B 6a9337d363a154b6302642df688b78531302225889916bddede7513a81a7add26eb4ce7739df61c8505853b0b34cdaccbf1311928e93e670d5b94f68ef947034 SHA512 17bb8ba69a747eca543a223e8bee71936b8c13e5c687e83aeacc08a8504d5eb35be6c653d66808d9ca08e8096b82172803b93e55d4eaddd4742c5e3154c8d4ef +DIST highlight-indentation-0.7.0_p20210221.tar.gz 3848 BLAKE2B f337a9a326e3b246f31a5067a90c2f7227c2433524e82612e96d94c288d44bf353b20815d9b83647d73f37a6152ceda13d75a610b8c1fdfa89a33ec7f5d580e1 SHA512 44d2701d18d0df4a4beb29b6c710048496e7ce4cce3ab90ae06c17862ee86e5a67ef6eb6f66f7e4b8d3a6785560616827519ac9287ce4380ca59b3f4713c3164 +EBUILD highlight-indentation-0.7.0_p20210221.ebuild 556 BLAKE2B e832010ffc3cc9303e499b3e79ee2ccc8ad8a2b2a66c2efceb539d7f9ac8dee480fbdd74650c5ac89752a0e2bfdf3140ec8e3e3fee543484b86244c8073640ef SHA512 690a22d4cde155a9f7688418cae3719a2c2c0742416b40d95329ca1abdd89c9edba435d22c9099ea564a8380bff7dcebba8f79110784b6efcaa436784010ddf8 +MISC metadata.xml 465 BLAKE2B 43d3fb82f3fe6931e3e605be4ccc995e4a2e3f5e88c36930caad0028226788027fcd1b1c4c53c43a8bba13edb633b99c8f9bdd49124ce4c00de045c9922a74ae SHA512 23fb196d0b01513f9b82cb52e82a0d0a5fb3d936a742ae2563cc74e0c6d50dbcbc527c3839121db33209286a821a8729e291f88c6af69f3891e573720eaf9f47 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 @@ + + + + + + gnu-emacs@gentoo.org + Gentoo GNU Emacs project + + + https://github.com/antonj/Highlight-Indentation-for-Emacs/issues/ + antonj/Highlight-Indentation-for-Emacs + + -- cgit v1.2.3