From 1dde4e5c4b92d849bf1abf0a48135b2a0644f7e1 Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Tue, 13 Mar 2018 16:55:35 +0000 Subject: gentoo resync : 13.03.2018 --- net-nds/ypbind/Manifest | 6 ---- net-nds/ypbind/files/ypbind.confd-r1 | 4 --- net-nds/ypbind/files/ypbind.initd | 40 --------------------- net-nds/ypbind/files/ypbind.service | 11 ------ net-nds/ypbind/metadata.xml | 5 --- net-nds/ypbind/ypbind-1.37.2-r1.ebuild | 64 ---------------------------------- 6 files changed, 130 deletions(-) delete mode 100644 net-nds/ypbind/Manifest delete mode 100644 net-nds/ypbind/files/ypbind.confd-r1 delete mode 100644 net-nds/ypbind/files/ypbind.initd delete mode 100644 net-nds/ypbind/files/ypbind.service delete mode 100644 net-nds/ypbind/metadata.xml delete mode 100644 net-nds/ypbind/ypbind-1.37.2-r1.ebuild (limited to 'net-nds/ypbind') diff --git a/net-nds/ypbind/Manifest b/net-nds/ypbind/Manifest deleted file mode 100644 index 87f327eb7b93..000000000000 --- a/net-nds/ypbind/Manifest +++ /dev/null @@ -1,6 +0,0 @@ -AUX ypbind.confd-r1 112 BLAKE2B de698dce6fe18504f07c7a867febe4c4572eb1305fcbcca52c81d8e95b19fa84de16ae8ba59f31ee76df7b1cc84d7c992c726013726dfa255debce25e69db95a SHA512 31fb25657d330960e11d0a8bb80c75d7b91bbb10ff57568cef265b6599cd62d9ea7bcb2dd67a1f2b10757c3b95b4b2045887661611c031854378daa036300df1 -AUX ypbind.initd 800 BLAKE2B e413ed127f3f1f085bd47bc6d617031d067bbee20c655b1c646a15f2f6c3d3ccd8f6e5e2a0e600299ad2a4a3245faf735db9418e824d58d564a4c492fe709c6f SHA512 8fd49154416311fc0d7cf6b164121148730547169817511d6bb527ae76b4a52df6c27091e758635b526808a5deb23124892917e08316a59c66e624f01d7b9419 -AUX ypbind.service 252 BLAKE2B f2341ad93a0bb23cf4334a0b241c1e5d7a160ca1176b2ad3a6e45e9940c5f022b7e854117821ff833dbf96974c5f4b9b6e56221699686d963a45249ee730ec2e SHA512 7bcf9e3e63d6e00228dfad1a610a0b5941857874278d31e24eba8d9dd251be9b5a8ba5912f87b4ea51718340c87d87e199509e8216e00f5462e4392dbbbc3fbe -DIST ypbind-mt-1.37.2.tar.bz2 197280 BLAKE2B 40a1a3caf4a353cf5dda480d486b2bb737bee7829a5cb773f52ba96e9dec7d04c3afcc19636cb9d180d7083d6df8c3697b12079cd517bdbb1e56f0be12737a39 SHA512 b101a1144b6886ff02d4ac83705313e20dac998aa30239d8ae34a0413a8deb4e786bbe3b549368119408593ceb40a95170b345c119a23b8fdf2461746c70a7be -EBUILD ypbind-1.37.2-r1.ebuild 1427 BLAKE2B 05f55b4ae36d1779c8294ecc0e27ae6d8a661254d2a9e759af11a0c9b49e9ea149e030de42bdb35a2927a2749a88b1c93d05dceedab698aed853d25a0765ab4c SHA512 c75c822741870e5d67ac5f2c81a398d2fee3e8b68349743bde5faa0c64afcb32aec400b2e4d920d07237b9d42fc3d8bd14a96ca27a5d8bf5623683d01386968b -MISC metadata.xml 166 BLAKE2B c254f1fb642881aba57637be14fb0a89b10384f91a128feaec3a8c870d76efc2cbacb92caccc0dee2dd19a5ac5eaf8643080dafa05c4e2ac96a68568927e5afd SHA512 a56648c974a1d14dd4c18237532773c72057a13ab90c58b5da04f185e3c12a8bd8d5c21fb06053507f31766291a82dc7d87b34cd65fd94cfe2af7295c813ef84 diff --git a/net-nds/ypbind/files/ypbind.confd-r1 b/net-nds/ypbind/files/ypbind.confd-r1 deleted file mode 100644 index 91cdc60c1030..000000000000 --- a/net-nds/ypbind/files/ypbind.confd-r1 +++ /dev/null @@ -1,4 +0,0 @@ -# Config file for /etc/init.d/ypbind - -# Set any command line options you want to pass to ypbind. -YPBIND_OPTS="" diff --git a/net-nds/ypbind/files/ypbind.initd b/net-nds/ypbind/files/ypbind.initd deleted file mode 100644 index 27c907ad21b0..000000000000 --- a/net-nds/ypbind/files/ypbind.initd +++ /dev/null @@ -1,40 +0,0 @@ -#!/sbin/openrc-run -# Copyright 1999-2016 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -depend() { - need net portmap - use ypserv domainname -} - -start() { - ebegin "Starting ypbind" - if [ -n "${YPBIND_OPTS}" ]; then - YOPTS="-- ${YPBIND_OPTS}" - fi - start-stop-daemon --start --quiet --exec /usr/sbin/ypbind ${YOPTS} - local ret=$? - if [ $ret -eq 0 ] ; then - notfound=1 - for i in 0 1 2 3 4 5 6 7 8 9 - do - ypwhich >/dev/null 2>&1 && { notfound=0; break; } - sleep 1 - done - if [ $notfound -eq 1 ] ; then - eend 1 "No NIS server found" - else - eend 0 - fi - else - eend $ret - fi -} - -stop() { - ebegin "Stopping ypbind" - start-stop-daemon --stop --quiet --exec /usr/sbin/ypbind - eend $? - # Remove binding files, if ypbind "forgets" it - rm -f /var/yp/binding/* -} diff --git a/net-nds/ypbind/files/ypbind.service b/net-nds/ypbind/files/ypbind.service deleted file mode 100644 index a04ed71fe0d0..000000000000 --- a/net-nds/ypbind/files/ypbind.service +++ /dev/null @@ -1,11 +0,0 @@ -[Unit] -Description=YP Bind -Requires=rpcbind.service domainname.service -After=rpcbind.service domainname.service network.target -Before=systemd-user-sessions.service - -[Service] -ExecStart=/usr/sbin/ypbind -foreground - -[Install] -WantedBy=multi-user.target diff --git a/net-nds/ypbind/metadata.xml b/net-nds/ypbind/metadata.xml deleted file mode 100644 index 6f49eba8f496..000000000000 --- a/net-nds/ypbind/metadata.xml +++ /dev/null @@ -1,5 +0,0 @@ - - - - - diff --git a/net-nds/ypbind/ypbind-1.37.2-r1.ebuild b/net-nds/ypbind/ypbind-1.37.2-r1.ebuild deleted file mode 100644 index e21f9b413783..000000000000 --- a/net-nds/ypbind/ypbind-1.37.2-r1.ebuild +++ /dev/null @@ -1,64 +0,0 @@ -# Copyright 1999-2016 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 -inherit readme.gentoo systemd - -MY_P=${PN}-mt-${PV} -S="${WORKDIR}/${MY_P}" - -DESCRIPTION="Multithreaded NIS bind service (ypbind-mt)" -HOMEPAGE="http://www.linux-nis.org/nis/ypbind-mt/index.html" -SRC_URI="http://www.linux-nis.org/download/ypbind-mt/${MY_P}.tar.bz2" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="alpha amd64 ~arm hppa ia64 ~mips ppc ppc64 sparc x86" -IUSE="debug dbus nls slp systemd" - -RDEPEND=" - debug? ( dev-libs/dmalloc ) - dbus? ( dev-libs/dbus-glib ) - slp? ( net-libs/openslp ) - systemd? ( - net-nds/rpcbind - >=net-nds/yp-tools-2.12-r1 - sys-apps/systemd ) - !systemd? ( - net-nds/yp-tools - || ( net-nds/portmap net-nds/rpcbind ) ) -" -DEPEND="${RDEPEND} - nls? ( sys-devel/gettext ) -" - -DOC_CONTENTS=" - If you are using dhcpcd, be sure to add the -Y option to - dhcpcd_eth0 (or eth1, etc.) to keep dhcpcd from clobbering - /etc/yp.conf. -" - -src_prepare() { - ! use systemd && export ac_cv_header_systemd_sd_daemon_h=no -} - -src_configure() { - econf \ - $(use_enable nls) \ - $(use_enable slp) \ - $(use_with debug dmalloc) \ - $(use_enable dbus dbus-nm) -} - -src_install() { - default - - insinto /etc - newins etc/yp.conf yp.conf.example - - newconfd "${FILESDIR}/ypbind.confd-r1" ypbind - newinitd "${FILESDIR}/ypbind.initd" ypbind - use systemd && systemd_dounit "${FILESDIR}/ypbind.service" - - readme.gentoo_create_doc -} -- cgit v1.2.3