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 773231396D0 for ; Sun, 3 Sep 2017 01:04:25 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 3682F1FC06F; Sun, 3 Sep 2017 01:04:22 +0000 (UTC) Received: from smtp.gentoo.org (mail.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 155761FC06F for ; Sun, 3 Sep 2017 01:04:22 +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 B355A341693 for ; Sun, 3 Sep 2017 01:04:20 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id DAA978C13 for ; Sun, 3 Sep 2017 01:04:16 +0000 (UTC) From: "Mike Gilbert" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Mike Gilbert" Message-ID: <1504400608.68662300b30a9c41f63e90c819fab2ae9339cc70.floppym@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/mantissa/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/mantissa/mantissa-0.7.0-r1.ebuild dev-python/mantissa/mantissa-0.8.4.ebuild X-VCS-Directories: dev-python/mantissa/ X-VCS-Committer: floppym X-VCS-Committer-Name: Mike Gilbert X-VCS-Revision: 68662300b30a9c41f63e90c819fab2ae9339cc70 X-VCS-Branch: master Date: Sun, 3 Sep 2017 01:04:16 +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: 1aa316c0-88dc-42ea-9189-205faf00fa46 X-Archives-Hash: e894538f029f15c7f2c3ade124726779 commit: 68662300b30a9c41f63e90c819fab2ae9339cc70 Author: Michael Mair-Keimberger gmail com> AuthorDate: Sat Aug 19 12:02:29 2017 +0000 Commit: Mike Gilbert gentoo org> CommitDate: Sun Sep 3 01:03:28 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=68662300 dev-python/mantissa: fix HOMEPAGE dev-python/mantissa/mantissa-0.7.0-r1.ebuild | 2 +- dev-python/mantissa/mantissa-0.8.4.ebuild | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-python/mantissa/mantissa-0.7.0-r1.ebuild b/dev-python/mantissa/mantissa-0.7.0-r1.ebuild index a075be1c344..540ee1e0510 100644 --- a/dev-python/mantissa/mantissa-0.7.0-r1.ebuild +++ b/dev-python/mantissa/mantissa-0.7.0-r1.ebuild @@ -7,7 +7,7 @@ PYTHON_COMPAT=( python2_7 ) inherit twisted-r1 DESCRIPTION="An extensible, multi-protocol, multi-user, interactive application server" -HOMEPAGE="http://divmod.org/trac/wiki/DivmodMantissa https://pypi.python.org/pypi/Mantissa" +HOMEPAGE="https://github.com/twisted/mantissa https://pypi.python.org/pypi/Mantissa" SRC_URI="mirror://pypi/${TWISTED_PN:0:1}/${TWISTED_PN}/${TWISTED_P}.tar.gz" KEYWORDS="amd64 x86" diff --git a/dev-python/mantissa/mantissa-0.8.4.ebuild b/dev-python/mantissa/mantissa-0.8.4.ebuild index 815917c066c..cde1fc09dc0 100644 --- a/dev-python/mantissa/mantissa-0.8.4.ebuild +++ b/dev-python/mantissa/mantissa-0.8.4.ebuild @@ -8,7 +8,7 @@ inherit twisted-r1 MY_PN="${PN/m/M}" DESCRIPTION="An extensible, multi-protocol, multi-user, interactive application server" -HOMEPAGE="https://github.com/twisted/mantissa" +HOMEPAGE="https://github.com/twisted/mantissa https://pypi.python.org/pypi/Mantissa" SRC_URI="mirror://pypi/${MY_PN:0:1}/${MY_PN}/${MY_PN}-${PV}.tar.gz -> ${P}.tar.gz" KEYWORDS="~amd64 ~x86"