summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Hicks <david@hicks.id.au>2017-07-30 01:53:03 +1000
committerMichał Górny <mgorny@gentoo.org>2017-07-30 11:37:54 +0200
commit1f4c7afd0ecb986afc4e5659a01ea7475d413c12 (patch)
tree7d06631faffef1a697a3d9e931ef4fe32a0e61ac /dev-util/uncrustify
parentdev-util/cwdiff: use HTTPS for GitHub (diff)
downloadgentoo-1f4c7afd0ecb986afc4e5659a01ea7475d413c12.tar.gz
gentoo-1f4c7afd0ecb986afc4e5659a01ea7475d413c12.tar.bz2
gentoo-1f4c7afd0ecb986afc4e5659a01ea7475d413c12.zip
dev-util/uncrustify: use HTTPS for GitHub
Package-Manager: Portage-2.3.6, Repoman-2.3.3
Diffstat (limited to 'dev-util/uncrustify')
-rw-r--r--dev-util/uncrustify/uncrustify-0.64.ebuild7
-rw-r--r--dev-util/uncrustify/uncrustify-9999.ebuild7
2 files changed, 6 insertions, 8 deletions
diff --git a/dev-util/uncrustify/uncrustify-0.64.ebuild b/dev-util/uncrustify/uncrustify-0.64.ebuild
index aff1f3ec8844..d0891fcae6c3 100644
--- a/dev-util/uncrustify/uncrustify-0.64.ebuild
+++ b/dev-util/uncrustify/uncrustify-0.64.ebuild
@@ -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
diff --git a/dev-util/uncrustify/uncrustify-9999.ebuild b/dev-util/uncrustify/uncrustify-9999.ebuild
index aff1f3ec8844..d0891fcae6c3 100644
--- a/dev-util/uncrustify/uncrustify-9999.ebuild
+++ b/dev-util/uncrustify/uncrustify-9999.ebuild
@@ -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