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/libggigcp/
Date: Sun, 07 Oct 2018 14:02:36
Message-Id: 1538920836.ff3c6982c6cd45dbd7dd80524dc7b90280d87ac6.asturm@gentoo
1 commit: ff3c6982c6cd45dbd7dd80524dc7b90280d87ac6
2 Author: Michael Mair-Keimberger <m.mairkeimberger <AT> gmail <DOT> com>
3 AuthorDate: Fri Oct 5 19:12:25 2018 +0000
4 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
5 CommitDate: Sun Oct 7 14:00:36 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ff3c6982
7
8 media-libs/libggigcp: 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/libggigcp/libggigcp-1.0.2.ebuild | 6 +++---
14 1 file changed, 3 insertions(+), 3 deletions(-)
15
16 diff --git a/media-libs/libggigcp/libggigcp-1.0.2.ebuild b/media-libs/libggigcp/libggigcp-1.0.2.ebuild
17 index ae928f370a3..3ae8950cd25 100644
18 --- a/media-libs/libggigcp/libggigcp-1.0.2.ebuild
19 +++ b/media-libs/libggigcp/libggigcp-1.0.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="Libggi extension for advanced color and palette handling"
30 +HOMEPAGE="https://ibiblio.org/ggicore/packages/libggigcp.html"
31 SRC_URI="mirror://sourceforge/ggi/${P}.src.tar.bz2"
32
33 LICENSE="MIT"