commit:     6c668e5a6824e8eed3eccedf00e19b910dabe7c0
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sun Jan  4 13:20:32 2026 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sun Jan  4 13:21:33 2026 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6c668e5a

app-emulation/libguestfs: define phases in execution order

Signed-off-by: Sam James <sam <AT> gentoo.org>

 .../libguestfs/libguestfs-1.54.1-r1.ebuild         | 24 +++++++++++-----------
 app-emulation/libguestfs/libguestfs-1.56.2.ebuild  | 24 +++++++++++-----------
 app-emulation/libguestfs/libguestfs-1.57.2.ebuild  | 24 +++++++++++-----------
 3 files changed, 36 insertions(+), 36 deletions(-)

diff --git a/app-emulation/libguestfs/libguestfs-1.54.1-r1.ebuild 
b/app-emulation/libguestfs/libguestfs-1.54.1-r1.ebuild
index de6566b73c34..ce2772f577cb 100644
--- a/app-emulation/libguestfs/libguestfs-1.54.1-r1.ebuild
+++ b/app-emulation/libguestfs/libguestfs-1.54.1-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2025 Gentoo Authors
+# Copyright 1999-2026 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
@@ -195,17 +195,6 @@ src_configure() {
        econf "${myconf[@]}"
 }
 
-src_install() {
-       emake INSTALLDIRS=vendor DESTDIR="${D}" install "LINGUAS=""${LINGUAS}"""
-       # ocaml always installs a static lib even without USE=static-libs
-       strip-lto-bytecode "${ED}"
-
-       find "${ED}" -name '*.la' -delete || die
-
-       use perl && perl_delete_localpod
-       use python && python_optimize
-}
-
 src_test() {
        # bash-completions may not exist
        # Bug #794874
@@ -229,3 +218,14 @@ src_test() {
 
        default
 }
+
+src_install() {
+       emake INSTALLDIRS=vendor DESTDIR="${D}" install "LINGUAS=""${LINGUAS}"""
+       # ocaml always installs a static lib even without USE=static-libs
+       strip-lto-bytecode "${ED}"
+
+       find "${ED}" -name '*.la' -delete || die
+
+       use perl && perl_delete_localpod
+       use python && python_optimize
+}

diff --git a/app-emulation/libguestfs/libguestfs-1.56.2.ebuild 
b/app-emulation/libguestfs/libguestfs-1.56.2.ebuild
index 97e2571ddf94..f78566aeeaa3 100644
--- a/app-emulation/libguestfs/libguestfs-1.56.2.ebuild
+++ b/app-emulation/libguestfs/libguestfs-1.56.2.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2025 Gentoo Authors
+# Copyright 1999-2026 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
@@ -175,17 +175,6 @@ src_configure() {
        econf "${myconf[@]}"
 }
 
-src_install() {
-       emake INSTALLDIRS=vendor DESTDIR="${D}" install "LINGUAS=""${LINGUAS}"""
-       # ocaml always installs a static lib even without USE=static-libs
-       strip-lto-bytecode "${ED}"
-
-       find "${ED}" -name '*.la' -delete || die
-
-       use perl && perl_delete_localpod
-       use python && python_optimize
-}
-
 src_test() {
        # app-shells/bash-completion may not be installed
        # Bug #794874
@@ -208,3 +197,14 @@ src_test() {
 
        default
 }
+
+src_install() {
+       emake INSTALLDIRS=vendor DESTDIR="${D}" install "LINGUAS=""${LINGUAS}"""
+       # ocaml always installs a static lib even without USE=static-libs
+       strip-lto-bytecode "${ED}"
+
+       find "${ED}" -name '*.la' -delete || die
+
+       use perl && perl_delete_localpod
+       use python && python_optimize
+}

diff --git a/app-emulation/libguestfs/libguestfs-1.57.2.ebuild 
b/app-emulation/libguestfs/libguestfs-1.57.2.ebuild
index 97e2571ddf94..f78566aeeaa3 100644
--- a/app-emulation/libguestfs/libguestfs-1.57.2.ebuild
+++ b/app-emulation/libguestfs/libguestfs-1.57.2.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2025 Gentoo Authors
+# Copyright 1999-2026 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
@@ -175,17 +175,6 @@ src_configure() {
        econf "${myconf[@]}"
 }
 
-src_install() {
-       emake INSTALLDIRS=vendor DESTDIR="${D}" install "LINGUAS=""${LINGUAS}"""
-       # ocaml always installs a static lib even without USE=static-libs
-       strip-lto-bytecode "${ED}"
-
-       find "${ED}" -name '*.la' -delete || die
-
-       use perl && perl_delete_localpod
-       use python && python_optimize
-}
-
 src_test() {
        # app-shells/bash-completion may not be installed
        # Bug #794874
@@ -208,3 +197,14 @@ src_test() {
 
        default
 }
+
+src_install() {
+       emake INSTALLDIRS=vendor DESTDIR="${D}" install "LINGUAS=""${LINGUAS}"""
+       # ocaml always installs a static lib even without USE=static-libs
+       strip-lto-bytecode "${ED}"
+
+       find "${ED}" -name '*.la' -delete || die
+
+       use perl && perl_delete_localpod
+       use python && python_optimize
+}

Reply via email to