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/libggi/
Date: Sun, 07 Oct 2018 14:02:35
Message-Id: 1538920819.3a3164d9ed110d37f9f9d1f9c70a34445603de08.asturm@gentoo
1 commit: 3a3164d9ed110d37f9f9d1f9c70a34445603de08
2 Author: Michael Mair-Keimberger <m.mairkeimberger <AT> gmail <DOT> com>
3 AuthorDate: Fri Oct 5 18:28:24 2018 +0000
4 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
5 CommitDate: Sun Oct 7 14:00:19 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3a3164d9
7
8 media-libs/libggi: fix HOMEPAGE, use HTTPS, update DESCRIPTION
9
10 Signed-off-by: Michael Mair-Keimberger <m.mairkeimberger <AT> gmail.com>
11 Closes: https://github.com/gentoo/gentoo/pull/10081
12 Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
13
14 media-libs/libggi/libggi-2.2.2.ebuild | 6 +++---
15 1 file changed, 3 insertions(+), 3 deletions(-)
16
17 diff --git a/media-libs/libggi/libggi-2.2.2.ebuild b/media-libs/libggi/libggi-2.2.2.ebuild
18 index 49ee65b7e71..521bb6974d0 100644
19 --- a/media-libs/libggi/libggi-2.2.2.ebuild
20 +++ b/media-libs/libggi/libggi-2.2.2.ebuild
21 @@ -1,10 +1,10 @@
22 -# Copyright 1999-2018 Gentoo Foundation
23 +# Copyright 1999-2018 Gentoo Authors
24 # Distributed under the terms of the GNU General Public License v2
25
26 EAPI=0
27
28 -DESCRIPTION="Fast and safe graphics and drivers for about any graphics card to the Linux kernel (sometimes)"
29 -HOMEPAGE="http://www.ggi-project.org"
30 +DESCRIPTION="Provides an opaque interface to the display's acceleration function"
31 +HOMEPAGE="https://ibiblio.org/ggicore/packages/libggi.html"
32 SRC_URI="mirror://sourceforge/ggi/${P}.src.tar.bz2"
33
34 LICENSE="MIT"