Gentoo Archives: gentoo-commits

From: Jeroen Roovers <jer@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: x11-misc/xbindkeys/
Date: Wed, 27 May 2020 05:28:00
Message-Id: 1590557274.2decc6f77afdd6e236761d2b862994caff77e2b4.jer@gentoo
1 commit: 2decc6f77afdd6e236761d2b862994caff77e2b4
2 Author: Jeroen Roovers <jer <AT> gentoo <DOT> org>
3 AuthorDate: Wed May 27 05:19:43 2020 +0000
4 Commit: Jeroen Roovers <jer <AT> gentoo <DOT> org>
5 CommitDate: Wed May 27 05:27:54 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2decc6f7
7
8 x11-misc/xbindkeys: Use HTTPS
9
10 Package-Manager: Portage-2.3.100, Repoman-2.3.22
11 Signed-off-by: Jeroen Roovers <jer <AT> gentoo.org>
12
13 x11-misc/xbindkeys/xbindkeys-1.8.6-r1.ebuild | 6 +++---
14 1 file changed, 3 insertions(+), 3 deletions(-)
15
16 diff --git a/x11-misc/xbindkeys/xbindkeys-1.8.6-r1.ebuild b/x11-misc/xbindkeys/xbindkeys-1.8.6-r1.ebuild
17 index 14de366f5dc..ff72ad31364 100644
18 --- a/x11-misc/xbindkeys/xbindkeys-1.8.6-r1.ebuild
19 +++ b/x11-misc/xbindkeys/xbindkeys-1.8.6-r1.ebuild
20 @@ -1,11 +1,11 @@
21 -# Copyright 1999-2018 Gentoo Foundation
22 +# Copyright 1999-2020 Gentoo Authors
23 # Distributed under the terms of the GNU General Public License v2
24
25 EAPI="6"
26
27 DESCRIPTION="Tool for launching commands on keystrokes"
28 -SRC_URI="http://www.nongnu.org/${PN}/${P}.tar.gz"
29 -HOMEPAGE="http://www.nongnu.org/xbindkeys/xbindkeys.html"
30 +SRC_URI="https://www.nongnu.org/${PN}/${P}.tar.gz"
31 +HOMEPAGE="https://www.nongnu.org/xbindkeys/xbindkeys.html"
32
33 LICENSE="GPL-2"
34 SLOT="0"