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 BD1B1139694 for ; Tue, 28 Mar 2017 19:07:30 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 2504121C0C6; Tue, 28 Mar 2017 19:07:30 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id F3F9A21C0C6 for ; Tue, 28 Mar 2017 19:07:29 +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 E0679341662 for ; Tue, 28 Mar 2017 19:07:23 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id A1C5373E3 for ; Tue, 28 Mar 2017 19:07:20 +0000 (UTC) From: "Brian Dolbec" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Brian Dolbec" Message-ID: <1490728030.3e6f6b63f4cb1a28974e007278ba3963443a32aa.dolsen@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/epsilon/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/epsilon/epsilon-0.7.0.ebuild dev-python/epsilon/epsilon-0.7.1.ebuild X-VCS-Directories: dev-python/epsilon/ X-VCS-Committer: dolsen X-VCS-Committer-Name: Brian Dolbec X-VCS-Revision: 3e6f6b63f4cb1a28974e007278ba3963443a32aa X-VCS-Branch: master Date: Tue, 28 Mar 2017 19:07:20 +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: e2d9abd4-c9f8-438b-a3a5-ab28631179c2 X-Archives-Hash: b75396eceb25635624f0994e3da4fd62 commit: 3e6f6b63f4cb1a28974e007278ba3963443a32aa Author: Brian Dolbec gentoo org> AuthorDate: Tue Mar 28 18:44:55 2017 +0000 Commit: Brian Dolbec gentoo org> CommitDate: Tue Mar 28 19:07:10 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3e6f6b63 dev-python/epsilon: Update HOMEPAGE Package-Manager: Portage-2.3.5, Repoman-2.3.2_p30 dev-python/epsilon/epsilon-0.7.0.ebuild | 4 ++-- dev-python/epsilon/epsilon-0.7.1.ebuild | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/dev-python/epsilon/epsilon-0.7.0.ebuild b/dev-python/epsilon/epsilon-0.7.0.ebuild index efdfa10d021..0d7e44bcf2e 100644 --- a/dev-python/epsilon/epsilon-0.7.0.ebuild +++ b/dev-python/epsilon/epsilon-0.7.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI="5" @@ -7,7 +7,7 @@ PYTHON_COMPAT=( python2_7 ) inherit twisted-r1 eutils DESCRIPTION="Epsilon is a Python utilities package, most famous for its Time class" -HOMEPAGE="http://divmod.org/trac/wiki/DivmodEpsilon https://pypi.python.org/pypi/Epsilon" +HOMEPAGE="https://github.com/twisted/epsilon https://pypi.python.org/pypi/Epsilon" SRC_URI="mirror://pypi/${TWISTED_PN:0:1}/${TWISTED_PN}/${TWISTED_P}.tar.gz" KEYWORDS="amd64 ppc ppc64 sparc x86" diff --git a/dev-python/epsilon/epsilon-0.7.1.ebuild b/dev-python/epsilon/epsilon-0.7.1.ebuild index f0fb386ce8b..f52a5827fc0 100644 --- a/dev-python/epsilon/epsilon-0.7.1.ebuild +++ b/dev-python/epsilon/epsilon-0.7.1.ebuild @@ -7,7 +7,7 @@ PYTHON_COMPAT=( python2_7 ) inherit twisted-r1 DESCRIPTION="Epsilon is a Python utilities package, most famous for its Time class" -HOMEPAGE="http://divmod.org/trac/wiki/DivmodEpsilon https://pypi.python.org/pypi/Epsilon" +HOMEPAGE="https://github.com/twisted/epsilon https://pypi.python.org/pypi/Epsilon" SRC_URI="mirror://pypi/${TWISTED_PN:0:1}/${TWISTED_PN}/${TWISTED_P}.tar.gz" KEYWORDS="~amd64 ~ppc ~ppc64 ~sparc ~x86"