commit: 8e5fc7482c3c861271bd031b9416a1f037680006 Author: Maciej Barć <xgqt <AT> gentoo <DOT> org> AuthorDate: Mon Apr 11 21:20:51 2022 +0000 Commit: Maciej Barć <xgqt <AT> gentoo <DOT> org> CommitDate: Mon Apr 11 21:24:28 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8e5fc748
app-emacs/flycheck-guile: new package; add version 0.2 Signed-off-by: Maciej Barć <xgqt <AT> gentoo.org> app-emacs/flycheck-guile/Manifest | 1 + .../files/50flycheck-guile-gentoo.el | 1 + app-emacs/flycheck-guile/flycheck-guile-0.2.ebuild | 28 ++++++++++++++++++++++ app-emacs/flycheck-guile/metadata.xml | 17 +++++++++++++ 4 files changed, 47 insertions(+) diff --git a/app-emacs/flycheck-guile/Manifest b/app-emacs/flycheck-guile/Manifest new file mode 100644 index 000000000000..7d2c368e6b8d --- /dev/null +++ b/app-emacs/flycheck-guile/Manifest @@ -0,0 +1 @@ +DIST flycheck-guile-0.2.tar.gz 15138 BLAKE2B db557f69c3069ff378724438954e65f35dddba15a80211c33f06a12a1f8e72881f2b9e717bbf83d52e6b80f877ac8229ed8431669a1780c8aeaf458a577afa79 SHA512 7689ba434bbb53724bed6c60a36e48578f8f00a4d8bf2a82e2e6e6a08a3180b2b83de2f0659202d500fd04469b1528f5867c4f6a12a3579f143d1b4749149ae2 diff --git a/app-emacs/flycheck-guile/files/50flycheck-guile-gentoo.el b/app-emacs/flycheck-guile/files/50flycheck-guile-gentoo.el new file mode 100644 index 000000000000..431f7e90ae73 --- /dev/null +++ b/app-emacs/flycheck-guile/files/50flycheck-guile-gentoo.el @@ -0,0 +1 @@ +(add-to-list 'load-path "@SITELISP@") diff --git a/app-emacs/flycheck-guile/flycheck-guile-0.2.ebuild b/app-emacs/flycheck-guile/flycheck-guile-0.2.ebuild new file mode 100644 index 000000000000..f20480a76901 --- /dev/null +++ b/app-emacs/flycheck-guile/flycheck-guile-0.2.ebuild @@ -0,0 +1,28 @@ +# Copyright 1999-2022 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +NEED_EMACS=24.1 + +inherit elisp + +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" + +RDEPEND=" + >=dev-scheme/guile-2.0.0 + app-emacs/flycheck + app-emacs/geiser-guile +" +BDEPEND="${RDEPEND}" + +DOCS=( README.md ) +ELISP_REMOVE=".dir-locals.el" +SITEFILE="50${PN}-gentoo.el" diff --git a/app-emacs/flycheck-guile/metadata.xml b/app-emacs/flycheck-guile/metadata.xml new file mode 100644 index 000000000000..26be2e4194b2 --- /dev/null +++ b/app-emacs/flycheck-guile/metadata.xml @@ -0,0 +1,17 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd"> + +<pkgmetadata> + <maintainer type="project"> + <email>[email protected]</email> + <name>Gentoo GNU Emacs project</name> + </maintainer> + <maintainer type="project"> + <email>[email protected]</email> + <name>Gentoo Scheme Project</name> + </maintainer> + <upstream> + <bugs-to>https://gitlab.com/flatwhatson/flycheck-guile/issues/</bugs-to> + <remote-id type="gitlab">flatwhatson/flycheck-guile</remote-id> + </upstream> +</pkgmetadata>
