commit: be96dd272fe6af94b8419c24d8fd08159c90b4d0
Author: Sebastian Pipping <sping <AT> gentoo <DOT> org>
AuthorDate: Sun Jan 4 17:05:01 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=be96dd27
app-portage/fetchcommandwrapper: Python 3.14
Signed-off-by: Sebastian Pipping <sping <AT> gentoo.org>
.../fetchcommandwrapper-1.0.0-r1.ebuild | 24 ++++++++++++++++++++++
1 file changed, 24 insertions(+)
diff --git
a/app-portage/fetchcommandwrapper/fetchcommandwrapper-1.0.0-r1.ebuild
b/app-portage/fetchcommandwrapper/fetchcommandwrapper-1.0.0-r1.ebuild
new file mode 100644
index 000000000000..35215b8022c8
--- /dev/null
+++ b/app-portage/fetchcommandwrapper/fetchcommandwrapper-1.0.0-r1.ebuild
@@ -0,0 +1,24 @@
+# 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_{11..14} )
+
+inherit distutils-r1 pypi
+
+DESCRIPTION="Wrapper integrating aria2 into portage's FETCHCOMMAND"
+HOMEPAGE="https://github.com/hartwork/fetchcommandwrapper"
+
+LICENSE="GPL-3"
+SLOT="0"
+KEYWORDS="~amd64 ~arm64 ~ppc64 ~x86"
+
+RDEPEND=">=net-misc/aria2-1.10.2[metalink,xmlrpc]"
+
+pkg_postinst() {
+ ewarn 'You need to append'
+ ewarn ' source /usr/share/fetchcommandwrapper/make.conf'
+ ewarn 'to /etc/portage/make.conf in order to integrate
fetchcommandwrapper.'
+}