Gentoo Archives: gentoo-commits

From: Jeroen Roovers <jer@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/fontconfig-ultimate/
Date: Sun, 30 Sep 2018 14:22:20
Message-Id: 1538317324.0c820df590dd2e17bd1fd9bff6dcf40d654cbe45.jer@gentoo
1 commit: 0c820df590dd2e17bd1fd9bff6dcf40d654cbe45
2 Author: Jeroen Roovers <jer <AT> gentoo <DOT> org>
3 AuthorDate: Sun Sep 30 14:21:54 2018 +0000
4 Commit: Jeroen Roovers <jer <AT> gentoo <DOT> org>
5 CommitDate: Sun Sep 30 14:22:04 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0c820df5
7
8 media-libs/fontconfig-ultimate: Fix HOMEPAGE
9
10 Original homepage showed "explicit" content, so reset it to Gentoo's
11 default. Thanks to grknight for bringing up the problem on IRC.
12
13 Package-Manager: Portage-2.3.50, Repoman-2.3.11
14 Signed-off-by: Jeroen Roovers <jer <AT> gentoo.org>
15
16 media-libs/fontconfig-ultimate/fontconfig-ultimate-2015.04.ebuild | 4 ++--
17 media-libs/fontconfig-ultimate/fontconfig-ultimate-2015.08.01.ebuild | 4 ++--
18 2 files changed, 4 insertions(+), 4 deletions(-)
19
20 diff --git a/media-libs/fontconfig-ultimate/fontconfig-ultimate-2015.04.ebuild b/media-libs/fontconfig-ultimate/fontconfig-ultimate-2015.04.ebuild
21 index 1ae06828462..fb67d6643e1 100644
22 --- a/media-libs/fontconfig-ultimate/fontconfig-ultimate-2015.04.ebuild
23 +++ b/media-libs/fontconfig-ultimate/fontconfig-ultimate-2015.04.ebuild
24 @@ -1,4 +1,4 @@
25 -# Copyright 1999-2015 Gentoo Foundation
26 +# Copyright 1999-2018 Gentoo Authors
27 # Distributed under the terms of the GNU General Public License v2
28
29 EAPI=5
30 @@ -6,7 +6,7 @@ inherit readme.gentoo versionator
31
32 MY_PV=$(replace_all_version_separators "-")
33 DESCRIPTION="A set of font rendering and replacement rules for fontconfig-infinality"
34 -HOMEPAGE="http://bohoomil.com/"
35 +HOMEPAGE="https://www.gentoo.org/"
36 SRC_URI="https://github.com/bohoomil/${PN}/archive/${MY_PV}.tar.gz -> ${P}.tar.gz"
37
38 LICENSE="MIT"
39
40 diff --git a/media-libs/fontconfig-ultimate/fontconfig-ultimate-2015.08.01.ebuild b/media-libs/fontconfig-ultimate/fontconfig-ultimate-2015.08.01.ebuild
41 index 1ae06828462..fb67d6643e1 100644
42 --- a/media-libs/fontconfig-ultimate/fontconfig-ultimate-2015.08.01.ebuild
43 +++ b/media-libs/fontconfig-ultimate/fontconfig-ultimate-2015.08.01.ebuild
44 @@ -1,4 +1,4 @@
45 -# Copyright 1999-2015 Gentoo Foundation
46 +# Copyright 1999-2018 Gentoo Authors
47 # Distributed under the terms of the GNU General Public License v2
48
49 EAPI=5
50 @@ -6,7 +6,7 @@ inherit readme.gentoo versionator
51
52 MY_PV=$(replace_all_version_separators "-")
53 DESCRIPTION="A set of font rendering and replacement rules for fontconfig-infinality"
54 -HOMEPAGE="http://bohoomil.com/"
55 +HOMEPAGE="https://www.gentoo.org/"
56 SRC_URI="https://github.com/bohoomil/${PN}/archive/${MY_PV}.tar.gz -> ${P}.tar.gz"
57
58 LICENSE="MIT"