Gentoo Archives: gentoo-commits

From: "Maciej Barć" <xgqt@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-emacs/highlight-indentation/files/, app-emacs/highlight-indentation/
Date: Fri, 08 Apr 2022 14:01:18
Message-Id: 1649426412.8f7cf0a7e26cb26c90446491fb477d9d64e8f98e.xgqt@gentoo
1 commit: 8f7cf0a7e26cb26c90446491fb477d9d64e8f98e
2 Author: Maciej Barć <xgqt <AT> gentoo <DOT> org>
3 AuthorDate: Fri Apr 8 09:07:51 2022 +0000
4 Commit: Maciej Barć <xgqt <AT> gentoo <DOT> org>
5 CommitDate: Fri Apr 8 14:00:12 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8f7cf0a7
7
8 app-emacs/highlight-indentation: new package; add 0.7.0_p20210221
9
10 2021.02.21 snapshot
11
12 Signed-off-by: Maciej Barć <xgqt <AT> gentoo.org>
13
14 app-emacs/highlight-indentation/Manifest | 1 +
15 .../files/50highlight-indentation-gentoo.el | 5 +++++
16 .../highlight-indentation-0.7.0_p20210221.ebuild | 21 +++++++++++++++++++++
17 app-emacs/highlight-indentation/metadata.xml | 13 +++++++++++++
18 4 files changed, 40 insertions(+)
19
20 diff --git a/app-emacs/highlight-indentation/Manifest b/app-emacs/highlight-indentation/Manifest
21 new file mode 100644
22 index 000000000000..1d11c3b65acf
23 --- /dev/null
24 +++ b/app-emacs/highlight-indentation/Manifest
25 @@ -0,0 +1 @@
26 +DIST highlight-indentation-0.7.0_p20210221.tar.gz 3848 BLAKE2B f337a9a326e3b246f31a5067a90c2f7227c2433524e82612e96d94c288d44bf353b20815d9b83647d73f37a6152ceda13d75a610b8c1fdfa89a33ec7f5d580e1 SHA512 44d2701d18d0df4a4beb29b6c710048496e7ce4cce3ab90ae06c17862ee86e5a67ef6eb6f66f7e4b8d3a6785560616827519ac9287ce4380ca59b3f4713c3164
27
28 diff --git a/app-emacs/highlight-indentation/files/50highlight-indentation-gentoo.el b/app-emacs/highlight-indentation/files/50highlight-indentation-gentoo.el
29 new file mode 100644
30 index 000000000000..a83ebf0e0a8e
31 --- /dev/null
32 +++ b/app-emacs/highlight-indentation/files/50highlight-indentation-gentoo.el
33 @@ -0,0 +1,5 @@
34 +(add-to-list 'load-path "@SITELISP@")
35 +(autoload 'highlight-indentation-mode "highlight-indentation"
36 + "Highlight indentation minor mode highlights indentation based on spaces." t)
37 +(autoload 'highlight-indentation-current-column-mode "highlight-indentation"
38 + "Highlight Indentation minor mode displays a vertical bar." t)
39
40 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
41 new file mode 100644
42 index 000000000000..0efeec0e91c5
43 --- /dev/null
44 +++ b/app-emacs/highlight-indentation/highlight-indentation-0.7.0_p20210221.ebuild
45 @@ -0,0 +1,21 @@
46 +# Copyright 1999-2022 Gentoo Authors
47 +# Distributed under the terms of the GNU General Public License v2
48 +
49 +EAPI=8
50 +
51 +H=d88db4248882da2d4316e76ed673b4ac1fa99ce3
52 +MY_PN=Highlight-Indentation-for-Emacs
53 +
54 +inherit elisp
55 +
56 +DESCRIPTION="Minor modes to highlight indentation guides in Emacs"
57 +HOMEPAGE="https://github.com/antonj/Highlight-Indentation-for-Emacs/"
58 +SRC_URI="https://github.com/antonj/${MY_PN}/archive/${H}.tar.gz -> ${P}.tar.gz"
59 +S="${WORKDIR}"/${MY_PN}-${H}
60 +
61 +LICENSE="GPL-2+"
62 +SLOT="0"
63 +KEYWORDS="~amd64 ~x86"
64 +
65 +DOCS=( README.org )
66 +SITEFILE="50${PN}-gentoo.el"
67
68 diff --git a/app-emacs/highlight-indentation/metadata.xml b/app-emacs/highlight-indentation/metadata.xml
69 new file mode 100644
70 index 000000000000..9d884da68760
71 --- /dev/null
72 +++ b/app-emacs/highlight-indentation/metadata.xml
73 @@ -0,0 +1,13 @@
74 +<?xml version="1.0" encoding="UTF-8"?>
75 +<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
76 +
77 +<pkgmetadata>
78 + <maintainer type="project">
79 + <email>gnu-emacs@g.o</email>
80 + <name>Gentoo GNU Emacs project</name>
81 + </maintainer>
82 + <upstream>
83 + <bugs-to>https://github.com/antonj/Highlight-Indentation-for-Emacs/issues/</bugs-to>
84 + <remote-id type="github">antonj/Highlight-Indentation-for-Emacs</remote-id>
85 + </upstream>
86 +</pkgmetadata>