diff options
author | David Hicks <david@hicks.id.au> | 2017-07-31 23:05:28 +1000 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2017-08-17 19:04:23 +0200 |
commit | 92bb266af6968507b9a2a4b454c9a480a0ec676f (patch) | |
tree | e168dcafc01a08ee11e85e7b94bfbf0a026ac587 /media-libs/libcdr | |
parent | media-libs/libvisio: use HTTPS for freedesktop.org and SRC_URI (diff) | |
download | gentoo-92bb266af6968507b9a2a4b454c9a480a0ec676f.tar.gz gentoo-92bb266af6968507b9a2a4b454c9a480a0ec676f.tar.bz2 gentoo-92bb266af6968507b9a2a4b454c9a480a0ec676f.zip |
media-libs/libcdr: use HTTPS for freedesktop.org and SRC_URI
Package-Manager: Portage-2.3.6, Repoman-2.3.3
Diffstat (limited to 'media-libs/libcdr')
-rw-r--r-- | media-libs/libcdr/libcdr-0.1.3.ebuild | 4 | ||||
-rw-r--r-- | media-libs/libcdr/libcdr-9999.ebuild | 6 |
2 files changed, 5 insertions, 5 deletions
diff --git a/media-libs/libcdr/libcdr-0.1.3.ebuild b/media-libs/libcdr/libcdr-0.1.3.ebuild index 68ef37c5a628..e225c2995f47 100644 --- a/media-libs/libcdr/libcdr-0.1.3.ebuild +++ b/media-libs/libcdr/libcdr-0.1.3.ebuild @@ -3,12 +3,12 @@ EAPI=6 -EGIT_REPO_URI="git://anongit.freedesktop.org/git/libreoffice/libcdr/" +EGIT_REPO_URI="https://anongit.freedesktop.org/git/libreoffice/libcdr.git" [[ ${PV} == 9999 ]] && inherit autotools git-r3 DESCRIPTION="Library parsing the Corel cdr documents" HOMEPAGE="https://wiki.documentfoundation.org/DLP/Libraries/libcdr" -[[ ${PV} == 9999 ]] || SRC_URI="http://dev-www.libreoffice.org/src/${PN}/${P}.tar.xz" +[[ ${PV} == 9999 ]] || SRC_URI="https://dev-www.libreoffice.org/src/libcdr/${P}.tar.xz" LICENSE="MPL-2.0" SLOT="0" diff --git a/media-libs/libcdr/libcdr-9999.ebuild b/media-libs/libcdr/libcdr-9999.ebuild index db4ce5e685c7..ef4b7f810ec2 100644 --- a/media-libs/libcdr/libcdr-9999.ebuild +++ b/media-libs/libcdr/libcdr-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/libcdr/" +EGIT_REPO_URI="https://anongit.freedesktop.org/git/libreoffice/libcdr.git" [[ ${PV} == 9999 ]] && inherit autotools git-r3 DESCRIPTION="Library parsing the Corel cdr documents" HOMEPAGE="https://wiki.documentfoundation.org/DLP/Libraries/libcdr" -[[ ${PV} == 9999 ]] || SRC_URI="http://dev-www.libreoffice.org/src/${PN}/${P}.tar.xz" +[[ ${PV} == 9999 ]] || SRC_URI="https://dev-www.libreoffice.org/src/libcdr/${P}.tar.xz" LICENSE="MPL-2.0" SLOT="0" |