Gentoo Archives: gentoo-commits

From: Andrey Utkin <andrey_utkin@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-im/poezio/
Date: Mon, 02 Sep 2019 17:17:05
Message-Id: 1567444546.7b629c17838fa074dabdeee23db6239f23d0f42b.andrey_utkin@gentoo
1 commit: 7b629c17838fa074dabdeee23db6239f23d0f42b
2 Author: Andrey Utkin <andrey_utkin <AT> gentoo <DOT> org>
3 AuthorDate: Mon Sep 2 17:09:15 2019 +0000
4 Commit: Andrey Utkin <andrey_utkin <AT> gentoo <DOT> org>
5 CommitDate: Mon Sep 2 17:15:46 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7b629c17
7
8 net-im/poezio: drop old Git URI
9
10 The old one is badly maintained and is not recommended by upstream devs
11 (namely, pep) anymore.
12
13 Package-Manager: Portage-2.3.66, Repoman-2.3.16
14 Signed-off-by: Andrey Utkin <andrey_utkin <AT> gentoo.org>
15
16 net-im/poezio/poezio-9999.ebuild | 3 +--
17 1 file changed, 1 insertion(+), 2 deletions(-)
18
19 diff --git a/net-im/poezio/poezio-9999.ebuild b/net-im/poezio/poezio-9999.ebuild
20 index 6c4752e9f1f..a0147fb03e5 100644
21 --- a/net-im/poezio/poezio-9999.ebuild
22 +++ b/net-im/poezio/poezio-9999.ebuild
23 @@ -13,8 +13,7 @@ SLOT="0"
24 IUSE="test"
25
26 if [[ "${PV}" == "9999" ]]; then
27 - EGIT_REPO_URI="https://git.poez.io/${PN}.git
28 - https://lab.louiz.org/${PN}/${PN}.git"
29 + EGIT_REPO_URI="https://lab.louiz.org/${PN}/${PN}.git"
30 inherit git-r3
31 else
32 SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"