summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Palimaka <kensington@gentoo.org>2012-05-24 13:21:40 +0000
committerMichael Palimaka <kensington@gentoo.org>2012-05-24 13:21:40 +0000
commit6f0bdd9ad5e4113ab8f6da2e91826e611133a6f8 (patch)
treefb23d25b8f1bb390e3351f825432f71ac6b65337 /net-nds
parentppc64 stable wrt #416397 (diff)
downloadgentoo-2-6f0bdd9ad5e4113ab8f6da2e91826e611133a6f8.tar.gz
gentoo-2-6f0bdd9ad5e4113ab8f6da2e91826e611133a6f8.tar.bz2
gentoo-2-6f0bdd9ad5e4113ab8f6da2e91826e611133a6f8.zip
Remove old.
(Portage version: 2.1.10.62/cvs/Linux x86_64)
Diffstat (limited to 'net-nds')
-rw-r--r--net-nds/ypserv/ChangeLog6
-rw-r--r--net-nds/ypserv/ypserv-2.22.ebuild77
-rw-r--r--net-nds/ypserv/ypserv-2.23.ebuild77
-rw-r--r--net-nds/ypserv/ypserv-2.24.ebuild77
-rw-r--r--net-nds/ypserv/ypserv-2.25.ebuild77
5 files changed, 5 insertions, 309 deletions
diff --git a/net-nds/ypserv/ChangeLog b/net-nds/ypserv/ChangeLog
index 0e08d8dc92c4..8f4cf541472e 100644
--- a/net-nds/ypserv/ChangeLog
+++ b/net-nds/ypserv/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for net-nds/ypserv
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-nds/ypserv/ChangeLog,v 1.59 2012/03/02 21:10:36 ranger Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-nds/ypserv/ChangeLog,v 1.60 2012/05/24 13:21:40 kensington Exp $
+
+ 24 May 2012; Michael Palimaka <kensington@gentoo.org> -ypserv-2.22.ebuild,
+ -ypserv-2.23.ebuild, -ypserv-2.24.ebuild, -ypserv-2.25.ebuild:
+ Remove old.
02 Mar 2012; Brent Baude <ranger@gentoo.org> ypserv-2.26.ebuild:
Marking ypserv-2.26 ppc64 for bug 400453
diff --git a/net-nds/ypserv/ypserv-2.22.ebuild b/net-nds/ypserv/ypserv-2.22.ebuild
deleted file mode 100644
index bc81f2c3f7af..000000000000
--- a/net-nds/ypserv/ypserv-2.22.ebuild
+++ /dev/null
@@ -1,77 +0,0 @@
-# Copyright 1999-2011 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-nds/ypserv/ypserv-2.22.ebuild,v 1.7 2011/05/28 17:49:02 armin76 Exp $
-
-EAPI="2"
-
-inherit autotools
-
-DESCRIPTION="Network Information Service server"
-HOMEPAGE="http://www.linux-nis.org/nis/"
-SRC_URI="mirror://kernel/linux/utils/net/NIS/${P}.tar.bz2"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="amd64 ppc ppc64 x86"
-IUSE="slp"
-
-DEPEND=">=sys-libs/gdbm-1.8.0
- slp? ( net-libs/openslp )"
-RDEPEND="${DEPEND}
- || ( net-nds/rpcbind net-nds/portmap )"
-
-src_prepare() {
- # The configure script does not provide a command-line flag to control usage
- # of slp. Use a brutal method in case we need to disable it.
- if ! use slp; then
- sed -i -e 's/USE_SLP=1/USE_SLP=0/g' configure.in
- eautoreconf
- fi
-}
-
-src_install() {
- emake DESTDIR="${D}" install || die
- dodoc AUTHORS ChangeLog NEWS README THANKS TODO
-
- insinto /etc
- doins etc/ypserv.conf etc/netgroup etc/netmasks
- insinto /var/yp
- newins etc/securenets securenets.default
-
- newconfd "${FILESDIR}/ypserv.confd" ypserv
- newconfd "${FILESDIR}/rpc.yppasswdd.confd" rpc.yppasswdd
- newconfd "${FILESDIR}/rpc.ypxfrd.confd" rpc.ypxfrd
-
- newinitd "${FILESDIR}/ypserv" ypserv
- newinitd "${FILESDIR}/rpc.yppasswdd-r1" rpc.yppasswdd
- newinitd "${FILESDIR}/rpc.ypxfrd" rpc.ypxfrd
-
- echo "CONFIG_PROTECT=\"/var/yp/Makefile\"" > "${T}"/10ypserv
- doenvd "${T}"/10ypserv
-}
-
-pkg_preinst() {
- # This ebuilds installs an env file which CONFIG_PROTECTs /var/yp/Makefile,
- # but if the user is migrating from older ypserv, this won't take effect
- # immediately. Keep the older setup with Makefile.dist file and ask the user
- # to migrate.
- if [ -f "${ROOT}/var/yp/Makefile.dist" ]; then
- mv "${D}/var/yp/Makefile" "${D}/var/yp/Makefile.dist" \
- || die "mv failed"
- cp "${ROOT}/var/yp/Makefile" "${D}/var/yp/Makefile" \
- || die "cp failed"
- elog "Please remove ${ROOT}/var/yp/Makefile.dist after making sure that"
- elog "${ROOT}/var/yp/Makefile looks fine to you. It is now"
- elog "CONFIG_PROTECTed, so further changes should be managed with"
- elog "usual config management tools like etc-update or dispatch-conf."
- fi
-}
-
-pkg_postinst() {
- einfo "To complete setup, you will need to edit /var/yp/securenets,"
- einfo "/etc/conf.d/ypserv, /etc/ypserv.conf, /etc/conf.d/rpc.yppasswdd"
- einfo "and possibly /var/yp/Makefile."
-
- einfo "To start the services at boot, you need to enable ypserv and optionally"
- einfo "the rpc.yppasswdd and/or rpc.ypxfrd services"
-}
diff --git a/net-nds/ypserv/ypserv-2.23.ebuild b/net-nds/ypserv/ypserv-2.23.ebuild
deleted file mode 100644
index 1b01ccce64c5..000000000000
--- a/net-nds/ypserv/ypserv-2.23.ebuild
+++ /dev/null
@@ -1,77 +0,0 @@
-# Copyright 1999-2011 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-nds/ypserv/ypserv-2.23.ebuild,v 1.6 2011/07/16 09:56:38 xarthisius Exp $
-
-EAPI="2"
-
-inherit autotools
-
-DESCRIPTION="Network Information Service server"
-HOMEPAGE="http://www.linux-nis.org/nis/"
-SRC_URI="mirror://kernel/linux/utils/net/NIS/${P}.tar.bz2"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="amd64 ppc ppc64 x86"
-IUSE="slp"
-
-DEPEND=">=sys-libs/gdbm-1.8.0
- slp? ( net-libs/openslp )"
-RDEPEND="${DEPEND}
- || ( net-nds/rpcbind net-nds/portmap )"
-
-src_prepare() {
- # The configure script does not provide a command-line flag to control usage
- # of slp. Use a brutal method in case we need to disable it.
- if ! use slp; then
- sed -i -e 's/USE_SLP=1/USE_SLP=0/g' configure.in
- eautoreconf
- fi
-}
-
-src_install() {
- emake DESTDIR="${D}" install || die
- dodoc AUTHORS ChangeLog NEWS README THANKS TODO
-
- insinto /etc
- doins etc/ypserv.conf etc/netgroup etc/netmasks
- insinto /var/yp
- newins etc/securenets securenets.default
-
- newconfd "${FILESDIR}/ypserv.confd" ypserv
- newconfd "${FILESDIR}/rpc.yppasswdd.confd" rpc.yppasswdd
- newconfd "${FILESDIR}/rpc.ypxfrd.confd" rpc.ypxfrd
-
- newinitd "${FILESDIR}/ypserv" ypserv
- newinitd "${FILESDIR}/rpc.yppasswdd-r1" rpc.yppasswdd
- newinitd "${FILESDIR}/rpc.ypxfrd-2.23" rpc.ypxfrd
-
- echo "CONFIG_PROTECT=\"/var/yp/Makefile\"" > "${T}"/10ypserv
- doenvd "${T}"/10ypserv
-}
-
-pkg_preinst() {
- # This ebuilds installs an env file which CONFIG_PROTECTs /var/yp/Makefile,
- # but if the user is migrating from older ypserv, this won't take effect
- # immediately. Keep the older setup with Makefile.dist file and ask the user
- # to migrate.
- if [ -f "${ROOT}/var/yp/Makefile.dist" ]; then
- mv "${D}/var/yp/Makefile" "${D}/var/yp/Makefile.dist" \
- || die "mv failed"
- cp "${ROOT}/var/yp/Makefile" "${D}/var/yp/Makefile" \
- || die "cp failed"
- elog "Please remove ${ROOT}/var/yp/Makefile.dist after making sure that"
- elog "${ROOT}/var/yp/Makefile looks fine to you. It is now"
- elog "CONFIG_PROTECTed, so further changes should be managed with"
- elog "usual config management tools like etc-update or dispatch-conf."
- fi
-}
-
-pkg_postinst() {
- einfo "To complete setup, you will need to edit /var/yp/securenets,"
- einfo "/etc/conf.d/ypserv, /etc/ypserv.conf, /etc/conf.d/rpc.yppasswdd"
- einfo "and possibly /var/yp/Makefile."
-
- einfo "To start the services at boot, you need to enable ypserv and optionally"
- einfo "the rpc.yppasswdd and/or rpc.ypxfrd services"
-}
diff --git a/net-nds/ypserv/ypserv-2.24.ebuild b/net-nds/ypserv/ypserv-2.24.ebuild
deleted file mode 100644
index aadf9988ba63..000000000000
--- a/net-nds/ypserv/ypserv-2.24.ebuild
+++ /dev/null
@@ -1,77 +0,0 @@
-# Copyright 1999-2011 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-nds/ypserv/ypserv-2.24.ebuild,v 1.2 2011/05/28 17:49:02 armin76 Exp $
-
-EAPI="2"
-
-inherit autotools
-
-DESCRIPTION="Network Information Service server"
-HOMEPAGE="http://www.linux-nis.org/nis/"
-SRC_URI="mirror://kernel/linux/utils/net/NIS/${P}.tar.bz2"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~ppc ~ppc64 ~x86"
-IUSE="slp"
-
-DEPEND=">=sys-libs/gdbm-1.8.0
- slp? ( net-libs/openslp )"
-RDEPEND="${DEPEND}
- || ( net-nds/rpcbind net-nds/portmap )"
-
-src_prepare() {
- # The configure script does not provide a command-line flag to control usage
- # of slp. Use a brutal method in case we need to disable it.
- if ! use slp; then
- sed -i -e 's/USE_SLP=1/USE_SLP=0/g' configure.in
- eautoreconf
- fi
-}
-
-src_install() {
- emake DESTDIR="${D}" install || die
- dodoc AUTHORS ChangeLog NEWS README THANKS TODO
-
- insinto /etc
- doins etc/ypserv.conf etc/netgroup etc/netmasks
- insinto /var/yp
- newins etc/securenets securenets.default
-
- newconfd "${FILESDIR}/ypserv.confd" ypserv
- newconfd "${FILESDIR}/rpc.yppasswdd.confd" rpc.yppasswdd
- newconfd "${FILESDIR}/rpc.ypxfrd.confd" rpc.ypxfrd
-
- newinitd "${FILESDIR}/ypserv" ypserv
- newinitd "${FILESDIR}/rpc.yppasswdd-r1" rpc.yppasswdd
- newinitd "${FILESDIR}/rpc.ypxfrd-2.23" rpc.ypxfrd
-
- echo "CONFIG_PROTECT=\"/var/yp/Makefile\"" > "${T}"/10ypserv
- doenvd "${T}"/10ypserv
-}
-
-pkg_preinst() {
- # This ebuilds installs an env file which CONFIG_PROTECTs /var/yp/Makefile,
- # but if the user is migrating from older ypserv, this won't take effect
- # immediately. Keep the older setup with Makefile.dist file and ask the user
- # to migrate.
- if [ -f "${ROOT}/var/yp/Makefile.dist" ]; then
- mv "${D}/var/yp/Makefile" "${D}/var/yp/Makefile.dist" \
- || die "mv failed"
- cp "${ROOT}/var/yp/Makefile" "${D}/var/yp/Makefile" \
- || die "cp failed"
- elog "Please remove ${ROOT}/var/yp/Makefile.dist after making sure that"
- elog "${ROOT}/var/yp/Makefile looks fine to you. It is now"
- elog "CONFIG_PROTECTed, so further changes should be managed with"
- elog "usual config management tools like etc-update or dispatch-conf."
- fi
-}
-
-pkg_postinst() {
- einfo "To complete setup, you will need to edit /var/yp/securenets,"
- einfo "/etc/conf.d/ypserv, /etc/ypserv.conf, /etc/conf.d/rpc.yppasswdd"
- einfo "and possibly /var/yp/Makefile."
-
- einfo "To start the services at boot, you need to enable ypserv and optionally"
- einfo "the rpc.yppasswdd and/or rpc.ypxfrd services"
-}
diff --git a/net-nds/ypserv/ypserv-2.25.ebuild b/net-nds/ypserv/ypserv-2.25.ebuild
deleted file mode 100644
index bce619e60e3e..000000000000
--- a/net-nds/ypserv/ypserv-2.25.ebuild
+++ /dev/null
@@ -1,77 +0,0 @@
-# Copyright 1999-2011 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-nds/ypserv/ypserv-2.25.ebuild,v 1.1 2011/06/17 03:11:57 jer Exp $
-
-EAPI="2"
-
-inherit autotools
-
-DESCRIPTION="Network Information Service server"
-HOMEPAGE="http://www.linux-nis.org/nis/"
-SRC_URI="mirror://kernel/linux/utils/net/NIS/${P}.tar.bz2"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~ppc ~ppc64 ~x86"
-IUSE="slp"
-
-DEPEND=">=sys-libs/gdbm-1.8.0
- slp? ( net-libs/openslp )"
-RDEPEND="${DEPEND}
- || ( net-nds/rpcbind net-nds/portmap )"
-
-src_prepare() {
- # The configure script does not provide a command-line flag to control usage
- # of slp. Use a brutal method in case we need to disable it.
- if ! use slp; then
- sed -i -e 's/USE_SLP=1/USE_SLP=0/g' configure.in
- eautoreconf
- fi
-}
-
-src_install() {
- emake DESTDIR="${D}" install || die
- dodoc AUTHORS ChangeLog NEWS README THANKS TODO
-
- insinto /etc
- doins etc/ypserv.conf etc/netgroup etc/netmasks
- insinto /var/yp
- newins etc/securenets securenets.default
-
- newconfd "${FILESDIR}/ypserv.confd" ypserv
- newconfd "${FILESDIR}/rpc.yppasswdd.confd" rpc.yppasswdd
- newconfd "${FILESDIR}/rpc.ypxfrd.confd" rpc.ypxfrd
-
- newinitd "${FILESDIR}/ypserv" ypserv
- newinitd "${FILESDIR}/rpc.yppasswdd-r1" rpc.yppasswdd
- newinitd "${FILESDIR}/rpc.ypxfrd-2.23" rpc.ypxfrd
-
- echo "CONFIG_PROTECT=\"/var/yp/Makefile\"" > "${T}"/10ypserv
- doenvd "${T}"/10ypserv
-}
-
-pkg_preinst() {
- # This ebuilds installs an env file which CONFIG_PROTECTs /var/yp/Makefile,
- # but if the user is migrating from older ypserv, this won't take effect
- # immediately. Keep the older setup with Makefile.dist file and ask the user
- # to migrate.
- if [ -f "${ROOT}/var/yp/Makefile.dist" ]; then
- mv "${D}/var/yp/Makefile" "${D}/var/yp/Makefile.dist" \
- || die "mv failed"
- cp "${ROOT}/var/yp/Makefile" "${D}/var/yp/Makefile" \
- || die "cp failed"
- elog "Please remove ${ROOT}/var/yp/Makefile.dist after making sure that"
- elog "${ROOT}/var/yp/Makefile looks fine to you. It is now"
- elog "CONFIG_PROTECTed, so further changes should be managed with"
- elog "usual config management tools like etc-update or dispatch-conf."
- fi
-}
-
-pkg_postinst() {
- einfo "To complete setup, you will need to edit /var/yp/securenets,"
- einfo "/etc/conf.d/ypserv, /etc/ypserv.conf, /etc/conf.d/rpc.yppasswdd"
- einfo "and possibly /var/yp/Makefile."
-
- einfo "To start the services at boot, you need to enable ypserv and optionally"
- einfo "the rpc.yppasswdd and/or rpc.ypxfrd services"
-}