Install this version:
emerge -a =app-misc/screenie-20120406
If this version is masked, you can unmask it using the autounmask tool or standard emerge options:
autounmask =app-misc/screenie-20120406
Or alternatively:
emerge --autounmask-write -a =app-misc/screenie-20120406
# Copyright 2020-2025 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
DESCRIPTION="A small and lightweight screen wrapper"
HOMEPAGE="https://sourceforge.net/projects/screenie/"
SRC_URI="http://downloads.sourceforge.net/project/${PN}/${P}.tar.gz"
LICENSE="GPL-2+"
SLOT="0"
KEYWORDS="amd64 ~arm ~hppa ~sparc x86"
RDEPEND="app-misc/screen"
S="${WORKDIR}/${PN}"
src_install() {
einstalldocs
dobin screenie
doman screenie.1
}
app-misc/screen
| Type | File | Size | Source URLs |
|---|---|---|---|
| DIST | screenie-20120406.tar.gz | 3437 bytes | http://downloads.sourceforge.net/project/screenie/screenie-20120406.tar.gz |