[gentoo-commits] repo/gentoo:master commit in: app-misc/utimer/, profiles/, app-misc/utimer/files/

2024-02-02 Thread Michał Górny
commit: 9e57c0fda087323a434a3bfc389873c530594697
Author: Michał Górny  gentoo  org>
AuthorDate: Fri Feb  2 16:41:40 2024 +
Commit: Michał Górny  gentoo  org>
CommitDate: Fri Feb  2 16:41:40 2024 +
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..
--- 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..
--- 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 termiossavedttystate;
--Configut_config;
-+extern GMainLoop *loop;
-+extern gboolean  paused;
-+extern struct termiossavedttystate;
-+extern Configut_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 termiossavedttystate;
-+Configut_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..
--- 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..
--- a/app-misc/utimer/metadata.xml
+++ /dev/null
@@ -1,5 +0,0 @@
-
-https://www.gentoo.org/dtd/metadata.dtd";>
-
-   
-

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..
--- 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



[gentoo-commits] repo/gentoo:master commit in: app-misc/utimer/

2023-02-08 Thread Sam James
commit: 40eea40e81ca4cf79b4c1e75400c40248c526d12
Author: Petr Vaněk  atlas  cz>
AuthorDate: Mon Jan 30 16:11:19 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Wed Feb  8 18:05:22 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=40eea40e

app-misc/utimer: drop to maintainer-needed

Closes: https://bugs.gentoo.org/633114
Signed-off-by: Petr Vaněk  atlas.cz>
Closes: https://github.com/gentoo/gentoo/pull/29340
Signed-off-by: Sam James  gentoo.org>

 app-misc/utimer/metadata.xml | 9 +
 1 file changed, 1 insertion(+), 8 deletions(-)

diff --git a/app-misc/utimer/metadata.xml b/app-misc/utimer/metadata.xml
index 0224fb4dfebc..115e9d64a669 100644
--- a/app-misc/utimer/metadata.xml
+++ b/app-misc/utimer/metadata.xml
@@ -1,12 +1,5 @@
 
 https://www.gentoo.org/dtd/metadata.dtd";>
 
-
-lavi.k...@gmail.com
-Kfir Lavi
-
-
-proxy-ma...@gentoo.org
-Proxy Maintainers
-
+   
 



[gentoo-commits] repo/gentoo:master commit in: app-misc/utimer/files/, app-misc/utimer/

2020-12-28 Thread David Seifert
commit: 1f02614a2f744c3bc9073a1cc4984a875747bc96
Author: Jakov Smolic  sartura  hr>
AuthorDate: Mon Dec 28 11:50:11 2020 +
Commit: David Seifert  gentoo  org>
CommitDate: Mon Dec 28 11:50:11 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1f02614a

app-misc/utimer: Port to EAPI 7

* Thanks to Jeroen Roovers for submitting the fno-common patch

Closes: https://bugs.gentoo.org/717250
Closes: https://bugs.gentoo.org/709300
Package-Manager: Portage-3.0.9, Repoman-3.0.1
Signed-off-by: Jakov Smolic  sartura.hr>
Signed-off-by: David Seifert  gentoo.org>

 app-misc/utimer/files/utimer-0.4-fno-common.patch | 29 +++
 app-misc/utimer/files/utimer-0.4-locale.patch | 10 
 app-misc/utimer/utimer-0.4-r1.ebuild  | 24 +--
 3 files changed, 50 insertions(+), 13 deletions(-)

diff --git a/app-misc/utimer/files/utimer-0.4-fno-common.patch 
b/app-misc/utimer/files/utimer-0.4-fno-common.patch
new file mode 100644
index 000..a8386fe8e21
--- /dev/null
+++ b/app-misc/utimer/files/utimer-0.4-fno-common.patch
@@ -0,0 +1,29 @@
+--- 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 termiossavedttystate;
+-Configut_config;
++extern GMainLoop *loop;
++extern gboolean  paused;
++extern struct termiossavedttystate;
++extern Configut_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 termiossavedttystate;
++Configut_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
new file mode 100644
index 000..68acdd471a3
--- /dev/null
+++ b/app-misc/utimer/files/utimer-0.4-locale.patch
@@ -0,0 +1,10 @@
+--- 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/utimer-0.4-r1.ebuild 
b/app-misc/utimer/utimer-0.4-r1.ebuild
index bf5c8f9fd36..d3055fbb083 100644
--- a/app-misc/utimer/utimer-0.4-r1.ebuild
+++ b/app-misc/utimer/utimer-0.4-r1.ebuild
@@ -1,7 +1,7 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2020 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=6
+EAPI=7
 
 DESCRIPTION="A command line timer and stopwatch"
 HOMEPAGE="http://utimer.codealpha.net/utimer";
