summaryrefslogtreecommitdiff
path: root/mail-client/thunderbird
diff options
context:
space:
mode:
Diffstat (limited to 'mail-client/thunderbird')
-rw-r--r--mail-client/thunderbird/Manifest4
-rw-r--r--mail-client/thunderbird/thunderbird-128.5.0.ebuild22
-rw-r--r--mail-client/thunderbird/thunderbird-128.5.1.ebuild22
3 files changed, 24 insertions, 24 deletions
diff --git a/mail-client/thunderbird/Manifest b/mail-client/thunderbird/Manifest
index 4845105f6aa1..38a55e07f87e 100644
--- a/mail-client/thunderbird/Manifest
+++ b/mail-client/thunderbird/Manifest
@@ -135,6 +135,6 @@ DIST thunderbird-128.5.1esr-vi.xpi 794032 BLAKE2B 0ebbf0c3d3b55881d89d1b7caa5fad
DIST thunderbird-128.5.1esr-zh-CN.xpi 794060 BLAKE2B fa0f838e68ea27a51371ccdaab279bff130759e34e83581881f22d569139c02e1e8b36c18b809b93d4de827fe8f09648370642b53f734030a326ca6f0355d44c SHA512 75cec7ad9ee4ea5752cd19111a23957e76052fb4cc97078557e495718afe64c98ad1de37dd83e77b523c66e780de85d3318130e62110171467167a754439c303
DIST thunderbird-128.5.1esr-zh-TW.xpi 797334 BLAKE2B eb72fecbf3bff04d5c9daaead2a539fd540f6008e24f52b4c0b0ae0eb1115d4ed15bde3d801d5e40b1f92812780f6516015369814a9e4adbf93bc60a402dd018 SHA512 860d5328279195bd70dd91ee8f4bcd6ac8fdba413fbb2a4fcf6020955a53fe9452cbf6105e2b2583174d49b519bc9f3663e1400d77ed7e365f0ff6411486da2d
DIST thunderbird-128.5.1esr.source.tar.xz 678670780 BLAKE2B 8f91be4b015f1258709c04deba847e958716888d0d6cbb7b57ffc4528076cb2c9553e3efd3b4423046a433a486daa96b00768390ea0fa2547ff47ed4898da919 SHA512 1dfa0752a1dbfc4d7516beab13e188aa40c145f2eb0554441ecc4dff739cc862c15fdfdd8c0cc026d010ba3caa57d6168da35e484c04989fb6c81f5c09215831
-EBUILD thunderbird-128.5.0.ebuild 34100 BLAKE2B 256087264796c193d4e65471a1dc3cc5db2a087bd8e217e4eb1bc0b9188be44bb8fc225a5da112a9c644984ee349759d3611fa627ab412a787797c8ccf336c14 SHA512 9de93583f51c85318734ce076658f15c7d3b46cd847c55bfbe37698f4f74b70e6b3c54d19c38e8a79068ce8f589abddc46daa5a281cd851da670df2c0fc9484e
-EBUILD thunderbird-128.5.1.ebuild 34101 BLAKE2B 6f9c50c826d3c78d35a7517449b6ff3a7aec0f7409e09844d19ecb11732bcd04092dfe2ba8dd312d02c0123e56bd0b3c4130344c72936c4035d54ae81cd3283a SHA512 03d85974372b0212ae1fe5fae2e6a9e17b7b6ea9314a69e144e2580862dee574920b2e581b7d7458fe343c783c531b1fc69666151f51bce66d611996aa3428af
+EBUILD thunderbird-128.5.0.ebuild 34115 BLAKE2B 767d96ad146357bfc9bd7507d5f46349056eeb7ef8ee75277cc8310bba9690a662cead451788d33d71c971119121a645b6aea2e8368cb79ab06f9e01fe1fb255 SHA512 03edba5771b90cb823693f60968c7e5a125221c4a11585ea631bf2cadb6570d832414289050f8338a473d19a518dd4f4f72b67a157712a4ca1c0f58ecc0728af
+EBUILD thunderbird-128.5.1.ebuild 34116 BLAKE2B 9f8cbd07cfa3db2b6a506edd79197a050ee8006eb2c2ce7be79c2a9ff3626fa186eacdafadec26a9594609d1842ad846eda81c94ef3da3907094098c57065919 SHA512 b7e28e21debdaad028c4b104e2ba7dd224a2451d138a6744e7774c6ec5214ae32b7dbfd3cce3bfba89c46e39ffecef01adb93e1bd7909a8002b9d023e877bc4a
MISC metadata.xml 2277 BLAKE2B e4681b61ae7363d0442ad382e5972c7654624c2033e43559d9d751af8abcebf6e1badede00b68d8f28ba0eda4b060acb3f730b79181d0acfc286c1a03c7cc2fe SHA512 517460e6a4ce6232570290b69596bc2e1913c7a95ef4df62216df4d3be7b8c83247004916ed5e74d285951d9e9d96fe80406d128a0764ab41aa26458805a1513
diff --git a/mail-client/thunderbird/thunderbird-128.5.0.ebuild b/mail-client/thunderbird/thunderbird-128.5.0.ebuild
index 134c401b3065..c55dfa0083d3 100644
--- a/mail-client/thunderbird/thunderbird-128.5.0.ebuild
+++ b/mail-client/thunderbird/thunderbird-128.5.0.ebuild
@@ -84,11 +84,11 @@ TB_ONLY_DEPEND="selinux? ( sec-policy/selinux-thunderbird )
system-librnp? ( >=dev-util/librnp-0.17.1 )"
BDEPEND="${PYTHON_DEPS}
$(llvm_gen_dep '
- sys-devel/clang:${LLVM_SLOT}
- sys-devel/llvm:${LLVM_SLOT}
+ llvm-core/clang:${LLVM_SLOT}
+ llvm-core/llvm:${LLVM_SLOT}
clang? (
- sys-devel/lld:${LLVM_SLOT}
- pgo? ( sys-libs/compiler-rt-sanitizers:${LLVM_SLOT}[profile] )
+ llvm-core/lld:${LLVM_SLOT}
+ pgo? ( llvm-runtimes/compiler-rt-sanitizers:${LLVM_SLOT}[profile] )
)
')
app-alternatives/awk
@@ -191,21 +191,21 @@ DEPEND="${COMMON_DEPEND}
)"
llvm_check_deps() {
- if ! has_version -b "sys-devel/clang:${LLVM_SLOT}" ; then
- einfo "sys-devel/clang:${LLVM_SLOT} is missing! Cannot use LLVM slot ${LLVM_SLOT} ..." >&2
+ if ! has_version -b "llvm-core/clang:${LLVM_SLOT}" ; then
+ einfo "llvm-core/clang:${LLVM_SLOT} is missing! Cannot use LLVM slot ${LLVM_SLOT} ..." >&2
return 1
fi
if use clang && ! tc-ld-is-mold ; then
- if ! has_version -b "sys-devel/lld:${LLVM_SLOT}" ; then
- einfo "sys-devel/lld:${LLVM_SLOT} is missing! Cannot use LLVM slot ${LLVM_SLOT} ..." >&2
+ if ! has_version -b "llvm-core/lld:${LLVM_SLOT}" ; then
+ einfo "llvm-core/lld:${LLVM_SLOT} is missing! Cannot use LLVM slot ${LLVM_SLOT} ..." >&2
return 1
fi
fi
if use pgo ; then
- if ! has_version -b "=sys-libs/compiler-rt-sanitizers-${LLVM_SLOT}*[profile]" ; then
- einfo "=sys-libs/compiler-rt-sanitizers-${LLVM_SLOT}*[profile] is missing!" >&2
+ if ! has_version -b "=llvm-runtimes/compiler-rt-sanitizers-${LLVM_SLOT}*[profile]" ; then
+ einfo "=llvm-runtimes/compiler-rt-sanitizers-${LLVM_SLOT}*[profile] is missing!" >&2
einfo "Cannot use LLVM slot ${LLVM_SLOT} ..." >&2
return 1
fi
@@ -1042,7 +1042,7 @@ src_install() {
rm "${ED}${MOZILLA_FIVE_HOME}/${PN}-bin" || die
dosym ${PN} ${MOZILLA_FIVE_HOME}/${PN}-bin
- # Don't install llvm-symbolizer from sys-devel/llvm package
+ # Don't install llvm-symbolizer from llvm-core/llvm package
if [[ -f "${ED}${MOZILLA_FIVE_HOME}/llvm-symbolizer" ]] ; then
rm -v "${ED}${MOZILLA_FIVE_HOME}/llvm-symbolizer" || die
fi
diff --git a/mail-client/thunderbird/thunderbird-128.5.1.ebuild b/mail-client/thunderbird/thunderbird-128.5.1.ebuild
index eae1a0d31725..9624126ae0ba 100644
--- a/mail-client/thunderbird/thunderbird-128.5.1.ebuild
+++ b/mail-client/thunderbird/thunderbird-128.5.1.ebuild
@@ -84,11 +84,11 @@ TB_ONLY_DEPEND="selinux? ( sec-policy/selinux-thunderbird )
system-librnp? ( >=dev-util/librnp-0.17.1 )"
BDEPEND="${PYTHON_DEPS}
$(llvm_gen_dep '
- sys-devel/clang:${LLVM_SLOT}
- sys-devel/llvm:${LLVM_SLOT}
+ llvm-core/clang:${LLVM_SLOT}
+ llvm-core/llvm:${LLVM_SLOT}
clang? (
- sys-devel/lld:${LLVM_SLOT}
- pgo? ( sys-libs/compiler-rt-sanitizers:${LLVM_SLOT}[profile] )
+ llvm-core/lld:${LLVM_SLOT}
+ pgo? ( llvm-runtimes/compiler-rt-sanitizers:${LLVM_SLOT}[profile] )
)
')
app-alternatives/awk
@@ -191,21 +191,21 @@ DEPEND="${COMMON_DEPEND}
)"
llvm_check_deps() {
- if ! has_version -b "sys-devel/clang:${LLVM_SLOT}" ; then
- einfo "sys-devel/clang:${LLVM_SLOT} is missing! Cannot use LLVM slot ${LLVM_SLOT} ..." >&2
+ if ! has_version -b "llvm-core/clang:${LLVM_SLOT}" ; then
+ einfo "llvm-core/clang:${LLVM_SLOT} is missing! Cannot use LLVM slot ${LLVM_SLOT} ..." >&2
return 1
fi
if use clang && ! tc-ld-is-mold ; then
- if ! has_version -b "sys-devel/lld:${LLVM_SLOT}" ; then
- einfo "sys-devel/lld:${LLVM_SLOT} is missing! Cannot use LLVM slot ${LLVM_SLOT} ..." >&2
+ if ! has_version -b "llvm-core/lld:${LLVM_SLOT}" ; then
+ einfo "llvm-core/lld:${LLVM_SLOT} is missing! Cannot use LLVM slot ${LLVM_SLOT} ..." >&2
return 1
fi
fi
if use pgo ; then
- if ! has_version -b "=sys-libs/compiler-rt-sanitizers-${LLVM_SLOT}*[profile]" ; then
- einfo "=sys-libs/compiler-rt-sanitizers-${LLVM_SLOT}*[profile] is missing!" >&2
+ if ! has_version -b "=llvm-runtimes/compiler-rt-sanitizers-${LLVM_SLOT}*[profile]" ; then
+ einfo "=llvm-runtimes/compiler-rt-sanitizers-${LLVM_SLOT}*[profile] is missing!" >&2
einfo "Cannot use LLVM slot ${LLVM_SLOT} ..." >&2
return 1
fi
@@ -1042,7 +1042,7 @@ src_install() {
rm "${ED}${MOZILLA_FIVE_HOME}/${PN}-bin" || die
dosym ${PN} ${MOZILLA_FIVE_HOME}/${PN}-bin
- # Don't install llvm-symbolizer from sys-devel/llvm package
+ # Don't install llvm-symbolizer from llvm-core/llvm package
if [[ -f "${ED}${MOZILLA_FIVE_HOME}/llvm-symbolizer" ]] ; then
rm -v "${ED}${MOZILLA_FIVE_HOME}/llvm-symbolizer" || die
fi