diff options
author | 2025-01-16 11:04:12 +0000 | |
---|---|---|
committer | 2025-01-16 11:05:03 +0000 | |
commit | 42c504c676324ef54336d3fbf62a6c555a09481b (patch) | |
tree | 39ca71290bb271c6c848fb570b42c20f01c7638e /app-doc | |
parent | app-text/crengine-ng-0.9.12-r1: change subslot to 7 (diff) | |
download | gentoo-42c504c676324ef54336d3fbf62a6c555a09481b.tar.gz gentoo-42c504c676324ef54336d3fbf62a6c555a09481b.tar.bz2 gentoo-42c504c676324ef54336d3fbf62a6c555a09481b.zip |
app-doc/single-unix-specification: 5 was respun upstream
[10:56] <sam_> lots of editorial changes
[10:56] <sam_> e.g.
[10:56] <sam_> │ │ - the HTML and PDF versions of The Open Group publications using^M
[10:56] <sam_> │ │ + the HTML and PDF versions of Open Group publications using^M
[10:57] <sam_> loads of stuff like that, and:
[10:57] <sam_> │ │ │ SEE ALSO
[10:57] <sam_> │ │ │ - feclearexcept(), fetestexcept(), log()
[10:57] <sam_> │ │ │ - XBD 4.23 Treatment of Error Conditions for Mathematical Functions,
[10:57] <sam_> │ │ │ + feclearexcept , fetestexcept , log
[10:57] <sam_> │ │ │ + XBD 4.23 Treatment of Error Conditions for Mathematical Functions ,
[10:58] <sam_> 2024-09-27 vs 2025-01-02
Drop back to ~arch and rename the tarball accordingly.
Closes: https://bugs.gentoo.org/948039
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'app-doc')
-rw-r--r-- | app-doc/single-unix-specification/Manifest | 2 | ||||
-rw-r--r-- | app-doc/single-unix-specification/single-unix-specification-5-r1.ebuild (renamed from app-doc/single-unix-specification/single-unix-specification-5.ebuild) | 5 |
2 files changed, 4 insertions, 3 deletions
diff --git a/app-doc/single-unix-specification/Manifest b/app-doc/single-unix-specification/Manifest index aad8e510b075..b48fedc4f14e 100644 --- a/app-doc/single-unix-specification/Manifest +++ b/app-doc/single-unix-specification/Manifest @@ -1,3 +1,3 @@ DIST susv4-2018.tar.bz2 3352852 BLAKE2B 0f05f2dd6444d35b2d962651643eb8bd0520169c8670072fdb1ce2c671b3bdeed8e4d99dfacceba69f846c107c73c4a60f3f51e48c64499f40a9fa594ac877ba SHA512 2484d24d19b9731808c61219b61d63cdf4d8dff6498fb4655478b76808a583064a5cfbcfcf18f1d27c56e03a6b47cc6833f94483784ec29059bef063724c2567 DIST susv4tc2.tar.bz2 3649434 BLAKE2B c09eb835badec0bf191da4caaa7b35ccedfb1512218d3ebb66d0301bbe6404a30df2e3c51838dcd9f91912f41ce3e39478d2c061ac2f075ef678ae20fcaf0ad6 SHA512 cc86b2b4860b1069cb8712ef7b5a9702510f48d6585b5414ff561f85677974c156d8cc95cf29dfdab360c13ecb884e19e2112fe5c6bc49666417c9a744a816ad -DIST susv5.tar.bz2 3092782 BLAKE2B 1faa75cadf97f73367bec8588206b0cf39975cd7eb9df1860059da8bc731744528cfd8cf3a77decf41d697ea0ff532f46728199d880d59093f870f78317c854b SHA512 fcdd0969f36a58a177187f5ca8ff4308e3875d47978ddbed4ba81510f45ec35fb790e5f9e43df4c26485647f7cbcd45ab22910305da18cb004703097d2bea04b +DIST susv5-2025-01-02.tar.bz2 3505183 BLAKE2B 470d2959a57f792adb63d7fd150a3c6c6eea823f6600ccd4e5ed0780f057f833399573440346a74b577dc1edcb5cb8128bc9ff39a87c16644c4a3d72e7bacdb6 SHA512 4db5330e9ecc652cdcdef5a80e4d0637e79edab23c5261c553fde55a92975f388d4b69fdf5be5ff0d1c1bf2e95345c533980e88f04eef70c2911058466d24dce diff --git a/app-doc/single-unix-specification/single-unix-specification-5.ebuild b/app-doc/single-unix-specification/single-unix-specification-5-r1.ebuild index f5cf81d5c001..7c4e708f2c2f 100644 --- a/app-doc/single-unix-specification/single-unix-specification-5.ebuild +++ b/app-doc/single-unix-specification/single-unix-specification-5-r1.ebuild @@ -5,12 +5,13 @@ EAPI=8 DESCRIPTION="The Single UNIX Specification, Version 5, 2024 Edition" HOMEPAGE="https://publications.opengroup.org/" -SRC_URI="https://pubs.opengroup.org/onlinepubs/9799919799/download/susv5.tar.bz2" +# Rename for bug #948039 +SRC_URI="https://pubs.opengroup.org/onlinepubs/9799919799/download/susv5.tar.bz2 -> susv5-2025-01-02.tar.bz2" S="${WORKDIR}/susv5-html" LICENSE="sus4-copyright" SLOT="5" -KEYWORDS="~alpha amd64 arm ~arm64 hppa ~mips ppc ppc64 ~riscv ~s390 sparc x86 ~x64-macos" +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~x64-macos" RESTRICT="mirror" src_install() { |