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 58184138334 for ; Sun, 7 Oct 2018 14:02:35 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 5159BE0997; 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 298EFE0997 for ; Sun, 7 Oct 2018 14:02:33 +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 3E30A335CF1 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 CCA663FB for ; Sun, 7 Oct 2018 14:02:29 +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: <1538920819.3a3164d9ed110d37f9f9d1f9c70a34445603de08.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/libggi/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-libs/libggi/libggi-2.2.2.ebuild X-VCS-Directories: media-libs/libggi/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 3a3164d9ed110d37f9f9d1f9c70a34445603de08 X-VCS-Branch: master Date: Sun, 7 Oct 2018 14:02:29 +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: 1fe28351-0f9e-4f9f-906e-9336bcadb95f X-Archives-Hash: 2f8d2963a1c692b9215a660c468311eb commit: 3a3164d9ed110d37f9f9d1f9c70a34445603de08 Author: Michael Mair-Keimberger gmail com> AuthorDate: Fri Oct 5 18:28:24 2018 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Sun Oct 7 14:00:19 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3a3164d9 media-libs/libggi: fix HOMEPAGE, use HTTPS, update DESCRIPTION Signed-off-by: Michael Mair-Keimberger gmail.com> Closes: https://github.com/gentoo/gentoo/pull/10081 Signed-off-by: Andreas Sturmlechner gentoo.org> media-libs/libggi/libggi-2.2.2.ebuild | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/media-libs/libggi/libggi-2.2.2.ebuild b/media-libs/libggi/libggi-2.2.2.ebuild index 49ee65b7e71..521bb6974d0 100644 --- a/media-libs/libggi/libggi-2.2.2.ebuild +++ b/media-libs/libggi/libggi-2.2.2.ebuild @@ -1,10 +1,10 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2018 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=0 -DESCRIPTION="Fast and safe graphics and drivers for about any graphics card to the Linux kernel (sometimes)" -HOMEPAGE="http://www.ggi-project.org" +DESCRIPTION="Provides an opaque interface to the display's acceleration function" +HOMEPAGE="https://ibiblio.org/ggicore/packages/libggi.html" SRC_URI="mirror://sourceforge/ggi/${P}.src.tar.bz2" LICENSE="MIT"