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 6C09D1382C5 for ; Tue, 3 Apr 2018 23:46:53 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 75729E0E67; Tue, 3 Apr 2018 23:46:52 +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 4A07CE0E67 for ; Tue, 3 Apr 2018 23:46:52 +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 4587F335D99 for ; Tue, 3 Apr 2018 23:46:51 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id A0ED9276 for ; Tue, 3 Apr 2018 23:46:49 +0000 (UTC) From: "Jonas Stein" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Jonas Stein" Message-ID: <1522799199.6b8632051052a755f6ed87e7507fb6c35ec28cf9.jstein@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/eliot/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/eliot/eliot-0.4.0.ebuild X-VCS-Directories: dev-python/eliot/ X-VCS-Committer: jstein X-VCS-Committer-Name: Jonas Stein X-VCS-Revision: 6b8632051052a755f6ed87e7507fb6c35ec28cf9 X-VCS-Branch: master Date: Tue, 3 Apr 2018 23:46:49 +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: 0d943b85-f99d-4a46-9617-db0a9fc09415 X-Archives-Hash: 04ee1e8573ba361e2b1436df15899253 commit: 6b8632051052a755f6ed87e7507fb6c35ec28cf9 Author: Jonas Stein gentoo org> AuthorDate: Tue Apr 3 23:37:05 2018 +0000 Commit: Jonas Stein gentoo org> CommitDate: Tue Apr 3 23:46:39 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6b863205 dev-python/eliot: Fix HOMEPAGE Package-Manager: Portage-2.3.28, Repoman-2.3.9 dev-python/eliot/eliot-0.4.0.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-python/eliot/eliot-0.4.0.ebuild b/dev-python/eliot/eliot-0.4.0.ebuild index 7055927e56d..f9fe661676b 100644 --- a/dev-python/eliot/eliot-0.4.0.ebuild +++ b/dev-python/eliot/eliot-0.4.0.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 @@ -6,7 +6,7 @@ PYTHON_COMPAT=( python{2_7,3_4} pypy ) inherit distutils-r1 DESCRIPTION="Logging as Storytelling" -HOMEPAGE="https://github.com/hybridcluster/${PN}" +HOMEPAGE="https://github.com/ScatterHQ/eliot" SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" LICENSE="Apache-2.0"