dev-vcs/gitstats: use HTTPS for GitHub, fix whitespace in metadata.xml

Package-Manager: Portage-2.3.6, Repoman-2.3.3
This commit is contained in:
David Hicks
2017-07-30 02:04:38 +10:00
committed by Michał Górny
parent 70b72ddf46
commit 208a928834
3 changed files with 5 additions and 11 deletions

View File

@@ -10,10 +10,7 @@ inherit python-r1
if [[ ${PV} == 9999 ]]; then
inherit git-r3
KEYWORDS=""
EGIT_REPO_URI="
git://github.com/hoxu/gitstats.git
https://github.com/hoxu/gitstats.git
"
EGIT_REPO_URI="https://github.com/hoxu/${PN}.git"
else
KEYWORDS="~amd64 ~x86"
SRC_URI="https://dev.gentoo.org/~np-hardass/distfiles/${PN}/${P}.tar.xz"

View File

@@ -10,10 +10,7 @@ inherit python-r1
if [[ ${PV} == 9999 ]]; then
inherit git-r3
KEYWORDS=""
EGIT_REPO_URI="
git://github.com/hoxu/gitstats.git
https://github.com/hoxu/gitstats.git
"
EGIT_REPO_URI="https://github.com/hoxu/${PN}.git"
else
KEYWORDS="~amd64 ~x86"
SRC_URI="https://dev.gentoo.org/~np-hardass/distfiles/${PN}/${P}.tar.xz"

View File

@@ -13,7 +13,7 @@
<email>NP-Hardass@gentoo.org</email>
<name>NP-Hardass</name>
</maintainer>
<upstream>
<remote-id type="sourceforge">gitstats</remote-id>
</upstream>
<upstream>
<remote-id type="sourceforge">gitstats</remote-id>
</upstream>
</pkgmetadata>