public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: app-misc/utimer/
@ 2016-12-27  0:05 Patrice Clement
  0 siblings, 0 replies; 7+ messages in thread
From: Patrice Clement @ 2016-12-27  0:05 UTC (permalink / raw
  To: gentoo-commits

commit:     48ef9cb15b025ca7a99a17fda620f949099af4a3
Author:     Patrice Clement <monsieurp <AT> gentoo <DOT> org>
AuthorDate: Mon Dec 26 20:15:35 2016 +0000
Commit:     Patrice Clement <monsieurp <AT> gentoo <DOT> org>
CommitDate: Tue Dec 27 00:05:36 2016 +0000
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 00000000..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
+}


^ permalink raw reply related	[flat|nested] 7+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: app-misc/utimer/
@ 2017-10-04  7:47 Michał Górny
  0 siblings, 0 replies; 7+ messages in thread
From: Michał Górny @ 2017-10-04  7:47 UTC (permalink / raw
  To: gentoo-commits

commit:     efebd2da32b3660387535c86a6c7debca19ae3cd
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Wed Oct  4 07:19:53 2017 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Wed Oct  4 07:47:39 2017 +0000
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 @@
 <email>proxy-maint@gentoo.org</email>
 <name>Proxy Maintainers</name>
 </maintainer>
-<longdescription lang="en">
-</longdescription>
 </pkgmetadata>


^ permalink raw reply related	[flat|nested] 7+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: app-misc/utimer/
@ 2017-11-25 14:08 Patrick Lauer
  0 siblings, 0 replies; 7+ messages in thread
From: Patrick Lauer @ 2017-11-25 14:08 UTC (permalink / raw
  To: gentoo-commits

commit:     2ed2e3ef866e958b9dc4babf4c880dc7288d1918
Author:     Patrick Lauer <patrick <AT> gentoo <DOT> org>
AuthorDate: Sat Nov 25 13:59:16 2017 +0000
Commit:     Patrick Lauer <patrick <AT> gentoo <DOT> org>
CommitDate: Sat Nov 25 14:08:40 2017 +0000
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"


^ permalink raw reply related	[flat|nested] 7+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: app-misc/utimer/
@ 2018-02-11 10:25 Michał Górny
  0 siblings, 0 replies; 7+ messages in thread
From: Michał Górny @ 2018-02-11 10:25 UTC (permalink / raw
  To: gentoo-commits

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

app-misc/utimer: Remove useless maintainer <description/>

Remove useless/redundant maintainer <description/>. 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 @@
 <maintainer type="person">
 <email>lavi.kfir@gmail.com</email>
 <name>Kfir Lavi</name>
-<description>Maintainer. Assign bugs to him</description>
 </maintainer>
 <maintainer type="person">
 <email>hwoarang@gentoo.org</email>
 <name>Markos Chandras</name>
-<description>Proxy maintainer. CC him on bugs</description>
 </maintainer>
 <maintainer type="project">
 <email>proxy-maint@gentoo.org</email>


^ permalink raw reply related	[flat|nested] 7+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: app-misc/utimer/
@ 2018-03-13 22:26 Thomas Deutschmann
  0 siblings, 0 replies; 7+ messages in thread
From: Thomas Deutschmann @ 2018-03-13 22:26 UTC (permalink / raw
  To: gentoo-commits

commit:     52bda665ab10a7b539d56c59b3504d941d3b15f7
Author:     Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
AuthorDate: Tue Mar 13 22:22:57 2018 +0000
Commit:     Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
CommitDate: Tue Mar 13 22:26:18 2018 +0000
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="


^ permalink raw reply related	[flat|nested] 7+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: app-misc/utimer/
@ 2018-03-16 20:45 Pacho Ramos
  0 siblings, 0 replies; 7+ messages in thread
From: Pacho Ramos @ 2018-03-16 20:45 UTC (permalink / raw
  To: gentoo-commits

commit:     59718c7db7b958060ad202db040757bf747e8dcc
Author:     Pacho Ramos <pacho <AT> gentoo <DOT> org>
AuthorDate: Fri Mar 16 20:39:56 2018 +0000
Commit:     Pacho Ramos <pacho <AT> gentoo <DOT> org>
CommitDate: Fri Mar 16 20:42:49 2018 +0000
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..00000000000
--- 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"
-}


^ permalink raw reply related	[flat|nested] 7+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: app-misc/utimer/
@ 2023-02-08 18:05 Sam James
  0 siblings, 0 replies; 7+ messages in thread
From: Sam James @ 2023-02-08 18:05 UTC (permalink / raw
  To: gentoo-commits

commit:     40eea40e81ca4cf79b4c1e75400c40248c526d12
Author:     Petr Vaněk <arkamar <AT> atlas <DOT> cz>
AuthorDate: Mon Jan 30 16:11:19 2023 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Wed Feb  8 18:05:22 2023 +0000
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 <arkamar <AT> atlas.cz>
Closes: https://github.com/gentoo/gentoo/pull/29340
Signed-off-by: Sam James <sam <AT> 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 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
 <pkgmetadata>
-<maintainer type="person" proxied="yes">
-<email>lavi.kfir@gmail.com</email>
-<name>Kfir Lavi</name>
-</maintainer>
-<maintainer type="project" proxied="proxy">
-<email>proxy-maint@gentoo.org</email>
-<name>Proxy Maintainers</name>
-</maintainer>
+	<!-- maintainer-needed -->
 </pkgmetadata>


^ permalink raw reply related	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2023-02-08 18:05 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-12-27  0:05 [gentoo-commits] repo/gentoo:master commit in: app-misc/utimer/ Patrice Clement
  -- strict thread matches above, loose matches on Subject: below --
2017-10-04  7:47 Michał Górny
2017-11-25 14:08 Patrick Lauer
2018-02-11 10:25 Michał Górny
2018-03-13 22:26 Thomas Deutschmann
2018-03-16 20:45 Pacho Ramos
2023-02-08 18:05 Sam James

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox