Install this version:
emerge -a =app-misc/task-spooler-1.0.3
If this version is masked, you can unmask it using the autounmask tool or standard emerge options:
autounmask =app-misc/task-spooler-1.0.3
Or alternatively:
emerge --autounmask-write -a =app-misc/task-spooler-1.0.3
| Version | EAPI | Keywords | Slot |
|---|---|---|---|
| 1.0.3 | 8 | ~amd64 | 0 |
EAPI=8
inherit meson
DESCRIPTION="a Unix batch system where the tasks spooled run one after the other."
HOMEPAGE="https://viric.name/soft/ts/"
SRC_URI="https://viric.name/soft/ts/ts-${PV}.tar.gz -> ${P}.tar.gz"
LICENSE="GPL-2+"
SLOT="0"
KEYWORDS="~amd64"
IUSE=""
S="${WORKDIR}/ts-${PV}"
DOCS="Changelog OBJECTIVES PORTABILITY PROTOCOL README TRICKS"
HTML_DOCS=( web/index.html web/ts-0.2.1.png web/ts-0.5.4.ebuild
web/article_linux_com.html )
src_install() {
meson_src_install
doman ts.1
}
| Type | File | Size | Source URLs |
|---|---|---|---|
| DIST | task-spooler-1.0.3.tar.gz | 68637 bytes | https://viric.name/soft/ts/ts-1.0.3.tar.gz |