Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: x11-misc/tinynotify-send/
Date: Wed, 01 Mar 2023 09:40:39
Message-Id: 1677663623.f68d3f4810b4cd592d1db86a775a12dc613a441a.mgorny@gentoo
1 commit: f68d3f4810b4cd592d1db86a775a12dc613a441a
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Wed Mar 1 09:36:39 2023 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Wed Mar 1 09:40:23 2023 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f68d3f48
7
8 x11-misc/tinynotify-send: Update URLs
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 x11-misc/tinynotify-send/metadata.xml | 7 +------
13 x11-misc/tinynotify-send/tinynotify-send-1.2.1-r1.ebuild | 6 +++---
14 2 files changed, 4 insertions(+), 9 deletions(-)
15
16 diff --git a/x11-misc/tinynotify-send/metadata.xml b/x11-misc/tinynotify-send/metadata.xml
17 index d17b2795134e..66d473d268b3 100644
18 --- a/x11-misc/tinynotify-send/metadata.xml
19 +++ b/x11-misc/tinynotify-send/metadata.xml
20 @@ -6,11 +6,6 @@
21 <name>Michał Górny</name>
22 </maintainer>
23 <upstream>
24 - <maintainer status="active">
25 - <email>mgorny@g.o</email>
26 - <name>Michał Górny</name>
27 - </maintainer>
28 - <bugs-to>https://github.com/mgorny/tinynotify-send/issues/</bugs-to>
29 - <remote-id type="github">mgorny/tinynotify-send</remote-id>
30 + <remote-id type="github">projg2/tinynotify-send</remote-id>
31 </upstream>
32 </pkgmetadata>
33
34 diff --git a/x11-misc/tinynotify-send/tinynotify-send-1.2.1-r1.ebuild b/x11-misc/tinynotify-send/tinynotify-send-1.2.1-r1.ebuild
35 index c6c4bc1676d7..cd56e8ab9bf9 100644
36 --- a/x11-misc/tinynotify-send/tinynotify-send-1.2.1-r1.ebuild
37 +++ b/x11-misc/tinynotify-send/tinynotify-send-1.2.1-r1.ebuild
38 @@ -1,11 +1,11 @@
39 -# Copyright 1999-2017 Gentoo Foundation
40 +# Copyright 1999-2023 Gentoo Authors
41 # Distributed under the terms of the GNU General Public License v2
42
43 EAPI=6
44
45 DESCRIPTION="A notification sending utility (using libtinynotify)"
46 -HOMEPAGE="https://github.com/mgorny/tinynotify-send/"
47 -SRC_URI="https://github.com/mgorny/tinynotify-send/releases/download/${P}/${P}.tar.bz2"
48 +HOMEPAGE="https://github.com/projg2/tinynotify-send/"
49 +SRC_URI="https://github.com/projg2/tinynotify-send/releases/download/${P}/${P}.tar.bz2"
50
51 LICENSE="BSD"
52 SLOT="0"