Gentoo Archives: gentoo-commits

From: Sam James <sam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-text/calibre/
Date: Tue, 17 May 2022 05:34:55
Message-Id: 1652765631.d6bed639df55143cf2e2978fbf8a1f8b77bff856.sam@gentoo
1 commit: d6bed639df55143cf2e2978fbf8a1f8b77bff856
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Tue May 17 01:48:45 2022 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Tue May 17 05:33:51 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d6bed639
7
8 app-text/calibre: [QA] drop (very) stale GCC version checks
9
10 Signed-off-by: Sam James <sam <AT> gentoo.org>
11
12 app-text/calibre/calibre-5.16.1-r1.ebuild | 8 --------
13 app-text/calibre/calibre-5.39.1.ebuild | 8 --------
14 app-text/calibre/calibre-5.40.0.ebuild | 8 --------
15 app-text/calibre/calibre-5.41.0.ebuild | 8 --------
16 app-text/calibre/calibre-5.42.0-r1.ebuild | 8 --------
17 5 files changed, 40 deletions(-)
18
19 diff --git a/app-text/calibre/calibre-5.16.1-r1.ebuild b/app-text/calibre/calibre-5.16.1-r1.ebuild
20 index 3e20077ff835..2978c52f78a2 100644
21 --- a/app-text/calibre/calibre-5.16.1-r1.ebuild
22 +++ b/app-text/calibre/calibre-5.16.1-r1.ebuild
23 @@ -109,14 +109,6 @@ DEPEND="${COMMON_DEPEND}
24 >=virtual/podofo-build-0.9.6_pre20171027
25 virtual/pkgconfig"
26
27 -pkg_pretend() {
28 - if [[ ${MERGE_TYPE} != binary ]] && tc-is-gcc && [[ $(gcc-major-version) -lt 6 ]]; then
29 - eerror "Calibre cannot be built with this version of gcc."
30 - eerror "You need at least gcc-6.0"
31 - die "Your C compiler is too old for this package."
32 - fi
33 -}
34 -
35 src_prepare() {
36 # no_updates: do not annoy user with "new version is availible all the time
37 # disable_plugins: walking sec-hole, wait for upstream to use GHNS interface
38
39 diff --git a/app-text/calibre/calibre-5.39.1.ebuild b/app-text/calibre/calibre-5.39.1.ebuild
40 index a5e1b79e63a2..9f952093e1f7 100644
41 --- a/app-text/calibre/calibre-5.39.1.ebuild
42 +++ b/app-text/calibre/calibre-5.39.1.ebuild
43 @@ -134,14 +134,6 @@ PATCHES=(
44 "${FILESDIR}/${PN}-5.31.0-qt-image-test.patch"
45 )
46
47 -pkg_pretend() {
48 - if [[ ${MERGE_TYPE} != binary ]] && tc-is-gcc && [[ $(gcc-major-version) -lt 6 ]]; then
49 - eerror "Calibre cannot be built with this version of gcc."
50 - eerror "You need at least gcc-6.0"
51 - die "Your C compiler is too old for this package."
52 - fi
53 -}
54 -
55 src_prepare() {
56 default
57
58
59 diff --git a/app-text/calibre/calibre-5.40.0.ebuild b/app-text/calibre/calibre-5.40.0.ebuild
60 index a5e1b79e63a2..9f952093e1f7 100644
61 --- a/app-text/calibre/calibre-5.40.0.ebuild
62 +++ b/app-text/calibre/calibre-5.40.0.ebuild
63 @@ -134,14 +134,6 @@ PATCHES=(
64 "${FILESDIR}/${PN}-5.31.0-qt-image-test.patch"
65 )
66
67 -pkg_pretend() {
68 - if [[ ${MERGE_TYPE} != binary ]] && tc-is-gcc && [[ $(gcc-major-version) -lt 6 ]]; then
69 - eerror "Calibre cannot be built with this version of gcc."
70 - eerror "You need at least gcc-6.0"
71 - die "Your C compiler is too old for this package."
72 - fi
73 -}
74 -
75 src_prepare() {
76 default
77
78
79 diff --git a/app-text/calibre/calibre-5.41.0.ebuild b/app-text/calibre/calibre-5.41.0.ebuild
80 index a5e1b79e63a2..9f952093e1f7 100644
81 --- a/app-text/calibre/calibre-5.41.0.ebuild
82 +++ b/app-text/calibre/calibre-5.41.0.ebuild
83 @@ -134,14 +134,6 @@ PATCHES=(
84 "${FILESDIR}/${PN}-5.31.0-qt-image-test.patch"
85 )
86
87 -pkg_pretend() {
88 - if [[ ${MERGE_TYPE} != binary ]] && tc-is-gcc && [[ $(gcc-major-version) -lt 6 ]]; then
89 - eerror "Calibre cannot be built with this version of gcc."
90 - eerror "You need at least gcc-6.0"
91 - die "Your C compiler is too old for this package."
92 - fi
93 -}
94 -
95 src_prepare() {
96 default
97
98
99 diff --git a/app-text/calibre/calibre-5.42.0-r1.ebuild b/app-text/calibre/calibre-5.42.0-r1.ebuild
100 index 15b27c5c2a8a..0299cf66b503 100644
101 --- a/app-text/calibre/calibre-5.42.0-r1.ebuild
102 +++ b/app-text/calibre/calibre-5.42.0-r1.ebuild
103 @@ -135,14 +135,6 @@ PATCHES=(
104 "${FILESDIR}/${PN}-5.31.0-qt-image-test.patch"
105 )
106
107 -pkg_pretend() {
108 - if [[ ${MERGE_TYPE} != binary ]] && tc-is-gcc && [[ $(gcc-major-version) -lt 6 ]]; then
109 - eerror "Calibre cannot be built with this version of gcc."
110 - eerror "You need at least gcc-6.0"
111 - die "Your C compiler is too old for this package."
112 - fi
113 -}
114 -
115 src_prepare() {
116 default