summaryrefslogtreecommitdiff
path: root/net-nds/rpcbind
diff options
context:
space:
mode:
authorroot <root@alpha.trunkmasters.com>2026-06-04 16:24:49 -0500
committerroot <root@alpha.trunkmasters.com>2026-06-04 16:24:49 -0500
commita3ceca1b4c0d9bdb550dc23f06ffbb5a8e033bc7 (patch)
tree0c52bbae1c242fbc296bd650fcd1167685f81492 /net-nds/rpcbind
parentbfd9c39e4712ebdb442d4ca0673061faed1e70e1 (diff)
downloadbaldeagleos-repo-a3ceca1b4c0d9bdb550dc23f06ffbb5a8e033bc7.tar.gz
baldeagleos-repo-a3ceca1b4c0d9bdb550dc23f06ffbb5a8e033bc7.tar.xz
baldeagleos-repo-a3ceca1b4c0d9bdb550dc23f06ffbb5a8e033bc7.zip
Adding metadata
Diffstat (limited to 'net-nds/rpcbind')
-rw-r--r--net-nds/rpcbind/Manifest2
-rw-r--r--net-nds/rpcbind/files/rpcbind.confd4
-rw-r--r--net-nds/rpcbind/files/rpcbind.initd21
-rw-r--r--net-nds/rpcbind/metadata.xml15
-rw-r--r--net-nds/rpcbind/rpcbind-1.2.7.ebuild65
-rw-r--r--net-nds/rpcbind/rpcbind-1.2.8.ebuild65
-rw-r--r--net-nds/rpcbind/rpcbind-9999.ebuild65
7 files changed, 0 insertions, 237 deletions
diff --git a/net-nds/rpcbind/Manifest b/net-nds/rpcbind/Manifest
deleted file mode 100644
index f6ac967b64e3..000000000000
--- a/net-nds/rpcbind/Manifest
+++ /dev/null
@@ -1,2 +0,0 @@
-DIST rpcbind-1.2.7.tar.bz2 125792 BLAKE2B f1e79b304ce5fe06c1c256d3512d999daffca782d956440f612b8a957ad7ddb35356b47aa4f4105d5b24d820daab32ec3a0f4a3b8ac76bb7adf5c3ed22d2ef01 SHA512 ca1517bdab86221d13c645042cc31b25b4d2b574d63ebaa20da4f5392b611cf58811f267214293e953f504d364e5daaa5875eab7aa68a04b89e68fd5508e3926
-DIST rpcbind-1.2.8.tar.bz2 129079 BLAKE2B 70bef658aafc4b1b626a7e9ff312b34748e0142a0a93d058c28d6599545281464f27a5546abe287f0dd369e5264cb38940f85e5e6c128cb0e0f7aaa4b841ab77 SHA512 66f3955a67c4d0142ec635614ceafbc9bdbea985f2edaeec903f17efaf3c2e98f6483e8e6b7f1358cf8d2c1c877b281d153a3bf1b6748b6d259ae7ad1465ee71
diff --git a/net-nds/rpcbind/files/rpcbind.confd b/net-nds/rpcbind/files/rpcbind.confd
deleted file mode 100644
index ddc09172d10d..000000000000
--- a/net-nds/rpcbind/files/rpcbind.confd
+++ /dev/null
@@ -1,4 +0,0 @@
-# /etc/conf.d/rpcbind
-
-# Options for `rpcbind`.
-#RPCBIND_OPTS="-l"
diff --git a/net-nds/rpcbind/files/rpcbind.initd b/net-nds/rpcbind/files/rpcbind.initd
deleted file mode 100644
index 18329778c38c..000000000000
--- a/net-nds/rpcbind/files/rpcbind.initd
+++ /dev/null
@@ -1,21 +0,0 @@
-#!/sbin/openrc-run
-# Copyright 1999-2007 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-depend() {
- use net
- before inetd xinetd
- provide portmap
-}
-
-start() {
- ebegin "Starting rpcbind"
- start-stop-daemon --start --quiet --exec /sbin/rpcbind -- ${RPCBIND_OPTS}
- eend $?
-}
-
-stop() {
- ebegin "Stopping rpcbind"
- start-stop-daemon --stop --quiet --exec /sbin/rpcbind
- eend $?
-}
diff --git a/net-nds/rpcbind/metadata.xml b/net-nds/rpcbind/metadata.xml
deleted file mode 100644
index 0f3a3d4aa27e..000000000000
--- a/net-nds/rpcbind/metadata.xml
+++ /dev/null
@@ -1,15 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
- <maintainer type="project">
- <email>base-system@gentoo.org</email>
- </maintainer>
- <use>
- <flag name="remotecalls">Enable remote calls</flag>
- <flag name="warmstarts">Enables rpcbind to cache configuration for warm restarts</flag>
- </use>
- <upstream>
- <remote-id type="cpe">cpe:/a:rpcbind_project:rpcbind</remote-id>
- <remote-id type="sourceforge">rpcbind</remote-id>
- </upstream>
-</pkgmetadata>
diff --git a/net-nds/rpcbind/rpcbind-1.2.7.ebuild b/net-nds/rpcbind/rpcbind-1.2.7.ebuild
deleted file mode 100644
index 480a4631ca87..000000000000
--- a/net-nds/rpcbind/rpcbind-1.2.7.ebuild
+++ /dev/null
@@ -1,65 +0,0 @@
-# Copyright 1999-2025 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit systemd
-
-DESCRIPTION="portmap replacement which supports RPC over various protocols"
-HOMEPAGE="https://sourceforge.net/projects/rpcbind/"
-
-if [[ ${PV} == "9999" ]] ; then
- EGIT_REPO_URI="git://linux-nfs.org/~steved/rpcbind.git"
- inherit autotools git-r3
-else
- SRC_URI="https://downloads.sourceforge.net/${PN}/${P}.tar.bz2"
- KEYWORDS="~alpha amd64 arm arm64 ~hppa ~loong ~m68k ~mips ppc ppc64 ~riscv ~s390 ~sparc x86"
-fi
-
-# GPL-2 for init script (bug #426104)
-LICENSE="BSD GPL-2"
-SLOT="0"
-IUSE="debug remotecalls selinux systemd tcpd warmstarts"
-REQUIRED_USE="systemd? ( warmstarts )"
-
-DEPEND="
- >=net-libs/libtirpc-0.2.3:=
- systemd? ( sys-apps/systemd:= )
- tcpd? ( sys-apps/tcp-wrappers )
-"
-RDEPEND="
- ${DEPEND}
- selinux? ( sec-policy/selinux-rpcbind )
-"
-BDEPEND="virtual/pkgconfig"
-
-src_prepare() {
- default
- [[ ${PV} == "9999" ]] && eautoreconf
-}
-
-src_configure() {
- local myeconfargs=(
- --bindir="${EPREFIX}"/sbin
- --sbindir="${EPREFIX}"/sbin
- --with-statedir="${EPREFIX}"/run/${PN}
- --with-systemdsystemunitdir=$(usex systemd "$(systemd_get_systemunitdir)" "no")
- $(use_enable debug)
- $(use_enable remotecalls rmtcalls)
- $(use_enable warmstarts)
- $(use_enable tcpd libwrap)
- )
-
- # Avoid using rpcsvc headers
- # https://bugs.gentoo.org/705224
- export ac_cv_header_rpcsvc_mount_h=no
-
- econf "${myeconfargs[@]}"
-}
-
-src_install() {
- default
-
- newinitd "${FILESDIR}"/${PN}.initd ${PN}
- newconfd "${FILESDIR}"/${PN}.confd ${PN}
-}
diff --git a/net-nds/rpcbind/rpcbind-1.2.8.ebuild b/net-nds/rpcbind/rpcbind-1.2.8.ebuild
deleted file mode 100644
index 480a4631ca87..000000000000
--- a/net-nds/rpcbind/rpcbind-1.2.8.ebuild
+++ /dev/null
@@ -1,65 +0,0 @@
-# Copyright 1999-2025 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit systemd
-
-DESCRIPTION="portmap replacement which supports RPC over various protocols"
-HOMEPAGE="https://sourceforge.net/projects/rpcbind/"
-
-if [[ ${PV} == "9999" ]] ; then
- EGIT_REPO_URI="git://linux-nfs.org/~steved/rpcbind.git"
- inherit autotools git-r3
-else
- SRC_URI="https://downloads.sourceforge.net/${PN}/${P}.tar.bz2"
- KEYWORDS="~alpha amd64 arm arm64 ~hppa ~loong ~m68k ~mips ppc ppc64 ~riscv ~s390 ~sparc x86"
-fi
-
-# GPL-2 for init script (bug #426104)
-LICENSE="BSD GPL-2"
-SLOT="0"
-IUSE="debug remotecalls selinux systemd tcpd warmstarts"
-REQUIRED_USE="systemd? ( warmstarts )"
-
-DEPEND="
- >=net-libs/libtirpc-0.2.3:=
- systemd? ( sys-apps/systemd:= )
- tcpd? ( sys-apps/tcp-wrappers )
-"
-RDEPEND="
- ${DEPEND}
- selinux? ( sec-policy/selinux-rpcbind )
-"
-BDEPEND="virtual/pkgconfig"
-
-src_prepare() {
- default
- [[ ${PV} == "9999" ]] && eautoreconf
-}
-
-src_configure() {
- local myeconfargs=(
- --bindir="${EPREFIX}"/sbin
- --sbindir="${EPREFIX}"/sbin
- --with-statedir="${EPREFIX}"/run/${PN}
- --with-systemdsystemunitdir=$(usex systemd "$(systemd_get_systemunitdir)" "no")
- $(use_enable debug)
- $(use_enable remotecalls rmtcalls)
- $(use_enable warmstarts)
- $(use_enable tcpd libwrap)
- )
-
- # Avoid using rpcsvc headers
- # https://bugs.gentoo.org/705224
- export ac_cv_header_rpcsvc_mount_h=no
-
- econf "${myeconfargs[@]}"
-}
-
-src_install() {
- default
-
- newinitd "${FILESDIR}"/${PN}.initd ${PN}
- newconfd "${FILESDIR}"/${PN}.confd ${PN}
-}
diff --git a/net-nds/rpcbind/rpcbind-9999.ebuild b/net-nds/rpcbind/rpcbind-9999.ebuild
deleted file mode 100644
index a553446a231c..000000000000
--- a/net-nds/rpcbind/rpcbind-9999.ebuild
+++ /dev/null
@@ -1,65 +0,0 @@
-# Copyright 1999-2025 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit systemd
-
-DESCRIPTION="portmap replacement which supports RPC over various protocols"
-HOMEPAGE="https://sourceforge.net/projects/rpcbind/"
-
-if [[ ${PV} == "9999" ]] ; then
- EGIT_REPO_URI="git://linux-nfs.org/~steved/rpcbind.git"
- inherit autotools git-r3
-else
- SRC_URI="https://downloads.sourceforge.net/${PN}/${P}.tar.bz2"
- KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~loong ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86"
-fi
-
-# GPL-2 for init script (bug #426104)
-LICENSE="BSD GPL-2"
-SLOT="0"
-IUSE="debug remotecalls selinux systemd tcpd warmstarts"
-REQUIRED_USE="systemd? ( warmstarts )"
-
-DEPEND="
- >=net-libs/libtirpc-0.2.3:=
- systemd? ( sys-apps/systemd:= )
- tcpd? ( sys-apps/tcp-wrappers )
-"
-RDEPEND="
- ${DEPEND}
- selinux? ( sec-policy/selinux-rpcbind )
-"
-BDEPEND="virtual/pkgconfig"
-
-src_prepare() {
- default
- [[ ${PV} == "9999" ]] && eautoreconf
-}
-
-src_configure() {
- local myeconfargs=(
- --bindir="${EPREFIX}"/sbin
- --sbindir="${EPREFIX}"/sbin
- --with-statedir="${EPREFIX}"/run/${PN}
- --with-systemdsystemunitdir=$(usex systemd "$(systemd_get_systemunitdir)" "no")
- $(use_enable debug)
- $(use_enable remotecalls rmtcalls)
- $(use_enable warmstarts)
- $(use_enable tcpd libwrap)
- )
-
- # Avoid using rpcsvc headers
- # https://bugs.gentoo.org/705224
- export ac_cv_header_rpcsvc_mount_h=no
-
- econf "${myeconfargs[@]}"
-}
-
-src_install() {
- default
-
- newinitd "${FILESDIR}"/${PN}.initd ${PN}
- newconfd "${FILESDIR}"/${PN}.confd ${PN}
-}