app-emacs/flycheck - 39.0 (gentoo)

Search

Install

Install this version:

emerge -a =app-emacs/flycheck-39.0

If this version is masked, you can unmask it using the autounmask tool or standard emerge options:

autounmask =app-emacs/flycheck-39.0

Or alternatively:

emerge --autounmask-write -a =app-emacs/flycheck-39.0

Package Information

Description:
Modern on-the-fly syntax checking extension for GNU Emacs
Homepage:
https://www.flycheck.org/ https://github.com/flycheck/flycheck/
License:
GPL-3+

Ebuild Details

Version EAPI Keywords Slot
39.0 9 ~alpha ~amd64 ~arm ~arm64 ~loong ~ppc64 ~riscv ~sparc ~x86 ~x64-macos 0
View Raw Ebuild
# Copyright 1999-2026 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=9

NEED_EMACS="28.1"

inherit elisp

DESCRIPTION="Modern on-the-fly syntax checking extension for GNU Emacs"
HOMEPAGE="https://www.flycheck.org/
	https://github.com/flycheck/flycheck/"

if [[ "${PV}" == *9999* ]] ; then
	inherit git-r3
	EGIT_REPO_URI="https://github.com/${PN}/${PN}"
else
	SRC_URI="https://github.com/${PN}/${PN}/archive/v${PV}.tar.gz
		-> ${P}.gh.tar.gz"
	KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~loong ~ppc64 ~riscv ~sparc ~x86 ~x64-macos"
fi

LICENSE="GPL-3+"
SLOT="0"
IUSE="test"
RESTRICT="!test? ( test )"

BDEPEND="
	test? (
		app-emacs/shut-up
	)
"

ELISP_REMOVE="
	test/specs/test-checker-api.el
	test/specs/test-checker-extensions.el
	test/specs/test-checker-specs.el
	test/specs/test-configuration.el
	test/specs/test-customization.el
	test/specs/test-documentation.el
	test/specs/test-error-display.el
	test/specs/test-gpg.el
	test/specs/test-melpa-package.el
	test/specs/test-related-locations.el
	test/specs/test-util.el
"
SITEFILE="50${PN}-gentoo-r1.el"
DOCS=( CHANGELOG.md README.md )

elisp-enable-tests buttercup ./test/specs/ -l ./flycheck.el -L . -L ./test/ -L ./test/specs/

src_prepare() {
	rm -f -r ./test/specs/languages || die
	elisp_src_prepare
}

src_compile() {
	elisp-compile "${PN}.el"
	elisp-make-autoload-file
}

src_install() {
	elisp-install "${PN}" "${PN}.el"{,c} "${PN}-autoloads.el"
	elisp-site-file-install "${FILESDIR}/${SITEFILE}"
	einstalldocs
}

USE Flags

Manage flags for this package: euse -i <flag> -p app-emacs/flycheck | euse -E <flag> -p app-emacs/flycheck | euse -D <flag> -p app-emacs/flycheck

Global/Standard Flags

Inherited Eclasses

Dependencies

BDEPEND

	test? (
		app-emacs/shut-up
	)

Manifest for 39.0

Type File Size Source URLs
DIST flycheck-39.0.gh.tar.gz 2266908 bytes https://github.com/flycheck/flycheck/archive/v39.0.tar.gz