Gentoo Archives: gentoo-commits

From: Andrew Ammerlaan <andrewammerlaan@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: x11-plugins/purple-libnotify-plus/
Date: Fri, 24 Jun 2022 13:09:58
Message-Id: 1656075981.cb7e5ebca3e2d7964b1085d9237c5d54cef7dc09.andrewammerlaan@gentoo
1 commit: cb7e5ebca3e2d7964b1085d9237c5d54cef7dc09
2 Author: Michael Mair-Keimberger <mmk <AT> levelnine <DOT> at>
3 AuthorDate: Thu Jun 9 09:00:52 2022 +0000
4 Commit: Andrew Ammerlaan <andrewammerlaan <AT> gentoo <DOT> org>
5 CommitDate: Fri Jun 24 13:06:21 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cb7e5ebc
7
8 x11-plugins/purple-libnotify-plus: update HOMEPAGE
9
10 Package-Manager: Portage-3.0.30, Repoman-3.0.3
11 Signed-off-by: Michael Mair-Keimberger <mmk <AT> levelnine.at>
12 Closes: https://github.com/gentoo/gentoo/pull/25827
13 Signed-off-by: Andrew Ammerlaan <andrewammerlaan <AT> gentoo.org>
14
15 x11-plugins/purple-libnotify-plus/purple-libnotify-plus-2.99.1.ebuild | 4 ++--
16 1 file changed, 2 insertions(+), 2 deletions(-)
17
18 diff --git a/x11-plugins/purple-libnotify-plus/purple-libnotify-plus-2.99.1.ebuild b/x11-plugins/purple-libnotify-plus/purple-libnotify-plus-2.99.1.ebuild
19 index 54ed903d1c51..04b255be574f 100644
20 --- a/x11-plugins/purple-libnotify-plus/purple-libnotify-plus-2.99.1.ebuild
21 +++ b/x11-plugins/purple-libnotify-plus/purple-libnotify-plus-2.99.1.ebuild
22 @@ -1,4 +1,4 @@
23 -# Copyright 1999-2020 Gentoo Authors
24 +# Copyright 1999-2022 Gentoo Authors
25 # Distributed under the terms of the GNU General Public License v2
26
27 EAPI=7
28 @@ -6,7 +6,7 @@ EAPI=7
29 inherit autotools
30
31 DESCRIPTION="Provide libnotify interface to Pidgin and Finch"
32 -HOMEPAGE="http://purple-libnotify-plus.sardemff7.net/"
33 +HOMEPAGE="https://github.com/sardemff7/purple-libnotify-plus"
34 SRC_URI="https://github.com/sardemff7/purple-libnotify-plus/archive/v${PV}.tar.gz -> ${P}.tar.gz"
35
36 LICENSE="GPL-3"