Gentoo Archives: gentoo-commits

From: Jeroen Roovers <jer@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-irc/sic/
Date: Thu, 31 Aug 2017 10:33:36
Message-Id: 1504174865.a25292253b3681e4abad6d7de2baeb0f25fd56e8.jer@gentoo
1 commit: a25292253b3681e4abad6d7de2baeb0f25fd56e8
2 Author: Jeroen Roovers <jer <AT> gentoo <DOT> org>
3 AuthorDate: Thu Aug 31 10:21:05 2017 +0000
4 Commit: Jeroen Roovers <jer <AT> gentoo <DOT> org>
5 CommitDate: Thu Aug 31 10:21:05 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a2529225
7
8 net-irc/sic: Switch to HTTPS.
9
10 Package-Manager: Portage-2.3.8, Repoman-2.3.3
11
12 net-irc/sic/sic-1.1.ebuild | 6 +++---
13 net-irc/sic/sic-1.2.ebuild | 6 +++---
14 2 files changed, 6 insertions(+), 6 deletions(-)
15
16 diff --git a/net-irc/sic/sic-1.1.ebuild b/net-irc/sic/sic-1.1.ebuild
17 index a15e46d1035..e820ee5b653 100644
18 --- a/net-irc/sic/sic-1.1.ebuild
19 +++ b/net-irc/sic/sic-1.1.ebuild
20 @@ -1,12 +1,12 @@
21 -# Copyright 1999-2012 Gentoo Foundation
22 +# Copyright 1999-2017 Gentoo Foundation
23 # Distributed under the terms of the GNU General Public License v2
24
25 EAPI=4
26 inherit toolchain-funcs
27
28 DESCRIPTION="An extremly simple IRC client"
29 -HOMEPAGE="http://tools.suckless.org/sic"
30 -SRC_URI="http://dl.suckless.org/tools/${P}.tar.gz"
31 +HOMEPAGE="https://tools.suckless.org/sic"
32 +SRC_URI="https://dl.suckless.org/tools/${P}.tar.gz"
33
34 LICENSE="MIT"
35 SLOT="0"
36
37 diff --git a/net-irc/sic/sic-1.2.ebuild b/net-irc/sic/sic-1.2.ebuild
38 index e20435f4e7d..67faf284d4f 100644
39 --- a/net-irc/sic/sic-1.2.ebuild
40 +++ b/net-irc/sic/sic-1.2.ebuild
41 @@ -1,12 +1,12 @@
42 -# Copyright 1999-2014 Gentoo Foundation
43 +# Copyright 1999-2017 Gentoo Foundation
44 # Distributed under the terms of the GNU General Public License v2
45
46 EAPI=4
47 inherit toolchain-funcs
48
49 DESCRIPTION="An extremly simple IRC client"
50 -HOMEPAGE="http://tools.suckless.org/sic"
51 -SRC_URI="http://dl.suckless.org/tools/${P}.tar.gz"
52 +HOMEPAGE="https://tools.suckless.org/sic"
53 +SRC_URI="https://dl.suckless.org/tools/${P}.tar.gz"
54
55 LICENSE="MIT"
56 SLOT="0"