commit:     ce21b522ceb584f6c76cda00b3b15da9a321b90b
Author:     Michael Mair-Keimberger <m.mairkeimberger <AT> gmail <DOT> com>
AuthorDate: Mon Jun  4 20:10:40 2018 +0000
Commit:     Aaron Bauman <bman <AT> gentoo <DOT> org>
CommitDate: Thu Jun  7 19:20:12 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ce21b522

dev-php/doctrine: use HTTPs

 dev-php/doctrine/doctrine-1.2.5.ebuild | 4 ++--
 dev-php/doctrine/doctrine-2.4.6.ebuild | 4 ++--
 dev-php/doctrine/doctrine-2.6.1.ebuild | 2 +-
 3 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/dev-php/doctrine/doctrine-1.2.5.ebuild 
b/dev-php/doctrine/doctrine-1.2.5.ebuild
index 30e0303f6c6..bf2faae0288 100644
--- a/dev-php/doctrine/doctrine-1.2.5.ebuild
+++ b/dev-php/doctrine/doctrine-1.2.5.ebuild
@@ -1,11 +1,11 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
 
 MY_P="${PN}1-${PV}"
 DESCRIPTION="An object relational mapper for PHP5"
-HOMEPAGE="http://www.doctrine-project.org/";
+HOMEPAGE="https://www.doctrine-project.org/";
 SRC_URI="https://github.com/${PN}/${PN}1/archive/v${PV}.tar.gz -> ${P}.tar.gz"
 
 LICENSE="LGPL-2.1 MIT BSD"

diff --git a/dev-php/doctrine/doctrine-2.4.6.ebuild 
b/dev-php/doctrine/doctrine-2.4.6.ebuild
index c2ea8a6947b..5184f5a1812 100644
--- a/dev-php/doctrine/doctrine-2.4.6.ebuild
+++ b/dev-php/doctrine/doctrine-2.4.6.ebuild
@@ -1,11 +1,11 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
 
 MY_P="${PN}2-${PV}"
 DESCRIPTION="An object relational mapper for PHP5"
-HOMEPAGE="http://www.doctrine-project.org/";
+HOMEPAGE="https://www.doctrine-project.org/";
 SRC_URI="https://github.com/${PN}/${PN}2/archive/v${PV}.tar.gz -> ${P}.tar.gz"
 
 LICENSE="LGPL-2.1 MIT BSD"

diff --git a/dev-php/doctrine/doctrine-2.6.1.ebuild 
b/dev-php/doctrine/doctrine-2.6.1.ebuild
index c716c1274c2..edd7e657505 100644
--- a/dev-php/doctrine/doctrine-2.6.1.ebuild
+++ b/dev-php/doctrine/doctrine-2.6.1.ebuild
@@ -5,7 +5,7 @@ EAPI=6
 
 MY_P="${PN}2-${PV}"
 DESCRIPTION="An object relational mapper for PHP"
-HOMEPAGE="http://www.doctrine-project.org/";
+HOMEPAGE="https://www.doctrine-project.org/";
 SRC_URI="https://github.com/${PN}/${PN}2/archive/v${PV}.tar.gz -> ${P}.tar.gz"
 
 LICENSE="MIT"

Reply via email to