Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-util/cppcheck/
Date: Sun, 30 Jul 2017 09:38:16
Message-Id: 1501407475.d45709065030b5308bba04156a0c6365e561ae00.mgorny@gentoo
1 commit: d45709065030b5308bba04156a0c6365e561ae00
2 Author: David Hicks <david <AT> hicks <DOT> id <DOT> au>
3 AuthorDate: Sat Jul 29 15:54:00 2017 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Sun Jul 30 09:37:55 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d4570906
7
8 dev-util/cppcheck: use HTTPS for GitHub
9
10 Package-Manager: Portage-2.3.6, Repoman-2.3.3
11
12 dev-util/cppcheck/cppcheck-9999.ebuild | 4 ++--
13 1 file changed, 2 insertions(+), 2 deletions(-)
14
15 diff --git a/dev-util/cppcheck/cppcheck-9999.ebuild b/dev-util/cppcheck/cppcheck-9999.ebuild
16 index 39b211e7423..529f5e6fadc 100644
17 --- a/dev-util/cppcheck/cppcheck-9999.ebuild
18 +++ b/dev-util/cppcheck/cppcheck-9999.ebuild
19 @@ -1,4 +1,4 @@
20 -# Copyright 1999-2016 Gentoo Foundation
21 +# Copyright 1999-2017 Gentoo Foundation
22 # Distributed under the terms of the GNU General Public License v2
23
24 EAPI=5
25 @@ -9,7 +9,7 @@ inherit distutils-r1 eutils qt4-r2 toolchain-funcs flag-o-matic git-r3
26
27 DESCRIPTION="static analyzer of C/C++ code"
28 HOMEPAGE="http://cppcheck.sourceforge.net"
29 -EGIT_REPO_URI="git://github.com/danmar/cppcheck.git"
30 +EGIT_REPO_URI="https://github.com/danmar/cppcheck.git"
31
32 LICENSE="GPL-3"
33 SLOT="0"