commit: c1bd96e789bde43f593bdc6057f55640de04aa57 Author: Francesco Turco <fturco <AT> fastmail <DOT> fm> AuthorDate: Fri Feb 2 13:50:31 2018 +0000 Commit: Patrice Clement <monsieurp <AT> gentoo <DOT> org> CommitDate: Sun Feb 4 22:49:32 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c1bd96e7
app-text/mupdf: use HTTPS instead of HTTP. Closes: https://github.com/gentoo/gentoo/pull/7022 app-text/mupdf/mupdf-1.11-r1.ebuild | 10 +++++----- app-text/mupdf/mupdf-1.11-r2.ebuild | 10 +++++----- app-text/mupdf/mupdf-1.12.0.ebuild | 8 ++++---- 3 files changed, 14 insertions(+), 14 deletions(-) diff --git a/app-text/mupdf/mupdf-1.11-r1.ebuild b/app-text/mupdf/mupdf-1.11-r1.ebuild index eb9d06b4a3a..0b2990cc8b2 100644 --- a/app-text/mupdf/mupdf-1.11-r1.ebuild +++ b/app-text/mupdf/mupdf-1.11-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -6,8 +6,8 @@ EAPI=6 inherit flag-o-matic toolchain-funcs DESCRIPTION="a lightweight PDF viewer and toolkit written in portable C" -HOMEPAGE="http://mupdf.com/" -SRC_URI="http://mupdf.com/downloads/${P}-source.tar.gz" +HOMEPAGE="https://mupdf.com/" +SRC_URI="https://mupdf.com/downloads/${P}-source.tar.gz" LICENSE="AGPL-3" SLOT="0/${PV}" @@ -96,8 +96,8 @@ src_prepare() { cp -a "${S}" "${S}"-static || die #add missing Libs.private for xcb and freetype sed -e 's:\(pkg-config --libs\):\1 --static:' \ - -e '/^SYS_X11_LIBS = /s:\(.*\):\1 -lpthread:' \ - -e '/^SYS_FREETYPE_LIBS = /s:\(.*\):\1 -lbz2:' \ + -e '/^SYS_X11_LIBS = /s:\(.*\):\1 -lpthread:' \ + -e '/^SYS_FREETYPE_LIBS = /s:\(.*\):\1 -lbz2:' \ -i "${S}"-static/Makerules || die fi diff --git a/app-text/mupdf/mupdf-1.11-r2.ebuild b/app-text/mupdf/mupdf-1.11-r2.ebuild index ba45032f219..da582f3a291 100644 --- a/app-text/mupdf/mupdf-1.11-r2.ebuild +++ b/app-text/mupdf/mupdf-1.11-r2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -6,8 +6,8 @@ EAPI=6 inherit flag-o-matic toolchain-funcs DESCRIPTION="a lightweight PDF viewer and toolkit written in portable C" -HOMEPAGE="http://mupdf.com/" -SRC_URI="http://mupdf.com/downloads/${P}-source.tar.gz" +HOMEPAGE="https://mupdf.com/" +SRC_URI="https://mupdf.com/downloads/${P}-source.tar.gz" LICENSE="AGPL-3" SLOT="0/${PV}" @@ -97,8 +97,8 @@ src_prepare() { cp -a "${S}" "${S}"-static || die #add missing Libs.private for xcb and freetype sed -e 's:\(pkg-config --libs\):\1 --static:' \ - -e '/^SYS_X11_LIBS = /s:\(.*\):\1 -lpthread:' \ - -e '/^SYS_FREETYPE_LIBS = /s:\(.*\):\1 -lbz2:' \ + -e '/^SYS_X11_LIBS = /s:\(.*\):\1 -lpthread:' \ + -e '/^SYS_FREETYPE_LIBS = /s:\(.*\):\1 -lbz2:' \ -i "${S}"-static/Makerules || die fi diff --git a/app-text/mupdf/mupdf-1.12.0.ebuild b/app-text/mupdf/mupdf-1.12.0.ebuild index bb542060cd7..9f1100e51cb 100644 --- a/app-text/mupdf/mupdf-1.12.0.ebuild +++ b/app-text/mupdf/mupdf-1.12.0.ebuild @@ -6,8 +6,8 @@ EAPI=6 inherit flag-o-matic toolchain-funcs xdg DESCRIPTION="a lightweight PDF viewer and toolkit written in portable C" -HOMEPAGE="http://mupdf.com/" -SRC_URI="http://mupdf.com/downloads/${P}-source.tar.gz" +HOMEPAGE="https://mupdf.com/" +SRC_URI="https://mupdf.com/downloads/${P}-source.tar.gz" LICENSE="AGPL-3" SLOT="0/${PV}" @@ -104,8 +104,8 @@ src_prepare() { cp -a "${S}" "${S}"-static || die #add missing Libs.private for xcb and freetype sed -e 's:\(pkg-config --libs\):\1 --static:' \ - -e '/^SYS_X11_LIBS = /s:\(.*\):\1 -lpthread:' \ - -e '/^SYS_FREETYPE_LIBS = /s:\(.*\):\1 -lbz2:' \ + -e '/^SYS_X11_LIBS = /s:\(.*\):\1 -lpthread:' \ + -e '/^SYS_FREETYPE_LIBS = /s:\(.*\):\1 -lbz2:' \ -i "${S}"-static/Makerules || die fi
