Сравнение coreutils-9.6 с coreutils-9999
| /usr/portage/sys-apps/coreutils/coreutils-9999.ebuild 2025-07-29 16:22:17.372467909 +0300 | ||
|---|---|---|
| 23 | 23 |
elif [[ ${PV} == *_p* ]] ; then
|
| 24 | 24 |
# Note: could put this in devspace, but if it's gone, we don't want |
| 25 | 25 |
# it in tree anyway. It's just for testing. |
| 26 |
MY_SNAPSHOT="$(ver_cut 1-2).185-541b02" |
|
| 26 |
MY_SNAPSHOT="$(ver_cut 1-2).53-14af8" |
|
| 27 | 27 |
SRC_URI="https://www.pixelbeat.org/cu/coreutils-${MY_SNAPSHOT}.tar.xz -> ${P}.tar.xz"
|
| 28 | 28 |
SRC_URI+=" verify-sig? ( https://www.pixelbeat.org/cu/coreutils-${MY_SNAPSHOT}.tar.xz.sig -> ${P}.tar.xz.sig )"
|
| 29 | 29 |
S="${WORKDIR}"/${PN}-${MY_SNAPSHOT}
|
| ... | ... | |
| 33 | 33 |
verify-sig? ( mirror://gnu/${PN}/${P}.tar.xz.sig )
|
| 34 | 34 |
" |
| 35 | 35 | |
| 36 |
KEYWORDS="~alpha ~amd64 ~arm ~arm64 hppa ~loong ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~x86-linux" |
|
| 36 |
KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~loong ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~x86-linux" |
|
| 37 | 37 |
fi |
| 38 | 38 | |
| 39 | 39 |
SRC_URI+=" !vanilla? ( https://dev.gentoo.org/~sam/distfiles/${CATEGORY}/${PN}/${MY_PATCH}.tar.xz )"
|
| ... | ... | |
| 234 | 234 |
tests/env/env-S |
| 235 | 235 |
tests/env/env-S.pl |
| 236 | 236 | |
| 237 |
# bug #413621 and bug #548250 |
|
| 238 |
tests/du/long-from-unreadable.sh |
|
| 239 |
tests/ls/removed-directory |
|
| 240 |
tests/ls/removed-directory.sh |
|
| 241 |
tests/ls/stat-free-symlinks |
|
| 242 |
tests/ls/stat-free-symlinks.sh |
|
| 243 |
tests/rm/deep-2 |
|
| 244 |
tests/rm/deep-2.sh |
|
| 245 | ||
| 246 | 237 |
# We have a patch which fixes this (bug #259876) |
| 247 | 238 |
#tests/touch/not-owner |
| 248 | 239 |
#tests/touch/not-owner.sh |