Diff rpcbind-1.2.6 with a rpcbind-9999
| /usr/portage/net-nds/rpcbind/rpcbind-9999.ebuild 2025-07-29 16:22:17.292467577 +0300 | ||
|---|---|---|
| 1 |
# Copyright 1999-2024 Gentoo Authors |
|
| 1 |
# Copyright 1999-2025 Gentoo Authors |
|
| 2 | 2 |
# Distributed under the terms of the GNU General Public License v2 |
| 3 | 3 | |
| 4 |
EAPI=7 |
|
| 4 |
EAPI=8 |
|
| 5 | 5 | |
| 6 | 6 |
inherit systemd |
| 7 | 7 | |
| 8 |
DESCRIPTION="portmap replacement which supports RPC over various protocols" |
|
| 9 |
HOMEPAGE="https://sourceforge.net/projects/rpcbind/" |
|
| 10 | ||
| 8 | 11 |
if [[ ${PV} == "9999" ]] ; then
|
| 9 | 12 |
EGIT_REPO_URI="git://linux-nfs.org/~steved/rpcbind.git" |
| 10 | 13 |
inherit autotools git-r3 |
| 11 | 14 |
else |
| 12 | 15 |
SRC_URI="https://downloads.sourceforge.net/${PN}/${P}.tar.bz2"
|
| 13 |
KEYWORDS="~alpha amd64 arm arm64 hppa ~loong ~m68k ~mips ppc ppc64 ~riscv ~s390 sparc x86" |
|
| 16 |
KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~loong ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86" |
|
| 14 | 17 |
fi |
| 15 | 18 | |
| 16 |
DESCRIPTION="portmap replacement which supports RPC over various protocols" |
|
| 17 |
HOMEPAGE="https://sourceforge.net/projects/rpcbind/" |
|
| 18 | ||
| 19 | 19 |
LICENSE="BSD" |
| 20 | 20 |
SLOT="0" |
| 21 | 21 |
IUSE="debug remotecalls selinux systemd tcpd warmstarts" |
| 22 | 22 |
REQUIRED_USE="systemd? ( warmstarts )" |
| 23 | 23 | |
| 24 |
DEPEND=">=net-libs/libtirpc-0.2.3:= |
|
| 24 |
DEPEND=" |
|
| 25 |
>=net-libs/libtirpc-0.2.3:= |
|
| 25 | 26 |
systemd? ( sys-apps/systemd:= ) |
| 26 |
tcpd? ( sys-apps/tcp-wrappers )" |
|
| 27 |
RDEPEND="${DEPEND}
|
|
| 28 |
selinux? ( sec-policy/selinux-rpcbind )" |
|
| 29 |
BDEPEND=" |
|
| 30 |
virtual/pkgconfig" |
|
| 27 |
tcpd? ( sys-apps/tcp-wrappers ) |
|
| 28 |
" |
|
| 29 |
RDEPEND=" |
|
| 30 |
${DEPEND}
|
|
| 31 |
selinux? ( sec-policy/selinux-rpcbind ) |
|
| 32 |
" |
|
| 33 |
BDEPEND="virtual/pkgconfig" |
|
| 31 | 34 | |
| 32 | 35 |
src_prepare() {
|
| 33 | 36 |
default |