Gentoo Archives: gentoo-commits

From: Lars Wendler <polynomial-c@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-text/convmv/
Date: Sun, 25 Mar 2018 21:07:02
Message-Id: 1522012005.be66074c63614d7c28a1de19ab3827e431536917.polynomial-c@gentoo
1 commit: be66074c63614d7c28a1de19ab3827e431536917
2 Author: Michael Mair-Keimberger <m.mairkeimberger <AT> gmail <DOT> com>
3 AuthorDate: Sat Mar 24 18:39:10 2018 +0000
4 Commit: Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
5 CommitDate: Sun Mar 25 21:06:45 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=be66074c
7
8 app-text/convmv: use HTTPS
9
10 app-text/convmv/convmv-2.01.ebuild | 6 +++---
11 app-text/convmv/convmv-2.03.ebuild | 6 +++---
12 2 files changed, 6 insertions(+), 6 deletions(-)
13
14 diff --git a/app-text/convmv/convmv-2.01.ebuild b/app-text/convmv/convmv-2.01.ebuild
15 index f33868fa45f..b310046d892 100644
16 --- a/app-text/convmv/convmv-2.01.ebuild
17 +++ b/app-text/convmv/convmv-2.01.ebuild
18 @@ -1,11 +1,11 @@
19 -# Copyright 1999-2017 Gentoo Foundation
20 +# Copyright 1999-2018 Gentoo Foundation
21 # Distributed under the terms of the GNU General Public License v2
22
23 EAPI=6
24
25 DESCRIPTION="convert filenames to utf8 or any other charset"
26 -HOMEPAGE="http://j3e.de/linux/convmv"
27 -SRC_URI="http://j3e.de/linux/${PN}/${P}.tar.gz"
28 +HOMEPAGE="https://j3e.de/linux/convmv"
29 +SRC_URI="https://j3e.de/linux/${PN}/${P}.tar.gz"
30
31 LICENSE="GPL-2"
32 SLOT="0"
33
34 diff --git a/app-text/convmv/convmv-2.03.ebuild b/app-text/convmv/convmv-2.03.ebuild
35 index 6fad4bcbd99..e0947974882 100644
36 --- a/app-text/convmv/convmv-2.03.ebuild
37 +++ b/app-text/convmv/convmv-2.03.ebuild
38 @@ -1,11 +1,11 @@
39 -# Copyright 1999-2017 Gentoo Foundation
40 +# Copyright 1999-2018 Gentoo Foundation
41 # Distributed under the terms of the GNU General Public License v2
42
43 EAPI=6
44
45 DESCRIPTION="convert filenames to utf8 or any other charset"
46 -HOMEPAGE="http://j3e.de/linux/convmv"
47 -SRC_URI="http://j3e.de/linux/${PN}/${P}.tar.gz"
48 +HOMEPAGE="https://j3e.de/linux/convmv"
49 +SRC_URI="https://j3e.de/linux/${PN}/${P}.tar.gz"
50
51 LICENSE="GPL-2"
52 SLOT="0"