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 88EE4138334 for ; Sun, 3 Jun 2018 13:49:10 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B5198E09F8; Sun, 3 Jun 2018 13:49:06 +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 6037DE09F8 for ; Sun, 3 Jun 2018 13:49:06 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 0B417335C75 for ; Sun, 3 Jun 2018 13:49:05 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 1902C2C6 for ; Sun, 3 Jun 2018 13:49:02 +0000 (UTC) From: "Aaron Bauman" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Aaron Bauman" Message-ID: <1528033712.1ba465be38a0e63479d94cc24ed72d2850381c0e.bman@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-print/cups-pdf/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-print/cups-pdf/cups-pdf-2.6.1.ebuild net-print/cups-pdf/cups-pdf-3.0.0.ebuild net-print/cups-pdf/cups-pdf-3.0.1.ebuild X-VCS-Directories: net-print/cups-pdf/ X-VCS-Committer: bman X-VCS-Committer-Name: Aaron Bauman X-VCS-Revision: 1ba465be38a0e63479d94cc24ed72d2850381c0e X-VCS-Branch: master Date: Sun, 3 Jun 2018 13:49:02 +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: 399203f3-4a09-4fcd-b038-0e5cd8348f34 X-Archives-Hash: c26bdad14daf9dfc53dc33ccdd84c33a commit: 1ba465be38a0e63479d94cc24ed72d2850381c0e Author: Michael Mair-Keimberger gmail com> AuthorDate: Sun Jun 3 09:16:02 2018 +0000 Commit: Aaron Bauman gentoo org> CommitDate: Sun Jun 3 13:48:32 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1ba465be net-print/cups-pdf: use HTTPs net-print/cups-pdf/cups-pdf-2.6.1.ebuild | 6 +++--- net-print/cups-pdf/cups-pdf-3.0.0.ebuild | 6 +++--- net-print/cups-pdf/cups-pdf-3.0.1.ebuild | 6 +++--- 3 files changed, 9 insertions(+), 9 deletions(-) diff --git a/net-print/cups-pdf/cups-pdf-2.6.1.ebuild b/net-print/cups-pdf/cups-pdf-2.6.1.ebuild index edd5a5eba83..bbf9677a3f4 100644 --- a/net-print/cups-pdf/cups-pdf-2.6.1.ebuild +++ b/net-print/cups-pdf/cups-pdf-2.6.1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=4 @@ -6,8 +6,8 @@ EAPI=4 inherit toolchain-funcs DESCRIPTION="Provides a virtual printer for CUPS to produce PDF files" -HOMEPAGE="http://www.cups-pdf.de/" -SRC_URI="http://www.cups-pdf.de/src/${PN}_${PV}.tar.gz" +HOMEPAGE="https://www.cups-pdf.de/" +SRC_URI="https://www.cups-pdf.de/src/${PN}_${PV}.tar.gz" LICENSE="GPL-2" SLOT="0" diff --git a/net-print/cups-pdf/cups-pdf-3.0.0.ebuild b/net-print/cups-pdf/cups-pdf-3.0.0.ebuild index 4bc7323b001..b2a6c83640a 100644 --- a/net-print/cups-pdf/cups-pdf-3.0.0.ebuild +++ b/net-print/cups-pdf/cups-pdf-3.0.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -6,8 +6,8 @@ EAPI=6 inherit toolchain-funcs DESCRIPTION="Provides a virtual printer for CUPS to produce PDF files" -HOMEPAGE="http://www.cups-pdf.de/" -SRC_URI="http://www.cups-pdf.de/src/${PN}_${PV/_}.tar.gz" +HOMEPAGE="https://www.cups-pdf.de/" +SRC_URI="https://www.cups-pdf.de/src/${PN}_${PV/_}.tar.gz" LICENSE="GPL-2+" SLOT="0" diff --git a/net-print/cups-pdf/cups-pdf-3.0.1.ebuild b/net-print/cups-pdf/cups-pdf-3.0.1.ebuild index 4bc7323b001..b2a6c83640a 100644 --- a/net-print/cups-pdf/cups-pdf-3.0.1.ebuild +++ b/net-print/cups-pdf/cups-pdf-3.0.1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -6,8 +6,8 @@ EAPI=6 inherit toolchain-funcs DESCRIPTION="Provides a virtual printer for CUPS to produce PDF files" -HOMEPAGE="http://www.cups-pdf.de/" -SRC_URI="http://www.cups-pdf.de/src/${PN}_${PV/_}.tar.gz" +HOMEPAGE="https://www.cups-pdf.de/" +SRC_URI="https://www.cups-pdf.de/src/${PN}_${PV/_}.tar.gz" LICENSE="GPL-2+" SLOT="0"