From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id D490A138334 for ; Fri, 30 Aug 2019 07:23:33 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C7042E083D; Fri, 30 Aug 2019 07:23:32 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 9936DE083D for ; Fri, 30 Aug 2019 07:23:32 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 3FE1334A677 for ; Fri, 30 Aug 2019 07:23:31 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 54B9B622 for ; Fri, 30 Aug 2019 07:23:29 +0000 (UTC) From: "Lars Wendler" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Lars Wendler" Message-ID: <1567149577.9d0ab9de972c1349d68f67caea0c2d51d73abb88.polynomial-c@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-misc/uptimed/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-misc/uptimed/Manifest app-misc/uptimed/uptimed-0.4.0-r1.ebuild X-VCS-Directories: app-misc/uptimed/ X-VCS-Committer: polynomial-c X-VCS-Committer-Name: Lars Wendler X-VCS-Revision: 9d0ab9de972c1349d68f67caea0c2d51d73abb88 X-VCS-Branch: master Date: Fri, 30 Aug 2019 07:23:29 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 82d0f4ce-97d2-4a08-9990-883d61362177 X-Archives-Hash: 12e494582d0c2742f6ddad53481866b7 commit: 9d0ab9de972c1349d68f67caea0c2d51d73abb88 Author: Lars Wendler gentoo org> AuthorDate: Fri Aug 30 07:19:37 2019 +0000 Commit: Lars Wendler gentoo org> CommitDate: Fri Aug 30 07:19:37 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9d0ab9de app-misc/uptimed: Removed old Package-Manager: Portage-2.3.73, Repoman-2.3.17 Signed-off-by: Lars Wendler gentoo.org> app-misc/uptimed/Manifest | 1 - app-misc/uptimed/uptimed-0.4.0-r1.ebuild | 61 -------------------------------- 2 files changed, 62 deletions(-) diff --git a/app-misc/uptimed/Manifest b/app-misc/uptimed/Manifest index a848bdcd756..4650a596cc9 100644 --- a/app-misc/uptimed/Manifest +++ b/app-misc/uptimed/Manifest @@ -1,3 +1,2 @@ -DIST uptimed-0.4.0.tar.gz 55026 BLAKE2B 9f66f3cda4181c01e686896a8560ecab7bb7f3ed9cdaeaee840a589137188d8629ba414e436a99b212d386b8d3319ce88ccb8867c78335b015ed65a179154621 SHA512 918cd9e065d5005daf5062f14dffb725cb6d6764aa571fd45d63de3f7349b910cbae0dedc832f9bfb52a42caea90e8aec8390685baaf0718fec827240e517900 DIST uptimed-0.4.1.tar.gz 55162 BLAKE2B c281f922ed4fcf4f55571f1f1177451bf9f2e0fecfc87566610e1d24055969cd61543fcb0fdae4d0e6dc7a082c1b9013a08b72641d572a2475e9c7f5fd56deae SHA512 5dfe79aebab8c8daca3a3ec88d54e312446fc7cf8b54ef1414cbfcb3fb25053ef31235de4b42cb14fc7352965b77ca2875c753b97b4d61178792a5484715e23a DIST uptimed-0.4.2.tar.gz 55339 BLAKE2B 120a3b1d6dc9518f7051af4d7e0f1bcf455f7dd989687fa8f5a40f160f2912c21d09298bbb9c676af5387d96890a98acf3f21b60e046a9548a735ca10dbc4006 SHA512 a18cc8580a4dc7db7f4d97d70e25d76e7b98b9d328a0fa4ece4176d40fc26589149d63ffc9d2638cc35003cf485b43ae6e115aa1821c662d77f234eb3c4c0a4f diff --git a/app-misc/uptimed/uptimed-0.4.0-r1.ebuild b/app-misc/uptimed/uptimed-0.4.0-r1.ebuild deleted file mode 100644 index 8e4829fd405..00000000000 --- a/app-misc/uptimed/uptimed-0.4.0-r1.ebuild +++ /dev/null @@ -1,61 +0,0 @@ -# Copyright 1999-2019 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -inherit autotools ltprune user 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 hppa ~mips ppc ppc64 sparc x86 ~x86-fbsd" -IUSE="static-libs" - -pkg_setup() { - enewgroup uptimed - enewuser uptimed -1 -1 -1 uptimed -} - -src_prepare() { - default - # respect DESTDIR - sed -i -e 's|-d \(/var/spool.*\)$|-d $(DESTDIR)\1|' Makefile.am || die - # fix configure.ac for >=automake-1.13 (bug #467582) - sed 's@AM_CONFIG_HEADER@AC_CONFIG_HEADERS@' -i configure.ac || die - eautoreconf -} - -src_configure() { - econf $(use_enable static-libs static) -} - -src_install() { - local DOCS=( ChangeLog README.md TODO AUTHORS CREDITS INSTALL.cgi sample-cgi/* ) - default - prune_libtool_files --all - - 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 -}