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/sw-notify-send/
Date: Wed, 01 Mar 2023 09:40:40
Message-Id: 1677663625.d327c59a4fedc25471c5c70baf9278e9cd323831.mgorny@gentoo
1 commit: d327c59a4fedc25471c5c70baf9278e9cd323831
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Wed Mar 1 09:38:23 2023 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Wed Mar 1 09:40:25 2023 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d327c59a
7
8 x11-misc/sw-notify-send: Update URLs
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 x11-misc/sw-notify-send/metadata.xml | 7 +------
13 x11-misc/sw-notify-send/sw-notify-send-1.2.1.ebuild | 6 +++---
14 2 files changed, 4 insertions(+), 9 deletions(-)
15
16 diff --git a/x11-misc/sw-notify-send/metadata.xml b/x11-misc/sw-notify-send/metadata.xml
17 index d17b2795134e..66d473d268b3 100644
18 --- a/x11-misc/sw-notify-send/metadata.xml
19 +++ b/x11-misc/sw-notify-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/sw-notify-send/sw-notify-send-1.2.1.ebuild b/x11-misc/sw-notify-send/sw-notify-send-1.2.1.ebuild
35 index 89f5d2ea4b6e..f5e00f7c2a44 100644
36 --- a/x11-misc/sw-notify-send/sw-notify-send-1.2.1.ebuild
37 +++ b/x11-misc/sw-notify-send/sw-notify-send-1.2.1.ebuild
38 @@ -1,12 +1,12 @@
39 -# Copyright 1999-2020 Gentoo Authors
40 +# Copyright 1999-2023 Gentoo Authors
41 # Distributed under the terms of the GNU General Public License v2
42
43 EAPI=7
44
45 MY_P=tinynotify-send-${PV}
46 DESCRIPTION="A system-wide variant of tinynotify-send"
47 -HOMEPAGE="https://github.com/mgorny/tinynotify-send/"
48 -SRC_URI="https://github.com/mgorny/tinynotify-send/releases/download/${MY_P}/${MY_P}.tar.bz2"
49 +HOMEPAGE="https://github.com/projg2/tinynotify-send/"
50 +SRC_URI="https://github.com/projg2/tinynotify-send/releases/download/${MY_P}/${MY_P}.tar.bz2"
51
52 LICENSE="BSD"
53 SLOT="0"