Сравнение single-unix-specification-4_p2 с single-unix-specification-4_p2018
/usr/portage/app-doc/single-unix-specification/single-unix-specification-4_p2018.ebuild 2023-10-09 14:52:28.272368319 +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 ~ia64 ~mips ppc ppc64 ~riscv ~s390 sparc x86 ~x64-macos" |
|
13 |
KEYWORDS="~alpha amd64 arm ~arm64 hppa ~ia64 ~mips ppc ppc64 ~riscv ~s390 sparc x86 ~x64-macos" |
|
14 | 14 |
RESTRICT="mirror" |
15 | 15 | |
16 | 16 |
src_install() { |