summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeroen Roovers <jer@gentoo.org>2011-03-23 15:43:07 +0000
committerJeroen Roovers <jer@gentoo.org>2011-03-23 15:43:07 +0000
commit7e9398359300ab81a2581bc1a002f9374ab982b6 (patch)
tree0b0f59f993bf803e653fc22db74a61f8c8228ff1 /net-nds
parentx86 stable per bug 358973 (diff)
downloadgentoo-2-7e9398359300ab81a2581bc1a002f9374ab982b6.tar.gz
gentoo-2-7e9398359300ab81a2581bc1a002f9374ab982b6.tar.bz2
gentoo-2-7e9398359300ab81a2581bc1a002f9374ab982b6.zip
Old.
(Portage version: 2.2.0_alpha28/cvs/Linux i686)
Diffstat (limited to 'net-nds')
-rw-r--r--net-nds/ypbind/files/ypbind-1.19.1-man-port.patch24
-rw-r--r--net-nds/ypbind/files/ypbind-1.19.1-strip.patch11
-rw-r--r--net-nds/ypbind/ypbind-1.19.1-r1.ebuild45
-rw-r--r--net-nds/ypbind/ypbind-1.19.1-r2.ebuild53
4 files changed, 0 insertions, 133 deletions
diff --git a/net-nds/ypbind/files/ypbind-1.19.1-man-port.patch b/net-nds/ypbind/files/ypbind-1.19.1-man-port.patch
deleted file mode 100644
index cca7daac834a..000000000000
--- a/net-nds/ypbind/files/ypbind-1.19.1-man-port.patch
+++ /dev/null
@@ -1,24 +0,0 @@
-Mention "-p port" option in man page
-http://bugs.gentoo.org/77810
-
---- ypbind-mt-1.19.1-orig/man/ypbind.8.in
-+++ ypbind-mt-1.19.1/man/ypbind.8.in
-@@ -45,6 +45,8 @@
- ] [
- .B \-local-only
- ] [
-+.BR \-p " port"
-+] [
- .BR \-ping-interval " ping-interval"
- ]
- .LP
-@@ -235,6 +237,9 @@
- will only bind to the loopback device and is not reacheable from
- a remote network.
- .TP
-+.BR "\-p" " port"
-+Bind to the specified port instead of dynamically allocating one.
-+.TP
- .BR "\-ping-interval" " ping-interval"
- The default value for
- . B ypbind
diff --git a/net-nds/ypbind/files/ypbind-1.19.1-strip.patch b/net-nds/ypbind/files/ypbind-1.19.1-strip.patch
deleted file mode 100644
index 3acae486f68a..000000000000
--- a/net-nds/ypbind/files/ypbind-1.19.1-strip.patch
+++ /dev/null
@@ -1,11 +0,0 @@
---- ypbind-mt-1.19.1/src/Makefile.in.orig 2005-07-03 18:52:34.000000000 +0200
-+++ ypbind-mt-1.19.1/src/Makefile.in 2009-07-07 03:09:18.000000000 +0200
-@@ -106,7 +106,7 @@
- EXEEXT = @EXEEXT@
- GMSGFMT = @GMSGFMT@
- INSTALL_DATA = @INSTALL_DATA@
--INSTALL_PROGRAM = @INSTALL_PROGRAM@ -s -m 555
-+INSTALL_PROGRAM = @INSTALL_PROGRAM@ -m 555
- INSTALL_SCRIPT = @INSTALL_SCRIPT@
- INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
- INTLLIBS = @INTLLIBS@
diff --git a/net-nds/ypbind/ypbind-1.19.1-r1.ebuild b/net-nds/ypbind/ypbind-1.19.1-r1.ebuild
deleted file mode 100644
index c55fad36fc16..000000000000
--- a/net-nds/ypbind/ypbind-1.19.1-r1.ebuild
+++ /dev/null
@@ -1,45 +0,0 @@
-# Copyright 1999-2009 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-nds/ypbind/ypbind-1.19.1-r1.ebuild,v 1.7 2009/07/07 01:15:53 jer Exp $
-
-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="ftp://ftp.kernel.org/pub/linux/utils/net/NIS/${MY_P}.tar.bz2"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~alpha amd64 hppa ia64 ~mips ppc ppc64 sparc x86"
-IUSE="nls slp"
-
-RDEPEND="slp? ( net-libs/openslp )
- net-nds/yp-tools
- || ( net-nds/portmap net-nds/rpcbind )"
-DEPEND="${RDEPEND}
- nls? ( sys-devel/gettext )"
-
-src_compile() {
- econf $(use_enable nls) $(use_enable slp)
- emake || die "emake failed"
-}
-
-src_install() {
- make install DESTDIR="${D}" || die
-
- dodoc AUTHORS ChangeLog README THANKS TODO
-
- insinto /etc
- newins etc/yp.conf yp.conf.example
-
- newconfd "${FILESDIR}/ypbind.confd-r1" ypbind
- newinitd "${FILESDIR}/ypbind.initd" ypbind
-}
-
-pkg_postinst() {
- einfo "To complete setup, you will need to edit /etc/conf.d/ypbind."
- einfo "If you are using dhcpcd, be sure to add the -Y option to"
- einfo "dhcpcd_eth0 (or eth1, etc.) to keep dhcpcd from clobbering"
- einfo "/etc/yp.conf."
-}
diff --git a/net-nds/ypbind/ypbind-1.19.1-r2.ebuild b/net-nds/ypbind/ypbind-1.19.1-r2.ebuild
deleted file mode 100644
index 68746ebb18e3..000000000000
--- a/net-nds/ypbind/ypbind-1.19.1-r2.ebuild
+++ /dev/null
@@ -1,53 +0,0 @@
-# Copyright 1999-2009 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-nds/ypbind/ypbind-1.19.1-r2.ebuild,v 1.2 2009/11/03 15:56:59 ulm Exp $
-
-EAPI="2"
-
-inherit eutils
-
-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="ftp://ftp.kernel.org/pub/linux/utils/net/NIS/${MY_P}.tar.bz2"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86"
-IUSE="nls slp"
-
-RDEPEND="slp? ( net-libs/openslp )
- net-nds/yp-tools
- || ( net-nds/portmap net-nds/rpcbind )"
-DEPEND="${RDEPEND}
- nls? ( sys-devel/gettext )"
-
-src_prepare() {
- epatch "${FILESDIR}/${P}-strip.patch"
- epatch "${FILESDIR}/${P}-man-port.patch"
-}
-
-src_configure() {
- econf $(use_enable nls) $(use_enable slp)
-}
-
-src_install() {
- emake install DESTDIR="${D}" || die
-
- dodoc AUTHORS ChangeLog README THANKS TODO
-
- insinto /etc
- newins etc/yp.conf yp.conf.example
-
- newconfd "${FILESDIR}/ypbind.confd-r1" ypbind
- newinitd "${FILESDIR}/ypbind.initd" ypbind
-}
-
-pkg_postinst() {
- einfo "To complete setup, you will need to edit /etc/conf.d/ypbind."
- einfo "If you are using dhcpcd, be sure to add the -Y option to"
- einfo "dhcpcd_eth0 (or eth1, etc.) to keep dhcpcd from clobbering"
- einfo "/etc/yp.conf."
-}