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 D923F139085 for ; Tue, 7 Feb 2017 21:23:08 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 91DAFE0DAC; Tue, 7 Feb 2017 21:23:06 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 69D4DE0DAC for ; Tue, 7 Feb 2017 21:23:06 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 22A5834169B for ; Tue, 7 Feb 2017 21:23:05 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 54C203D9B for ; Tue, 7 Feb 2017 21:23:03 +0000 (UTC) From: "James Le Cuirot" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "James Le Cuirot" Message-ID: <1486502561.6c4e09494de6a4724354051c7dc60e6c53facb8c.chewi@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/ftgl/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-libs/ftgl/ftgl-2.1.3_rc5.ebuild X-VCS-Directories: media-libs/ftgl/ X-VCS-Committer: chewi X-VCS-Committer-Name: James Le Cuirot X-VCS-Revision: 6c4e09494de6a4724354051c7dc60e6c53facb8c X-VCS-Branch: master Date: Tue, 7 Feb 2017 21:23:03 +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: 9b801ebb-012f-4a6f-b047-ade1d882f61c X-Archives-Hash: cb228a89b9744f351d3d0533c6736df6 commit: 6c4e09494de6a4724354051c7dc60e6c53facb8c Author: James Le Cuirot gentoo org> AuthorDate: Tue Feb 7 21:22:41 2017 +0000 Commit: James Le Cuirot gentoo org> CommitDate: Tue Feb 7 21:22:41 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6c4e0949 media-libs/ftgl: Fix broken HOMEPAGE Package-Manager: Portage-2.3.3, Repoman-2.3.1 media-libs/ftgl/ftgl-2.1.3_rc5.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/media-libs/ftgl/ftgl-2.1.3_rc5.ebuild b/media-libs/ftgl/ftgl-2.1.3_rc5.ebuild index bcd6d71..d0f73e7 100644 --- a/media-libs/ftgl/ftgl-2.1.3_rc5.ebuild +++ b/media-libs/ftgl/ftgl-2.1.3_rc5.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -11,7 +11,7 @@ MY_P=${PN}-${MY_PV} MY_P2=${PN}-${MY_PV2} DESCRIPTION="library to use arbitrary fonts in OpenGL applications" -HOMEPAGE="http://ftgl.wiki.sourceforge.net/" +HOMEPAGE="http://ftgl.sourceforge.net/" SRC_URI="mirror://sourceforge/${PN}/${MY_P}.tar.bz2" LICENSE="MIT"