app-misc/uptimed - 0.4.7 (gentoo)

Search

Package Information

Description:
System uptime record daemon that keeps track of your highest uptimes
Homepage:
https://github.com/rpodgorny/uptimed/
License:
GPL-2

Ebuild Details

Version EAPI Keywords Slot
0.4.7 8 ~alpha amd64 ~arm arm64 ~hppa ~mips ppc ppc64 ~riscv ~sparc x86 0
View Raw Ebuild
# Copyright 2021-2025 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=8

inherit autotools systemd

DESCRIPTION="System uptime record daemon that keeps track of your highest uptimes"
HOMEPAGE="https://github.com/rpodgorny/uptimed/"
SRC_URI="https://github.com/rpodgorny/uptimed/archive/v${PV}.tar.gz -> ${P}.tar.gz"

LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~alpha amd64 ~arm arm64 ~hppa ~mips ppc ppc64 ~riscv ~sparc x86"
IUSE="selinux"

RDEPEND="
	acct-group/uptimed
	acct-user/uptimed
"
DEPEND="${RDEPEND}"
BDEPEND="${RDEPEND}"
RDEPEND+=" selinux? ( sec-policy/selinux-uptime )"

src_prepare() {
	default
	eautoreconf
}

src_install() {
	local DOCS=( ChangeLog README.md TODO AUTHORS CREDITS INSTALL.cgi sample-cgi/* )
	default
	find "${ED}" -type f -name '*.la' -delete || die

	local spooldir="/var/spool/${PN}"
	keepdir ${spooldir}
	fowners uptimed:uptimed ${spooldir}

	newinitd "${FILESDIR}"/${PN}.init-r1 uptimed
	systemd_dounit "${FILESDIR}/${PN}.service"
}

pkg_postinst() {
	elog "Start uptimed with '/etc/init.d/uptimed start' (for openRC)"
	elog "or systemctl start uptimed (for systemd)"
	elog "To view your uptime records, use the command 'uprecords'."
}

USE Flags

Dependencies

DEPEND

	acct-group/uptimed
	acct-user/uptimed
  selinux? ( sec-policy/selinux-uptime )

RDEPEND

	acct-group/uptimed
	acct-user/uptimed
  selinux? ( sec-policy/selinux-uptime )

BDEPEND

	acct-group/uptimed
	acct-user/uptimed
  selinux? ( sec-policy/selinux-uptime )

Manifest for 0.4.7

Type File Size Source URLs
DIST uptimed-0.4.7.tar.gz 56796 bytes https://github.com/rpodgorny/uptimed/archive/v0.4.7.tar.gz