Gentoo Archives: gentoo-commits

From: Aaron Bauman <bman@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-util/wiggle/
Date: Sun, 27 May 2018 16:11:13
Message-Id: 1527437339.84ab761355491fe853da8f01925c0780ea81fbd6.bman@gentoo
1 commit: 84ab761355491fe853da8f01925c0780ea81fbd6
2 Author: Michael Mair-Keimberger <m.mairkeimberger <AT> gmail <DOT> com>
3 AuthorDate: Sun May 27 13:15:30 2018 +0000
4 Commit: Aaron Bauman <bman <AT> gentoo <DOT> org>
5 CommitDate: Sun May 27 16:08:59 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=84ab7613
7
8 dev-util/wiggle: use HTTPs
9
10 Closes: https://github.com/gentoo/gentoo/pull/8618
11
12 dev-util/wiggle/wiggle-0.9-r1.ebuild | 6 +++---
13 dev-util/wiggle/wiggle-1.0.ebuild | 6 +++---
14 2 files changed, 6 insertions(+), 6 deletions(-)
15
16 diff --git a/dev-util/wiggle/wiggle-0.9-r1.ebuild b/dev-util/wiggle/wiggle-0.9-r1.ebuild
17 index 27cef589a4d..4c583165574 100644
18 --- a/dev-util/wiggle/wiggle-0.9-r1.ebuild
19 +++ b/dev-util/wiggle/wiggle-0.9-r1.ebuild
20 @@ -1,4 +1,4 @@
21 -# Copyright 1999-2015 Gentoo Foundation
22 +# Copyright 1999-2018 Gentoo Foundation
23 # Distributed under the terms of the GNU General Public License v2
24
25 EAPI=5
26 @@ -6,8 +6,8 @@ EAPI=5
27 inherit eutils fixheadtails flag-o-matic toolchain-funcs
28
29 DESCRIPTION="tool for applying patches that patch cannot apply because of conflicting changes"
30 -HOMEPAGE="http://neil.brown.name/wiggle http://neil.brown.name/git?p=wiggle"
31 -SRC_URI="http://neil.brown.name/${PN}/${P}.tar.gz"
32 +HOMEPAGE="https://neil.brown.name/wiggle https://neil.brown.name/git?p=wiggle"
33 +SRC_URI="https://neil.brown.name/${PN}/${P}.tar.gz"
34
35 LICENSE="GPL-2"
36 SLOT="0"
37
38 diff --git a/dev-util/wiggle/wiggle-1.0.ebuild b/dev-util/wiggle/wiggle-1.0.ebuild
39 index 2a949ba271d..22f8dc34ed8 100644
40 --- a/dev-util/wiggle/wiggle-1.0.ebuild
41 +++ b/dev-util/wiggle/wiggle-1.0.ebuild
42 @@ -1,4 +1,4 @@
43 -# Copyright 1999-2017 Gentoo Foundation
44 +# Copyright 1999-2018 Gentoo Foundation
45 # Distributed under the terms of the GNU General Public License v2
46
47 EAPI=6
48 @@ -6,8 +6,8 @@ EAPI=6
49 inherit fixheadtails toolchain-funcs
50
51 DESCRIPTION="tool for applying patches that patch cannot apply because of conflicting changes"
52 -HOMEPAGE="http://neil.brown.name/wiggle http://neil.brown.name/git?p=wiggle"
53 -SRC_URI="http://neil.brown.name/${PN}/${P}.tar.gz"
54 +HOMEPAGE="https://neil.brown.name/wiggle https://neil.brown.name/git?p=wiggle"
55 +SRC_URI="https://neil.brown.name/${PN}/${P}.tar.gz"
56
57 LICENSE="GPL-2"
58 SLOT="0"