Gentoo Archives: gentoo-commits

From: Michael Palimaka <kensington@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-util/cmocka/
Date: Sun, 18 Jun 2017 12:08:34
Message-Id: 1497787696.a83b0c64dd35e7ee540f1a3eb01db15c3ac89d9e.kensington@gentoo
1 commit: a83b0c64dd35e7ee540f1a3eb01db15c3ac89d9e
2 Author: Michael Palimaka <kensington <AT> gentoo <DOT> org>
3 AuthorDate: Sun Jun 18 12:04:04 2017 +0000
4 Commit: Michael Palimaka <kensington <AT> gentoo <DOT> org>
5 CommitDate: Sun Jun 18 12:08:16 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a83b0c64
7
8 dev-util/cmocka: use HTTPS
9
10 Package-Manager: Portage-2.3.5, Repoman-2.3.2
11
12 dev-util/cmocka/cmocka-1.0.1.ebuild | 4 ++--
13 dev-util/cmocka/cmocka-1.1.1.ebuild | 2 +-
14 2 files changed, 3 insertions(+), 3 deletions(-)
15
16 diff --git a/dev-util/cmocka/cmocka-1.0.1.ebuild b/dev-util/cmocka/cmocka-1.0.1.ebuild
17 index 750f48b72d2..2c38c69694b 100644
18 --- a/dev-util/cmocka/cmocka-1.0.1.ebuild
19 +++ b/dev-util/cmocka/cmocka-1.0.1.ebuild
20 @@ -1,4 +1,4 @@
21 -# Copyright 1999-2016 Gentoo Foundation
22 +# Copyright 1999-2017 Gentoo Foundation
23 # Distributed under the terms of the GNU General Public License v2
24
25 EAPI=5
26 @@ -6,7 +6,7 @@ EAPI=5
27 inherit cmake-multilib
28
29 DESCRIPTION="A unit testing framework for C"
30 -HOMEPAGE="http://cmocka.org/"
31 +HOMEPAGE="https://cmocka.org/"
32 SRC_URI="https://cmocka.org/files/1.0/${P}.tar.xz"
33
34 LICENSE="Apache-2.0"
35
36 diff --git a/dev-util/cmocka/cmocka-1.1.1.ebuild b/dev-util/cmocka/cmocka-1.1.1.ebuild
37 index ab373abeeca..9f69e32a10d 100644
38 --- a/dev-util/cmocka/cmocka-1.1.1.ebuild
39 +++ b/dev-util/cmocka/cmocka-1.1.1.ebuild
40 @@ -6,7 +6,7 @@ EAPI=6
41 inherit cmake-multilib
42
43 DESCRIPTION="A unit testing framework for C"
44 -HOMEPAGE="http://cmocka.org/"
45 +HOMEPAGE="https://cmocka.org/"
46 SRC_URI="https://cmocka.org/files/1.1/${P}.tar.xz"
47
48 LICENSE="Apache-2.0"