Gentoo Archives: gentoo-commits

From: Jonas Stein <jstein@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/eliot/
Date: Tue, 03 Apr 2018 23:46:53
Message-Id: 1522799199.6b8632051052a755f6ed87e7507fb6c35ec28cf9.jstein@gentoo
1 commit: 6b8632051052a755f6ed87e7507fb6c35ec28cf9
2 Author: Jonas Stein <jstein <AT> gentoo <DOT> org>
3 AuthorDate: Tue Apr 3 23:37:05 2018 +0000
4 Commit: Jonas Stein <jstein <AT> gentoo <DOT> org>
5 CommitDate: Tue Apr 3 23:46:39 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6b863205
7
8 dev-python/eliot: Fix HOMEPAGE
9
10 Package-Manager: Portage-2.3.28, Repoman-2.3.9
11
12 dev-python/eliot/eliot-0.4.0.ebuild | 4 ++--
13 1 file changed, 2 insertions(+), 2 deletions(-)
14
15 diff --git a/dev-python/eliot/eliot-0.4.0.ebuild b/dev-python/eliot/eliot-0.4.0.ebuild
16 index 7055927e56d..f9fe661676b 100644
17 --- a/dev-python/eliot/eliot-0.4.0.ebuild
18 +++ b/dev-python/eliot/eliot-0.4.0.ebuild
19 @@ -1,4 +1,4 @@
20 -# Copyright 1999-2014 Gentoo Foundation
21 +# Copyright 1999-2018 Gentoo Foundation
22 # Distributed under the terms of the GNU General Public License v2
23
24 EAPI=5
25 @@ -6,7 +6,7 @@ PYTHON_COMPAT=( python{2_7,3_4} pypy )
26 inherit distutils-r1
27
28 DESCRIPTION="Logging as Storytelling"
29 -HOMEPAGE="https://github.com/hybridcluster/${PN}"
30 +HOMEPAGE="https://github.com/ScatterHQ/eliot"
31 SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
32
33 LICENSE="Apache-2.0"