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/xssstate/
Date: Thu, 31 Aug 2017 10:33:32
Message-Id: 1504174159.6ce8f86ed8983bf2abd54a27a9d6ce9f3c0aeb58.jer@gentoo
1 commit: 6ce8f86ed8983bf2abd54a27a9d6ce9f3c0aeb58
2 Author: Jeroen Roovers <jer <AT> gentoo <DOT> org>
3 AuthorDate: Thu Aug 31 10:09:19 2017 +0000
4 Commit: Jeroen Roovers <jer <AT> gentoo <DOT> org>
5 CommitDate: Thu Aug 31 10:09:19 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6ce8f86e
7
8 x11-misc/xssstate: Switch to HTTPS.
9
10 Package-Manager: Portage-2.3.8, Repoman-2.3.3
11
12 x11-misc/xssstate/xssstate-1.1.ebuild | 6 +++---
13 1 file changed, 3 insertions(+), 3 deletions(-)
14
15 diff --git a/x11-misc/xssstate/xssstate-1.1.ebuild b/x11-misc/xssstate/xssstate-1.1.ebuild
16 index e6267b03d3f..cda0b3adfc2 100644
17 --- a/x11-misc/xssstate/xssstate-1.1.ebuild
18 +++ b/x11-misc/xssstate/xssstate-1.1.ebuild
19 @@ -1,12 +1,12 @@
20 -# Copyright 1999-2013 Gentoo Foundation
21 +# Copyright 1999-2017 Gentoo Foundation
22 # Distributed under the terms of the GNU General Public License v2
23
24 EAPI=5
25 inherit eutils toolchain-funcs
26
27 DESCRIPTION="A simple tool to retrieve the X screensaver state"
28 -HOMEPAGE="http://tools.suckless.org/x/xssstate"
29 -SRC_URI="http://dl.suckless.org/tools/${P}.tar.gz"
30 +HOMEPAGE="https://tools.suckless.org/x/xssstate"
31 +SRC_URI="https://dl.suckless.org/tools/${P}.tar.gz"
32
33 LICENSE="MIT"
34 SLOT="0"