diff options
author | 2017-07-31 23:25:23 +1000 | |
---|---|---|
committer | 2017-08-17 19:04:57 +0200 | |
commit | f87a0780320c25ce551dd590c56e08fcde9fb2e1 (patch) | |
tree | fce79e12e33aaeb9e745431dd4200514d2644909 /app-text/libetonyek/libetonyek-9999.ebuild | |
parent | dev-libs/beignet: use HTTPS for freedesktop.org (diff) | |
download | gentoo-f87a0780320c25ce551dd590c56e08fcde9fb2e1.tar.gz gentoo-f87a0780320c25ce551dd590c56e08fcde9fb2e1.tar.bz2 gentoo-f87a0780320c25ce551dd590c56e08fcde9fb2e1.zip |
app-text/libetonyek: use HTTPS for freedesktop.org
Package-Manager: Portage-2.3.6, Repoman-2.3.3
Diffstat (limited to 'app-text/libetonyek/libetonyek-9999.ebuild')
-rw-r--r-- | app-text/libetonyek/libetonyek-9999.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/app-text/libetonyek/libetonyek-9999.ebuild b/app-text/libetonyek/libetonyek-9999.ebuild index cff359d6fa5d..26e021ff6f50 100644 --- a/app-text/libetonyek/libetonyek-9999.ebuild +++ b/app-text/libetonyek/libetonyek-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/libetonyek" +EGIT_REPO_URI="https://anongit.freedesktop.org/git/libreoffice/libetonyek.git" [[ ${PV} == 9999 ]] && inherit autotools git-r3 DESCRIPTION="Library parsing Apple Keynote presentations" HOMEPAGE="https://wiki.documentfoundation.org/DLP/Libraries/libetonyek" -[[ ${PV} == 9999 ]] || SRC_URI="http://dev-www.libreoffice.org/src/${PN}/${P}.tar.xz" +[[ ${PV} == 9999 ]] || SRC_URI="https://dev-www.libreoffice.org/src/libetonyek/${P}.tar.xz" LICENSE="|| ( GPL-2+ LGPL-2.1 MPL-1.1 )" SLOT="0" |