summaryrefslogtreecommitdiff
path: root/net-fs
diff options
context:
space:
mode:
authorDavid Seifert <soap@gentoo.org>2024-02-26 11:36:29 +0100
committerDavid Seifert <soap@gentoo.org>2024-02-26 11:36:29 +0100
commitc8d1ce0371f2ad86d55fde7d054ffacbf89e67e2 (patch)
tree37309fee56b767c9db2be9ee74f4131e90197496 /net-fs
parentnet-fs/nfs-utils: drop 2.6.3-r3, 2.6.4-r4 (diff)
downloadgentoo-c8d1ce0371f2ad86d55fde7d054ffacbf89e67e2.tar.gz
gentoo-c8d1ce0371f2ad86d55fde7d054ffacbf89e67e2.tar.bz2
gentoo-c8d1ce0371f2ad86d55fde7d054ffacbf89e67e2.zip
net-fs/nfs-utils: remove obsolete workarounds
Closes: https://github.com/gentoo/gentoo/pull/35536 Closes: https://bugs.gentoo.org/904718 Signed-off-by: David Seifert <soap@gentoo.org>
Diffstat (limited to 'net-fs')
-rw-r--r--net-fs/nfs-utils/nfs-utils-2.6.4-r10.ebuild19
1 files changed, 0 insertions, 19 deletions
diff --git a/net-fs/nfs-utils/nfs-utils-2.6.4-r10.ebuild b/net-fs/nfs-utils/nfs-utils-2.6.4-r10.ebuild
index 1a709d85f618..a50758b8b9eb 100644
--- a/net-fs/nfs-utils/nfs-utils-2.6.4-r10.ebuild
+++ b/net-fs/nfs-utils/nfs-utils-2.6.4-r10.ebuild
@@ -128,10 +128,6 @@ src_configure() {
$(use_enable nfsv4 nfsv4server)
$(use_enable uuid)
$(use_with tcpd tcp-wrappers)
- # XXX: Remove this hack after 2.6.3
- # See bug #904718.
- # Patch: https://git.linux-nfs.org/?p=steved/nfs-utils.git;a=commit;h=bc4a5deef9f820c55fdac3c0070364c17cd91cca
- LIBS="-lsqlite3 -levent_core"
)
econf "${myeconfargs[@]}"
}
@@ -210,19 +206,4 @@ pkg_postinst() {
einfo "Copying default ${f##*/} from ${EPREFIX}/usr/$(get_libdir)/nfs to ${EPREFIX}/var/lib/nfs"
cp -pPR "${f}" "${EROOT}"/var/lib/nfs/
done
-
- if systemd_is_booted; then
- for v in ${REPLACING_VERSIONS}; do
- if ver_test "${v}" -lt 1.3.0; then
- ewarn "We have switched to upstream systemd unit files. Since"
- ewarn "they got renamed, you should probably enable the new ones."
- ewarn "You can run 'equery files nfs-utils | grep systemd'"
- ewarn "to know what services you need to enable now."
- fi
- done
- else
- ewarn "If you use OpenRC, the nfsmount service has been replaced with nfsclient."
- ewarn "If you were using nfsmount, please add nfsclient and netmount to the"
- ewarn "same runlevel as nfsmount."
- fi
}