diff options
author | Jeremy Huddleston <eradicator@gentoo.org> | 2006-04-10 19:58:05 +0000 |
---|---|---|
committer | Jeremy Huddleston <eradicator@gentoo.org> | 2006-04-10 19:58:05 +0000 |
commit | 3addb9b00ec01bc66280fcc31a28996b6a4d8a01 (patch) | |
tree | 3cb1ddb5a25f8b650f0d5814b058c5cc7c3cd7f9 /net-nds/ypbind | |
parent | Stable on sparc wrt #129371 (diff) | |
download | gentoo-2-3addb9b00ec01bc66280fcc31a28996b6a4d8a01.tar.gz gentoo-2-3addb9b00ec01bc66280fcc31a28996b6a4d8a01.tar.bz2 gentoo-2-3addb9b00ec01bc66280fcc31a28996b6a4d8a01.zip |
Removing old version.
(Portage version: 2.1_pre7-r5)
Diffstat (limited to 'net-nds/ypbind')
-rw-r--r-- | net-nds/ypbind/ChangeLog | 6 | ||||
-rw-r--r-- | net-nds/ypbind/files/digest-ypbind-1.17.2-r1 | 1 | ||||
-rw-r--r-- | net-nds/ypbind/ypbind-1.17.2-r1.ebuild | 45 |
3 files changed, 5 insertions, 47 deletions
diff --git a/net-nds/ypbind/ChangeLog b/net-nds/ypbind/ChangeLog index ae4d6b7cf043..3310df5837dc 100644 --- a/net-nds/ypbind/ChangeLog +++ b/net-nds/ypbind/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for net-nds/ypbind # Copyright 2002-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-nds/ypbind/ChangeLog,v 1.34 2006/04/10 19:57:11 eradicator Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-nds/ypbind/ChangeLog,v 1.35 2006/04/10 19:58:05 eradicator Exp $ + + 10 Apr 2006; Jeremy Huddleston <eradicator@gentoo.org> + -ypbind-1.17.2-r1.ebuild: + Removing old version. 10 Apr 2006; Jeremy Huddleston <eradicator@gentoo.org> files/ypbind.initd: use domainname instead of need since new baselayout doesn't provide it any diff --git a/net-nds/ypbind/files/digest-ypbind-1.17.2-r1 b/net-nds/ypbind/files/digest-ypbind-1.17.2-r1 deleted file mode 100644 index 875769fa1d46..000000000000 --- a/net-nds/ypbind/files/digest-ypbind-1.17.2-r1 +++ /dev/null @@ -1 +0,0 @@ -MD5 0cffc59ead490f0e03c3cb453e1c92e1 ypbind-mt-1.17.2.tar.bz2 157503 diff --git a/net-nds/ypbind/ypbind-1.17.2-r1.ebuild b/net-nds/ypbind/ypbind-1.17.2-r1.ebuild deleted file mode 100644 index 7c979aad00f6..000000000000 --- a/net-nds/ypbind/ypbind-1.17.2-r1.ebuild +++ /dev/null @@ -1,45 +0,0 @@ -# Copyright 1999-2005 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-nds/ypbind/ypbind-1.17.2-r1.ebuild,v 1.9 2005/08/11 18:22:34 eradicator 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/OLD/${MY_P}.tar.bz2" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="alpha amd64 ia64 ppc ppc64 sparc x86" -IUSE="nls slp" - -RDEPEND="slp? ( net-libs/openslp ) - net-nds/yp-tools - net-nds/portmap" -DEPEND="${RDEPEND} - nls? ( sys-devel/gettext ) - >=sys-apps/portage-2.0.51" - -src_compile() { - econf \ - $(use_enable nls) \ - $(use_enable slp) \ - || die - emake || die "emake failed" -} - -src_install() { - einstall || die - dodoc AUTHORS ChangeLog README THANKS TODO - insinto /etc ; doins etc/yp.conf - 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." -} |