Gentoo Archives: gentoo-commits

From: Patrice Clement <monsieurp@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: x11-wm/herbstluftwm/
Date: Sat, 08 Dec 2018 22:17:49
Message-Id: 1544307442.c35eae654f18fd460c698f27bb541b9ed4c56794.monsieurp@gentoo
1 commit: c35eae654f18fd460c698f27bb541b9ed4c56794
2 Author: Francesco Turco <fturco <AT> fastmail <DOT> fm>
3 AuthorDate: Wed Nov 14 19:56:22 2018 +0000
4 Commit: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
5 CommitDate: Sat Dec 8 22:17:22 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c35eae65
7
8 x11-wm/herbstluftwm: use HTTPS for HOMEPAGE and SRC_URI.
9
10 Signed-off-by: Francesco Turco <fturco <AT> fastmail.fm>
11 Closes: https://github.com/gentoo/gentoo/pull/10420
12 Signed-off-by: Patrice Clement <monsieurp <AT> gentoo.org>
13
14 x11-wm/herbstluftwm/herbstluftwm-0.7.0.ebuild | 6 +++---
15 x11-wm/herbstluftwm/herbstluftwm-9999.ebuild | 6 +++---
16 2 files changed, 6 insertions(+), 6 deletions(-)
17
18 diff --git a/x11-wm/herbstluftwm/herbstluftwm-0.7.0.ebuild b/x11-wm/herbstluftwm/herbstluftwm-0.7.0.ebuild
19 index 3bf86325130..0f5e7d231d5 100644
20 --- a/x11-wm/herbstluftwm/herbstluftwm-0.7.0.ebuild
21 +++ b/x11-wm/herbstluftwm/herbstluftwm-0.7.0.ebuild
22 @@ -1,4 +1,4 @@
23 -# Copyright 1999-2017 Gentoo Foundation
24 +# Copyright 1999-2018 Gentoo Authors
25 # Distributed under the terms of the GNU General Public License v2
26
27 EAPI=6
28 @@ -9,13 +9,13 @@ if [[ ${PV} == 9999* ]] ; then
29 EGIT_REPO_URI="https://github.com/herbstluftwm/herbstluftwm.git"
30 EXTRA_DEPEND="app-text/asciidoc"
31 else
32 - SRC_URI="http://herbstluftwm.org/tarballs/${P}.tar.gz"
33 + SRC_URI="https://herbstluftwm.org/tarballs/${P}.tar.gz"
34 KEYWORDS="amd64 x86"
35 EXTRA_DEPEND=""
36 fi
37
38 DESCRIPTION="A manual tiling window manager for X"
39 -HOMEPAGE="http://herbstluftwm.org"
40 +HOMEPAGE="https://herbstluftwm.org/"
41
42 LICENSE="BSD-2"
43 SLOT="0"
44
45 diff --git a/x11-wm/herbstluftwm/herbstluftwm-9999.ebuild b/x11-wm/herbstluftwm/herbstluftwm-9999.ebuild
46 index ee1ebe87276..162cddd0578 100644
47 --- a/x11-wm/herbstluftwm/herbstluftwm-9999.ebuild
48 +++ b/x11-wm/herbstluftwm/herbstluftwm-9999.ebuild
49 @@ -1,4 +1,4 @@
50 -# Copyright 1999-2017 Gentoo Foundation
51 +# Copyright 1999-2018 Gentoo Authors
52 # Distributed under the terms of the GNU General Public License v2
53
54 EAPI=6
55 @@ -9,13 +9,13 @@ if [[ ${PV} == 9999* ]] ; then
56 EGIT_REPO_URI="https://github.com/herbstluftwm/herbstluftwm.git"
57 EXTRA_DEPEND="app-text/asciidoc"
58 else
59 - SRC_URI="http://herbstluftwm.org/tarballs/${P}.tar.gz"
60 + SRC_URI="https://herbstluftwm.org/tarballs/${P}.tar.gz"
61 KEYWORDS="~amd64 ~x86"
62 EXTRA_DEPEND=""
63 fi
64
65 DESCRIPTION="A manual tiling window manager for X"
66 -HOMEPAGE="http://herbstluftwm.org"
67 +HOMEPAGE="https://herbstluftwm.org/"
68
69 LICENSE="BSD-2"
70 SLOT="0"