Gentoo Archives: gentoo-commits

From: Aaron Bauman <bman@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: www-client/midori/
Date: Wed, 27 Feb 2019 04:25:40
Message-Id: 1551241271.220dcbb08658728181efc56b54299d1851b25b20.bman@gentoo
1 commit: 220dcbb08658728181efc56b54299d1851b25b20
2 Author: Michael Mair-Keimberger <m.mairkeimberger <AT> gmail <DOT> com>
3 AuthorDate: Mon Feb 25 18:43:20 2019 +0000
4 Commit: Aaron Bauman <bman <AT> gentoo <DOT> org>
5 CommitDate: Wed Feb 27 04:21:11 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=220dcbb0
7
8 www-client/midori: use HTTPS
9
10 Signed-off-by: Michael Mair-Keimberger <m.mairkeimberger <AT> gmail.com>
11 Closes: https://github.com/gentoo/gentoo/pull/11159
12 Signed-off-by: Aaron Bauman <bman <AT> gentoo.org>
13
14 www-client/midori/midori-0.5.11-r2.ebuild | 4 ++--
15 www-client/midori/midori-0.5.11-r3.ebuild | 4 ++--
16 www-client/midori/midori-6.0.ebuild | 4 ++--
17 www-client/midori/midori-7.0.ebuild | 4 ++--
18 4 files changed, 8 insertions(+), 8 deletions(-)
19
20 diff --git a/www-client/midori/midori-0.5.11-r2.ebuild b/www-client/midori/midori-0.5.11-r2.ebuild
21 index 7cc8c2fa4e8..ac0b850f894 100644
22 --- a/www-client/midori/midori-0.5.11-r2.ebuild
23 +++ b/www-client/midori/midori-0.5.11-r2.ebuild
24 @@ -1,4 +1,4 @@
25 -# Copyright 1999-2018 Gentoo Foundation
26 +# Copyright 1999-2019 Gentoo Authors
27 # Distributed under the terms of the GNU General Public License v2
28
29 EAPI=6
30 @@ -11,7 +11,7 @@ VALA_MAX_API_VERSION=0.34
31 inherit cmake-utils gnome2-utils pax-utils python-any-r1 vala virtualx xdg-utils
32
33 DESCRIPTION="A lightweight web browser based on WebKitGTK+"
34 -HOMEPAGE="http://www.midori-browser.org/"
35 +HOMEPAGE="https://www.midori-browser.org/"
36 SRC_URI="http://www.${PN}-browser.org/downloads/${PN}_${PV}_all_.tar.bz2"
37
38 KEYWORDS="~amd64 ~arm ~mips x86 ~x86-fbsd"
39
40 diff --git a/www-client/midori/midori-0.5.11-r3.ebuild b/www-client/midori/midori-0.5.11-r3.ebuild
41 index 5fd35eecf3b..7d195ae23f6 100644
42 --- a/www-client/midori/midori-0.5.11-r3.ebuild
43 +++ b/www-client/midori/midori-0.5.11-r3.ebuild
44 @@ -1,4 +1,4 @@
45 -# Copyright 1999-2018 Gentoo Foundation
46 +# Copyright 1999-2019 Gentoo Authors
47 # Distributed under the terms of the GNU General Public License v2
48
49 EAPI=6
50 @@ -11,7 +11,7 @@ VALA_MIN_API_VERSION=0.36
51 inherit cmake-utils gnome2-utils pax-utils python-any-r1 vala virtualx xdg-utils
52
53 DESCRIPTION="A lightweight web browser based on WebKitGTK+"
54 -HOMEPAGE="http://www.midori-browser.org/"
55 +HOMEPAGE="https://www.midori-browser.org/"
56 SRC_URI="http://www.${PN}-browser.org/downloads/${PN}_${PV}_all_.tar.bz2"
57
58 KEYWORDS="~amd64 ~arm ~mips ~x86 ~x86-fbsd"
59
60 diff --git a/www-client/midori/midori-6.0.ebuild b/www-client/midori/midori-6.0.ebuild
61 index 437d8436c03..e344c721d0e 100644
62 --- a/www-client/midori/midori-6.0.ebuild
63 +++ b/www-client/midori/midori-6.0.ebuild
64 @@ -1,4 +1,4 @@
65 -# Copyright 1999-2018 Gentoo Authors
66 +# Copyright 1999-2019 Gentoo Authors
67 # Distributed under the terms of the GNU General Public License v2
68
69 EAPI=6
70 @@ -9,7 +9,7 @@ inherit cmake-utils eapi7-ver eutils gnome2-utils vala xdg-utils
71
72 MY_P=${PN}-v${PV}
73 DESCRIPTION="A lightweight web browser based on WebKitGTK+"
74 -HOMEPAGE="http://www.midori-browser.org/"
75 +HOMEPAGE="https://www.midori-browser.org/"
76 SRC_URI="https://github.com/midori-browser/core/releases/download/v$(ver_cut 1)/${MY_P}.tar.gz"
77
78 LICENSE="LGPL-2.1+"
79
80 diff --git a/www-client/midori/midori-7.0.ebuild b/www-client/midori/midori-7.0.ebuild
81 index 245ab2581f0..53dc024ca0a 100644
82 --- a/www-client/midori/midori-7.0.ebuild
83 +++ b/www-client/midori/midori-7.0.ebuild
84 @@ -1,4 +1,4 @@
85 -# Copyright 1999-2018 Gentoo Authors
86 +# Copyright 1999-2019 Gentoo Authors
87 # Distributed under the terms of the GNU General Public License v2
88
89 EAPI=6
90 @@ -9,7 +9,7 @@ inherit cmake-utils eapi7-ver gnome2-utils vala xdg-utils
91
92 MY_P=${PN}-v${PV}
93 DESCRIPTION="A lightweight web browser based on WebKitGTK+"
94 -HOMEPAGE="http://www.midori-browser.org/"
95 +HOMEPAGE="https://www.midori-browser.org/"
96 SRC_URI="https://github.com/midori-browser/core/releases/download/v$(ver_cut 1)/${MY_P}.tar.gz"
97
98 LICENSE="LGPL-2.1+"