Gentoo Archives: gentoo-commits

From: Mike Gilbert <floppym@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/ropemacs/
Date: Sun, 03 Sep 2017 01:04:29
Message-Id: 1504400610.b773fdd23f96150a58be0a4135158c32d8b2e39f.floppym@gentoo
1 commit: b773fdd23f96150a58be0a4135158c32d8b2e39f
2 Author: Michael Mair-Keimberger <m.mairkeimberger <AT> gmail <DOT> com>
3 AuthorDate: Sat Aug 19 12:47:13 2017 +0000
4 Commit: Mike Gilbert <floppym <AT> gentoo <DOT> org>
5 CommitDate: Sun Sep 3 01:03:30 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b773fdd2
7
8 dev-python/ropemacs: fix HOMEPAGE
9
10 dev-python/ropemacs/ropemacs-0.8.ebuild | 2 +-
11 1 file changed, 1 insertion(+), 1 deletion(-)
12
13 diff --git a/dev-python/ropemacs/ropemacs-0.8.ebuild b/dev-python/ropemacs/ropemacs-0.8.ebuild
14 index 8c00a8e2aeb..4413ac115e1 100644
15 --- a/dev-python/ropemacs/ropemacs-0.8.ebuild
16 +++ b/dev-python/ropemacs/ropemacs-0.8.ebuild
17 @@ -8,7 +8,7 @@ PYTHON_COMPAT=( python2_7 )
18 inherit distutils-r1 eutils readme.gentoo
19
20 DESCRIPTION="Rope in Emacs"
21 -HOMEPAGE="http://rope.sourceforge.net/ropemacs.html
22 +HOMEPAGE="https://github.com/python-rope/ropemacs
23 https://pypi.python.org/pypi/ropemacs"
24 SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"