mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-08-24 18:58:08 -07:00
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:
committed by
Michał Górny
parent
70b72ddf46
commit
208a928834
@@ -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"
|
||||
|
||||
@@ -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"
|
||||
|
||||
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user