app-emacs/yaml - 1.2.4 (gentoo)

Search

Install

Install this version:

emerge -a =app-emacs/yaml-1.2.4

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

autounmask =app-emacs/yaml-1.2.4

Or alternatively:

emerge --autounmask-write -a =app-emacs/yaml-1.2.4

Package Information

Description:
YAML parser in Emacs Lisp
Homepage:
https://github.com/zkry/yaml.el/
License:
GPL-3+

Ebuild Details

Version EAPI Keywords Slot
1.2.4 9 ~amd64 ~x86 0
View Raw Ebuild
# Copyright 1999-2026 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=9

inherit elisp

DESCRIPTION="YAML parser in Emacs Lisp"
HOMEPAGE="https://github.com/zkry/yaml.el/"

if [[ "${PV}" == *9999* ]] ; then
	inherit git-r3

	EGIT_REPO_URI="https://github.com/zkry/yaml.el"
else
	SRC_URI="https://github.com/zkry/yaml.el/archive/v${PV}.tar.gz
		-> ${P}.tar.gz"
	S="${WORKDIR}/yaml.el-${PV}"

	KEYWORDS="~amd64 ~x86"
fi

LICENSE="GPL-3+"
SLOT="0"

DOCS=( README.md )
SITEFILE="50${PN}-gentoo.el"

elisp-enable-tests ert . -L . -l yaml-tests

Inherited Eclasses

Manifest for 1.2.4

Type File Size Source URLs
DIST yaml-1.2.4.tar.gz 44925 bytes https://github.com/zkry/yaml.el/archive/v1.2.4.tar.gz