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 8CECC138332 for ; Sun, 27 May 2018 16:11:13 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E201FE095C; Sun, 27 May 2018 16:11:11 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id BC8B9E095A for ; Sun, 27 May 2018 16:11:11 +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 BD814335C9D for ; Sun, 27 May 2018 16:11:10 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 541032B5 for ; Sun, 27 May 2018 16:11:07 +0000 (UTC) From: "Aaron Bauman" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Aaron Bauman" Message-ID: <1527437339.84ab761355491fe853da8f01925c0780ea81fbd6.bman@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-util/wiggle/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-util/wiggle/wiggle-0.9-r1.ebuild dev-util/wiggle/wiggle-1.0.ebuild X-VCS-Directories: dev-util/wiggle/ X-VCS-Committer: bman X-VCS-Committer-Name: Aaron Bauman X-VCS-Revision: 84ab761355491fe853da8f01925c0780ea81fbd6 X-VCS-Branch: master Date: Sun, 27 May 2018 16:11:07 +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: ff034b91-d99d-4b8b-ac4a-f62c1e78fe95 X-Archives-Hash: 7219cb3212985fda6f70e762e4692ef6 commit: 84ab761355491fe853da8f01925c0780ea81fbd6 Author: Michael Mair-Keimberger gmail com> AuthorDate: Sun May 27 13:15:30 2018 +0000 Commit: Aaron Bauman gentoo org> CommitDate: Sun May 27 16:08:59 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=84ab7613 dev-util/wiggle: use HTTPs Closes: https://github.com/gentoo/gentoo/pull/8618 dev-util/wiggle/wiggle-0.9-r1.ebuild | 6 +++--- dev-util/wiggle/wiggle-1.0.ebuild | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/dev-util/wiggle/wiggle-0.9-r1.ebuild b/dev-util/wiggle/wiggle-0.9-r1.ebuild index 27cef589a4d..4c583165574 100644 --- a/dev-util/wiggle/wiggle-0.9-r1.ebuild +++ b/dev-util/wiggle/wiggle-0.9-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=5 @@ -6,8 +6,8 @@ EAPI=5 inherit eutils fixheadtails flag-o-matic toolchain-funcs DESCRIPTION="tool for applying patches that patch cannot apply because of conflicting changes" -HOMEPAGE="http://neil.brown.name/wiggle http://neil.brown.name/git?p=wiggle" -SRC_URI="http://neil.brown.name/${PN}/${P}.tar.gz" +HOMEPAGE="https://neil.brown.name/wiggle https://neil.brown.name/git?p=wiggle" +SRC_URI="https://neil.brown.name/${PN}/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" diff --git a/dev-util/wiggle/wiggle-1.0.ebuild b/dev-util/wiggle/wiggle-1.0.ebuild index 2a949ba271d..22f8dc34ed8 100644 --- a/dev-util/wiggle/wiggle-1.0.ebuild +++ b/dev-util/wiggle/wiggle-1.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -6,8 +6,8 @@ EAPI=6 inherit fixheadtails toolchain-funcs DESCRIPTION="tool for applying patches that patch cannot apply because of conflicting changes" -HOMEPAGE="http://neil.brown.name/wiggle http://neil.brown.name/git?p=wiggle" -SRC_URI="http://neil.brown.name/${PN}/${P}.tar.gz" +HOMEPAGE="https://neil.brown.name/wiggle https://neil.brown.name/git?p=wiggle" +SRC_URI="https://neil.brown.name/${PN}/${P}.tar.gz" LICENSE="GPL-2" SLOT="0"