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/libgii/
Date: Sun, 07 Oct 2018 14:02:36
Message-Id: 1538920829.a1cd07eaf1673fb586ba12ead4806f0c1f9d6961.asturm@gentoo
1 commit: a1cd07eaf1673fb586ba12ead4806f0c1f9d6961
2 Author: Michael Mair-Keimberger <m.mairkeimberger <AT> gmail <DOT> com>
3 AuthorDate: Fri Oct 5 19:10:50 2018 +0000
4 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
5 CommitDate: Sun Oct 7 14:00:29 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a1cd07ea
7
8 media-libs/libgii: 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/libgii/libgii-1.0.2-r1.ebuild | 6 +++---
14 1 file changed, 3 insertions(+), 3 deletions(-)
15
16 diff --git a/media-libs/libgii/libgii-1.0.2-r1.ebuild b/media-libs/libgii/libgii-1.0.2-r1.ebuild
17 index 7d9e41b79db..043293c47a6 100644
18 --- a/media-libs/libgii/libgii-1.0.2-r1.ebuild
19 +++ b/media-libs/libgii/libgii-1.0.2-r1.ebuild
20 @@ -1,4 +1,4 @@
21 -# Copyright 1999-2017 Gentoo Foundation
22 +# Copyright 1999-2018 Gentoo Authors
23 # Distributed under the terms of the GNU General Public License v2
24
25 EAPI=5
26 @@ -7,8 +7,8 @@ AUTOTOOLS_AUTORECONF=1
27
28 inherit autotools-multilib
29
30 -DESCRIPTION="Fast and safe graphics and drivers for about any graphics card to the Linux kernel (sometimes)"
31 -HOMEPAGE="http://www.ggi-project.org"
32 +DESCRIPTION="Easy to use, but yet powerful, API for all possible input sources"
33 +HOMEPAGE="https://ibiblio.org/ggicore/packages/libgii.html"
34 SRC_URI="mirror://sourceforge/ggi/${P}.src.tar.bz2"
35
36 LICENSE="LGPL-2"