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 194D21382C5 for ; Sat, 17 Mar 2018 10:51:20 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 68A26E08C9; Sat, 17 Mar 2018 10:51: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 340E9E08C8 for ; Sat, 17 Mar 2018 10:51:14 +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 25619335CA8 for ; Sat, 17 Mar 2018 10:51:13 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id E6D8626F for ; Sat, 17 Mar 2018 10:51:08 +0000 (UTC) From: "Michał Górny" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michał Górny" Message-ID: <1521283864.22dff1ff9515bd81a2e22573aebdd69705ce6779.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/pyx/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/pyx/pyx-0.12.1-r1.ebuild dev-python/pyx/pyx-0.14.1.ebuild X-VCS-Directories: dev-python/pyx/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 22dff1ff9515bd81a2e22573aebdd69705ce6779 X-VCS-Branch: master Date: Sat, 17 Mar 2018 10:51:08 +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: f5accc7a-af7b-4072-9226-1ee89cc1cdde X-Archives-Hash: 921a9a248b74d04cc0171a9eee15a04b commit: 22dff1ff9515bd81a2e22573aebdd69705ce6779 Author: Michael Mair-Keimberger gmail com> AuthorDate: Sat Mar 17 09:10:46 2018 +0000 Commit: Michał Górny gentoo org> CommitDate: Sat Mar 17 10:51:04 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=22dff1ff dev-python/pyx: use HTTPS, sync HOMEPAGES dev-python/pyx/pyx-0.12.1-r1.ebuild | 5 +++-- dev-python/pyx/pyx-0.14.1.ebuild | 5 +++-- 2 files changed, 6 insertions(+), 4 deletions(-) diff --git a/dev-python/pyx/pyx-0.12.1-r1.ebuild b/dev-python/pyx/pyx-0.12.1-r1.ebuild index df2728e3056..a58f056e625 100644 --- a/dev-python/pyx/pyx-0.12.1-r1.ebuild +++ b/dev-python/pyx/pyx-0.12.1-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=5 @@ -9,7 +9,8 @@ inherit distutils-r1 MY_P="${P/pyx/PyX}" DESCRIPTION="Python package for the generation of encapsulated PostScript figures" -HOMEPAGE="http://pyx.sourceforge.net/" +HOMEPAGE="https://pyx.sourceforge.net/ + https://pypi.python.org/pypi/PyX/" SRC_URI="mirror://sourceforge/pyx/${MY_P}.tar.gz" LICENSE="GPL-2" diff --git a/dev-python/pyx/pyx-0.14.1.ebuild b/dev-python/pyx/pyx-0.14.1.ebuild index 66f76ddc5a5..49a0ab25aa0 100644 --- a/dev-python/pyx/pyx-0.14.1.ebuild +++ b/dev-python/pyx/pyx-0.14.1.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=5 @@ -8,7 +8,8 @@ inherit distutils-r1 MY_PN=PyX MY_P="${P/pyx/PyX}" DESCRIPTION="Python package for the generation of encapsulated PostScript figures" -HOMEPAGE="http://pyx.sourceforge.net/ http://pypi.python.org/pypi/PyX/" +HOMEPAGE="https://pyx.sourceforge.net/ + https://pypi.python.org/pypi/PyX/" SRC_URI="mirror://pypi/${MY_PN:0:1}/${MY_PN}/${MY_P}.tar.gz" LICENSE="GPL-2"