Gentoo Archives: gentoo-commits

From: Aaron Bauman <bman@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: kde-misc/openofficeorg-thumbnail/
Date: Fri, 30 Mar 2018 18:46:53
Message-Id: 1522435591.8fa35dc4ad32a8dc72a117c1f55c976a50e98449.bman@gentoo
1 commit: 8fa35dc4ad32a8dc72a117c1f55c976a50e98449
2 Author: Michael Mair-Keimberger <m.mairkeimberger <AT> gmail <DOT> com>
3 AuthorDate: Fri Mar 30 18:14:14 2018 +0000
4 Commit: Aaron Bauman <bman <AT> gentoo <DOT> org>
5 CommitDate: Fri Mar 30 18:46:31 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8fa35dc4
7
8 kde-misc/openofficeorg-thumbnail: use HTTPS
9
10 .../openofficeorg-thumbnail/openofficeorg-thumbnail-1.0.0-r500.ebuild | 4 ++--
11 1 file changed, 2 insertions(+), 2 deletions(-)
12
13 diff --git a/kde-misc/openofficeorg-thumbnail/openofficeorg-thumbnail-1.0.0-r500.ebuild b/kde-misc/openofficeorg-thumbnail/openofficeorg-thumbnail-1.0.0-r500.ebuild
14 index fa422af5a09..8c5f3e9949f 100644
15 --- a/kde-misc/openofficeorg-thumbnail/openofficeorg-thumbnail-1.0.0-r500.ebuild
16 +++ b/kde-misc/openofficeorg-thumbnail/openofficeorg-thumbnail-1.0.0-r500.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 @@ MY_P="${MY_PN}-${PV}"
24 inherit kde5
25
26 DESCRIPTION="KDE thumbnail-plugin that generates thumbnails for ODF files"
27 -HOMEPAGE="http://www.kde-apps.org/content/show.php?content=110864"
28 +HOMEPAGE="https://www.kde-apps.org/content/show.php?content=110864"
29 SRC_URI="http://arielch.fedorapeople.org/devel/src/${MY_P}.tar.gz"
30
31 LICENSE="LGPL-3"