Skip to content

Commit

Permalink
app-emacs/flycheck-guile: new package; add version 0.2
Browse files Browse the repository at this point in the history
Signed-off-by: Maciej Barć <[email protected]>
  • Loading branch information
xgqt committed Apr 11, 2022
1 parent c0793a7 commit 8e5fc74
Show file tree
Hide file tree
Showing 4 changed files with 47 additions and 0 deletions.
1 change: 1 addition & 0 deletions app-emacs/flycheck-guile/Manifest
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
DIST flycheck-guile-0.2.tar.gz 15138 BLAKE2B db557f69c3069ff378724438954e65f35dddba15a80211c33f06a12a1f8e72881f2b9e717bbf83d52e6b80f877ac8229ed8431669a1780c8aeaf458a577afa79 SHA512 7689ba434bbb53724bed6c60a36e48578f8f00a4d8bf2a82e2e6e6a08a3180b2b83de2f0659202d500fd04469b1528f5867c4f6a12a3579f143d1b4749149ae2
1 change: 1 addition & 0 deletions app-emacs/flycheck-guile/files/50flycheck-guile-gentoo.el
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
(add-to-list 'load-path "@SITELISP@")
28 changes: 28 additions & 0 deletions app-emacs/flycheck-guile/flycheck-guile-0.2.ebuild
Original file line number Diff line number Diff line change
@@ -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"
17 changes: 17 additions & 0 deletions app-emacs/flycheck-guile/metadata.xml
Original file line number Diff line number Diff line change
@@ -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>

0 comments on commit 8e5fc74

Please sign in to comment.