Install this version:
emerge -a =app-emacs/jiralib2-0.20200520
If this version is masked, you can unmask it using the autounmask tool or standard emerge options:
autounmask =app-emacs/jiralib2-0.20200520
Or alternatively:
emerge --autounmask-write -a =app-emacs/jiralib2-0.20200520
| Version | EAPI | Keywords | Slot |
|---|---|---|---|
| 0.20200520 | 7 | ~amd64 | 0 |
# Copyright 1999-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
inherit elisp
COMMIT=c21c4e759eff549dbda11099f2f680b78d7f5a01
IUSE=""
DESCRIPTION="JIRA REST API bindings to elisp"
HOMEPAGE="https://github.com/nyyManni/jiralib2"
SRC_URI="https://github.com/nyyManni/jiralib2/archive/${COMMIT}.tar.gz -> ${P}.tar.gz"
S="${WORKDIR}/jiralib2-${COMMIT}"
LICENSE="GPL-3"
SLOT="0"
KEYWORDS="~amd64"
DOCS="README.org"
DEPEND=">=app-emacs/request-0.3 >=app-emacs/dash-2.14.1"
RDEPEND=${DEPEND}
>=app-emacs/request-0.3 >=app-emacs/dash-2.14.1
>=app-emacs/request-0.3 >=app-emacs/dash-2.14.1
| Type | File | Size | Source URLs |
|---|---|---|---|
| DIST | jiralib2-0.20200520.tar.gz | 16956 bytes | https://github.com/nyyManni/jiralib2/archive/c21c4e759eff549dbda11099f2f680b78d7f5a01.tar.gz |