diff options
author | Michael Mair-Keimberger <m.mairkeimberger@gmail.com> | 2018-06-04 22:10:40 +0200 |
---|---|---|
committer | Aaron Bauman <bman@gentoo.org> | 2018-06-07 15:20:12 -0400 |
commit | ce21b522ceb584f6c76cda00b3b15da9a321b90b (patch) | |
tree | 3186db13e7ed8e3d8de43d0d988e17b570f76465 /dev-php | |
parent | dev-php/File_Iterator: sync HOMEPAGEs, use HTTPs (diff) | |
download | gentoo-ce21b522ceb584f6c76cda00b3b15da9a321b90b.tar.gz gentoo-ce21b522ceb584f6c76cda00b3b15da9a321b90b.tar.bz2 gentoo-ce21b522ceb584f6c76cda00b3b15da9a321b90b.zip |
dev-php/doctrine: use HTTPs
Diffstat (limited to 'dev-php')
-rw-r--r-- | dev-php/doctrine/doctrine-1.2.5.ebuild | 4 | ||||
-rw-r--r-- | dev-php/doctrine/doctrine-2.4.6.ebuild | 4 | ||||
-rw-r--r-- | 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 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" |