@@ -12,21 +12,19 @@ SLOT="0"
 KEYWORDS="amd64 x86"
 IUSE="debug nls"
 
-DEPEND="
+RDEPEND="
dev-libs/glib:2
dev-util/intltool"
+DEPEND="${RDEPEND}"
 
-RDEPEND="${RDEPEND}"
-
+PATCHES=(
+   "${FILESDIR}"/${P}-fno-common.patch
+   "${FILESDIR}"/${P}-locale.patch
+)
 DOCS=( AUTHORS ChangeLog NEWS README )
 
 src_configure() {
-   local myconf=( --enable-debug=no )
-   use debug || myconf=( --enable-debug=yes )
-   econf "${myconf[@]}" $(use_enable nls)
-}
-
-src_install() {
-   emake install DESTDIR="${D}"
-   einstalldocs
+   econf \
+   $(use_enable debug) \
+   $(use_enable nls)
 }



[gentoo-commits] repo/gentoo:master commit in: app-misc/utimer/

2018-03-16 Thread Pacho Ramos
commit: 59718c7db7b958060ad202db040757bf747e8dcc
Author: Pacho Ramos  gentoo  org>
AuthorDate: Fri Mar 16 20:39:56 2018 +
Commit: Pacho Ramos  gentoo  org>
CommitDate: Fri Mar 16 20:42:49 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=59718c7d

app-misc/utimer: Drop old

Package-Manager: Portage-2.3.24, Repoman-2.3.6

 app-misc/utimer/utimer-0.4.ebuild | 32 
 1 file changed, 32 deletions(-)

diff --git a/app-misc/utimer/utimer-0.4.ebuild 
b/app-misc/utimer/utimer-0.4.ebuild
deleted file mode 100644
index 11dcdd5023a..000
--- a/app-misc/utimer/utimer-0.4.ebuild
+++ /dev/null
@@ -1,32 +0,0 @@
-# Copyright 1999-2011 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=2
-
-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"
-
-DEPEND=">=dev-libs/glib-2.18.2
-   >=dev-util/intltool-0.40.5"
-RDEPEND="${RDEPEND}"
-
-src_configure() {
-   local myconf=
-   if use debug; then
-   myconf="--enable-debug=yes"
-   else
-   myconf="--enable-debug=no"
-   fi
-   econf ${myconf} $(use_enable nls)
-}
-
-src_install() {
-   emake install DESTDIR="${D}" || die "failed to install"
-   dodoc AUTHORS ChangeLog NEWS README || die "dodoc failed"
-}



[gentoo-commits] repo/gentoo:master commit in: app-misc/utimer/

2018-03-13 Thread Thomas Deutschmann
commit: 52bda665ab10a7b539d56c59b3504d941d3b15f7
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Tue Mar 13 22:22:57 2018 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Tue Mar 13 22:26:18 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=52bda665

