From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 939A9139694 for ; Sun, 18 Jun 2017 12:08:34 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id ED0F823401B; Sun, 18 Jun 2017 12:08:31 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id C827D23401B for ; Sun, 18 Jun 2017 12:08:31 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id A69F83419DA for ; Sun, 18 Jun 2017 12:08:30 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id C67C6748D for ; Sun, 18 Jun 2017 12:08:27 +0000 (UTC) From: "Michael Palimaka" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michael Palimaka" Message-ID: <1497787696.a83b0c64dd35e7ee540f1a3eb01db15c3ac89d9e.kensington@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-util/cmocka/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-util/cmocka/cmocka-1.0.1.ebuild dev-util/cmocka/cmocka-1.1.1.ebuild X-VCS-Directories: dev-util/cmocka/ X-VCS-Committer: kensington X-VCS-Committer-Name: Michael Palimaka X-VCS-Revision: a83b0c64dd35e7ee540f1a3eb01db15c3ac89d9e X-VCS-Branch: master Date: Sun, 18 Jun 2017 12:08:27 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 2daa0030-592b-4db5-aa7a-0d703507fdca X-Archives-Hash: 275baa1b09d42c0b99ab5a250b6b4a6d commit: a83b0c64dd35e7ee540f1a3eb01db15c3ac89d9e Author: Michael Palimaka gentoo org> AuthorDate: Sun Jun 18 12:04:04 2017 +0000 Commit: Michael Palimaka gentoo org> CommitDate: Sun Jun 18 12:08:16 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a83b0c64 dev-util/cmocka: use HTTPS Package-Manager: Portage-2.3.5, Repoman-2.3.2 dev-util/cmocka/cmocka-1.0.1.ebuild | 4 ++-- dev-util/cmocka/cmocka-1.1.1.ebuild | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/dev-util/cmocka/cmocka-1.0.1.ebuild b/dev-util/cmocka/cmocka-1.0.1.ebuild index 750f48b72d2..2c38c69694b 100644 --- a/dev-util/cmocka/cmocka-1.0.1.ebuild +++ b/dev-util/cmocka/cmocka-1.0.1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=5 @@ -6,7 +6,7 @@ EAPI=5 inherit cmake-multilib DESCRIPTION="A unit testing framework for C" -HOMEPAGE="http://cmocka.org/" +HOMEPAGE="https://cmocka.org/" SRC_URI="https://cmocka.org/files/1.0/${P}.tar.xz" LICENSE="Apache-2.0" diff --git a/dev-util/cmocka/cmocka-1.1.1.ebuild b/dev-util/cmocka/cmocka-1.1.1.ebuild index ab373abeeca..9f69e32a10d 100644 --- a/dev-util/cmocka/cmocka-1.1.1.ebuild +++ b/dev-util/cmocka/cmocka-1.1.1.ebuild @@ -6,7 +6,7 @@ EAPI=6 inherit cmake-multilib DESCRIPTION="A unit testing framework for C" -HOMEPAGE="http://cmocka.org/" +HOMEPAGE="https://cmocka.org/" SRC_URI="https://cmocka.org/files/1.1/${P}.tar.xz" LICENSE="Apache-2.0"