From ce21b522ceb584f6c76cda00b3b15da9a321b90b Mon Sep 17 00:00:00 2001 From: Michael Mair-Keimberger Date: Mon, 4 Jun 2018 22:10:40 +0200 Subject: 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(-) (limited to 'dev-php') diff --git a/dev-php/doctrine/doctrine-1.2.5.ebuild b/dev-php/doctrine/doctrine-1.2.5.ebuild index 30e0303f6c6a..bf2faae0288f 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 c2ea8a6947ba..5184f5a1812f 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 c716c1274c2c..edd7e6575055 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" -- cgit v1.2.3-65-gdbad