Gentoo Archives: gentoo-commits

From: Aaron Bauman <bman@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-block/kvpm/
Date: Fri, 30 Mar 2018 18:46:55
Message-Id: 1522435597.78a14e72a753c9076dab5efb0bf02296e4f7ab51.bman@gentoo
1 commit: 78a14e72a753c9076dab5efb0bf02296e4f7ab51
2 Author: Michael Mair-Keimberger <m.mairkeimberger <AT> gmail <DOT> com>
3 AuthorDate: Fri Mar 30 18:18:15 2018 +0000
4 Commit: Aaron Bauman <bman <AT> gentoo <DOT> org>
5 CommitDate: Fri Mar 30 18:46:37 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=78a14e72
7
8 sys-block/kvpm: update HOMEPAGE, use HTTPS
9
10 sys-block/kvpm/kvpm-0.9.10.ebuild | 4 ++--
11 1 file changed, 2 insertions(+), 2 deletions(-)
12
13 diff --git a/sys-block/kvpm/kvpm-0.9.10.ebuild b/sys-block/kvpm/kvpm-0.9.10.ebuild
14 index a8af967f34f..525236fce8a 100644
15 --- a/sys-block/kvpm/kvpm-0.9.10.ebuild
16 +++ b/sys-block/kvpm/kvpm-0.9.10.ebuild
17 @@ -1,4 +1,4 @@
18 -# Copyright 1999-2017 Gentoo Foundation
19 +# Copyright 1999-2018 Gentoo Foundation
20 # Distributed under the terms of the GNU General Public License v2
21
22 EAPI=6
23 @@ -8,7 +8,7 @@ KDE_HANDBOOK="forceoptional"
24 inherit kde5
25
26 DESCRIPTION="KDE frontend for Linux LVM2 and GNU parted"
27 -HOMEPAGE="http://kvpm.sourceforge.net/"
28 +HOMEPAGE="https://sourceforge.net/projects/kvpm/"
29 SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
30
31 LICENSE="GPL-3"