summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKacper Kowalik <xarthisius@gentoo.org>2011-05-20 19:17:57 +0000
committerKacper Kowalik <xarthisius@gentoo.org>2011-05-20 19:17:57 +0000
commit2dac7825be88409b127128b9bed441c6efe636b8 (patch)
treec85265529bd88be6c82f6092ac850303fddf2a2d /net-nds
parentMask net-nds/ypbind[debug] as dev-libs/dmalloc is not keyworded (diff)
downloadgentoo-2-2dac7825be88409b127128b9bed441c6efe636b8.tar.gz
gentoo-2-2dac7825be88409b127128b9bed441c6efe636b8.tar.bz2
gentoo-2-2dac7825be88409b127128b9bed441c6efe636b8.zip
Drop old
(Portage version: 2.2.0_alpha34/cvs/Linux x86_64)
Diffstat (limited to 'net-nds')
-rw-r--r--net-nds/ypbind/ChangeLog5
-rw-r--r--net-nds/ypbind/ypbind-1.31.ebuild52
2 files changed, 4 insertions, 53 deletions
diff --git a/net-nds/ypbind/ChangeLog b/net-nds/ypbind/ChangeLog
index 8ea8f1715aa9..b90a7646e262 100644
--- a/net-nds/ypbind/ChangeLog
+++ b/net-nds/ypbind/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for net-nds/ypbind
# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-nds/ypbind/ChangeLog,v 1.66 2011/05/20 19:10:03 xarthisius Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-nds/ypbind/ChangeLog,v 1.67 2011/05/20 19:17:57 xarthisius Exp $
+
+ 20 May 2011; Kacper Kowalik <xarthisius@gentoo.org> -ypbind-1.31.ebuild:
+ Drop old
20 May 2011; Kacper Kowalik <xarthisius@gentoo.org> ypbind-1.32.ebuild:
ppc/ppc64 stable wrt #360165
diff --git a/net-nds/ypbind/ypbind-1.31.ebuild b/net-nds/ypbind/ypbind-1.31.ebuild
deleted file mode 100644
index 6dcbde8688d4..000000000000
--- a/net-nds/ypbind/ypbind-1.31.ebuild
+++ /dev/null
@@ -1,52 +0,0 @@
-# Copyright 1999-2010 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-nds/ypbind/ypbind-1.31.ebuild,v 1.7 2010/09/30 21:36:56 ranger 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}-man-port.patch" # bug #77810
-}
-
-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."
-}