* [gentoo-commits] repo/gentoo:master commit in: app-misc/utimer/, profiles/, app-misc/utimer/files/
@ 2024-02-02 16:44 Michał Górny
0 siblings, 0 replies; only message in thread
From: Michał Górny @ 2024-02-02 16:44 UTC (permalink / raw
To: gentoo-commits
commit: 9e57c0fda087323a434a3bfc389873c530594697
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Fri Feb 2 16:41:40 2024 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> 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 <mgorny <AT> 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 <stdlib.h>
- #include <glib.h>
- #include <glib/gi18n-lib.h>
-+#include <locale.h>
-
- #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 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
- <!-- maintainer-needed -->
-</pkgmetadata>
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 <mgorny@gentoo.org> (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 <asturm@gentoo.org> (2023-12-25)
# Masked until KF6 is unmasked.
~media-libs/mpvqt-1.0.0
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2024-02-02 16:44 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-02-02 16:44 [gentoo-commits] repo/gentoo:master commit in: app-misc/utimer/, profiles/, app-misc/utimer/files/ Michał Górny
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox