Install this version:
emerge -a =app-shells/tlog-14
If this version is masked, you can unmask it using the autounmask tool or standard emerge options:
autounmask =app-shells/tlog-14
Or alternatively:
emerge --autounmask-write -a =app-shells/tlog-14
# Copyright 1999-2025 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
inherit autotools tmpfiles
DESCRIPTION="Terminal I/O logger"
HOMEPAGE="https://github.com/Scribery/tlog"
SRC_URI="https://github.com/Scribery/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE="debug systemd utempter"
RESTRICT="test" # can't run in sandbox
RDEPEND="acct-group/tlog
acct-user/tlog
dev-libs/json-c
net-misc/curl
systemd? ( sys-apps/systemd:= )
!systemd? ( sys-apps/systemd-utils )
utempter? ( sys-libs/libutempter )"
BDEPEND="virtual/pkgconfig"
src_prepare() {
default
eautoreconf
}
src_configure() {
econf "$(use_enable debug)" "$(use_enable systemd journal)" \
"$(use_enable utempter)"
}
src_install() {
default
newtmpfiles "${FILESDIR}"/tlog.tmpfile tlog.conf
find "${D}" -name '*.la' -delete || die "find failed"
}
pkg_postinst() {
tmpfiles_process tlog.conf
}
Manage flags for this package:
euse -i <flag> -p app-shells/tlog |
euse -E <flag> -p app-shells/tlog |
euse -D <flag> -p app-shells/tlog
acct-group/tlog acct-user/tlog dev-libs/json-c net-misc/curl systemd? ( sys-apps/systemd:= ) !systemd? ( sys-apps/systemd-utils ) utempter? ( sys-libs/libutempter )
virtual/pkgconfig
| Type | File | Size | Source URLs |
|---|---|---|---|
| DIST | tlog-14.tar.gz | 262922 bytes | https://github.com/Scribery/tlog/archive/v14.tar.gz |