Install this version:
emerge -a =app-emacs/planner-3.42
If this version is masked, you can unmask it using the autounmask tool or standard emerge options:
autounmask =app-emacs/planner-3.42
Or alternatively:
emerge --autounmask-write -a =app-emacs/planner-3.42
# Copyright 1999-2019 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
inherit elisp
DESCRIPTION="Maintain a local Wiki using Emacs-friendly markup"
HOMEPAGE="https://www.emacswiki.org/emacs/PlannerMode"
# taken from http://download.gna.org/planner-el/${P}.tar.gz
SRC_URI="https://dev.gentoo.org/~ulm/distfiles/${P}.tar.gz"
LICENSE="GPL-3+"
SLOT="0"
KEYWORDS="~amd64 ~ppc ~x86"
RESTRICT="test"
RDEPEND=">=app-emacs/muse-3.02.6a
app-emacs/bbdb
app-emacs/emacs-w3m"
BDEPEND="${RDEPEND}
sys-apps/texinfo"
PDEPEND="app-emacs/remember"
SITEFILE="80${PN}-gentoo.el"
ELISP_TEXINFO="planner-el.texi"
DOCS="AUTHORS COMMENTARY ChangeLog* NEWS README"
src_compile() {
default
}
>=app-emacs/muse-3.02.6a app-emacs/bbdb app-emacs/emacs-w3m
>=app-emacs/muse-3.02.6a app-emacs/bbdb app-emacs/emacs-w3m sys-apps/texinfo
| Type | File | Size | Source URLs |
|---|---|---|---|
| DIST | planner-3.42.tar.gz | 412086 bytes | https://dev.gentoo.org/~ulm/distfiles/planner-3.42.tar.gz |