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-vcs/gitstats/
Date: Sun, 30 Jul 2017 09:38:16
Message-Id: 1501407479.208a928834ee366fba15076dd9a1ccffbac3c5b9.mgorny@gentoo
1 commit: 208a928834ee366fba15076dd9a1ccffbac3c5b9
2 Author: David Hicks <david <AT> hicks <DOT> id <DOT> au>
3 AuthorDate: Sat Jul 29 16:04:38 2017 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Sun Jul 30 09:37:59 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=208a9288
7
8 dev-vcs/gitstats: use HTTPS for GitHub, fix whitespace in metadata.xml
9
10 Package-Manager: Portage-2.3.6, Repoman-2.3.3
11
12 dev-vcs/gitstats/gitstats-0_pre20151223.ebuild | 5 +----
13 dev-vcs/gitstats/gitstats-9999.ebuild | 5 +----
14 dev-vcs/gitstats/metadata.xml | 6 +++---
15 3 files changed, 5 insertions(+), 11 deletions(-)
16
17 diff --git a/dev-vcs/gitstats/gitstats-0_pre20151223.ebuild b/dev-vcs/gitstats/gitstats-0_pre20151223.ebuild
18 index e63cc6b21dd..f7f2ad6c28c 100644
19 --- a/dev-vcs/gitstats/gitstats-0_pre20151223.ebuild
20 +++ b/dev-vcs/gitstats/gitstats-0_pre20151223.ebuild
21 @@ -10,10 +10,7 @@ inherit python-r1
22 if [[ ${PV} == 9999 ]]; then
23 inherit git-r3
24 KEYWORDS=""
25 - EGIT_REPO_URI="
26 - git://github.com/hoxu/gitstats.git
27 - https://github.com/hoxu/gitstats.git
28 - "
29 + EGIT_REPO_URI="https://github.com/hoxu/${PN}.git"
30 else
31 KEYWORDS="~amd64 ~x86"
32 SRC_URI="https://dev.gentoo.org/~np-hardass/distfiles/${PN}/${P}.tar.xz"
33
34 diff --git a/dev-vcs/gitstats/gitstats-9999.ebuild b/dev-vcs/gitstats/gitstats-9999.ebuild
35 index 4b2a6daadcf..4cfb9dd321c 100644
36 --- a/dev-vcs/gitstats/gitstats-9999.ebuild
37 +++ b/dev-vcs/gitstats/gitstats-9999.ebuild
38 @@ -10,10 +10,7 @@ inherit python-r1
39 if [[ ${PV} == 9999 ]]; then
40 inherit git-r3
41 KEYWORDS=""
42 - EGIT_REPO_URI="
43 - git://github.com/hoxu/gitstats.git
44 - https://github.com/hoxu/gitstats.git
45 - "
46 + EGIT_REPO_URI="https://github.com/hoxu/${PN}.git"
47 else
48 KEYWORDS="~amd64 ~x86"
49 SRC_URI="https://dev.gentoo.org/~np-hardass/distfiles/${PN}/${P}.tar.xz"
50
51 diff --git a/dev-vcs/gitstats/metadata.xml b/dev-vcs/gitstats/metadata.xml
52 index ae2ae8d4811..cb682c150ce 100644
53 --- a/dev-vcs/gitstats/metadata.xml
54 +++ b/dev-vcs/gitstats/metadata.xml
55 @@ -13,7 +13,7 @@
56 <email>NP-Hardass@g.o</email>
57 <name>NP-Hardass</name>
58 </maintainer>
59 - <upstream>
60 - <remote-id type="sourceforge">gitstats</remote-id>
61 - </upstream>
62 + <upstream>
63 + <remote-id type="sourceforge">gitstats</remote-id>
64 + </upstream>
65 </pkgmetadata>