From: "Sam James" <sam@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: app-emacs/flycheck/
Date: Thu, 23 Mar 2023 04:57:12 +0000 (UTC) [thread overview]
Message-ID: <1679547408.abf3b944afee88ad15957f56c5e705d0b10d5518.sam@gentoo> (raw)
commit: abf3b944afee88ad15957f56c5e705d0b10d5518
Author: John Turner <jturner.usa <AT> gmail <DOT> com>
AuthorDate: Thu Mar 23 03:35:06 2023 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Thu Mar 23 04:56:48 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=abf3b944
app-emacs/flycheck: add 32_p20230305
Signed-off-by: John Turner <jturner.usa <AT> gmail.com>
Closes: https://github.com/gentoo/gentoo/pull/30314
Signed-off-by: Sam James <sam <AT> gentoo.org>
app-emacs/flycheck/Manifest | 1 +
app-emacs/flycheck/flycheck-32_p20230305.ebuild | 31 +++++++++++++++++++++++++
2 files changed, 32 insertions(+)
diff --git a/app-emacs/flycheck/Manifest b/app-emacs/flycheck/Manifest
index 8abe02aeda55..6dfb4a60b4d7 100644
--- a/app-emacs/flycheck/Manifest
+++ b/app-emacs/flycheck/Manifest
@@ -1,2 +1,3 @@
DIST flycheck-32_p20210825.tar.gz 1042020 BLAKE2B 1663340de24980b3a1e58929e327841b743495dbd5d5c8306f007d0dfa989707015ceadaf6e5cac673eddb45adf9ec05dc35d8cb35af322c9cde6644194dd75d SHA512 472e25956d804e7f7ba8ebda2e3a7527eaaf3aee47fa5bd43a46ae651f94d857657cf4594f5a1ed0c169ec0ac610139956d182818ffeedf2c4132a5583ca870d
DIST flycheck-32_p20220328.tar.gz 1037565 BLAKE2B 385d73e9ccae06db09d23819600317b807b7ff8cf0679be510cac27d539e57374fffd67575687067e8d6beeae66472b2831a5ece4adbe7b85da9b484dc8b6346 SHA512 f2c5dad66a1bae826f1b48242d3b1202cf41615fa2eadba55c4aabbbd9616ca873ba93c8c9f53cbefc22587b70ed1a2cd4fcbdcb2d6caf13d0c21c4d36e4ffc7
+DIST flycheck-32_p20230305.tar.gz 1044121 BLAKE2B 6a31ea589f0aca4ed6785fe3e45e5df4af9b084af2d4de9b707c2909db53fd2d3694559b35da69ba05240638a8105fddc5017e1ef037d9ad8a07c77b0efe905a SHA512 1b2d41df199328a297f0623585f4692529a656671b17fd5fbe4b6f9abd7320b2d81f7da6e3e0f17f4bc65474661310f99856a003670276ba6fb2a81780fc8377
diff --git a/app-emacs/flycheck/flycheck-32_p20230305.ebuild b/app-emacs/flycheck/flycheck-32_p20230305.ebuild
new file mode 100644
index 000000000000..8a79b1a8254f
--- /dev/null
+++ b/app-emacs/flycheck/flycheck-32_p20230305.ebuild
@@ -0,0 +1,31 @@
+# Copyright 2021-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+NEED_EMACS="24.3"
+
+inherit elisp
+
+DESCRIPTION="Modern on-the-fly syntax checking extension for GNU Emacs"
+HOMEPAGE="https://www.flycheck.org/"
+COMMIT="5f2ef177cb21ae8b73714575802beef04abd0f5e"
+SRC_URI="https://github.com/flycheck/flycheck/archive/${COMMIT}.tar.gz -> ${P}.tar.gz"
+S="${WORKDIR}/${PN}-${COMMIT}"
+
+LICENSE="GPL-3+"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~ppc64 ~riscv ~x64-macos"
+RESTRICT="test" # test requires cask and ert-runner which are not packaged yet
+
+RDEPEND=">=app-emacs/dash-2.12.1
+ >=app-emacs/pkg-info-0.4"
+
+SITEFILE="50${PN}-gentoo-r1.el"
+DOCS=( README.md )
+ELISP_REMOVE="flycheck-buttercup.el flycheck-ert.el"
+
+src_compile() {
+ elisp_src_compile
+ elisp-make-autoload-file
+}
next reply other threads:[~2023-03-23 4:57 UTC|newest]
Thread overview: 38+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-03-23 4:57 Sam James [this message]
-- strict thread matches above, loose matches on Subject: below --
2025-01-10 4:12 [gentoo-commits] repo/gentoo:master commit in: app-emacs/flycheck/ WANG Xuerui
2024-10-03 15:08 Maciej Barć
2024-06-25 15:26 Maciej Barć
2024-06-25 15:26 Maciej Barć
2024-03-21 5:45 Joonas Niilola
2024-03-20 23:47 Sam James
2024-03-13 12:05 Arthur Zamarin
2024-03-13 12:05 Arthur Zamarin
2024-02-19 15:30 Maciej Barć
2024-02-19 15:30 Maciej Barć
2024-02-14 20:28 Maciej Barć
2024-02-07 22:22 Maciej Barć
2023-04-25 14:47 Arthur Zamarin
2023-04-25 14:23 Arthur Zamarin
2023-04-25 14:14 Arthur Zamarin
2023-04-25 14:14 Arthur Zamarin
2023-03-31 17:35 Arthur Zamarin
2023-03-25 2:57 Yixun Lan
2023-03-24 14:30 Maciej Barć
2023-03-24 14:30 Maciej Barć
2023-03-24 7:03 Sam James
2023-03-24 7:02 Sam James
2023-03-24 7:02 Sam James
2023-03-24 5:48 Sam James
2023-03-24 5:48 Sam James
2023-03-23 4:57 Sam James
2023-01-03 20:25 Sam James
2023-01-03 18:36 Arthur Zamarin
2022-12-22 13:10 Sam James
2022-12-22 13:06 Sam James
2022-10-08 7:01 Arthur Zamarin
2022-08-27 12:42 Jakov Smolić
2022-08-02 16:01 Arthur Zamarin
2022-08-02 16:01 Arthur Zamarin
2022-08-02 16:01 Arthur Zamarin
2022-07-31 6:44 Sam James
2022-04-12 22:27 Maciej Barć
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1679547408.abf3b944afee88ad15957f56c5e705d0b10d5518.sam@gentoo \
--to=sam@gentoo.org \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox