Gentoo Archives: gentoo-commits

From: Brian Kubisiak <brian@××××××××.com>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/proj/guru:dev commit in: app-emacs/flycheck/, app-emacs/flycheck/files/
Date: Sat, 03 Apr 2021 14:28:44
Message-Id: 1617458929.5bd2d9083d590b54ed8c8295bd27f358ae1b78a9.brian@gentoo
1 commit: 5bd2d9083d590b54ed8c8295bd27f358ae1b78a9
2 Author: Brian Kubisiak <brian <AT> kubisiak <DOT> com>
3 AuthorDate: Sat Apr 3 14:08:49 2021 +0000
4 Commit: Brian Kubisiak <brian <AT> kubisiak <DOT> com>
5 CommitDate: Sat Apr 3 14:08:49 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=5bd2d908
7
8 app-emacs/flycheck: new package
9
10 Package-Manager: Portage-3.0.13, Repoman-3.0.2
11 Signed-off-by: Brian Kubisiak <brian <AT> kubisiak.com>
12
13 app-emacs/flycheck/Manifest | 1 +
14 app-emacs/flycheck/files/50flycheck-gentoo.el | 1 +
15 app-emacs/flycheck/flycheck-31.ebuild | 20 ++++++++++++++++++++
16 app-emacs/flycheck/metadata.xml | 8 ++++++++
17 4 files changed, 30 insertions(+)
18
19 diff --git a/app-emacs/flycheck/Manifest b/app-emacs/flycheck/Manifest
20 new file mode 100644
21 index 000000000..c626d0db2
22 --- /dev/null
23 +++ b/app-emacs/flycheck/Manifest
24 @@ -0,0 +1 @@
25 +DIST flycheck-31.tar.gz 1056558 BLAKE2B 16a63d15748d1a9ca89dd5af80e2fb14923e33e80a05393f6c2c3b353ef4cdf32b69493ca6cc152a07ba4ac58ff627a81e61d13190b9926b3a85a1b4780071af SHA512 e7b3707f38a913d483109cf0e581d41053363e6fc0b849805d13076cc30eca19ec875c44590c3ffb383b73670c6763582f54a2df5502f287ec04b80a542182ec
26
27 diff --git a/app-emacs/flycheck/files/50flycheck-gentoo.el b/app-emacs/flycheck/files/50flycheck-gentoo.el
28 new file mode 100644
29 index 000000000..431f7e90a
30 --- /dev/null
31 +++ b/app-emacs/flycheck/files/50flycheck-gentoo.el
32 @@ -0,0 +1 @@
33 +(add-to-list 'load-path "@SITELISP@")
34
35 diff --git a/app-emacs/flycheck/flycheck-31.ebuild b/app-emacs/flycheck/flycheck-31.ebuild
36 new file mode 100644
37 index 000000000..f32cbef94
38 --- /dev/null
39 +++ b/app-emacs/flycheck/flycheck-31.ebuild
40 @@ -0,0 +1,20 @@
41 +# Copyright 2021 Gentoo Authors
42 +# Distributed under the terms of the GNU General Public License v2
43 +
44 +EAPI=7
45 +
46 +inherit elisp
47 +
48 +DESCRIPTION="On the fly syntax checking for GNU Emacs"
49 +HOMEPAGE="https://www.flycheck.org/en/latest/"
50 +SRC_URI="https://github.com/flycheck/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
51 +
52 +LICENSE="GPL-3+"
53 +SLOT="0"
54 +KEYWORDS="~amd64 ~x86"
55 +
56 +BDEPEND="app-emacs/dash"
57 +RDEPEND="${BDEPEND}"
58 +
59 +SITEFILE="50${PN}-gentoo.el"
60 +DOCS="README.md"
61
62 diff --git a/app-emacs/flycheck/metadata.xml b/app-emacs/flycheck/metadata.xml
63 new file mode 100644
64 index 000000000..708e073d1
65 --- /dev/null
66 +++ b/app-emacs/flycheck/metadata.xml
67 @@ -0,0 +1,8 @@
68 +<?xml version="1.0" encoding="UTF-8"?>
69 +<!DOCTYPE pkgmetadata SYSTEM 'http://www.gentoo.org/dtd/metadata.dtd'>
70 +<pkgmetadata>
71 + <maintainer type="person">
72 + <email>brian@××××××××.com</email>
73 + <name>Brian Kubisiak</name>
74 + </maintainer>
75 +</pkgmetadata>