summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2024-02-02 17:41:40 +0100
committerMichał Górny <mgorny@gentoo.org>2024-02-02 17:41:40 +0100
commit9e57c0fda087323a434a3bfc389873c530594697 (patch)
treedcb54821bdb7870ed0eb23b1c4c56bcf93f70971
parentsys-block/noflushd: Remove last-rited pkg (diff)
downloadgentoo-9e57c0fda087323a434a3bfc389873c530594697.tar.gz
gentoo-9e57c0fda087323a434a3bfc389873c530594697.tar.bz2
gentoo-9e57c0fda087323a434a3bfc389873c530594697.zip
app-misc/utimer: Remove last-rited pkg
Closes: https://bugs.gentoo.org/915827 Signed-off-by: Michał Górny <mgorny@gentoo.org>
-rw-r--r--app-misc/utimer/Manifest1
-rw-r--r--app-misc/utimer/files/utimer-0.4-fno-common.patch29
-rw-r--r--app-misc/utimer/files/utimer-0.4-locale.patch10
-rw-r--r--app-misc/utimer/metadata.xml5
-rw-r--r--app-misc/utimer/utimer-0.4-r1.ebuild30
-rw-r--r--profiles/package.mask6
6 files changed, 0 insertions, 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