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 677231382C5 for ; Sun, 8 Apr 2018 18:38:10 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A2C26E0AFF; Sun, 8 Apr 2018 18:38:05 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 64EBAE0AFE for ; Sun, 8 Apr 2018 18:38:05 +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 971B3335C51 for ; Sun, 8 Apr 2018 18:38:03 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 8203D286 for ; Sun, 8 Apr 2018 18:38:00 +0000 (UTC) From: "James Le Cuirot" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "James Le Cuirot" Message-ID: <1523212649.8c2c7a8fb4e2f9b85cec678c2faa38e49b6f8d2e.chewi@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-java/jdbc-postgresql/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-java/jdbc-postgresql/jdbc-postgresql-9.2_p1003.ebuild dev-java/jdbc-postgresql/jdbc-postgresql-9.2_p1004.ebuild dev-java/jdbc-postgresql/jdbc-postgresql-9.3_p1100.ebuild dev-java/jdbc-postgresql/jdbc-postgresql-9.4_p1205.ebuild dev-java/jdbc-postgresql/jdbc-postgresql-9.4_p1206.ebuild X-VCS-Directories: dev-java/jdbc-postgresql/ X-VCS-Committer: chewi X-VCS-Committer-Name: James Le Cuirot X-VCS-Revision: 8c2c7a8fb4e2f9b85cec678c2faa38e49b6f8d2e X-VCS-Branch: master Date: Sun, 8 Apr 2018 18:38:00 +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: f92341d5-18d7-44b6-986e-1310e5d1cd4d X-Archives-Hash: c1068194530ac8c3b26fb0a9bf15dd11 commit: 8c2c7a8fb4e2f9b85cec678c2faa38e49b6f8d2e Author: Michael Mair-Keimberger gmail com> AuthorDate: Sun Apr 8 17:32:51 2018 +0000 Commit: James Le Cuirot gentoo org> CommitDate: Sun Apr 8 18:37:29 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8c2c7a8f dev-java/jdbc-postgresql: use HTTPS dev-java/jdbc-postgresql/jdbc-postgresql-9.2_p1003.ebuild | 6 +++--- dev-java/jdbc-postgresql/jdbc-postgresql-9.2_p1004.ebuild | 6 +++--- dev-java/jdbc-postgresql/jdbc-postgresql-9.3_p1100.ebuild | 6 +++--- dev-java/jdbc-postgresql/jdbc-postgresql-9.4_p1205.ebuild | 6 +++--- dev-java/jdbc-postgresql/jdbc-postgresql-9.4_p1206.ebuild | 6 +++--- 5 files changed, 15 insertions(+), 15 deletions(-) diff --git a/dev-java/jdbc-postgresql/jdbc-postgresql-9.2_p1003.ebuild b/dev-java/jdbc-postgresql/jdbc-postgresql-9.2_p1003.ebuild index c69374a0679..276db9dd4d5 100644 --- a/dev-java/jdbc-postgresql/jdbc-postgresql-9.2_p1003.ebuild +++ b/dev-java/jdbc-postgresql/jdbc-postgresql-9.2_p1003.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI="5" @@ -12,8 +12,8 @@ MY_PV="${PV/_p/-}" MY_P="${MY_PN}-${MY_PV}.src" DESCRIPTION="JDBC Driver for PostgreSQL" -SRC_URI="http://jdbc.postgresql.org/download/${MY_P}.tar.gz" -HOMEPAGE="http://jdbc.postgresql.org/" +SRC_URI="https://jdbc.postgresql.org/download/${MY_P}.tar.gz" +HOMEPAGE="https://jdbc.postgresql.org/" LICENSE="POSTGRESQL" SLOT="0" diff --git a/dev-java/jdbc-postgresql/jdbc-postgresql-9.2_p1004.ebuild b/dev-java/jdbc-postgresql/jdbc-postgresql-9.2_p1004.ebuild index a0f2da4263f..85728f17237 100644 --- a/dev-java/jdbc-postgresql/jdbc-postgresql-9.2_p1004.ebuild +++ b/dev-java/jdbc-postgresql/jdbc-postgresql-9.2_p1004.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI="5" @@ -12,8 +12,8 @@ MY_PV="${PV/_p/-}" MY_P="${MY_PN}-${MY_PV}.src" DESCRIPTION="JDBC Driver for PostgreSQL" -SRC_URI="http://jdbc.postgresql.org/download/${MY_P}.tar.gz" -HOMEPAGE="http://jdbc.postgresql.org/" +SRC_URI="https://jdbc.postgresql.org/download/${MY_P}.tar.gz" +HOMEPAGE="https://jdbc.postgresql.org/" LICENSE="POSTGRESQL" SLOT="0" diff --git a/dev-java/jdbc-postgresql/jdbc-postgresql-9.3_p1100.ebuild b/dev-java/jdbc-postgresql/jdbc-postgresql-9.3_p1100.ebuild index a0f2da4263f..85728f17237 100644 --- a/dev-java/jdbc-postgresql/jdbc-postgresql-9.3_p1100.ebuild +++ b/dev-java/jdbc-postgresql/jdbc-postgresql-9.3_p1100.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI="5" @@ -12,8 +12,8 @@ MY_PV="${PV/_p/-}" MY_P="${MY_PN}-${MY_PV}.src" DESCRIPTION="JDBC Driver for PostgreSQL" -SRC_URI="http://jdbc.postgresql.org/download/${MY_P}.tar.gz" -HOMEPAGE="http://jdbc.postgresql.org/" +SRC_URI="https://jdbc.postgresql.org/download/${MY_P}.tar.gz" +HOMEPAGE="https://jdbc.postgresql.org/" LICENSE="POSTGRESQL" SLOT="0" diff --git a/dev-java/jdbc-postgresql/jdbc-postgresql-9.4_p1205.ebuild b/dev-java/jdbc-postgresql/jdbc-postgresql-9.4_p1205.ebuild index 8da80597d54..7d5e2a0e06f 100644 --- a/dev-java/jdbc-postgresql/jdbc-postgresql-9.4_p1205.ebuild +++ b/dev-java/jdbc-postgresql/jdbc-postgresql-9.4_p1205.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI="5" @@ -12,8 +12,8 @@ MY_PV="${PV/_p/-}" MY_P="${MY_PN}-${MY_PV}.src" DESCRIPTION="JDBC Driver for PostgreSQL" -SRC_URI="http://jdbc.postgresql.org/download/${MY_P}.tar.gz" -HOMEPAGE="http://jdbc.postgresql.org/" +SRC_URI="https://jdbc.postgresql.org/download/${MY_P}.tar.gz" +HOMEPAGE="https://jdbc.postgresql.org/" LICENSE="POSTGRESQL" SLOT="0" diff --git a/dev-java/jdbc-postgresql/jdbc-postgresql-9.4_p1206.ebuild b/dev-java/jdbc-postgresql/jdbc-postgresql-9.4_p1206.ebuild index 6db452316d8..d15404c14f4 100644 --- a/dev-java/jdbc-postgresql/jdbc-postgresql-9.4_p1206.ebuild +++ b/dev-java/jdbc-postgresql/jdbc-postgresql-9.4_p1206.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI="5" @@ -12,8 +12,8 @@ MY_PV="${PV/_p/-}" MY_P="${MY_PN}-${MY_PV}.src" DESCRIPTION="JDBC Driver for PostgreSQL" -SRC_URI="http://jdbc.postgresql.org/download/${MY_P}.tar.gz" -HOMEPAGE="http://jdbc.postgresql.org/" +SRC_URI="https://jdbc.postgresql.org/download/${MY_P}.tar.gz" +HOMEPAGE="https://jdbc.postgresql.org/" LICENSE="POSTGRESQL" SLOT="0"