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 D2D1C1396D0 for ; Thu, 17 Aug 2017 17:06:13 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E6CCB1FC059; Thu, 17 Aug 2017 17:06:06 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 C9E4A1FC059 for ; Thu, 17 Aug 2017 17:06:06 +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 92FB93418D0 for ; Thu, 17 Aug 2017 17:06:05 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 9BE417924 for ; Thu, 17 Aug 2017 17:06:02 +0000 (UTC) From: "Michał Górny" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michał Górny" Message-ID: <1502989500.9e4cd1ad857af26f116f5213468030f31ad35b4a.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-text/libmspub/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-text/libmspub/libmspub-0.1.2.ebuild app-text/libmspub/libmspub-9999.ebuild X-VCS-Directories: app-text/libmspub/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 9e4cd1ad857af26f116f5213468030f31ad35b4a X-VCS-Branch: master Date: Thu, 17 Aug 2017 17:06:02 +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: 11089bb0-26e4-43c6-93c6-dab53727f460 X-Archives-Hash: e3da92b409209131fd6a6a78c5ca8d38 commit: 9e4cd1ad857af26f116f5213468030f31ad35b4a Author: David Hicks hicks id au> AuthorDate: Mon Jul 31 13:26:23 2017 +0000 Commit: Michał Górny gentoo org> CommitDate: Thu Aug 17 17:05:00 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9e4cd1ad app-text/libmspub: use HTTPS for freedesktop.org Package-Manager: Portage-2.3.6, Repoman-2.3.3 app-text/libmspub/libmspub-0.1.2.ebuild | 4 ++-- app-text/libmspub/libmspub-9999.ebuild | 6 +++--- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/app-text/libmspub/libmspub-0.1.2.ebuild b/app-text/libmspub/libmspub-0.1.2.ebuild index 5d8d28cf0aa..7e1b0af2e7e 100644 --- a/app-text/libmspub/libmspub-0.1.2.ebuild +++ b/app-text/libmspub/libmspub-0.1.2.ebuild @@ -3,12 +3,12 @@ EAPI=6 -EGIT_REPO_URI="git://anongit.freedesktop.org/git/libreoffice/${PN}/" +EGIT_REPO_URI="https://anongit.freedesktop.org/git/libreoffice/libmspub.git" [[ ${PV} == 9999 ]] && inherit autotools git-r3 DESCRIPTION="Library parsing Microsoft Publisher documents" HOMEPAGE="https://wiki.documentfoundation.org/DLP/Libraries/libmspub" -[[ ${PV} == 9999 ]] || SRC_URI="http://dev-www.libreoffice.org/src/${PN}/${P}.tar.xz" +[[ ${PV} == 9999 ]] || SRC_URI="https://dev-www.libreoffice.org/src/libmspub/${P}.tar.xz" LICENSE="LGPL-2.1" SLOT="0" diff --git a/app-text/libmspub/libmspub-9999.ebuild b/app-text/libmspub/libmspub-9999.ebuild index 16d8c502830..83a7b70ff42 100644 --- a/app-text/libmspub/libmspub-9999.ebuild +++ b/app-text/libmspub/libmspub-9999.ebuild @@ -1,14 +1,14 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=6 -EGIT_REPO_URI="git://anongit.freedesktop.org/git/libreoffice/${PN}/" +EGIT_REPO_URI="https://anongit.freedesktop.org/git/libreoffice/libmspub.git" [[ ${PV} == 9999 ]] && inherit autotools git-r3 DESCRIPTION="Library parsing Microsoft Publisher documents" HOMEPAGE="https://wiki.documentfoundation.org/DLP/Libraries/libmspub" -[[ ${PV} == 9999 ]] || SRC_URI="http://dev-www.libreoffice.org/src/${PN}/${P}.tar.xz" +[[ ${PV} == 9999 ]] || SRC_URI="https://dev-www.libreoffice.org/src/libmspub/${P}.tar.xz" LICENSE="LGPL-2.1" SLOT="0"