From: "Conrad Kostecki" <conikost@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: app-misc/uptimed/
Date: Fri, 12 Aug 2022 09:32:13 +0000 (UTC) [thread overview]
Message-ID: <1660296709.5865dc98aaebfb7ef663189b3f1cda20f8fb6bac.conikost@gentoo> (raw)
commit: 5865dc98aaebfb7ef663189b3f1cda20f8fb6bac
Author: Conrad Kostecki <conikost <AT> gentoo <DOT> org>
AuthorDate: Fri Aug 12 09:31:41 2022 +0000
Commit: Conrad Kostecki <conikost <AT> gentoo <DOT> org>
CommitDate: Fri Aug 12 09:31:49 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5865dc98
app-misc/uptimed: drop 0.4.6
Bug: https://bugs.gentoo.org/630810
Signed-off-by: Conrad Kostecki <conikost <AT> gentoo.org>
app-misc/uptimed/uptimed-0.4.6.ebuild | 54 -----------------------------------
1 file changed, 54 deletions(-)
diff --git a/app-misc/uptimed/uptimed-0.4.6.ebuild b/app-misc/uptimed/uptimed-0.4.6.ebuild
deleted file mode 100644
index b4fcfa157a33..000000000000
--- a/app-misc/uptimed/uptimed-0.4.6.ebuild
+++ /dev/null
@@ -1,54 +0,0 @@
-# Copyright 2021-2022 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"
-
-RDEPEND="
- acct-group/uptimed
- acct-user/uptimed
-"
-DEPEND="${RDEPEND}"
-BDEPEND="${RDEPEND}"
-
-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() {
- local spooldir="/var/spool/${PN}"
- if [[ -d "${spooldir}" ]] ; then
- einfo "Fixing permissions in ${spooldir}"
- find ${spooldir} -type f -links 1 \
- \( -name records -o -name records.old \) \
- | xargs --no-run-if-empty chown uptimed:uptimed || die
- fi
- echo
- 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'."
- echo
-}
next reply other threads:[~2022-08-12 9:32 UTC|newest]
Thread overview: 68+ messages / expand[flat|nested] mbox.gz Atom feed top
2022-08-12 9:32 Conrad Kostecki [this message]
-- strict thread matches above, loose matches on Subject: below --
2025-02-23 22:19 [gentoo-commits] repo/gentoo:master commit in: app-misc/uptimed/ Conrad Kostecki
2025-02-23 5:11 Sam James
2025-02-23 0:04 Sam James
2025-02-23 0:04 Sam James
2025-02-23 0:04 Sam James
2025-01-18 23:47 Conrad Kostecki
2023-07-02 22:20 Sam James
2022-08-12 8:06 Agostino Sarubbo
2022-08-12 8:06 Agostino Sarubbo
2022-08-12 7:25 Agostino Sarubbo
2022-08-12 4:49 Arthur Zamarin
2022-08-12 4:49 Arthur Zamarin
2022-08-12 4:49 Arthur Zamarin
2022-08-11 18:22 John Helmert III
2022-06-30 19:59 Conrad Kostecki
2022-06-30 7:03 Agostino Sarubbo
2022-06-30 7:03 Agostino Sarubbo
2022-06-30 7:02 Agostino Sarubbo
2022-06-30 7:02 Agostino Sarubbo
2022-06-30 1:42 Sam James
2022-06-30 1:42 Sam James
2022-06-29 22:13 Conrad Kostecki
2021-11-16 20:21 Lars Wendler
2021-11-05 12:45 Lars Wendler
2021-10-20 6:49 Sam James
2021-10-20 0:23 Sam James
2021-10-20 0:23 Sam James
2021-10-20 0:22 Sam James
2021-10-20 0:22 Sam James
2021-10-20 0:21 Sam James
2021-10-19 16:22 Lars Wendler
2021-10-19 16:22 Lars Wendler
2021-08-03 14:17 David Seifert
2021-07-31 21:52 Lars Wendler
2021-07-22 3:45 Sam James
2021-07-22 2:53 Georgy Yakovlev
2021-07-15 20:13 Lars Wendler
2020-09-04 18:47 Sam James
2020-09-03 23:57 Sam James
2020-09-02 6:33 Sergei Trofimovich
2020-09-01 16:05 Sam James
2020-08-31 22:06 Lars Wendler
2020-08-29 17:57 Thomas Deutschmann
2020-08-25 17:48 Sergei Trofimovich
2020-08-21 3:17 Georgy Yakovlev
2019-08-30 7:23 Lars Wendler
2019-08-30 7:23 Lars Wendler
2019-08-13 18:17 Lars Wendler
2019-08-13 16:40 Lars Wendler
2019-05-13 0:38 Thomas Deutschmann
2019-05-07 18:03 Tobias Klausmann
2019-04-28 13:03 Sergei Trofimovich
2019-04-28 7:42 Sergei Trofimovich
2019-04-27 15:20 Sergei Trofimovich
2019-04-25 21:06 Lars Wendler
2019-04-24 18:45 Lars Wendler
2019-04-24 12:39 Lars Wendler
2019-04-24 12:20 Lars Wendler
2019-04-22 14:40 Sergei Trofimovich
2019-04-21 3:53 Aaron Bauman
2019-04-20 20:33 Lars Wendler
2018-06-26 9:12 Lars Wendler
2017-01-15 23:24 Lars Wendler
2017-01-14 23:45 Jeroen Roovers
2017-01-06 14:33 Tobias Klausmann
2017-01-02 8:58 Agostino Sarubbo
2017-01-02 8:16 Lars Wendler
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1660296709.5865dc98aaebfb7ef663189b3f1cda20f8fb6bac.conikost@gentoo \
--to=conikost@gentoo.org \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox