From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <gentoo-commits+bounces-1036936-garchives=archives.gentoo.org@lists.gentoo.org> 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 BA3E4138334 for <garchives@archives.gentoo.org>; Mon, 16 Jul 2018 22:26:16 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C4A38E07DF; Mon, 16 Jul 2018 22:26:15 +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 9E35BE07DF for <gentoo-commits@lists.gentoo.org>; Mon, 16 Jul 2018 22:26:15 +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 0D5F5335C6B for <gentoo-commits@lists.gentoo.org>; Mon, 16 Jul 2018 22:26:14 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id AAAD3377 for <gentoo-commits@lists.gentoo.org>; Mon, 16 Jul 2018 22:26:12 +0000 (UTC) From: "Andreas Sturmlechner" <asturm@gentoo.org> 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" <asturm@gentoo.org> Message-ID: <1531779955.a16cffdf0dfdebdf626a4c1ba5b4f3dd575dac8b.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/allegro/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-libs/allegro/allegro-4.4.2-r1.ebuild media-libs/allegro/allegro-5.0.11.ebuild X-VCS-Directories: media-libs/allegro/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: a16cffdf0dfdebdf626a4c1ba5b4f3dd575dac8b X-VCS-Branch: master Date: Mon, 16 Jul 2018 22:26:12 +0000 (UTC) Precedence: bulk List-Post: <mailto:gentoo-commits@lists.gentoo.org> List-Help: <mailto:gentoo-commits+help@lists.gentoo.org> List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org> List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org> List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org> X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: d31013c9-ab01-4ed4-8211-328db1c8dfdb X-Archives-Hash: d2be7fcf5d3e4afe2afa1982e2bca6fd commit: a16cffdf0dfdebdf626a4c1ba5b4f3dd575dac8b Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org> AuthorDate: Mon Jul 16 18:22:01 2018 +0000 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org> CommitDate: Mon Jul 16 22:25:55 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a16cffdf media-libs/allegro: Fix HOMEPAGE Package-Manager: Portage-2.3.43, Repoman-2.3.10 media-libs/allegro/allegro-4.4.2-r1.ebuild | 2 +- media-libs/allegro/allegro-5.0.11.ebuild | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/media-libs/allegro/allegro-4.4.2-r1.ebuild b/media-libs/allegro/allegro-4.4.2-r1.ebuild index c70499bbb40..fff77ed7e25 100644 --- a/media-libs/allegro/allegro-4.4.2-r1.ebuild +++ b/media-libs/allegro/allegro-4.4.2-r1.ebuild @@ -7,7 +7,7 @@ CMAKE_IN_SOURCE_BUILD=1 inherit cmake-utils desktop DESCRIPTION="cross-platform multimedia library" -HOMEPAGE="http://alleg.sourceforge.net/" +HOMEPAGE="https://liballeg.org/" SRC_URI="mirror://sourceforge/alleg/${P}.tar.gz" LICENSE="Allegro MIT GPL-2+ ZLIB" diff --git a/media-libs/allegro/allegro-5.0.11.ebuild b/media-libs/allegro/allegro-5.0.11.ebuild index 26b2dff5064..858be8f9f10 100644 --- a/media-libs/allegro/allegro-5.0.11.ebuild +++ b/media-libs/allegro/allegro-5.0.11.ebuild @@ -6,7 +6,7 @@ EAPI=6 inherit cmake-multilib DESCRIPTION="A game programming library" -HOMEPAGE="http://alleg.sourceforge.net/" +HOMEPAGE="https://liballeg.org/" SRC_URI="mirror://sourceforge/alleg/${P}.tar.gz" LICENSE="BSD ZLIB"