Gentoo Archives: gentoo-commits

From: Andreas Sturmlechner <asturm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/libggiwmh/
Date: Sun, 07 Oct 2018 14:02:38
Message-Id: 1538920850.8a6c1395a6754d3931ea5e601eb3eedac30796c9.asturm@gentoo
1 commit: 8a6c1395a6754d3931ea5e601eb3eedac30796c9
2 Author: Michael Mair-Keimberger <m.mairkeimberger <AT> gmail <DOT> com>
3 AuthorDate: Fri Oct 5 19:38:56 2018 +0000
4 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
5 CommitDate: Sun Oct 7 14:00:50 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8a6c1395
7
8 media-libs/libggiwmh: fix HOMEPAGE, use HTTPS, update DESCRIPTION
9
10 Signed-off-by: Michael Mair-Keimberger <m.mairkeimberger <AT> gmail.com>
11 Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
12
13 media-libs/libggiwmh/libggiwmh-0.3.2.ebuild | 6 +++---
14 1 file changed, 3 insertions(+), 3 deletions(-)
15
16 diff --git a/media-libs/libggiwmh/libggiwmh-0.3.2.ebuild b/media-libs/libggiwmh/libggiwmh-0.3.2.ebuild
17 index 20e6757cda5..ae533a70809 100644
18 --- a/media-libs/libggiwmh/libggiwmh-0.3.2.ebuild
19 +++ b/media-libs/libggiwmh/libggiwmh-0.3.2.ebuild
20 @@ -1,10 +1,10 @@
21 -# Copyright 1999-2018 Gentoo Foundation
22 +# Copyright 1999-2018 Gentoo Authors
23 # Distributed under the terms of the GNU General Public License v2
24
25 EAPI=0
26
27 -DESCRIPTION="Library for General Graphics Interface"
28 -HOMEPAGE="http://www.ggi-project.org"
29 +DESCRIPTION="Window manager hints extensions for libggi"
30 +HOMEPAGE="https://ibiblio.org/ggicore/packages/libggiwmh.html"
31 SRC_URI="mirror://sourceforge/ggi/${P}.src.tar.bz2"
32
33 LICENSE="MIT"