diff options
-rw-r--r-- | dev-vcs/gitstats/gitstats-0_pre20151223.ebuild | 5 | ||||
-rw-r--r-- | dev-vcs/gitstats/gitstats-9999.ebuild | 5 | ||||
-rw-r--r-- | dev-vcs/gitstats/metadata.xml | 6 |
3 files changed, 5 insertions, 11 deletions
diff --git a/dev-vcs/gitstats/gitstats-0_pre20151223.ebuild b/dev-vcs/gitstats/gitstats-0_pre20151223.ebuild index e63cc6b21ddb..f7f2ad6c28c6 100644 --- a/dev-vcs/gitstats/gitstats-0_pre20151223.ebuild +++ b/dev-vcs/gitstats/gitstats-0_pre20151223.ebuild @@ -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" diff --git a/dev-vcs/gitstats/gitstats-9999.ebuild b/dev-vcs/gitstats/gitstats-9999.ebuild index 4b2a6daadcfe..4cfb9dd321c0 100644 --- a/dev-vcs/gitstats/gitstats-9999.ebuild +++ b/dev-vcs/gitstats/gitstats-9999.ebuild @@ -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" diff --git a/dev-vcs/gitstats/metadata.xml b/dev-vcs/gitstats/metadata.xml index ae2ae8d48116..cb682c150cea 100644 --- a/dev-vcs/gitstats/metadata.xml +++ b/dev-vcs/gitstats/metadata.xml @@ -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> |