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 A0B301396D0 for ; Thu, 17 Aug 2017 17:06:17 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id BBB6F1FC08E; Thu, 17 Aug 2017 17:06:07 +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 96BA61FC08D for ; Thu, 17 Aug 2017 17:06:07 +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 DA9E53418C6 for ; Thu, 17 Aug 2017 17:06:06 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 0AC3E7929 for ; Thu, 17 Aug 2017 17:06:03 +0000 (UTC) From: "Michał Górny" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michał Górny" Message-ID: <1502989515.ae3f1bcf7394020a0314da1e7d1a9cb96e9938ab.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-text/poppler/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-text/poppler/poppler-0.45.0.ebuild app-text/poppler/poppler-0.56.0.ebuild app-text/poppler/poppler-9999.ebuild X-VCS-Directories: app-text/poppler/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: ae3f1bcf7394020a0314da1e7d1a9cb96e9938ab X-VCS-Branch: master Date: Thu, 17 Aug 2017 17:06: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: ba55287f-9d39-4a1f-8b96-dd443903236a X-Archives-Hash: 31c5ce6bc8c1d53f099190f1858be8a5 commit: ae3f1bcf7394020a0314da1e7d1a9cb96e9938ab Author: David Hicks hicks id au> AuthorDate: Mon Jul 31 13:46:13 2017 +0000 Commit: Michał Górny gentoo org> CommitDate: Thu Aug 17 17:05:15 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ae3f1bcf app-text/poppler: use HTTPS for freedesktop.org Package-Manager: Portage-2.3.6, Repoman-2.3.3 app-text/poppler/poppler-0.45.0.ebuild | 2 +- app-text/poppler/poppler-0.56.0.ebuild | 2 +- app-text/poppler/poppler-9999.ebuild | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/app-text/poppler/poppler-0.45.0.ebuild b/app-text/poppler/poppler-0.45.0.ebuild index f819163713b..ad745e69149 100644 --- a/app-text/poppler/poppler-0.45.0.ebuild +++ b/app-text/poppler/poppler-0.45.0.ebuild @@ -7,7 +7,7 @@ inherit cmake-utils toolchain-funcs xdg-utils if [[ "${PV}" == "9999" ]] ; then inherit git-r3 - EGIT_REPO_URI="git://git.freedesktop.org/git/${PN}/${PN}" + EGIT_REPO_URI="https://anongit.freedesktop.org/git/poppler/poppler.git" SLOT="0/9999" else SRC_URI="https://poppler.freedesktop.org/${P}.tar.xz" diff --git a/app-text/poppler/poppler-0.56.0.ebuild b/app-text/poppler/poppler-0.56.0.ebuild index 1216746a460..70112161ec7 100644 --- a/app-text/poppler/poppler-0.56.0.ebuild +++ b/app-text/poppler/poppler-0.56.0.ebuild @@ -7,7 +7,7 @@ inherit cmake-utils toolchain-funcs xdg-utils if [[ "${PV}" == "9999" ]] ; then inherit git-r3 - EGIT_REPO_URI="git://git.freedesktop.org/git/${PN}/${PN}" + EGIT_REPO_URI="https://anongit.freedesktop.org/git/poppler/poppler.git" SLOT="0/9999" else SRC_URI="https://poppler.freedesktop.org/${P}.tar.xz" diff --git a/app-text/poppler/poppler-9999.ebuild b/app-text/poppler/poppler-9999.ebuild index b0c72bd971c..eab3b89d6df 100644 --- a/app-text/poppler/poppler-9999.ebuild +++ b/app-text/poppler/poppler-9999.ebuild @@ -7,7 +7,7 @@ inherit cmake-utils toolchain-funcs xdg-utils if [[ "${PV}" == "9999" ]] ; then inherit git-r3 - EGIT_REPO_URI="git://git.freedesktop.org/git/${PN}/${PN}" + EGIT_REPO_URI="https://anongit.freedesktop.org/git/poppler/poppler.git" SLOT="0/9999" else SRC_URI="https://poppler.freedesktop.org/${P}.tar.xz"