Gentoo Archives: gentoo-commits

From: Andrew Ammerlaan <andrewammerlaan@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-im/purple-events/
Date: Fri, 24 Jun 2022 13:09:57
Message-Id: 1656075975.50afba5af9d6b66abdd66f5e08023e375e57be3a.andrewammerlaan@gentoo
1 commit: 50afba5af9d6b66abdd66f5e08023e375e57be3a
2 Author: Michael Mair-Keimberger <mmk <AT> levelnine <DOT> at>
3 AuthorDate: Thu Jun 9 06:47:28 2022 +0000
4 Commit: Andrew Ammerlaan <andrewammerlaan <AT> gentoo <DOT> org>
5 CommitDate: Fri Jun 24 13:06:15 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=50afba5a
7
8 net-im/purple-events: 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 Signed-off-by: Andrew Ammerlaan <andrewammerlaan <AT> gentoo.org>
13
14 net-im/purple-events/purple-events-0.99.1.ebuild | 4 ++--
15 1 file changed, 2 insertions(+), 2 deletions(-)
16
17 diff --git a/net-im/purple-events/purple-events-0.99.1.ebuild b/net-im/purple-events/purple-events-0.99.1.ebuild
18 index e4d139ae3b6f..b415329f383f 100644
19 --- a/net-im/purple-events/purple-events-0.99.1.ebuild
20 +++ b/net-im/purple-events/purple-events-0.99.1.ebuild
21 @@ -1,4 +1,4 @@
22 -# Copyright 1999-2021 Gentoo Authors
23 +# Copyright 1999-2022 Gentoo Authors
24 # Distributed under the terms of the GNU General Public License v2
25
26 EAPI=7
27 @@ -6,7 +6,7 @@ EAPI=7
28 inherit autotools
29
30 DESCRIPTION="Allows a fine-grained control over libpurple events"
31 -HOMEPAGE="http://purple-events.sardemff7.net/"
32 +HOMEPAGE="https://github.com/sardemff7/purple-events"
33 SRC_URI="https://github.com/sardemff7/purple-events/archive/v${PV}.tar.gz -> ${P}.tar.gz"
34
35 LICENSE="GPL-3"