Install this version:
emerge -a =app-emacs/elscreen-20180321
If this version is masked, you can unmask it using the autounmask tool or standard emerge options:
autounmask =app-emacs/elscreen-20180321
Or alternatively:
emerge --autounmask-write -a =app-emacs/elscreen-20180321
# Copyright 1999-2025 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
inherit elisp
DESCRIPTION="Frame configuration management for GNU Emacs modelled after GNU Screen"
HOMEPAGE="https://www.emacswiki.org/emacs/EmacsLispScreen
https://github.com/knu/elscreen"
SRC_URI="https://github.com/knu/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
LICENSE="GPL-2+ GPL-3+"
SLOT="0"
KEYWORDS="~alpha amd64 ~hppa ~ppc ~ppc64 ~sparc x86"
IUSE="wanderlust"
RDEPEND="wanderlust? ( app-emacs/wanderlust )"
BDEPEND="${RDEPEND}"
SITEFILE="50${PN}-gentoo-${PV}.el"
ELISP_REMOVE="elscreen-dnd.el" # does not compile
DOCS="Readme.md GF-README GF-QuickStart"
src_prepare() {
elisp_src_prepare
use wanderlust || rm elscreen-wl.el || die
}
Manage flags for this package:
euse -i <flag> -p app-emacs/elscreen |
euse -E <flag> -p app-emacs/elscreen |
euse -D <flag> -p app-emacs/elscreen
wanderlust? ( app-emacs/wanderlust )
wanderlust? ( app-emacs/wanderlust )
| Type | File | Size | Source URLs |
|---|---|---|---|
| DIST | elscreen-20180321.tar.gz | 36840 bytes | https://github.com/knu/elscreen/archive/20180321.tar.gz |