Gentoo Archives: gentoo-commits

From: James Le Cuirot <chewi@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/ftgl/
Date: Tue, 07 Feb 2017 21:23:08
Message-Id: 1486502561.6c4e09494de6a4724354051c7dc60e6c53facb8c.chewi@gentoo
1 commit: 6c4e09494de6a4724354051c7dc60e6c53facb8c
2 Author: James Le Cuirot <chewi <AT> gentoo <DOT> org>
3 AuthorDate: Tue Feb 7 21:22:41 2017 +0000
4 Commit: James Le Cuirot <chewi <AT> gentoo <DOT> org>
5 CommitDate: Tue Feb 7 21:22:41 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6c4e0949
7
8 media-libs/ftgl: Fix broken HOMEPAGE
9
10 Package-Manager: Portage-2.3.3, Repoman-2.3.1
11
12 media-libs/ftgl/ftgl-2.1.3_rc5.ebuild | 4 ++--
13 1 file changed, 2 insertions(+), 2 deletions(-)
14
15 diff --git a/media-libs/ftgl/ftgl-2.1.3_rc5.ebuild b/media-libs/ftgl/ftgl-2.1.3_rc5.ebuild
16 index bcd6d71..d0f73e7 100644
17 --- a/media-libs/ftgl/ftgl-2.1.3_rc5.ebuild
18 +++ b/media-libs/ftgl/ftgl-2.1.3_rc5.ebuild
19 @@ -1,4 +1,4 @@
20 -# Copyright 1999-2015 Gentoo Foundation
21 +# Copyright 1999-2017 Gentoo Foundation
22 # Distributed under the terms of the GNU General Public License v2
23 # $Id$
24
25 @@ -11,7 +11,7 @@ MY_P=${PN}-${MY_PV}
26 MY_P2=${PN}-${MY_PV2}
27
28 DESCRIPTION="library to use arbitrary fonts in OpenGL applications"
29 -HOMEPAGE="http://ftgl.wiki.sourceforge.net/"
30 +HOMEPAGE="http://ftgl.sourceforge.net/"
31 SRC_URI="mirror://sourceforge/${PN}/${MY_P}.tar.bz2"
32
33 LICENSE="MIT"