Install this version:
emerge -a =app-emacs/json-snatcher-1.0.0
If this version is masked, you can unmask it using the autounmask tool or standard emerge options:
autounmask =app-emacs/json-snatcher-1.0.0
Or alternatively:
emerge --autounmask-write -a =app-emacs/json-snatcher-1.0.0
| Version | EAPI | Keywords | Slot |
|---|---|---|---|
| 1.0.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="Get the path to a JSON element in Emacs"
HOMEPAGE="https://github.com/Sterlingg/json-snatcher"
SRC_URI="https://github.com/Sterlingg/json-snatcher/archive/${PV}.tar.gz -> ${P}.tar.gz"
LICENSE="GPL-3+"
SLOT="0"
KEYWORDS="~amd64"
DOCS="README.md"
#SITEFILE="50${PN}-gentoo.el"
| Type | File | Size | Source URLs |
|---|---|---|---|
| DIST | json-snatcher-1.0.0.tar.gz | 188563 bytes | https://github.com/Sterlingg/json-snatcher/archive/1.0.0.tar.gz |