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/lupy/
Date: Sun, 03 Sep 2017 01:04:26
Message-Id: 1504400608.8791c6e12309abc4aa51623a32d93d25f7278442.floppym@gentoo
1 commit: 8791c6e12309abc4aa51623a32d93d25f7278442
2 Author: Michael Mair-Keimberger <m.mairkeimberger <AT> gmail <DOT> com>
3 AuthorDate: Sat Aug 19 11:59:24 2017 +0000
4 Commit: Mike Gilbert <floppym <AT> gentoo <DOT> org>
5 CommitDate: Sun Sep 3 01:03:28 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8791c6e1
7
8 dev-python/lupy: remove dead HOMEPAGE
9
10 dev-python/lupy/lupy-0.2.1-r2.ebuild | 2 +-
11 1 file changed, 1 insertion(+), 1 deletion(-)
12
13 diff --git a/dev-python/lupy/lupy-0.2.1-r2.ebuild b/dev-python/lupy/lupy-0.2.1-r2.ebuild
14 index c9d6b9bfcfd..6385bf816a0 100644
15 --- a/dev-python/lupy/lupy-0.2.1-r2.ebuild
16 +++ b/dev-python/lupy/lupy-0.2.1-r2.ebuild
17 @@ -10,7 +10,7 @@ MY_PN="Lupy"
18 MY_P="${MY_PN}-${PV}"
19
20 DESCRIPTION="Lupy is a is a full-text indexer and search engine written in Python"
21 -HOMEPAGE="http://divmod.org/projects/lupy https://pypi.python.org/pypi/Lupy"
22 +HOMEPAGE="https://pypi.python.org/pypi/Lupy"
23 SRC_URI="mirror://sourceforge/lupy/${MY_P}.tar.gz"
24
25 LICENSE="LGPL-2.1"