app-misc/utimer: x86 stable (bug #648106)

Package-Manager: Portage-2.3.24, Repoman-2.3.6

 app-misc/utimer/utimer-0.4-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-misc/utimer/utimer-0.4-r1.ebuild 
b/app-misc/utimer/utimer-0.4-r1.ebuild
index ce9c047fa62..bf5c8f9fd36 100644
--- a/app-misc/utimer/utimer-0.4-r1.ebuild
+++ b/app-misc/utimer/utimer-0.4-r1.ebuild
@@ -9,7 +9,7 @@ SRC_URI="http://utimer.codealpha.net/dl.php?file=${P}.tar.gz -> 
${P}.tar.gz"
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="amd64 ~x86"
+KEYWORDS="amd64 x86"
 IUSE="debug nls"
 
 DEPEND="



[gentoo-commits] repo/gentoo:master commit in: app-misc/utimer/

2018-02-11 Thread Michał Górny
commit: 0b3301159f57842ce8542cd2b757d1a75da8b573
Author: Michał Górny  gentoo  org>
AuthorDate: Sun Feb 11 10:20:47 2018 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sun Feb 11 10:24:48 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0b330115

app-misc/utimer: Remove useless maintainer 

Remove useless/redundant maintainer . It does not benefit
bug wrangling, and only wastes developer's time on reading it. Few tips:

- assignee/CC is implied by ordering, there is no reason to repeat it,
- we know that maintainer is maintainer (la la la la la),
- most of adjectives for maintainer are of no value and/or are obvious.

 app-misc/utimer/metadata.xml | 2 --
 1 file changed, 2 deletions(-)

diff --git a/app-misc/utimer/metadata.xml b/app-misc/utimer/metadata.xml
index 3a1e9599ee6..e6007f541a7 100644
--- a/app-misc/utimer/metadata.xml
+++ b/app-misc/utimer/metadata.xml
@@ -4,12 +4,10 @@
 
 lavi.k...@gmail.com
 Kfir Lavi
-Maintainer. Assign bugs to him
 
 
 hwoar...@gentoo.org
 Markos Chandras
-Proxy maintainer. CC him on bugs
 
 
 proxy-ma...@gentoo.org



[gentoo-commits] repo/gentoo:master commit in: app-misc/utimer/

2017-11-25 Thread Patrick Lauer
commit: 2ed2e3ef866e958b9dc4babf4c880dc7288d1918
Author: Patrick Lauer  gentoo  org>
AuthorDate: Sat Nov 25 13:59:16 2017 +
Commit: Patrick Lauer  gentoo  org>
CommitDate: Sat Nov 25 14:08:40 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2ed2e3ef

app-misc/utimer: Whitespace

Package-Manager: Portage-2.3.16, Repoman-2.3.6

 app-misc/utimer/utimer-0.4-r1.ebuild | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/app-misc/utimer/utimer-0.4-r1.ebuild 
b/app-misc/utimer/utimer-0.4-r1.ebuild
index e5259f143a0..9d08dec525d 100644
--- a/app-misc/utimer/utimer-0.4-r1.ebuild
+++ b/app-misc/utimer/utimer-0.4-r1.ebuild
@@ -1,5 +1,6 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
+
 EAPI=6
 
 DESCRIPTION="A command line timer and stopwatch"



[gentoo-commits] repo/gentoo:master commit in: app-misc/utimer/

2017-10-04 Thread Michał Górny
commit: efebd2da32b3660387535c86a6c7debca19ae3cd
Author: Michał Górny  gentoo  org>
AuthorDate: Wed Oct  4 07:19:53 2017 +
Commit: Michał Górny  gentoo  org>
CommitDate: Wed Oct  4 07:47:39 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=efebd2da

app-misc/utimer: Strip empty metadata.xml elements

 app-misc/utimer/metadata.xml | 2 --
 1 file changed, 2 deletions(-)

diff --git a/app-misc/utimer/metadata.xml b/app-misc/utimer/metadata.xml
index b67a73c471a..3a1e9599ee6 100644
--- a/app-misc/utimer/metadata.xml
+++ b/app-misc/utimer/metadata.xml
@@ -15,6 +15,4 @@
 proxy-ma...@gentoo.org
 Proxy Maintainers
 
-
-
 



[gentoo-commits] repo/gentoo:master commit in: app-misc/utimer/

2016-12-26 Thread Patrice Clement
commit: 48ef9cb15b025ca7a99a17fda620f949099af4a3
Author: Patrice Clement  gentoo  org>
AuthorDate: Mon Dec 26 20:15:35 2016 +
Commit: Patrice Clement  gentoo  org>
CommitDate: Tue Dec 27 00:05:36 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=48ef9cb1

app-misc/utimer: EAPI 6 bump.

Package-Manager: portage-2.3.0

 app-misc/utimer/utimer-0.4-r1.ebuild | 32 
 1 file changed, 32 insertions(+)

diff --git a/app-misc/utimer/utimer-0.4-r1.ebuild 
b/app-misc/utimer/utimer-0.4-r1.ebuild
new file mode 100644
index ..2c4144a
--- /dev/null
+++ b/app-misc/utimer/utimer-0.4-r1.ebuild
@@ -0,0 +1,32 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+EAPI=6
+
+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"
+
+DEPEND="
+   dev-libs/glib:2
+   dev-util/intltool"
+
+RDEPEND="${RDEPEND}"
+
+DOCS=( AUTHORS ChangeLog NEWS README )
+
+src_configure() {
+   local myconf=( --enable-debug=no )
+   use debug || myconf=( --enable-debug=yes )
+   econf "${myconf[@]}" $(use_enable nls)
+}
+
+src_install() {
+   emake install DESTDIR="${D}"
+   einstalldocs
+}