diff options
Diffstat (limited to 'media-libs/libcdr/libcdr-9999.ebuild')
-rw-r--r-- | media-libs/libcdr/libcdr-9999.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
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" |