Gentoo Archives: gentoo-commits

From: Patrice Clement <monsieurp@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-text/mupdf/
Date: Sun, 04 Feb 2018 22:49:51
Message-Id: 1517784572.c1bd96e789bde43f593bdc6057f55640de04aa57.monsieurp@gentoo
1 commit: c1bd96e789bde43f593bdc6057f55640de04aa57
2 Author: Francesco Turco <fturco <AT> fastmail <DOT> fm>
3 AuthorDate: Fri Feb 2 13:50:31 2018 +0000
4 Commit: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
5 CommitDate: Sun Feb 4 22:49:32 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c1bd96e7
7
8 app-text/mupdf: use HTTPS instead of HTTP.
9
10 Closes: https://github.com/gentoo/gentoo/pull/7022
11
12 app-text/mupdf/mupdf-1.11-r1.ebuild | 10 +++++-----
13 app-text/mupdf/mupdf-1.11-r2.ebuild | 10 +++++-----
14 app-text/mupdf/mupdf-1.12.0.ebuild | 8 ++++----
15 3 files changed, 14 insertions(+), 14 deletions(-)
16
17 diff --git a/app-text/mupdf/mupdf-1.11-r1.ebuild b/app-text/mupdf/mupdf-1.11-r1.ebuild
18 index eb9d06b4a3a..0b2990cc8b2 100644
19 --- a/app-text/mupdf/mupdf-1.11-r1.ebuild
20 +++ b/app-text/mupdf/mupdf-1.11-r1.ebuild
21 @@ -1,4 +1,4 @@
22 -# Copyright 1999-2017 Gentoo Foundation
23 +# Copyright 1999-2018 Gentoo Foundation
24 # Distributed under the terms of the GNU General Public License v2
25
26 EAPI=6
27 @@ -6,8 +6,8 @@ EAPI=6
28 inherit flag-o-matic toolchain-funcs
29
30 DESCRIPTION="a lightweight PDF viewer and toolkit written in portable C"
31 -HOMEPAGE="http://mupdf.com/"
32 -SRC_URI="http://mupdf.com/downloads/${P}-source.tar.gz"
33 +HOMEPAGE="https://mupdf.com/"
34 +SRC_URI="https://mupdf.com/downloads/${P}-source.tar.gz"
35
36 LICENSE="AGPL-3"
37 SLOT="0/${PV}"
38 @@ -96,8 +96,8 @@ src_prepare() {
39 cp -a "${S}" "${S}"-static || die
40 #add missing Libs.private for xcb and freetype
41 sed -e 's:\(pkg-config --libs\):\1 --static:' \
42 - -e '/^SYS_X11_LIBS = /s:\(.*\):\1 -lpthread:' \
43 - -e '/^SYS_FREETYPE_LIBS = /s:\(.*\):\1 -lbz2:' \
44 + -e '/^SYS_X11_LIBS = /s:\(.*\):\1 -lpthread:' \
45 + -e '/^SYS_FREETYPE_LIBS = /s:\(.*\):\1 -lbz2:' \
46 -i "${S}"-static/Makerules || die
47 fi
48
49
50 diff --git a/app-text/mupdf/mupdf-1.11-r2.ebuild b/app-text/mupdf/mupdf-1.11-r2.ebuild
51 index ba45032f219..da582f3a291 100644
52 --- a/app-text/mupdf/mupdf-1.11-r2.ebuild
53 +++ b/app-text/mupdf/mupdf-1.11-r2.ebuild
54 @@ -1,4 +1,4 @@
55 -# Copyright 1999-2017 Gentoo Foundation
56 +# Copyright 1999-2018 Gentoo Foundation
57 # Distributed under the terms of the GNU General Public License v2
58
59 EAPI=6
60 @@ -6,8 +6,8 @@ EAPI=6
61 inherit flag-o-matic toolchain-funcs
62
63 DESCRIPTION="a lightweight PDF viewer and toolkit written in portable C"
64 -HOMEPAGE="http://mupdf.com/"
65 -SRC_URI="http://mupdf.com/downloads/${P}-source.tar.gz"
66 +HOMEPAGE="https://mupdf.com/"
67 +SRC_URI="https://mupdf.com/downloads/${P}-source.tar.gz"
68
69 LICENSE="AGPL-3"
70 SLOT="0/${PV}"
71 @@ -97,8 +97,8 @@ src_prepare() {
72 cp -a "${S}" "${S}"-static || die
73 #add missing Libs.private for xcb and freetype
74 sed -e 's:\(pkg-config --libs\):\1 --static:' \
75 - -e '/^SYS_X11_LIBS = /s:\(.*\):\1 -lpthread:' \
76 - -e '/^SYS_FREETYPE_LIBS = /s:\(.*\):\1 -lbz2:' \
77 + -e '/^SYS_X11_LIBS = /s:\(.*\):\1 -lpthread:' \
78 + -e '/^SYS_FREETYPE_LIBS = /s:\(.*\):\1 -lbz2:' \
79 -i "${S}"-static/Makerules || die
80 fi
81
82
83 diff --git a/app-text/mupdf/mupdf-1.12.0.ebuild b/app-text/mupdf/mupdf-1.12.0.ebuild
84 index bb542060cd7..9f1100e51cb 100644
85 --- a/app-text/mupdf/mupdf-1.12.0.ebuild
86 +++ b/app-text/mupdf/mupdf-1.12.0.ebuild
87 @@ -6,8 +6,8 @@ EAPI=6
88 inherit flag-o-matic toolchain-funcs xdg
89
90 DESCRIPTION="a lightweight PDF viewer and toolkit written in portable C"
91 -HOMEPAGE="http://mupdf.com/"
92 -SRC_URI="http://mupdf.com/downloads/${P}-source.tar.gz"
93 +HOMEPAGE="https://mupdf.com/"
94 +SRC_URI="https://mupdf.com/downloads/${P}-source.tar.gz"
95
96 LICENSE="AGPL-3"
97 SLOT="0/${PV}"
98 @@ -104,8 +104,8 @@ src_prepare() {
99 cp -a "${S}" "${S}"-static || die
100 #add missing Libs.private for xcb and freetype
101 sed -e 's:\(pkg-config --libs\):\1 --static:' \
102 - -e '/^SYS_X11_LIBS = /s:\(.*\):\1 -lpthread:' \
103 - -e '/^SYS_FREETYPE_LIBS = /s:\(.*\):\1 -lbz2:' \
104 + -e '/^SYS_X11_LIBS = /s:\(.*\):\1 -lpthread:' \
105 + -e '/^SYS_FREETYPE_LIBS = /s:\(.*\):\1 -lbz2:' \
106 -i "${S}"-static/Makerules || die
107 fi