Install this version:
emerge -a =app-emacs/json-mode-1.8.0
If this version is masked, you can unmask it using the autounmask tool or standard emerge options:
autounmask =app-emacs/json-mode-1.8.0
Or alternatively:
emerge --autounmask-write -a =app-emacs/json-mode-1.8.0
| Version | EAPI | Keywords | Slot |
|---|---|---|---|
| 1.8.0 | 8 | ~amd64 | 0 |
# Copyright 1999-2018 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=8
inherit elisp
IUSE=""
DESCRIPTION="Major mode for editing JSON files"
HOMEPAGE="https://github.com/joshwnj/json-mode"
SRC_URI="https://github.com/joshwnj/json-mode/archive/v${PV}.tar.gz -> ${P}.tar.gz"
LICENSE="GPL-3+"
SLOT="0"
KEYWORDS="~amd64"
SITEFILE="50${PN}-gentoo.el"
DEPEND=">=app-emacs/json-snatcher-1.0.0"
RDEPEND="${DEPEND}"
| Type | File | Size | Source URLs |
|---|---|---|---|
| DIST | json-mode-1.8.0.tar.gz | 3640 bytes | https://github.com/joshwnj/json-mode/archive/v1.8.0.tar.gz |