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: xfce-base/libxfce4util/
Date: Sat, 26 Nov 2022 17:03:33
Message-Id: 1669482200.295deb5bcde1a8d2d87d2985491737400efc1b66.mgorny@gentoo
1 commit: 295deb5bcde1a8d2d87d2985491737400efc1b66
2 Author: Alexander Kurakin <kuraga333 <AT> mail <DOT> ru>
3 AuthorDate: Wed Nov 23 21:05:49 2022 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Sat Nov 26 17:03:20 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=295deb5b
7
8 xfce-base/libxfce4util: update the homepage
9
10 Bug: https://bugs.gentoo.org/882331
11 Signed-off-by: Alexander Kurakin <kuraga333 <AT> mail.ru>
12 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
13
14 xfce-base/libxfce4util/libxfce4util-4.16.0.ebuild | 7 +++++--
15 xfce-base/libxfce4util/libxfce4util-4.17.2.ebuild | 5 ++++-
16 2 files changed, 9 insertions(+), 3 deletions(-)
17
18 diff --git a/xfce-base/libxfce4util/libxfce4util-4.16.0.ebuild b/xfce-base/libxfce4util/libxfce4util-4.16.0.ebuild
19 index e430f7b16077..e7ed6027970d 100644
20 --- a/xfce-base/libxfce4util/libxfce4util-4.16.0.ebuild
21 +++ b/xfce-base/libxfce4util/libxfce4util-4.16.0.ebuild
22 @@ -1,4 +1,4 @@
23 -# Copyright 1999-2021 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,10 @@ EAPI=7
29 inherit vala
30
31 DESCRIPTION="A basic utility library for the Xfce desktop environment"
32 -HOMEPAGE="https://git.xfce.org/xfce/libxfce4util/"
33 +HOMEPAGE="
34 + https://docs.xfce.org/xfce/libxfce4util/start
35 + https://gitlab.xfce.org/xfce/libxfce4util/
36 +"
37 SRC_URI="https://archive.xfce.org/src/xfce/${PN}/${PV%.*}/${P}.tar.bz2"
38
39 LICENSE="LGPL-2+ GPL-2+"
40
41 diff --git a/xfce-base/libxfce4util/libxfce4util-4.17.2.ebuild b/xfce-base/libxfce4util/libxfce4util-4.17.2.ebuild
42 index 1adc34f5d8c2..69faca95733a 100644
43 --- a/xfce-base/libxfce4util/libxfce4util-4.17.2.ebuild
44 +++ b/xfce-base/libxfce4util/libxfce4util-4.17.2.ebuild
45 @@ -6,7 +6,10 @@ EAPI=8
46 inherit vala
47
48 DESCRIPTION="A basic utility library for the Xfce desktop environment"
49 -HOMEPAGE="https://git.xfce.org/xfce/libxfce4util/"
50 +HOMEPAGE="
51 + https://docs.xfce.org/xfce/libxfce4util/start
52 + https://gitlab.xfce.org/xfce/libxfce4util/
53 +"
54 SRC_URI="https://archive.xfce.org/src/xfce/${PN}/${PV%.*}/${P}.tar.bz2"
55
56 LICENSE="LGPL-2+ GPL-2+"