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 99CD3138334 for ; Sun, 7 Oct 2018 14:02:37 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id BB5AAE09DD; Sun, 7 Oct 2018 14:02:35 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 90451E09DD for ; Sun, 7 Oct 2018 14:02:35 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 B4224335CE9 for ; Sun, 7 Oct 2018 14:02:33 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 4D6BD438 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: <1538920842.149a6672030e0ffc5338b9e0596668b71e4aef0e.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/libggimisc/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-libs/libggimisc/libggimisc-2.2.2.ebuild X-VCS-Directories: media-libs/libggimisc/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 149a6672030e0ffc5338b9e0596668b71e4aef0e 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: 43143bb9-b436-4993-a96e-1d6827729dd0 X-Archives-Hash: 4d53c8e435ab0605b2617c78236e68b6 commit: 149a6672030e0ffc5338b9e0596668b71e4aef0e Author: Michael Mair-Keimberger gmail com> AuthorDate: Fri Oct 5 19:32:01 2018 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Sun Oct 7 14:00:42 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=149a6672 media-libs/libggimisc: fix HOMEPAGE, use HTTPS, update DESCRIPTION Signed-off-by: Michael Mair-Keimberger gmail.com> Signed-off-by: Andreas Sturmlechner gentoo.org> media-libs/libggimisc/libggimisc-2.2.2.ebuild | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/media-libs/libggimisc/libggimisc-2.2.2.ebuild b/media-libs/libggimisc/libggimisc-2.2.2.ebuild index 23876dbf158..abf922bfdd7 100644 --- a/media-libs/libggimisc/libggimisc-2.2.2.ebuild +++ b/media-libs/libggimisc/libggimisc-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="Library for General Graphics Interface" -HOMEPAGE="http://www.ggi-project.org" +DESCRIPTION="Adds support for some special graphical target features" +HOMEPAGE="https://ibiblio.org/ggicore/packages/libggimisc.html" SRC_URI="mirror://sourceforge/ggi/${P}.src.tar.bz2" LICENSE="MIT"