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 E4E881396D0 for ; Wed, 16 Aug 2017 10:20:38 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 4535EE0E4B; Wed, 16 Aug 2017 10:20:38 +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 229B6E0E4B for ; Wed, 16 Aug 2017 10:20:38 +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 105603417BC for ; Wed, 16 Aug 2017 10:20:37 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 7D5567839 for ; Wed, 16 Aug 2017 10:20:35 +0000 (UTC) From: "Gilles Dartiguelongue" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Gilles Dartiguelongue" Message-ID: <1502878815.51f99e7fba1bb089392dfb13e8a4f03dd51b90c5.eva@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/python-slip/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/python-slip/python-slip-0.6.1.ebuild X-VCS-Directories: dev-python/python-slip/ X-VCS-Committer: eva X-VCS-Committer-Name: Gilles Dartiguelongue X-VCS-Revision: 51f99e7fba1bb089392dfb13e8a4f03dd51b90c5 X-VCS-Branch: master Date: Wed, 16 Aug 2017 10:20:35 +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: 7509629a-601b-4e19-a39c-27c4aff583e2 X-Archives-Hash: c456f1bdf3faef766139ec2e17912ff8 commit: 51f99e7fba1bb089392dfb13e8a4f03dd51b90c5 Author: Gilles Dartiguelongue gentoo org> AuthorDate: Wed Aug 16 10:20:15 2017 +0000 Commit: Gilles Dartiguelongue gentoo org> CommitDate: Wed Aug 16 10:20:15 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=51f99e7f dev-python/python-slip: fix homepage, bug #617614 Package-Manager: Portage-2.3.7, Repoman-2.3.3 dev-python/python-slip/python-slip-0.6.1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/python-slip/python-slip-0.6.1.ebuild b/dev-python/python-slip/python-slip-0.6.1.ebuild index ef1a2e3f7a8..7ec1e7fe6ee 100644 --- a/dev-python/python-slip/python-slip-0.6.1.ebuild +++ b/dev-python/python-slip/python-slip-0.6.1.ebuild @@ -9,7 +9,7 @@ PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} ) inherit distutils-r1 eutils DESCRIPTION="Miscellaneous convenience, extension and workaround code for Python" -HOMEPAGE="https://fedorahosted.org/python-slip/" +HOMEPAGE="https://github.com/nphilipp/python-slip" SRC_URI="https://fedorahosted.org/released/${PN}/${P}.tar.bz2" LICENSE="GPL-2+"