Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/pyxattr/
Date: Sun, 30 Jul 2017 09:16:00
Message-Id: 1501406140.2808b4a2007dd43c509be58f96fb0ef614505bb6.mgorny@gentoo
1 commit: 2808b4a2007dd43c509be58f96fb0ef614505bb6
2 Author: David Hicks <david <AT> hicks <DOT> id <DOT> au>
3 AuthorDate: Sat Jul 29 09:52:09 2017 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Sun Jul 30 09:15:40 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2808b4a2
7
8 dev-python/pyxattr: use HTTPS for GitHub
9
10 Package-Manager: Portage-2.3.6, Repoman-2.3.3
11
12 dev-python/pyxattr/pyxattr-9999.ebuild | 4 +---
13 1 file changed, 1 insertion(+), 3 deletions(-)
14
15 diff --git a/dev-python/pyxattr/pyxattr-9999.ebuild b/dev-python/pyxattr/pyxattr-9999.ebuild
16 index 1ff43687625..4d14a6c4e27 100644
17 --- a/dev-python/pyxattr/pyxattr-9999.ebuild
18 +++ b/dev-python/pyxattr/pyxattr-9999.ebuild
19 @@ -10,9 +10,7 @@ inherit distutils-r1 eutils git-r3
20 DESCRIPTION="Python interface to xattr"
21 HOMEPAGE="http://pyxattr.k1024.org/"
22 SRC_URI=""
23 -EGIT_REPO_URI="
24 - https://github.com/iustin/${PN}.git
25 - git://github.com/iustin/${PN}.git"
26 +EGIT_REPO_URI="https://github.com/iustin/${PN}.git"
27
28 LICENSE="LGPL-2.1"
29 SLOT="0"