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.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 8AAAC15815E for ; Fri, 2 Feb 2024 16:44:59 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C857DE2A16; Fri, 2 Feb 2024 16:44:58 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id B28E4E2A16 for ; Fri, 2 Feb 2024 16:44:58 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id E33D83431E3 for ; Fri, 2 Feb 2024 16:44:57 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 50CB614C4 for ; Fri, 2 Feb 2024 16:44:56 +0000 (UTC) From: "Michał Górny" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michał Górny" Message-ID: <1706892100.9e57c0fda087323a434a3bfc389873c530594697.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-misc/utimer/, profiles/, app-misc/utimer/files/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-misc/utimer/Manifest app-misc/utimer/files/utimer-0.4-fno-common.patch app-misc/utimer/files/utimer-0.4-locale.patch app-misc/utimer/metadata.xml app-misc/utimer/utimer-0.4-r1.ebuild profiles/package.mask X-VCS-Directories: app-misc/utimer/ profiles/ app-misc/utimer/files/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 9e57c0fda087323a434a3bfc389873c530594697 X-VCS-Branch: master Date: Fri, 2 Feb 2024 16:44:56 +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: 8284387b-0150-46ff-97fa-3a04da7642dc X-Archives-Hash: ccbea51cdf2c00097c2a97e99fd2d21b commit: 9e57c0fda087323a434a3bfc389873c530594697 Author: Michał Górny gentoo org> AuthorDate: Fri Feb 2 16:41:40 2024 +0000 Commit: Michał Górny gentoo org> CommitDate: Fri Feb 2 16:41:40 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9e57c0fd app-misc/utimer: Remove last-rited pkg Closes: https://bugs.gentoo.org/915827 Signed-off-by: Michał Górny gentoo.org> app-misc/utimer/Manifest | 1 - app-misc/utimer/files/utimer-0.4-fno-common.patch | 29 ---------------------- app-misc/utimer/files/utimer-0.4-locale.patch | 10 -------- app-misc/utimer/metadata.xml | 5 ---- app-misc/utimer/utimer-0.4-r1.ebuild | 30 ----------------------- profiles/package.mask | 6 ----- 6 files changed, 81 deletions(-) diff --git a/app-misc/utimer/Manifest b/app-misc/utimer/Manifest deleted file mode 100644 index 74bf4e4d301e..000000000000 --- a/app-misc/utimer/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST utimer-0.4.tar.gz 144408 BLAKE2B c23178e8501034c491d5350ef5d6ec4c251dac982f453f0b99cf6b4aeca81132acaa6abd40981ae9f8054f00c27c8f05404d0e2cd806cafc130f0a8d3c23f814 SHA512 f1a375de4b4b5b0f478e208e055badb12a49524137cbd9626238bc5fc35cf3576e7a7c66759dd00a061d12dc7a0ad3ee6974abc8213f5f6f8e22c50eb2901032 diff --git a/app-misc/utimer/files/utimer-0.4-fno-common.patch b/app-misc/utimer/files/utimer-0.4-fno-common.patch deleted file mode 100644 index a8386fe8e215..000000000000 --- a/app-misc/utimer/files/utimer-0.4-fno-common.patch +++ /dev/null @@ -1,29 +0,0 @@ ---- a/src/utimer.h -+++ b/src/utimer.h -@@ -66,9 +66,9 @@ - #define TIMER_PRINT_RATE_MSEC 79 - #define TIMER_CHECK_RATE_MSEC 500 - --GMainLoop *loop; --gboolean paused; --struct termios savedttystate; --Config ut_config; -+extern GMainLoop *loop; -+extern gboolean paused; -+extern struct termios savedttystate; -+extern Config ut_config; - - #endif /* UTIMER_H */ ---- a/src/utils.c -+++ b/src/utils.c -@@ -36,6 +36,10 @@ - #include "utils.h" - #include "utimer.h" - -+GMainLoop *loop; -+gboolean paused; -+struct termios savedttystate; -+Config ut_config; - - gulong ul_add (gulong a, gulong b) - { diff --git a/app-misc/utimer/files/utimer-0.4-locale.patch b/app-misc/utimer/files/utimer-0.4-locale.patch deleted file mode 100644 index 68acdd471a39..000000000000 --- a/app-misc/utimer/files/utimer-0.4-locale.patch +++ /dev/null @@ -1,10 +0,0 @@ ---- a/src/utimer.h -+++ b/src/utimer.h -@@ -35,6 +35,7 @@ - #include - #include - #include -+#include - - #include "utils.h" - #include "timer.h" diff --git a/app-misc/utimer/metadata.xml b/app-misc/utimer/metadata.xml deleted file mode 100644 index 115e9d64a669..000000000000 --- a/app-misc/utimer/metadata.xml +++ /dev/null @@ -1,5 +0,0 @@ - - - - - diff --git a/app-misc/utimer/utimer-0.4-r1.ebuild b/app-misc/utimer/utimer-0.4-r1.ebuild deleted file mode 100644 index d3055fbb083f..000000000000 --- a/app-misc/utimer/utimer-0.4-r1.ebuild +++ /dev/null @@ -1,30 +0,0 @@ -# Copyright 1999-2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -DESCRIPTION="A command line timer and stopwatch" -HOMEPAGE="http://utimer.codealpha.net/utimer" -SRC_URI="http://utimer.codealpha.net/dl.php?file=${P}.tar.gz -> ${P}.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="amd64 x86" -IUSE="debug nls" - -RDEPEND=" - dev-libs/glib:2 - dev-util/intltool" -DEPEND="${RDEPEND}" - -PATCHES=( - "${FILESDIR}"/${P}-fno-common.patch - "${FILESDIR}"/${P}-locale.patch -) -DOCS=( AUTHORS ChangeLog NEWS README ) - -src_configure() { - econf \ - $(use_enable debug) \ - $(use_enable nls) -} diff --git a/profiles/package.mask b/profiles/package.mask index c9c3daf0e9c3..f704da6c25d1 100644 --- a/profiles/package.mask +++ b/profiles/package.mask @@ -160,12 +160,6 @@ x11-libs/snorenotify # remove in 30 days net-mail/courier-makedat -# Michał Górny (2023-12-31) -# Unmaintained. A number of serious bugs reported. Homepage gone. -# No release since at least 2010. -# Removal on 2024-01-30. Bug #915827. -app-misc/utimer - # Andreas Sturmlechner (2023-12-25) # Masked until KF6 is unmasked. ~media-libs/mpvqt-1.0.0