Diff single-unix-specification-4_p2 with a single-unix-specification-4_p2018
| /usr/portage/app-doc/single-unix-specification/single-unix-specification-4_p2018.ebuild 2024-12-25 14:59:47.063270039 +0300 | ||
|---|---|---|
| 1 |
# Copyright 1999-2022 Gentoo Authors |
|
| 1 |
# Copyright 1999-2023 Gentoo Authors |
|
| 2 | 2 |
# Distributed under the terms of the GNU General Public License v2 |
| 3 | 3 | |
| 4 | 4 |
EAPI=8 |
| 5 | 5 | |
| 6 |
DESCRIPTION="The Single UNIX Specification, Version 4, 2016 Edition" |
|
| 6 |
DESCRIPTION="The Single UNIX Specification, Version 4, $(ver_cut 3) Edition" |
|
| 7 | 7 |
HOMEPAGE="https://www2.opengroup.org/ogsys/catalog/T101" |
| 8 |
SRC_URI="https://pubs.opengroup.org/onlinepubs/9699919799/download/susv4tc2.tar.bz2" |
|
| 9 |
S="${WORKDIR}/susv4tc2"
|
|
| 8 |
SRC_URI="https://pubs.opengroup.org/onlinepubs/9699919799/download/susv4-$(ver_cut 3).tar.bz2" |
|
| 9 |
S="${WORKDIR}/susv4-$(ver_cut 3)"
|
|
| 10 | 10 | |
| 11 | 11 |
LICENSE="sus4-copyright" |
| 12 | 12 |
SLOT="4" |
| 13 |
KEYWORDS="~alpha amd64 arm hppa ~mips ppc ppc64 ~riscv ~s390 sparc x86 ~x64-macos" |
|
| 13 |
KEYWORDS="~alpha amd64 arm ~arm64 hppa ~mips ppc ppc64 ~riscv ~s390 sparc x86 ~x64-macos" |
|
| 14 | 14 |
RESTRICT="mirror" |
| 15 | 15 | |
| 16 | 16 |
src_install() {
|