dev-util/uncrustify: use HTTPS for GitHub
authorDavid Hicks <david@hicks.id.au>
Sat, 29 Jul 2017 15:53:03 +0000 (01:53 +1000)
committerMichał Górny <mgorny@gentoo.org>
Sun, 30 Jul 2017 09:37:54 +0000 (11:37 +0200)
Package-Manager: Portage-2.3.6, Repoman-2.3.3

dev-util/uncrustify/uncrustify-0.64.ebuild
dev-util/uncrustify/uncrustify-9999.ebuild

index aff1f3ec8844d4f0dcbf9a0b31458de95ec9fe4a..d0891fcae6c37b6ac3b0ce8e0aee8bfdcd378c65 100644 (file)
@@ -1,17 +1,16 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
 
 if [[ $PV == *9999* ]]; then
-       EGIT_REPO_URI="git://github.com/uncrustify/uncrustify.git
-               https://github.com/uncrustify/uncrustify.git"
+       EGIT_REPO_URI="https://github.com/${PN}/${PN}.git"
        KEYWORDS=""
        SRC_URI=""
        scm_eclass=git-r3
 else
        KEYWORDS="~amd64 ~x86 ~amd64-linux ~ppc-macos ~x64-macos ~x64-solaris ~x86-solaris"
-       SRC_URI="https://github.com/uncrustify/${PN}/archive/${P}.tar.gz"
+       SRC_URI="https://github.com/${PN}/${PN}/archive/${P}.tar.gz"
        S=${WORKDIR}/${PN}-${P}
 fi
 
index aff1f3ec8844d4f0dcbf9a0b31458de95ec9fe4a..d0891fcae6c37b6ac3b0ce8e0aee8bfdcd378c65 100644 (file)
@@ -1,17 +1,16 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
 
 if [[ $PV == *9999* ]]; then
-       EGIT_REPO_URI="git://github.com/uncrustify/uncrustify.git
-               https://github.com/uncrustify/uncrustify.git"
+       EGIT_REPO_URI="https://github.com/${PN}/${PN}.git"
        KEYWORDS=""
        SRC_URI=""
        scm_eclass=git-r3
 else
        KEYWORDS="~amd64 ~x86 ~amd64-linux ~ppc-macos ~x64-macos ~x64-solaris ~x86-solaris"
-       SRC_URI="https://github.com/uncrustify/${PN}/archive/${P}.tar.gz"
+       SRC_URI="https://github.com/${PN}/${PN}/archive/${P}.tar.gz"
        S=${WORKDIR}/${PN}-${P}
 fi