Gentoo Archives: gentoo-commits

From: Sam James <sam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-apps/coreutils/
Date: Fri, 24 Sep 2021 19:39:11
Message-Id: 1632512341.2ef08e2d599e4245f8672907f4f3a64e81d8558c.sam@gentoo
1 commit: 2ef08e2d599e4245f8672907f4f3a64e81d8558c
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Fri Sep 24 19:38:41 2021 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Fri Sep 24 19:39:01 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2ef08e2d
7
8 sys-apps/coreutils: add 9.0, drop 8.32_p20210921 (unkeyworded)
9
10 Signed-off-by: Sam James <sam <AT> gentoo.org>
11
12 sys-apps/coreutils/Manifest | 2 +-
13 ...oreutils-8.32_p20210921.ebuild => coreutils-9.0.ebuild} | 14 ++------------
14 2 files changed, 3 insertions(+), 13 deletions(-)
15
16 diff --git a/sys-apps/coreutils/Manifest b/sys-apps/coreutils/Manifest
17 index 74fe837fbf3..b820e36cb8b 100644
18 --- a/sys-apps/coreutils/Manifest
19 +++ b/sys-apps/coreutils/Manifest
20 @@ -1,3 +1,3 @@
21 DIST coreutils-8.30-patches-01.tar.xz 5788 BLAKE2B a41511ce39ac570cb14b7f12d125eebef92217469a9490808719fa0665f5e5c0adb96fbd02c4bac4d280d1502295669575790a81dbc01afe2ca3a9d384cbefb0 SHA512 b1e1933637de4581d5f8c6ede4e80a012435d13f0cf5550a76ab5bbe9441e3c15ce19ef3f78a7ea3b8368d5e9a3bb17c1207c471d26171b59786f38adeba0454
22 DIST coreutils-8.32.tar.xz 5547836 BLAKE2B 0ad99c176c19ec214fcfd0845523e5362f0151827707c759bd46c0fe8d2501c6ad1c29c5b71266f6525857bc0d56c472db0d7fe29953b6c65e2e6c76bdf3c515 SHA512 1c8f3584efd61b4b02e7ac5db8e103b63cfb2063432caaf1e64cb2dcc56d8c657d1133bbf10bd41468d6a1f31142e6caa81d16ae68fa3e6e84075c253613a145
23 -DIST coreutils-8.32_p20210921.tar.xz 5602064 BLAKE2B 3ef970efb4c8b68a9e0f67d2fa791ba14086dab187a27cf4de27ab2a812c9b06c8c29e56a94c91d82d8e45267c0c71404787cad719162ccbc26c681a82524f0b SHA512 9b395860a6c15704c65a0b05f742b669b8b5e76b074382434a64b0537dda6bac3c2627f20d1504393aeb3d7235f1db7299d80a52aeda30a1a2d426993aca9893
24 +DIST coreutils-9.0.tar.xz 5612752 BLAKE2B 59617cd25fd4c70f51bfbef851bd83e73f9c9ba5c11eb539f7f75c0184d55832e004b28e9268fb8064db145cb071ead2b9c0c3346bc35a11934ffe1b15bf17ac SHA512 9be08212891dbf48e5b22e7689dc27dac50df4631ebf29313470b72b7921f0b2aa5242917d05587785358495ca56e3b21f5b3ca81043d53cab92354da6c53a03
25
26 diff --git a/sys-apps/coreutils/coreutils-8.32_p20210921.ebuild b/sys-apps/coreutils/coreutils-9.0.ebuild
27 similarity index 94%
28 rename from sys-apps/coreutils/coreutils-8.32_p20210921.ebuild
29 rename to sys-apps/coreutils/coreutils-9.0.ebuild
30 index a0c7c0c594b..3e45571d37b 100644
31 --- a/sys-apps/coreutils/coreutils-8.32_p20210921.ebuild
32 +++ b/sys-apps/coreutils/coreutils-9.0.ebuild
33 @@ -3,24 +3,14 @@
34
35 EAPI=7
36
37 -PYTHON_COMPAT=( python3_{7..10} )
38 +PYTHON_COMPAT=( python3_{8..10} )
39
40 inherit flag-o-matic python-any-r1 toolchain-funcs
41
42 PATCH="${PN}-8.30-patches-01"
43 DESCRIPTION="Standard GNU utilities (chmod, cp, dd, ls, sort, tr, head, wc, who,...)"
44 HOMEPAGE="https://www.gnu.org/software/coreutils/"
45 -
46 -if [[ ${PV} == *_p* ]] ; then
47 - # Note: could put this in devspace, but if it's gone, we don't want
48 - # it in tree anyway. It's just for testing.
49 - SRC_URI="https://pixelbeat.org/cu/coreutils-ss.tar.xz -> ${P}.tar.xz"
50 - S="${WORKDIR}"/${PN}-8.32.251-7b0db
51 -else
52 - SRC_URI="mirror://gnu/${PN}/${P}.tar.xz"
53 -fi
54 -
55 -SRC_URI+="
56 +SRC_URI="mirror://gnu/${PN}/${P}.tar.xz
57 !vanilla? (
58 mirror://gentoo/${PATCH}.tar.xz
59 https://dev.gentoo.org/~polynomial-c/dist/${PATCH}.tar.xz