Gentoo Archives: gentoo-commits

From: Sergei Trofimovich <slyfox@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: x11-wm/xmonad/
Date: Sun, 18 Nov 2018 22:08:05
Message-Id: 1542578874.6ba97d712db34aecf98d0d6766433e82527ab7aa.slyfox@gentoo
1 commit: 6ba97d712db34aecf98d0d6766433e82527ab7aa
2 Author: Francesco Turco <fturco <AT> fastmail <DOT> fm>
3 AuthorDate: Fri Nov 16 21:13:25 2018 +0000
4 Commit: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
5 CommitDate: Sun Nov 18 22:07:54 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6ba97d71
7
8 x11-wm/xmonad: use HTTPS for HOMEPAGE
9
10 Signed-off-by: Francesco Turco <fturco <AT> fastmail.fm>
11 Closes: https://github.com/gentoo/gentoo/pull/10435
12 Signed-off-by: Sergei Trofimovich <slyfox <AT> gentoo.org>
13
14 x11-wm/xmonad/xmonad-0.11-r1.ebuild | 4 ++--
15 x11-wm/xmonad/xmonad-0.11-r3.ebuild | 4 ++--
16 x11-wm/xmonad/xmonad-0.11.1.ebuild | 4 ++--
17 x11-wm/xmonad/xmonad-0.12.ebuild | 4 ++--
18 x11-wm/xmonad/xmonad-0.13.ebuild | 4 ++--
19 5 files changed, 10 insertions(+), 10 deletions(-)
20
21 diff --git a/x11-wm/xmonad/xmonad-0.11-r1.ebuild b/x11-wm/xmonad/xmonad-0.11-r1.ebuild
22 index bbd2c9e330c..8fc61639af9 100644
23 --- a/x11-wm/xmonad/xmonad-0.11-r1.ebuild
24 +++ b/x11-wm/xmonad/xmonad-0.11-r1.ebuild
25 @@ -1,4 +1,4 @@
26 -# Copyright 1999-2013 Gentoo Foundation
27 +# Copyright 1999-2018 Gentoo Authors
28 # Distributed under the terms of the GNU General Public License v2
29
30 EAPI=5
31 @@ -9,7 +9,7 @@ CABAL_FEATURES="bin lib profile haddock hscolour hoogle"
32 inherit haskell-cabal
33
34 DESCRIPTION="A tiling window manager"
35 -HOMEPAGE="http://xmonad.org"
36 +HOMEPAGE="https://xmonad.org/"
37 SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz"
38
39 LICENSE="BSD"
40
41 diff --git a/x11-wm/xmonad/xmonad-0.11-r3.ebuild b/x11-wm/xmonad/xmonad-0.11-r3.ebuild
42 index a929e260e88..553f65f4e8a 100644
43 --- a/x11-wm/xmonad/xmonad-0.11-r3.ebuild
44 +++ b/x11-wm/xmonad/xmonad-0.11-r3.ebuild
45 @@ -1,4 +1,4 @@
46 -# Copyright 1999-2015 Gentoo Foundation
47 +# Copyright 1999-2018 Gentoo Authors
48 # Distributed under the terms of the GNU General Public License v2
49
50 EAPI=5
51 @@ -9,7 +9,7 @@ CABAL_FEATURES="bin lib profile haddock hscolour hoogle"
52 inherit haskell-cabal
53
54 DESCRIPTION="A tiling window manager"
55 -HOMEPAGE="http://xmonad.org"
56 +HOMEPAGE="https://xmonad.org/"
57 SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz"
58
59 LICENSE="BSD"
60
61 diff --git a/x11-wm/xmonad/xmonad-0.11.1.ebuild b/x11-wm/xmonad/xmonad-0.11.1.ebuild
62 index 74f0a815225..f603490c0c0 100644
63 --- a/x11-wm/xmonad/xmonad-0.11.1.ebuild
64 +++ b/x11-wm/xmonad/xmonad-0.11.1.ebuild
65 @@ -1,4 +1,4 @@
66 -# Copyright 1999-2015 Gentoo Foundation
67 +# Copyright 1999-2018 Gentoo Authors
68 # Distributed under the terms of the GNU General Public License v2
69
70 EAPI=5
71 @@ -9,7 +9,7 @@ CABAL_FEATURES="bin lib profile haddock hoogle hscolour"
72 inherit haskell-cabal
73
74 DESCRIPTION="A tiling window manager"
75 -HOMEPAGE="http://xmonad.org"
76 +HOMEPAGE="https://xmonad.org/"
77 SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz"
78
79 LICENSE="BSD"
80
81 diff --git a/x11-wm/xmonad/xmonad-0.12.ebuild b/x11-wm/xmonad/xmonad-0.12.ebuild
82 index 8745eba3fd8..9b93f9fb473 100644
83 --- a/x11-wm/xmonad/xmonad-0.12.ebuild
84 +++ b/x11-wm/xmonad/xmonad-0.12.ebuild
85 @@ -1,4 +1,4 @@
86 -# Copyright 1999-2016 Gentoo Foundation
87 +# Copyright 1999-2018 Gentoo Authors
88 # Distributed under the terms of the GNU General Public License v2
89
90 EAPI=5
91 @@ -10,7 +10,7 @@ CABAL_FEATURES="bin lib profile haddock hoogle hscolour test-suite"
92 inherit haskell-cabal
93
94 DESCRIPTION="A tiling window manager"
95 -HOMEPAGE="http://xmonad.org"
96 +HOMEPAGE="https://xmonad.org/"
97 SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz"
98
99 LICENSE="BSD"
100
101 diff --git a/x11-wm/xmonad/xmonad-0.13.ebuild b/x11-wm/xmonad/xmonad-0.13.ebuild
102 index 141d10f46d5..3dcc815ebc3 100644
103 --- a/x11-wm/xmonad/xmonad-0.13.ebuild
104 +++ b/x11-wm/xmonad/xmonad-0.13.ebuild
105 @@ -1,4 +1,4 @@
106 -# Copyright 1999-2017 Gentoo Foundation
107 +# Copyright 1999-2018 Gentoo Authors
108 # Distributed under the terms of the GNU General Public License v2
109
110 EAPI=6
111 @@ -10,7 +10,7 @@ CABAL_FEATURES="lib profile haddock hoogle hscolour test-suite"
112 inherit haskell-cabal
113
114 DESCRIPTION="A tiling window manager"
115 -HOMEPAGE="http://xmonad.org"
116 +HOMEPAGE="https://xmonad.org/"
117 SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz"
118
119 LICENSE="BSD"