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 26663138334 for ; Thu, 7 Jun 2018 19:22:51 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 4326CE0B33; Thu, 7 Jun 2018 19:22:50 +0000 (UTC) Received: from smtp.gentoo.org (dev.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 15BD2E0B33 for ; Thu, 7 Jun 2018 19:22:48 +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 5248D335CC9 for ; Thu, 7 Jun 2018 19:22:47 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 441CF2BF for ; Thu, 7 Jun 2018 19:22:45 +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: <1528399212.ce21b522ceb584f6c76cda00b3b15da9a321b90b.bman@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-php/doctrine/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-php/doctrine/doctrine-1.2.5.ebuild dev-php/doctrine/doctrine-2.4.6.ebuild dev-php/doctrine/doctrine-2.6.1.ebuild X-VCS-Directories: dev-php/doctrine/ X-VCS-Committer: bman X-VCS-Committer-Name: Aaron Bauman X-VCS-Revision: ce21b522ceb584f6c76cda00b3b15da9a321b90b X-VCS-Branch: master Date: Thu, 7 Jun 2018 19:22:45 +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: 9a73c12a-0d9e-4cfd-8c79-5b16400f9444 X-Archives-Hash: 8519b1cd2dee97e3075444efbb8b4f7c commit: ce21b522ceb584f6c76cda00b3b15da9a321b90b Author: Michael Mair-Keimberger gmail com> AuthorDate: Mon Jun 4 20:10:40 2018 +0000 Commit: Aaron Bauman gentoo 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"