diff options
author | David Hicks <david@hicks.id.au> | 2017-07-31 23:02:26 +1000 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2017-08-17 19:04:20 +0200 |
commit | 9df0090587bf7e927d50b4844f1c3ca8d503f087 (patch) | |
tree | 6ced3af200694140fad63d0b70735e5fd77282eb /media-libs/libvisio | |
parent | media-libs/harfbuzz: use HTTPS for freedesktop.org (diff) | |
download | gentoo-9df0090587bf7e927d50b4844f1c3ca8d503f087.tar.gz gentoo-9df0090587bf7e927d50b4844f1c3ca8d503f087.tar.bz2 gentoo-9df0090587bf7e927d50b4844f1c3ca8d503f087.zip |
media-libs/libvisio: use HTTPS for freedesktop.org and SRC_URI
Package-Manager: Portage-2.3.6, Repoman-2.3.3
Diffstat (limited to 'media-libs/libvisio')
-rw-r--r-- | media-libs/libvisio/libvisio-0.1.5-r1.ebuild | 4 | ||||
-rw-r--r-- | media-libs/libvisio/libvisio-9999.ebuild | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/media-libs/libvisio/libvisio-0.1.5-r1.ebuild b/media-libs/libvisio/libvisio-0.1.5-r1.ebuild index 1e91f9036bbc..0db3bb725481 100644 --- a/media-libs/libvisio/libvisio-0.1.5-r1.ebuild +++ b/media-libs/libvisio/libvisio-0.1.5-r1.ebuild @@ -3,13 +3,13 @@ EAPI=6 -EGIT_REPO_URI="git://anongit.freedesktop.org/git/libreoffice/libvisio/" +EGIT_REPO_URI="https://anongit.freedesktop.org/git/libreoffice/libvisio.git" inherit autotools [[ ${PV} == 9999 ]] && inherit git-r3 DESCRIPTION="Library parsing the visio documents" HOMEPAGE="https://wiki.documentfoundation.org/DLP/Libraries/libvisio" -[[ ${PV} == 9999 ]] || SRC_URI="http://dev-www.libreoffice.org/src/${PN}/${P}.tar.xz" +[[ ${PV} == 9999 ]] || SRC_URI="https://dev-www.libreoffice.org/src/libvisio/${P}.tar.xz" LICENSE="|| ( GPL-2+ LGPL-2.1 MPL-1.1 )" SLOT="0" diff --git a/media-libs/libvisio/libvisio-9999.ebuild b/media-libs/libvisio/libvisio-9999.ebuild index 4033acc10c5f..b062ef92da27 100644 --- a/media-libs/libvisio/libvisio-9999.ebuild +++ b/media-libs/libvisio/libvisio-9999.ebuild @@ -3,12 +3,12 @@ EAPI=6 -EGIT_REPO_URI="git://anongit.freedesktop.org/git/libreoffice/libvisio/" +EGIT_REPO_URI="https://anongit.freedesktop.org/git/libreoffice/libvisio.git" [[ ${PV} == 9999 ]] && inherit autotools git-r3 DESCRIPTION="Library parsing the visio documents" HOMEPAGE="https://wiki.documentfoundation.org/DLP/Libraries/libvisio" -[[ ${PV} == 9999 ]] || SRC_URI="http://dev-www.libreoffice.org/src/${PN}/${P}.tar.xz" +[[ ${PV} == 9999 ]] || SRC_URI="https://dev-www.libreoffice.org/src/libvisio/${P}.tar.xz" LICENSE="|| ( GPL-2+ LGPL-2.1 MPL-1.1 )" SLOT="0" |