mirror of
https://github.com/flatcar/scripts.git
synced 2025-09-23 14:41:31 +02:00
sys-apps/coreutils: Sync with Gentoo
It's from Gentoo commit 717506d584ca9e89a09f72751a624300ebf9d28e.
This commit is contained in:
parent
aebfe73a96
commit
088ed4be6d
@ -1,9 +1,9 @@
|
|||||||
# Copyright 1999-2023 Gentoo Authors
|
# Copyright 1999-2024 Gentoo Authors
|
||||||
# Distributed under the terms of the GNU General Public License v2
|
# Distributed under the terms of the GNU General Public License v2
|
||||||
|
|
||||||
EAPI=7
|
EAPI=7
|
||||||
|
|
||||||
PYTHON_COMPAT=( python3_{9..10} )
|
PYTHON_COMPAT=( python3_10 )
|
||||||
|
|
||||||
inherit flag-o-matic python-any-r1 toolchain-funcs
|
inherit flag-o-matic python-any-r1 toolchain-funcs
|
||||||
|
|
||||||
@ -38,9 +38,9 @@ BDEPEND="
|
|||||||
app-arch/xz-utils
|
app-arch/xz-utils
|
||||||
dev-lang/perl
|
dev-lang/perl
|
||||||
test? (
|
test? (
|
||||||
|
dev-debug/strace
|
||||||
dev-lang/perl
|
dev-lang/perl
|
||||||
dev-perl/Expect
|
dev-perl/Expect
|
||||||
dev-util/strace
|
|
||||||
${PYTHON_DEPS}
|
${PYTHON_DEPS}
|
||||||
)
|
)
|
||||||
"
|
"
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
# Copyright 1999-2023 Gentoo Authors
|
# Copyright 1999-2024 Gentoo Authors
|
||||||
# Distributed under the terms of the GNU General Public License v2
|
# Distributed under the terms of the GNU General Public License v2
|
||||||
|
|
||||||
EAPI=7
|
EAPI=7
|
||||||
@ -7,7 +7,7 @@ EAPI=7
|
|||||||
# The upstream coreutils maintainers also maintain the package in Fedora and may
|
# The upstream coreutils maintainers also maintain the package in Fedora and may
|
||||||
# backport fixes which we want to pick up.
|
# backport fixes which we want to pick up.
|
||||||
|
|
||||||
PYTHON_COMPAT=( python3_{9..11} )
|
PYTHON_COMPAT=( python3_{10..11} )
|
||||||
VERIFY_SIG_OPENPGP_KEY_PATH=/usr/share/openpgp-keys/coreutils.asc
|
VERIFY_SIG_OPENPGP_KEY_PATH=/usr/share/openpgp-keys/coreutils.asc
|
||||||
inherit flag-o-matic python-any-r1 toolchain-funcs verify-sig
|
inherit flag-o-matic python-any-r1 toolchain-funcs verify-sig
|
||||||
|
|
||||||
@ -52,9 +52,9 @@ BDEPEND="
|
|||||||
app-arch/xz-utils
|
app-arch/xz-utils
|
||||||
dev-lang/perl
|
dev-lang/perl
|
||||||
test? (
|
test? (
|
||||||
|
dev-debug/strace
|
||||||
dev-lang/perl
|
dev-lang/perl
|
||||||
dev-perl/Expect
|
dev-perl/Expect
|
||||||
dev-util/strace
|
|
||||||
${PYTHON_DEPS}
|
${PYTHON_DEPS}
|
||||||
)
|
)
|
||||||
verify-sig? ( sec-keys/openpgp-keys-coreutils )
|
verify-sig? ( sec-keys/openpgp-keys-coreutils )
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
# Copyright 1999-2023 Gentoo Authors
|
# Copyright 1999-2024 Gentoo Authors
|
||||||
# Distributed under the terms of the GNU General Public License v2
|
# Distributed under the terms of the GNU General Public License v2
|
||||||
|
|
||||||
EAPI=8
|
EAPI=8
|
||||||
@ -9,7 +9,7 @@ EAPI=8
|
|||||||
#
|
#
|
||||||
# Also recommend subscribing to the coreutils and bug-coreutils MLs.
|
# Also recommend subscribing to the coreutils and bug-coreutils MLs.
|
||||||
|
|
||||||
PYTHON_COMPAT=( python3_{9..11} )
|
PYTHON_COMPAT=( python3_{10..11} )
|
||||||
VERIFY_SIG_OPENPGP_KEY_PATH=/usr/share/openpgp-keys/coreutils.asc
|
VERIFY_SIG_OPENPGP_KEY_PATH=/usr/share/openpgp-keys/coreutils.asc
|
||||||
inherit flag-o-matic python-any-r1 toolchain-funcs verify-sig
|
inherit flag-o-matic python-any-r1 toolchain-funcs verify-sig
|
||||||
|
|
||||||
@ -63,9 +63,9 @@ BDEPEND="
|
|||||||
app-arch/xz-utils
|
app-arch/xz-utils
|
||||||
dev-lang/perl
|
dev-lang/perl
|
||||||
test? (
|
test? (
|
||||||
|
dev-debug/strace
|
||||||
dev-lang/perl
|
dev-lang/perl
|
||||||
dev-perl/Expect
|
dev-perl/Expect
|
||||||
dev-util/strace
|
|
||||||
${PYTHON_DEPS}
|
${PYTHON_DEPS}
|
||||||
)
|
)
|
||||||
verify-sig? ( sec-keys/openpgp-keys-coreutils )
|
verify-sig? ( sec-keys/openpgp-keys-coreutils )
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
# Copyright 1999-2023 Gentoo Authors
|
# Copyright 1999-2024 Gentoo Authors
|
||||||
# Distributed under the terms of the GNU General Public License v2
|
# Distributed under the terms of the GNU General Public License v2
|
||||||
|
|
||||||
EAPI=8
|
EAPI=8
|
||||||
@ -9,7 +9,7 @@ EAPI=8
|
|||||||
#
|
#
|
||||||
# Also recommend subscribing to the coreutils and bug-coreutils MLs.
|
# Also recommend subscribing to the coreutils and bug-coreutils MLs.
|
||||||
|
|
||||||
PYTHON_COMPAT=( python3_{9..11} )
|
PYTHON_COMPAT=( python3_{10..11} )
|
||||||
VERIFY_SIG_OPENPGP_KEY_PATH=/usr/share/openpgp-keys/coreutils.asc
|
VERIFY_SIG_OPENPGP_KEY_PATH=/usr/share/openpgp-keys/coreutils.asc
|
||||||
inherit flag-o-matic python-any-r1 toolchain-funcs verify-sig
|
inherit flag-o-matic python-any-r1 toolchain-funcs verify-sig
|
||||||
|
|
||||||
@ -63,9 +63,9 @@ BDEPEND="
|
|||||||
app-arch/xz-utils
|
app-arch/xz-utils
|
||||||
dev-lang/perl
|
dev-lang/perl
|
||||||
test? (
|
test? (
|
||||||
|
dev-debug/strace
|
||||||
dev-lang/perl
|
dev-lang/perl
|
||||||
dev-perl/Expect
|
dev-perl/Expect
|
||||||
dev-util/strace
|
|
||||||
${PYTHON_DEPS}
|
${PYTHON_DEPS}
|
||||||
)
|
)
|
||||||
verify-sig? ( sec-keys/openpgp-keys-coreutils )
|
verify-sig? ( sec-keys/openpgp-keys-coreutils )
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
# Copyright 1999-2023 Gentoo Authors
|
# Copyright 1999-2024 Gentoo Authors
|
||||||
# Distributed under the terms of the GNU General Public License v2
|
# Distributed under the terms of the GNU General Public License v2
|
||||||
|
|
||||||
EAPI=8
|
EAPI=8
|
||||||
@ -33,7 +33,7 @@ else
|
|||||||
verify-sig? ( mirror://gnu/${PN}/${P}.tar.xz.sig )
|
verify-sig? ( mirror://gnu/${PN}/${P}.tar.xz.sig )
|
||||||
"
|
"
|
||||||
|
|
||||||
KEYWORDS="~alpha ~amd64 arm arm64 hppa ~ia64 ~loong ~m68k ~mips ppc ppc64 ~riscv ~s390 sparc ~x86 ~x86-linux"
|
KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~loong ~m68k ~mips ppc ppc64 ~riscv ~s390 sparc x86 ~x86-linux"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
SRC_URI+=" !vanilla? ( https://dev.gentoo.org/~sam/distfiles/${CATEGORY}/${PN}/${MY_PATCH}.tar.xz )"
|
SRC_URI+=" !vanilla? ( https://dev.gentoo.org/~sam/distfiles/${CATEGORY}/${PN}/${MY_PATCH}.tar.xz )"
|
||||||
@ -63,9 +63,9 @@ BDEPEND="
|
|||||||
app-arch/xz-utils
|
app-arch/xz-utils
|
||||||
dev-lang/perl
|
dev-lang/perl
|
||||||
test? (
|
test? (
|
||||||
|
dev-debug/strace
|
||||||
dev-lang/perl
|
dev-lang/perl
|
||||||
dev-perl/Expect
|
dev-perl/Expect
|
||||||
dev-util/strace
|
|
||||||
${PYTHON_DEPS}
|
${PYTHON_DEPS}
|
||||||
)
|
)
|
||||||
verify-sig? ( sec-keys/openpgp-keys-coreutils )
|
verify-sig? ( sec-keys/openpgp-keys-coreutils )
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
# Copyright 1999-2023 Gentoo Authors
|
# Copyright 1999-2024 Gentoo Authors
|
||||||
# Distributed under the terms of the GNU General Public License v2
|
# Distributed under the terms of the GNU General Public License v2
|
||||||
|
|
||||||
EAPI=8
|
EAPI=8
|
||||||
@ -63,9 +63,9 @@ BDEPEND="
|
|||||||
app-arch/xz-utils
|
app-arch/xz-utils
|
||||||
dev-lang/perl
|
dev-lang/perl
|
||||||
test? (
|
test? (
|
||||||
|
dev-debug/strace
|
||||||
dev-lang/perl
|
dev-lang/perl
|
||||||
dev-perl/Expect
|
dev-perl/Expect
|
||||||
dev-util/strace
|
|
||||||
${PYTHON_DEPS}
|
${PYTHON_DEPS}
|
||||||
)
|
)
|
||||||
verify-sig? ( sec-keys/openpgp-keys-coreutils )
|
verify-sig? ( sec-keys/openpgp-keys-coreutils )
|
||||||
|
Loading…
x
Reference in New Issue
Block a user