From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id EB40D1382C5 for ; Fri, 30 Mar 2018 18:46:53 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 3879BE095C; Fri, 30 Mar 2018 18:46:53 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 11CECE095C for ; Fri, 30 Mar 2018 18:46:51 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id B47C6335D5F for ; Fri, 30 Mar 2018 18:46:50 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 1696E270 for ; Fri, 30 Mar 2018 18:46:49 +0000 (UTC) From: "Aaron Bauman" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Aaron Bauman" Message-ID: <1522435591.8fa35dc4ad32a8dc72a117c1f55c976a50e98449.bman@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: kde-misc/openofficeorg-thumbnail/ X-VCS-Repository: repo/gentoo X-VCS-Files: kde-misc/openofficeorg-thumbnail/openofficeorg-thumbnail-1.0.0-r500.ebuild X-VCS-Directories: kde-misc/openofficeorg-thumbnail/ X-VCS-Committer: bman X-VCS-Committer-Name: Aaron Bauman X-VCS-Revision: 8fa35dc4ad32a8dc72a117c1f55c976a50e98449 X-VCS-Branch: master Date: Fri, 30 Mar 2018 18:46:49 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: e8d660ce-d689-453e-8455-31923001947e X-Archives-Hash: 090d214168311a7e4ca7120917e8f86c commit: 8fa35dc4ad32a8dc72a117c1f55c976a50e98449 Author: Michael Mair-Keimberger gmail com> AuthorDate: Fri Mar 30 18:14:14 2018 +0000 Commit: Aaron Bauman gentoo org> CommitDate: Fri Mar 30 18:46:31 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8fa35dc4 kde-misc/openofficeorg-thumbnail: use HTTPS .../openofficeorg-thumbnail/openofficeorg-thumbnail-1.0.0-r500.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 index fa422af5a09..8c5f3e9949f 100644 --- a/kde-misc/openofficeorg-thumbnail/openofficeorg-thumbnail-1.0.0-r500.ebuild +++ b/kde-misc/openofficeorg-thumbnail/openofficeorg-thumbnail-1.0.0-r500.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -8,7 +8,7 @@ MY_P="${MY_PN}-${PV}" inherit kde5 DESCRIPTION="KDE thumbnail-plugin that generates thumbnails for ODF files" -HOMEPAGE="http://www.kde-apps.org/content/show.php?content=110864" +HOMEPAGE="https://www.kde-apps.org/content/show.php?content=110864" SRC_URI="http://arielch.fedorapeople.org/devel/src/${MY_P}.tar.gz" LICENSE="LGPL-3"