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 A2754138334 for ; Sun, 30 Sep 2018 14:22:20 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A8C23E07D9; Sun, 30 Sep 2018 14:22:19 +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 69F55E07D9 for ; Sun, 30 Sep 2018 14:22:18 +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 6DDA0335C4F for ; Sun, 30 Sep 2018 14:22:17 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 95B402C6 for ; Sun, 30 Sep 2018 14:22:15 +0000 (UTC) From: "Jeroen Roovers" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Jeroen Roovers" Message-ID: <1538317324.0c820df590dd2e17bd1fd9bff6dcf40d654cbe45.jer@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/fontconfig-ultimate/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-libs/fontconfig-ultimate/fontconfig-ultimate-2015.04.ebuild media-libs/fontconfig-ultimate/fontconfig-ultimate-2015.08.01.ebuild X-VCS-Directories: media-libs/fontconfig-ultimate/ X-VCS-Committer: jer X-VCS-Committer-Name: Jeroen Roovers X-VCS-Revision: 0c820df590dd2e17bd1fd9bff6dcf40d654cbe45 X-VCS-Branch: master Date: Sun, 30 Sep 2018 14:22:15 +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: 4a9e585f-06d2-4398-8c0a-54f77ac2a76b X-Archives-Hash: 39ad4467598b7d29be196473f2f8a41b commit: 0c820df590dd2e17bd1fd9bff6dcf40d654cbe45 Author: Jeroen Roovers gentoo org> AuthorDate: Sun Sep 30 14:21:54 2018 +0000 Commit: Jeroen Roovers gentoo org> CommitDate: Sun Sep 30 14:22:04 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0c820df5 media-libs/fontconfig-ultimate: Fix HOMEPAGE Original homepage showed "explicit" content, so reset it to Gentoo's default. Thanks to grknight for bringing up the problem on IRC. Package-Manager: Portage-2.3.50, Repoman-2.3.11 Signed-off-by: Jeroen Roovers gentoo.org> media-libs/fontconfig-ultimate/fontconfig-ultimate-2015.04.ebuild | 4 ++-- media-libs/fontconfig-ultimate/fontconfig-ultimate-2015.08.01.ebuild | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/media-libs/fontconfig-ultimate/fontconfig-ultimate-2015.04.ebuild b/media-libs/fontconfig-ultimate/fontconfig-ultimate-2015.04.ebuild index 1ae06828462..fb67d6643e1 100644 --- a/media-libs/fontconfig-ultimate/fontconfig-ultimate-2015.04.ebuild +++ b/media-libs/fontconfig-ultimate/fontconfig-ultimate-2015.04.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2018 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=5 @@ -6,7 +6,7 @@ inherit readme.gentoo versionator MY_PV=$(replace_all_version_separators "-") DESCRIPTION="A set of font rendering and replacement rules for fontconfig-infinality" -HOMEPAGE="http://bohoomil.com/" +HOMEPAGE="https://www.gentoo.org/" SRC_URI="https://github.com/bohoomil/${PN}/archive/${MY_PV}.tar.gz -> ${P}.tar.gz" LICENSE="MIT" diff --git a/media-libs/fontconfig-ultimate/fontconfig-ultimate-2015.08.01.ebuild b/media-libs/fontconfig-ultimate/fontconfig-ultimate-2015.08.01.ebuild index 1ae06828462..fb67d6643e1 100644 --- a/media-libs/fontconfig-ultimate/fontconfig-ultimate-2015.08.01.ebuild +++ b/media-libs/fontconfig-ultimate/fontconfig-ultimate-2015.08.01.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2018 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=5 @@ -6,7 +6,7 @@ inherit readme.gentoo versionator MY_PV=$(replace_all_version_separators "-") DESCRIPTION="A set of font rendering and replacement rules for fontconfig-infinality" -HOMEPAGE="http://bohoomil.com/" +HOMEPAGE="https://www.gentoo.org/" SRC_URI="https://github.com/bohoomil/${PN}/archive/${MY_PV}.tar.gz -> ${P}.tar.gz" LICENSE="MIT"