commit:     14f64f0593eb95cc5a231f4951f9992e133f8bfa
Author:     Sebastian Pipping <sping <AT> gentoo <DOT> org>
AuthorDate: Sun Jan  4 17:16:53 2026 +0000
Commit:     Sebastian Pipping <sping <AT> gentoo <DOT> org>
CommitDate: Sun Jan  4 17:41:42 2026 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=14f64f05

app-portage/metagen: Python 3.14

Signed-off-by: Sebastian Pipping <sping <AT> gentoo.org>

 .../{metagen-9999.ebuild => metagen-0.7.4-r1.ebuild}        | 13 ++++---------
 app-portage/metagen/metagen-9999.ebuild                     |  4 ++--
 2 files changed, 6 insertions(+), 11 deletions(-)

diff --git a/app-portage/metagen/metagen-9999.ebuild 
b/app-portage/metagen/metagen-0.7.4-r1.ebuild
similarity index 55%
copy from app-portage/metagen/metagen-9999.ebuild
copy to app-portage/metagen/metagen-0.7.4-r1.ebuild
index 7f7ce99780d5..e2ef178601d9 100644
--- a/app-portage/metagen/metagen-9999.ebuild
+++ b/app-portage/metagen/metagen-0.7.4-r1.ebuild
@@ -1,19 +1,18 @@
-# Copyright 1999-2025 Gentoo Authors
+# Copyright 1999-2026 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI="8"
 DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{12..13} )
+PYTHON_COMPAT=( python3_{12..14} )
 
-inherit distutils-r1 git-r3
+inherit distutils-r1 pypi
 
 DESCRIPTION="metadata.xml generator for ebuilds"
 HOMEPAGE="https://cgit.gentoo.org/proj/metagen.git";
-EGIT_REPO_URI="https://anongit.gentoo.org/git/proj/metagen.git";
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS=""
+KEYWORDS="~amd64 ~arm64 ~hppa ~ppc ~riscv ~x86"
 
 DEPEND="dev-python/lxml[${PYTHON_USEDEP}]
        sys-apps/portage[${PYTHON_USEDEP}]"
@@ -24,8 +23,4 @@ distutils_enable_tests pytest
 python_install_all() {
        distutils-r1_python_install_all
        doman docs/metagen.1
-
-       # Address expected path warning for /usr/share/doc/metagen-<not-9999>
-       mv "${ED}"/usr/share/doc/metagen-{*.*.*/*,${PV}/} || die
-       rmdir "${ED}"/usr/share/doc/metagen-*.*.*/ || die
 }

diff --git a/app-portage/metagen/metagen-9999.ebuild 
b/app-portage/metagen/metagen-9999.ebuild
index 7f7ce99780d5..9d92623b5c29 100644
--- a/app-portage/metagen/metagen-9999.ebuild
+++ b/app-portage/metagen/metagen-9999.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2025 Gentoo Authors
+# Copyright 1999-2026 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI="8"
 DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{12..13} )
+PYTHON_COMPAT=( python3_{12..14} )
 
 inherit distutils-r1 git-r3
 

Reply via email to