From: David Hicks Date: Mon, 31 Jul 2017 12:43:10 +0000 (+1000) Subject: media-libs/libfreehand: use HTTPS for freedesktop.org and SRC_URI X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=304ae644bfd3434932526dc7d292cf95af1e67b9;p=gentoo.git media-libs/libfreehand: use HTTPS for freedesktop.org and SRC_URI Package-Manager: Portage-2.3.6, Repoman-2.3.3 --- diff --git a/media-libs/libfreehand/libfreehand-0.1.1.ebuild b/media-libs/libfreehand/libfreehand-0.1.1.ebuild index f2648cd7b84d..cb4ecf512fcc 100644 --- a/media-libs/libfreehand/libfreehand-0.1.1.ebuild +++ b/media-libs/libfreehand/libfreehand-0.1.1.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/libfreehand/" +EGIT_REPO_URI="https://anongit.freedesktop.org/git/libreoffice/libfreehand.git" [[ ${PV} == 9999 ]] && inherit autotools git-r3 DESCRIPTION="Library for import of FreeHand drawings" HOMEPAGE="https://wiki.documentfoundation.org/DLP/Libraries/libfreehand" -[[ ${PV} == 9999 ]] || SRC_URI="http://dev-www.libreoffice.org/src/${PN}/${P}.tar.xz" +[[ ${PV} == 9999 ]] || SRC_URI="https://dev-www.libreoffice.org/src/libfreehand/${P}.tar.xz" LICENSE="MPL-2.0" SLOT="0" diff --git a/media-libs/libfreehand/libfreehand-9999.ebuild b/media-libs/libfreehand/libfreehand-9999.ebuild index 6744e18f9763..609ba81503ad 100644 --- a/media-libs/libfreehand/libfreehand-9999.ebuild +++ b/media-libs/libfreehand/libfreehand-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/libfreehand/" +EGIT_REPO_URI="https://anongit.freedesktop.org/git/libreoffice/libfreehand.git" [[ ${PV} == 9999 ]] && inherit autotools git-r3 DESCRIPTION="Library for import of FreeHand drawings" HOMEPAGE="https://wiki.documentfoundation.org/DLP/Libraries/libfreehand" -[[ ${PV} == 9999 ]] || SRC_URI="http://dev-www.libreoffice.org/src/${PN}/${P}.tar.xz" +[[ ${PV} == 9999 ]] || SRC_URI="https://dev-www.libreoffice.org/src/libfreehand/${P}.tar.xz" LICENSE="MPL-2.0" SLOT="0"