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 6D212138334 for ; Sat, 9 Jun 2018 14:09:15 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 8FC9EE08C8; Sat, 9 Jun 2018 14:09:14 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (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 5CC05E08C8 for ; Sat, 9 Jun 2018 14:09:14 +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 F2946335C97 for ; Sat, 9 Jun 2018 14:09:12 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 665AA3D for ; Sat, 9 Jun 2018 14:09:11 +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: <1528553334.6ab89890e6a398c6288fda41da93b722cc7cf99d.bman@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/oct2py/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/oct2py/oct2py-3.6.0.ebuild dev-python/oct2py/oct2py-4.0.6.ebuild X-VCS-Directories: dev-python/oct2py/ X-VCS-Committer: bman X-VCS-Committer-Name: Aaron Bauman X-VCS-Revision: 6ab89890e6a398c6288fda41da93b722cc7cf99d X-VCS-Branch: master Date: Sat, 9 Jun 2018 14:09:11 +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: 7211293f-417f-481a-bea9-349805047bb9 X-Archives-Hash: 3e45398589050c479c8c8e1085cd5b50 commit: 6ab89890e6a398c6288fda41da93b722cc7cf99d Author: Michael Mair-Keimberger gmail com> AuthorDate: Thu May 31 18:59:36 2018 +0000 Commit: Aaron Bauman gentoo org> CommitDate: Sat Jun 9 14:08:54 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6ab89890 dev-python/oct2py: use HTTPs, sync HOMEPAGEs Closes: https://github.com/gentoo/gentoo/pull/8656 dev-python/oct2py/oct2py-3.6.0.ebuild | 5 ++--- dev-python/oct2py/oct2py-4.0.6.ebuild | 6 ++++-- 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/dev-python/oct2py/oct2py-3.6.0.ebuild b/dev-python/oct2py/oct2py-3.6.0.ebuild index 9c4d8531d8d..6b185ef9897 100644 --- a/dev-python/oct2py/oct2py-3.6.0.ebuild +++ b/dev-python/oct2py/oct2py-3.6.0.ebuild @@ -9,9 +9,8 @@ inherit distutils-r1 DESCRIPTION="Python to GNU Octave bridge" HOMEPAGE=" - https://pypi.org/project/oct2py/ - http://pythonhosted.org/oct2py/ - https://github.com/blink1073/oct2py" + https://github.com/blink1073/oct2py + https://blink1073.github.io/oct2py/" SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" LICENSE="MIT" diff --git a/dev-python/oct2py/oct2py-4.0.6.ebuild b/dev-python/oct2py/oct2py-4.0.6.ebuild index cafb9f92a0f..9eb85c66fb4 100644 --- a/dev-python/oct2py/oct2py-4.0.6.ebuild +++ b/dev-python/oct2py/oct2py-4.0.6.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -8,7 +8,9 @@ PYTHON_COMPAT=( python2_7 python3_{4,5,6} ) inherit distutils-r1 DESCRIPTION="Python to GNU Octave bridge" -HOMEPAGE="http://blink1073.github.io/oct2py/" +HOMEPAGE=" + https://github.com/blink1073/oct2py + https://blink1073.github.io/oct2py/" SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" LICENSE="MIT"