commit:     fe861bad915ba95e8f1f66851efe897e90ad5084
Author:     Kacper Słomiński <kacper.slominski72 <AT> gmail <DOT> com>
AuthorDate: Tue Sep 24 06:17:45 2024 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Tue Sep 24 06:31:57 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fe861bad

app-emacs/flycheck-guile: add 0.5-r100

Signed-off-by: Kacper Słomiński <kacper.slominski72 <AT> gmail.com>
Closes: https://github.com/gentoo/gentoo/pull/38754
Signed-off-by: Sam James <sam <AT> gentoo.org>

 .../flycheck-guile/flycheck-guile-0.5-r100.ebuild  | 40 ++++++++++++++++++++++
 profiles/package.mask                              |  1 +
 2 files changed, 41 insertions(+)

diff --git a/app-emacs/flycheck-guile/flycheck-guile-0.5-r100.ebuild 
b/app-emacs/flycheck-guile/flycheck-guile-0.5-r100.ebuild
new file mode 100644
index 000000000000..145e7ffaaf86
--- /dev/null
+++ b/app-emacs/flycheck-guile/flycheck-guile-0.5-r100.ebuild
@@ -0,0 +1,40 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+GUILE_COMPAT=( 2-2 3-0 )
+
+inherit elisp guile-single
+
+DESCRIPTION="Flycheck checker for the GNU Guile Scheme implementation"
+HOMEPAGE="https://github.com/flatwhatson/flycheck-guile/";
+SRC_URI="https://github.com/flatwhatson/${PN}/archive/${PV}.tar.gz
+       -> ${P}.tar.gz"
+
+LICENSE="GPL-3+"
+SLOT="0"
+KEYWORDS="amd64"
+REQUIRED_USE="${GUILE_REQUIRED_USE}"
+
+BDEPEND="
+       app-emacs/flycheck
+       app-emacs/geiser-guile
+"
+RDEPEND="
+       ${BDEPEND}
+       ${GUILE_DEPS}
+"
+
+DOCS=( README.md )
+SITEFILE="50${PN}-gentoo.el"
+
+src_prepare() {
+       elisp_src_prepare
+
+       sed "s|\"guild\"|\"${GUILD}\"|" -i "${PN}.el" || die
+}
+
+src_install() {
+       elisp_src_install
+}

diff --git a/profiles/package.mask b/profiles/package.mask
index 4e66861a72e9..5552619278de 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -270,6 +270,7 @@ dev-scheme/guile:1.8
 dev-scheme/guile:2.2
 dev-scheme/guile:3.0
 >=dev-build/make-4.4.1-r100
+>=app-emacs/flycheck-guile-0.5-r100
 >=app-emacs/geiser-guile-0.28.3-r100
 >=app-office/gnucash-5.8-r100
 >=app-office/texmacs-2.1-r100

Reply via email to