Diff nfs4-acl-tools-0.3.7-r1 with a nfs4-acl-tools-0.4.2
/usr/portage/net-fs/nfs4-acl-tools/nfs4-acl-tools-0.4.2.ebuild 2024-12-25 14:59:51.243270144 +0300 | ||
---|---|---|
1 |
# Copyright 1999-2022 Gentoo Authors |
|
1 |
# Copyright 1999-2024 Gentoo Authors |
|
2 | 2 |
# Distributed under the terms of the GNU General Public License v2 |
3 | 3 | |
4 | 4 |
EAPI=8 |
... | ... | |
6 | 6 |
inherit autotools |
7 | 7 | |
8 | 8 |
DESCRIPTION="Commandline and GUI tools that deal directly with NFSv4 ACLs" |
9 |
HOMEPAGE="https://git.linux-nfs.org/?p=bfields/nfs4-acl-tools.git;a=summary" |
|
10 |
SRC_URI="https://linux-nfs.org/~bfields/${PN}/${P}.tar.gz" |
|
9 |
HOMEPAGE="https://git.linux-nfs.org/?p=steved/nfs4-acl-tools.git;a=summary" |
|
10 |
if [[ ${PV} != *_rc* ]] ; then |
|
11 |
SRC_URI=" |
|
12 |
https://linux-nfs.org/~steved/${PN}/${P}.tar.gz |
|
13 |
" |
|
14 |
KEYWORDS="~amd64 ~x86" |
|
15 |
else |
|
16 |
SRC_URI=" |
|
17 |
https://git.linux-nfs.org/?p=steved/nfs4-acl-tools.git;a=snapshot;h=refs/tags/${P/_/-};sf=tgz |
|
18 |
-> ${P}.tar.gz |
|
19 |
" |
|
20 |
S="${WORKDIR}/${PN}-${P/_/-}" |
|
21 |
fi |
|
11 | 22 | |
12 | 23 |
LICENSE="GPL-2" |
13 | 24 |
SLOT="0" |
14 |
KEYWORDS="~amd64 ~x86" |
|
25 | ||
26 |
RESTRICT="test" |
|
15 | 27 | |
16 | 28 |
RDEPEND="sys-apps/attr" |
17 | 29 |
DEPEND=" |
... | ... | |
20 | 32 |
" |
21 | 33 | |
22 | 34 |
PATCHES=( |
23 |
"${FILESDIR}"/${P}-libtool.patch # bug #731162 |
|
24 |
"${FILESDIR}"/${PN}-0.3.5-jobserver-unavailable.patch |
|
35 |
"${FILESDIR}/${PN}-0.3.7-libtool.patch" # bug #731162 |
|
36 |
"${FILESDIR}/${PN}-0.3.5-jobserver-unavailable.patch" |
|
37 |
"${FILESDIR}/${PN}-0.4.2-libattr.patch" |
|
25 | 38 |
) |
26 | 39 | |
27 | 40 |
src_prepare() { |