commit: 64570e1169a477dfcd2613972a32ff2910a97668
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sat Feb 22 23:03:39 2025 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sat Feb 22 23:23:16 2025 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=64570e11
app-office/libreoffice: drop obsolete test sed
As reported by parona, see upstream commits:
* ab70eb0c96311674aa9b628c5763fde960a78244
* a58e086ededb8442938e81f971dfae36ef7eb076
Also, drop the obsolete install hack too, which seems to have been
fine for as long as I can tell.
Signed-off-by: Sam James <sam <AT> gentoo.org>
app-office/libreoffice/libreoffice-25.2.1.1.ebuild | 9 ---------
app-office/libreoffice/libreoffice-9999.ebuild | 11 +----------
2 files changed, 1 insertion(+), 19 deletions(-)
diff --git a/app-office/libreoffice/libreoffice-25.2.1.1.ebuild
b/app-office/libreoffice/libreoffice-25.2.1.1.ebuild
index 578de9be569a..93fdf81500f1 100644
--- a/app-office/libreoffice/libreoffice-25.2.1.1.ebuild
+++ b/app-office/libreoffice/libreoffice-25.2.1.1.ebuild
@@ -356,15 +356,6 @@ src_prepare() {
# hack in the autogen.sh
touch autogen.lastrun
- # sed in the tests
- sed -i \
- -e "s#all : build unitcheck#all : build#g" \
- solenv/gbuild/Module.mk || die
- sed -i \
- -e "s#check: dev-install subsequentcheck#check: unitcheck
slowcheck dev-install subsequentcheck#g" \
- -e "s#Makefile.gbuild all slowcheck#Makefile.gbuild all#g" \
- Makefile.in || die
-
sed -i \
-e
"s,/usr/share/bash-completion/completions,$(get_bashcompdir)," \
-e "s,\$INSTALLDIRNAME.sh,${PN}," \
diff --git a/app-office/libreoffice/libreoffice-9999.ebuild
b/app-office/libreoffice/libreoffice-9999.ebuild
index f5ac3218ed67..881254aa0372 100644
--- a/app-office/libreoffice/libreoffice-9999.ebuild
+++ b/app-office/libreoffice/libreoffice-9999.ebuild
@@ -356,15 +356,6 @@ src_prepare() {
# hack in the autogen.sh
touch autogen.lastrun
- # sed in the tests
- sed -i \
- -e "s#all : build unitcheck#all : build#g" \
- solenv/gbuild/Module.mk || die
- sed -i \
- -e "s#check: dev-install subsequentcheck#check: unitcheck
slowcheck dev-install subsequentcheck#g" \
- -e "s#Makefile.gbuild all slowcheck#Makefile.gbuild all#g" \
- Makefile.in || die
-
sed -i \
-e
"s,/usr/share/bash-completion/completions,$(get_bashcompdir)," \
-e "s,\$INSTALLDIRNAME.sh,${PN}," \
@@ -605,7 +596,7 @@ src_test() {
}
src_install() {
- emake -Onone DESTDIR="${D}" distro-pack-install -o build -o check
+ emake -Onone DESTDIR="${D}" distro-pack-install
# TODO: still relevant for gtk4?
# bug #593514