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/pylibacl/
Date: Sun, 03 Sep 2017 01:04:23
Message-Id: 1504400608.2c2899c2c4861c3e660d529491e4758aa5feebab.floppym@gentoo
1 commit: 2c2899c2c4861c3e660d529491e4758aa5feebab
2 Author: Michael Mair-Keimberger <m.mairkeimberger <AT> gmail <DOT> com>
3 AuthorDate: Sat Aug 19 12:19:43 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=2c2899c2
7
8 dev-python/pylibacl: fix HOMEPAGE
9
10 dev-python/pylibacl/pylibacl-0.5.0-r1.ebuild | 2 +-
11 1 file changed, 1 insertion(+), 1 deletion(-)
12
13 diff --git a/dev-python/pylibacl/pylibacl-0.5.0-r1.ebuild b/dev-python/pylibacl/pylibacl-0.5.0-r1.ebuild
14 index 246eec6b572..3adbe818e9f 100644
15 --- a/dev-python/pylibacl/pylibacl-0.5.0-r1.ebuild
16 +++ b/dev-python/pylibacl/pylibacl-0.5.0-r1.ebuild
17 @@ -8,7 +8,7 @@ PYTHON_COMPAT=( python{2_7,3_4,3_5} )
18 inherit distutils-r1
19
20 DESCRIPTION="POSIX ACLs (Access Control Lists) for Python"
21 -HOMEPAGE="https://sourceforge.net/projects/pylibacl/ https://pypi.python.org/pypi/pylibacl"
22 +HOMEPAGE="http://pylibacl.k1024.org/ https://pypi.python.org/pypi/pylibacl"
23 SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
24
25 LICENSE="LGPL-2.1"