Gentoo Archives: gentoo-commits

From: Matthew Smith <matthew@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-emacs/flycheck-inline/, app-emacs/flycheck-inline/files/
Date: Sun, 20 Feb 2022 09:33:43
Message-Id: 1645349594.721ddf8a739c38c06a2df1ec804bee4e6535b8c7.matthew@gentoo
1 commit: 721ddf8a739c38c06a2df1ec804bee4e6535b8c7
2 Author: Matthew Smith <matthew <AT> gentoo <DOT> org>
3 AuthorDate: Sun Feb 20 08:56:24 2022 +0000
4 Commit: Matthew Smith <matthew <AT> gentoo <DOT> org>
5 CommitDate: Sun Feb 20 09:33:14 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=721ddf8a
7
8 app-emacs/flycheck-inline: initial import at 0_pre20200808
9
10 Signed-off-by: Matthew Smith <matthew <AT> gentoo.org>
11
12 app-emacs/flycheck-inline/Manifest | 1 +
13 .../files/50flycheck-inline-gentoo.el | 3 +++
14 .../flycheck-inline-0_pre20200808.ebuild | 22 ++++++++++++++++++++++
15 app-emacs/flycheck-inline/metadata.xml | 12 ++++++++++++
16 4 files changed, 38 insertions(+)
17
18 diff --git a/app-emacs/flycheck-inline/Manifest b/app-emacs/flycheck-inline/Manifest
19 new file mode 100644
20 index 000000000000..51b3b89af42a
21 --- /dev/null
22 +++ b/app-emacs/flycheck-inline/Manifest
23 @@ -0,0 +1 @@
24 +DIST flycheck-inline-0_pre20200808.tar.gz 112922 BLAKE2B 2fffd7801d5a882145703e5e24ce46bb9546a5dd797f348597abe8977c130762fc8e68af44f25d1b4bc5f57623ada87314f43949eae4d5795d7d34f76e3b7850 SHA512 7fefacc9913a484ddad3043d49130700bfb5f55d6fb04c3020170fc74c74ebca888a602ff6f0574bd3759552f677357d3eb479cd3600d57bf7e96e0491f93e40
25
26 diff --git a/app-emacs/flycheck-inline/files/50flycheck-inline-gentoo.el b/app-emacs/flycheck-inline/files/50flycheck-inline-gentoo.el
27 new file mode 100644
28 index 000000000000..df56a9af63a7
29 --- /dev/null
30 +++ b/app-emacs/flycheck-inline/files/50flycheck-inline-gentoo.el
31 @@ -0,0 +1,3 @@
32 +(add-to-list 'load-path "@SITELISP@")
33 +(autoload 'flycheck-inline-mode "flycheck-inline" nil t)
34 +(autoload 'global-flycheck-inline-mode "flycheck-inline" nil t)
35
36 diff --git a/app-emacs/flycheck-inline/flycheck-inline-0_pre20200808.ebuild b/app-emacs/flycheck-inline/flycheck-inline-0_pre20200808.ebuild
37 new file mode 100644
38 index 000000000000..c884d36a537c
39 --- /dev/null
40 +++ b/app-emacs/flycheck-inline/flycheck-inline-0_pre20200808.ebuild
41 @@ -0,0 +1,22 @@
42 +# Copyright 1999-2022 Gentoo Authors
43 +# Distributed under the terms of the GNU General Public License v2
44 +
45 +EAPI=8
46 +NEED_EMACS=25
47 +MY_COMMIT="8e00b4c5951a9515a450a14aefe92e9f6ddcfbde"
48 +
49 +inherit elisp
50 +
51 +DESCRIPTION="Display Flycheck errors inline"
52 +HOMEPAGE="https://github.com/flycheck/flycheck-inline"
53 +SRC_URI="https://github.com/flycheck/flycheck-inline/archive/${MY_COMMIT}.tar.gz -> ${P}.tar.gz"
54 +S="${WORKDIR}"/${PN}-${MY_COMMIT}
55 +
56 +LICENSE="GPL-3+"
57 +SLOT="0"
58 +KEYWORDS="~amd64"
59 +
60 +SITEFILE="50${PN}-gentoo.el"
61 +
62 +DEPEND="app-emacs/flycheck"
63 +RDEPEND="${DEPEND}"
64
65 diff --git a/app-emacs/flycheck-inline/metadata.xml b/app-emacs/flycheck-inline/metadata.xml
66 new file mode 100644
67 index 000000000000..d1d388c5d8ba
68 --- /dev/null
69 +++ b/app-emacs/flycheck-inline/metadata.xml
70 @@ -0,0 +1,12 @@
71 +<?xml version="1.0" encoding="UTF-8"?>
72 +<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
73 +<pkgmetadata>
74 +<maintainer type="project">
75 + <email>gnu-emacs@g.o</email>
76 + <name>Gentoo GNU Emacs project</name>
77 +</maintainer>
78 +<stabilize-allarches/>
79 +<upstream>
80 + <remote-id type="github">flycheck/flycheck-inline</remote-id>
81 +</upstream>
82 +</pkgmetadata>