summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Hicks <david@hicks.id.au>2017-07-31 23:26:23 +1000
committerMichał Górny <mgorny@gentoo.org>2017-08-17 19:05:00 +0200
commit9e4cd1ad857af26f116f5213468030f31ad35b4a (patch)
tree37e5acc2896c46b559e5558c925a91272d891174 /app-text/libmspub
parentapp-text/libetonyek: use HTTPS for freedesktop.org (diff)
downloadgentoo-9e4cd1ad857af26f116f5213468030f31ad35b4a.tar.gz
gentoo-9e4cd1ad857af26f116f5213468030f31ad35b4a.tar.bz2
gentoo-9e4cd1ad857af26f116f5213468030f31ad35b4a.zip
app-text/libmspub: use HTTPS for freedesktop.org
Package-Manager: Portage-2.3.6, Repoman-2.3.3
Diffstat (limited to 'app-text/libmspub')
-rw-r--r--app-text/libmspub/libmspub-0.1.2.ebuild4
-rw-r--r--app-text/libmspub/libmspub-9999.ebuild6
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 5d8d28cf0aa8..7e1b0af2e7ef 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 16d8c502830d..83a7b70ff42b 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"