From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 45EC1158092 for ; Sat, 18 Sep 2021 03:01:25 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 3E9DAE0809; Sat, 18 Sep 2021 03:01:24 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-CHACHA20-POLY1305 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 0F35DE0809 for ; Sat, 18 Sep 2021 03:01:24 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-CHACHA20-POLY1305 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id D252C342BF5 for ; Sat, 18 Sep 2021 03:01:22 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 5D1C4ED for ; Sat, 18 Sep 2021 03:01:21 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1631933599.4a3d495522c3822047f1187d8b0a15e4b3183a54.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-emacs/flycheck/, app-emacs/flycheck/files/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-emacs/flycheck/Manifest app-emacs/flycheck/files/50flycheck-gentoo.el app-emacs/flycheck/flycheck-32_p20210825.ebuild app-emacs/flycheck/metadata.xml X-VCS-Directories: app-emacs/flycheck/ app-emacs/flycheck/files/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 4a3d495522c3822047f1187d8b0a15e4b3183a54 X-VCS-Branch: master Date: Sat, 18 Sep 2021 03:01:21 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: d2ba75f8-f585-4812-8d77-ea4284518dca X-Archives-Hash: 81c49a1e4c871a24473f2ebf1eeec751 commit: 4a3d495522c3822047f1187d8b0a15e4b3183a54 Author: John Turner gmail com> AuthorDate: Fri Sep 17 04:31:36 2021 +0000 Commit: Sam James gentoo org> CommitDate: Sat Sep 18 02:53:19 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4a3d4955 app-emacs/flycheck: created ebuild Package-Manager: Portage-3.0.20, Repoman-3.0.3 Signed-off-by: John Turner gmail.com> Closes: https://github.com/gentoo/gentoo/pull/22315 Signed-off-by: Sam James gentoo.org> app-emacs/flycheck/Manifest | 1 + app-emacs/flycheck/files/50flycheck-gentoo.el | 4 ++++ app-emacs/flycheck/flycheck-32_p20210825.ebuild | 26 +++++++++++++++++++++++++ app-emacs/flycheck/metadata.xml | 20 +++++++++++++++++++ 4 files changed, 51 insertions(+) diff --git a/app-emacs/flycheck/Manifest b/app-emacs/flycheck/Manifest new file mode 100644 index 00000000000..5195b9be5be --- /dev/null +++ b/app-emacs/flycheck/Manifest @@ -0,0 +1 @@ +DIST flycheck-32_p20210825.tar.gz 1042020 BLAKE2B 1663340de24980b3a1e58929e327841b743495dbd5d5c8306f007d0dfa989707015ceadaf6e5cac673eddb45adf9ec05dc35d8cb35af322c9cde6644194dd75d SHA512 472e25956d804e7f7ba8ebda2e3a7527eaaf3aee47fa5bd43a46ae651f94d857657cf4594f5a1ed0c169ec0ac610139956d182818ffeedf2c4132a5583ca870d diff --git a/app-emacs/flycheck/files/50flycheck-gentoo.el b/app-emacs/flycheck/files/50flycheck-gentoo.el new file mode 100644 index 00000000000..5f6c703df90 --- /dev/null +++ b/app-emacs/flycheck/files/50flycheck-gentoo.el @@ -0,0 +1,4 @@ +;;; Flycheck site-lisp configuration +(add-to-list 'load-path "@SITELISP@") +(autoload 'flycheck-mode "flycheck" nil t) +(autoload 'global-flycheck-mode "flycheck" nil t) diff --git a/app-emacs/flycheck/flycheck-32_p20210825.ebuild b/app-emacs/flycheck/flycheck-32_p20210825.ebuild new file mode 100644 index 00000000000..2f6ead36988 --- /dev/null +++ b/app-emacs/flycheck/flycheck-32_p20210825.ebuild @@ -0,0 +1,26 @@ +# Copyright 2021 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +NEED_EMACS="24.3" + +inherit elisp + +DESCRIPTION="Modern on-the-fly syntax checking extension for GNU Emacs" +HOMEPAGE="https://www.flycheck.org/" +COMMIT="784f184cdd9f9cb4e3dbb997c09d93e954142842" +SRC_URI="https://github.com/flycheck/flycheck/archive/${COMMIT}.tar.gz -> ${P}.tar.gz" +S="${WORKDIR}/${PN}-${COMMIT}" + +LICENSE="GPL-3" +SLOT="0" +KEYWORDS="~amd64" +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.el" +DOCS=( README.md ) +ELISP_REMOVE="flycheck-buttercup.el flycheck-ert.el" diff --git a/app-emacs/flycheck/metadata.xml b/app-emacs/flycheck/metadata.xml new file mode 100644 index 00000000000..e96ebcfc18f --- /dev/null +++ b/app-emacs/flycheck/metadata.xml @@ -0,0 +1,20 @@ + + + + + jturner.usa+gentoo@gmail.com + John Turner + + + proxy-maint@gentoo.org + Proxy Maintainers + + + flycheck/flycheck + https://github.com/flycheck/flycheck/blob/master/README.md + + + Flycheck is a modern on-the-fly syntax checking extension for GNU Emacs, + intended as replacement for the older Flymake extension which is part of GNU Emacs. + +