Gentoo Archives: gentoo-commits

From: Patrice Clement <monsieurp@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/asciimatics/
Date: Wed, 19 Sep 2018 22:10:39
Message-Id: 1537395025.38a94d412cf2f3a712aa4516593b4ce10d4dfe6e.monsieurp@gentoo
1 commit: 38a94d412cf2f3a712aa4516593b4ce10d4dfe6e
2 Author: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
3 AuthorDate: Wed Sep 19 22:10:13 2018 +0000
4 Commit: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
5 CommitDate: Wed Sep 19 22:10:25 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=38a94d41
7
8 dev-python/asciimatics: fix SRC_URI.
9
10 Package-Manager: Portage-2.3.40, Repoman-2.3.9
11
12 dev-python/asciimatics/asciimatics-1.10.0.ebuild | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/dev-python/asciimatics/asciimatics-1.10.0.ebuild b/dev-python/asciimatics/asciimatics-1.10.0.ebuild
16 index 931c40cb31c..7b98702a75f 100644
17 --- a/dev-python/asciimatics/asciimatics-1.10.0.ebuild
18 +++ b/dev-python/asciimatics/asciimatics-1.10.0.ebuild
19 @@ -8,7 +8,7 @@ PYTHON_COMPAT=( python2_7 python3_{4,5,6} )
20 inherit distutils-r1
21
22 DESCRIPTION="Pythonic library to create text UIs and ASCII art animations"
23 -HOMEPAGE="https://github.com/pwaller/pyfiglet"
24 +HOMEPAGE="https://github.com/peterbrittain/asciimatics"
25 SRC_URI="https://github.com/peterbrittain/asciimatics/archive/${PV}.tar.gz -> ${P}.tar.gz"
26
27 LICENSE="Apache-2.0"