From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 23BE7138334 for ; Sun, 7 Oct 2018 14:02:36 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id BD984E09A6; Sun, 7 Oct 2018 14:02:34 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 98FB6E09A6 for ; Sun, 7 Oct 2018 14:02:34 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 3F947335CF2 for ; Sun, 7 Oct 2018 14:02:32 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 0013A433 for ; Sun, 7 Oct 2018 14:02:30 +0000 (UTC) From: "Andreas Sturmlechner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andreas Sturmlechner" Message-ID: <1538920829.a1cd07eaf1673fb586ba12ead4806f0c1f9d6961.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/libgii/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-libs/libgii/libgii-1.0.2-r1.ebuild X-VCS-Directories: media-libs/libgii/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: a1cd07eaf1673fb586ba12ead4806f0c1f9d6961 X-VCS-Branch: master Date: Sun, 7 Oct 2018 14:02:30 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: a2cd1f0f-abe2-4ba1-b0c8-60f6da6d67c4 X-Archives-Hash: 1bd5338b0c9908a7925f07275fa65c2c commit: a1cd07eaf1673fb586ba12ead4806f0c1f9d6961 Author: Michael Mair-Keimberger gmail com> AuthorDate: Fri Oct 5 19:10:50 2018 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Sun Oct 7 14:00:29 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a1cd07ea media-libs/libgii: fix HOMEPAGE, use HTTPS, update DESCRIPTION Signed-off-by: Michael Mair-Keimberger gmail.com> Signed-off-by: Andreas Sturmlechner gentoo.org> media-libs/libgii/libgii-1.0.2-r1.ebuild | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/media-libs/libgii/libgii-1.0.2-r1.ebuild b/media-libs/libgii/libgii-1.0.2-r1.ebuild index 7d9e41b79db..043293c47a6 100644 --- a/media-libs/libgii/libgii-1.0.2-r1.ebuild +++ b/media-libs/libgii/libgii-1.0.2-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2018 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=5 @@ -7,8 +7,8 @@ AUTOTOOLS_AUTORECONF=1 inherit autotools-multilib -DESCRIPTION="Fast and safe graphics and drivers for about any graphics card to the Linux kernel (sometimes)" -HOMEPAGE="http://www.ggi-project.org" +DESCRIPTION="Easy to use, but yet powerful, API for all possible input sources" +HOMEPAGE="https://ibiblio.org/ggicore/packages/libgii.html" SRC_URI="mirror://sourceforge/ggi/${P}.src.tar.bz2" LICENSE="LGPL-2"