Gentoo Archives: gentoo-commits

From: Aaron Bauman <bman@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-misc/openvswitch/
Date: Mon, 26 Mar 2018 19:18:14
Message-Id: 1522091724.33f1e03e07defe68cfd23d2bca7a1921368ecbc6.bman@gentoo
1 commit: 33f1e03e07defe68cfd23d2bca7a1921368ecbc6
2 Author: Michael Mair-Keimberger <m.mairkeimberger <AT> gmail <DOT> com>
3 AuthorDate: Sat Mar 24 18:35:39 2018 +0000
4 Commit: Aaron Bauman <bman <AT> gentoo <DOT> org>
5 CommitDate: Mon Mar 26 19:15:24 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=33f1e03e
7
8 net-misc/openvswitch: use HTTPS
9
10 Closes: https://github.com/gentoo/gentoo/pull/7595
11
12 net-misc/openvswitch/openvswitch-2.7.2-r1.ebuild | 4 ++--
13 net-misc/openvswitch/openvswitch-2.7.2.ebuild | 4 ++--
14 net-misc/openvswitch/openvswitch-2.8.1.ebuild | 4 ++--
15 3 files changed, 6 insertions(+), 6 deletions(-)
16
17 diff --git a/net-misc/openvswitch/openvswitch-2.7.2-r1.ebuild b/net-misc/openvswitch/openvswitch-2.7.2-r1.ebuild
18 index 34a1a0d9f98..6f091c8361d 100644
19 --- a/net-misc/openvswitch/openvswitch-2.7.2-r1.ebuild
20 +++ b/net-misc/openvswitch/openvswitch-2.7.2-r1.ebuild
21 @@ -8,8 +8,8 @@ PYTHON_COMPAT=( python{2_7,3_4,3_5} )
22 inherit autotools eutils linux-info linux-mod python-r1 systemd
23
24 DESCRIPTION="Production quality, multilayer virtual switch"
25 -HOMEPAGE="http://openvswitch.org"
26 -SRC_URI="http://openvswitch.org/releases/${P}.tar.gz"
27 +HOMEPAGE="https://www.openvswitch.org"
28 +SRC_URI="https://www.openvswitch.org/releases/${P}.tar.gz"
29
30 LICENSE="Apache-2.0 GPL-2"
31 SLOT="0"
32
33 diff --git a/net-misc/openvswitch/openvswitch-2.7.2.ebuild b/net-misc/openvswitch/openvswitch-2.7.2.ebuild
34 index bfba9734edf..4269aaab796 100644
35 --- a/net-misc/openvswitch/openvswitch-2.7.2.ebuild
36 +++ b/net-misc/openvswitch/openvswitch-2.7.2.ebuild
37 @@ -8,8 +8,8 @@ PYTHON_COMPAT=( python{2_7,3_4,3_5} )
38 inherit autotools eutils linux-info linux-mod python-r1 systemd
39
40 DESCRIPTION="Production quality, multilayer virtual switch"
41 -HOMEPAGE="http://openvswitch.org"
42 -SRC_URI="http://openvswitch.org/releases/${P}.tar.gz"
43 +HOMEPAGE="https://www.openvswitch.org"
44 +SRC_URI="https://www.openvswitch.org/releases/${P}.tar.gz"
45
46 LICENSE="Apache-2.0 GPL-2"
47 SLOT="0"
48
49 diff --git a/net-misc/openvswitch/openvswitch-2.8.1.ebuild b/net-misc/openvswitch/openvswitch-2.8.1.ebuild
50 index 55df1bd4c28..f118e96631a 100644
51 --- a/net-misc/openvswitch/openvswitch-2.8.1.ebuild
52 +++ b/net-misc/openvswitch/openvswitch-2.8.1.ebuild
53 @@ -8,8 +8,8 @@ PYTHON_COMPAT=( python{2_7,3_4,3_5} )
54 inherit autotools eutils linux-info linux-mod python-r1 systemd
55
56 DESCRIPTION="Production quality, multilayer virtual switch"
57 -HOMEPAGE="http://openvswitch.org"
58 -SRC_URI="http://openvswitch.org/releases/${P}.tar.gz"
59 +HOMEPAGE="https://www.openvswitch.org"
60 +SRC_URI="https://www.openvswitch.org/releases/${P}.tar.gz"
61
62 LICENSE="Apache-2.0 GPL-2"
63 SLOT="0"