summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeroen Roovers <jer@gentoo.org>2009-07-07 01:17:19 +0000
committerJeroen Roovers <jer@gentoo.org>2009-07-07 01:17:19 +0000
commitcc58981697398e33ef51c88d0ef0e2994bed4bbf (patch)
treef46ff7810575718004e208ec4c4dea4e9df680ef /net-nds
parentStable for HPPA too. (diff)
downloadhistorical-cc58981697398e33ef51c88d0ef0e2994bed4bbf.tar.gz
historical-cc58981697398e33ef51c88d0ef0e2994bed4bbf.tar.bz2
historical-cc58981697398e33ef51c88d0ef0e2994bed4bbf.zip
Remove old.
Package-Manager: portage-2.2_rc33/cvs/Linux i686
Diffstat (limited to 'net-nds')
-rw-r--r--net-nds/yp-tools/ChangeLog6
-rw-r--r--net-nds/yp-tools/yp-tools-2.8-r1.ebuild53
-rw-r--r--net-nds/yp-tools/yp-tools-2.8.ebuild45
-rw-r--r--net-nds/ypbind/ChangeLog5
-rw-r--r--net-nds/ypbind/ypbind-1.19.1.ebuild45
5 files changed, 9 insertions, 145 deletions
diff --git a/net-nds/yp-tools/ChangeLog b/net-nds/yp-tools/ChangeLog
index 1cac2845eab4..5f31068531ca 100644
--- a/net-nds/yp-tools/ChangeLog
+++ b/net-nds/yp-tools/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for net-nds/yp-tools
# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-nds/yp-tools/ChangeLog,v 1.36 2009/07/07 01:06:07 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-nds/yp-tools/ChangeLog,v 1.37 2009/07/07 01:16:42 jer Exp $
+
+ 07 Jul 2009; Jeroen Roovers <jer@gentoo.org> -yp-tools-2.8.ebuild,
+ -yp-tools-2.8-r1.ebuild:
+ Remove old.
07 Jul 2009; Jeroen Roovers <jer@gentoo.org> yp-tools-2.9.ebuild:
Stable for HPPA too.
diff --git a/net-nds/yp-tools/yp-tools-2.8-r1.ebuild b/net-nds/yp-tools/yp-tools-2.8-r1.ebuild
deleted file mode 100644
index 1890fa9fd8b1..000000000000
--- a/net-nds/yp-tools/yp-tools-2.8-r1.ebuild
+++ /dev/null
@@ -1,53 +0,0 @@
-# Copyright 1999-2008 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-nds/yp-tools/yp-tools-2.8-r1.ebuild,v 1.3 2008/11/02 12:10:30 jmbsvicetto Exp $
-
-IUSE="nls"
-
-inherit eutils
-
-DESCRIPTION="Network Information Service tools"
-HOMEPAGE="http://www.linux-nis.org/nis/"
-SRC_URI="ftp://ftp.kernel.org/pub/linux/utils/net/NIS/OLD/${P}.tar.bz2"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86"
-
-DEPEND="virtual/libc"
-
-src_unpack() {
- unpack ${A}
- cd "${S}"
- epatch "${FILESDIR}/${P}-bsd.patch"
-}
-
-src_compile() {
- local myconf="--sysconfdir=/etc/yp"
- if ! use nls
- then
- myconf="${myconf} --disable-nls"
- mkdir intl
- touch intl/libintl.h
- export CPPFLAGS="${CPPFLAGS} -I${S}"
-
- for i in lib/nicknames.c src/*.c
- do
- cp ${i} ${i}.orig
- sed 's:<libintl.h>:<intl/libintl.h>:' \
- ${i}.orig > ${i}
- done
- fi
- econf ${myconf} || die "econf failed"
- make || die
-}
-
-src_install() {
- make DESTDIR="${D}" install || die
- dodoc AUTHORS ChangeLog NEWS README THANKS TODO
- insinto /etc/yp ; doins etc/nicknames
- # This messes up boot so we remove it
- rm -d "${D}/bin/ypdomainname"
- rm -d "${D}/bin/nisdomainname"
- rm -d "${D}/bin/domainname"
-}
diff --git a/net-nds/yp-tools/yp-tools-2.8.ebuild b/net-nds/yp-tools/yp-tools-2.8.ebuild
deleted file mode 100644
index 618c0009e118..000000000000
--- a/net-nds/yp-tools/yp-tools-2.8.ebuild
+++ /dev/null
@@ -1,45 +0,0 @@
-# Copyright 1999-2008 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-nds/yp-tools/yp-tools-2.8.ebuild,v 1.15 2008/11/02 12:10:30 jmbsvicetto Exp $
-
-IUSE="nls"
-
-DESCRIPTION="Network Information Service tools"
-HOMEPAGE="http://www.linux-nis.org/nis/"
-SRC_URI="ftp://ftp.kernel.org/pub/linux/utils/net/NIS/OLD/${P}.tar.bz2"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="alpha amd64 ia64 ppc ppc64 sparc x86"
-
-DEPEND="virtual/libc"
-
-src_compile() {
- local myconf="--sysconfdir=/etc/yp"
- if ! use nls
- then
- myconf="${myconf} --disable-nls"
- mkdir intl
- touch intl/libintl.h
- export CPPFLAGS="${CPPFLAGS} -I${S}"
-
- for i in lib/nicknames.c src/*.c
- do
- cp ${i} ${i}.orig
- sed 's:<libintl.h>:<intl/libintl.h>:' \
- ${i}.orig > ${i}
- done
- fi
- econf ${myconf} || die "econf failed"
- make || die
-}
-
-src_install() {
- make DESTDIR="${D}" install || die
- dodoc AUTHORS ChangeLog NEWS README THANKS TODO
- insinto /etc/yp ; doins etc/nicknames
- # This messes up boot so we remove it
- rm -d "${D}/bin/ypdomainname"
- rm -d "${D}/bin/nisdomainname"
- rm -d "${D}/bin/domainname"
-}
diff --git a/net-nds/ypbind/ChangeLog b/net-nds/ypbind/ChangeLog
index 047f52d1c975..62ae5d8d82a1 100644
--- a/net-nds/ypbind/ChangeLog
+++ b/net-nds/ypbind/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for net-nds/ypbind
# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-nds/ypbind/ChangeLog,v 1.49 2009/07/07 01:15:53 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-nds/ypbind/ChangeLog,v 1.50 2009/07/07 01:17:18 jer Exp $
+
+ 07 Jul 2009; Jeroen Roovers <jer@gentoo.org> -ypbind-1.19.1.ebuild:
+ Remove old.
07 Jul 2009; Jeroen Roovers <jer@gentoo.org> ypbind-1.19.1-r1.ebuild:
Stable for HPPA too.
diff --git a/net-nds/ypbind/ypbind-1.19.1.ebuild b/net-nds/ypbind/ypbind-1.19.1.ebuild
deleted file mode 100644
index 0e202d7a9231..000000000000
--- a/net-nds/ypbind/ypbind-1.19.1.ebuild
+++ /dev/null
@@ -1,45 +0,0 @@
-# Copyright 1999-2008 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.ebuild,v 1.9 2008/11/20 21:22:07 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 ia64 ~mips 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 )"
-
-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."
-}