diff options
author | Michael Palimaka <kensington@gentoo.org> | 2012-06-27 18:13:20 +0000 |
---|---|---|
committer | Michael Palimaka <kensington@gentoo.org> | 2012-06-27 18:13:20 +0000 |
commit | b4b8d27d2701237ef3c017c5490ccecc0ead9423 (patch) | |
tree | 102af15e08c28b8c3f1ab37c5a9c40b98e8793ae /net-nds | |
parent | html docs are built with doxygen if doc flag is set, bug #421827, thanks Vitaly (diff) | |
download | gentoo-2-b4b8d27d2701237ef3c017c5490ccecc0ead9423.tar.gz gentoo-2-b4b8d27d2701237ef3c017c5490ccecc0ead9423.tar.bz2 gentoo-2-b4b8d27d2701237ef3c017c5490ccecc0ead9423.zip |
Remove old.
(Portage version: 2.1.11.2/cvs/Linux x86_64)
Diffstat (limited to 'net-nds')
-rw-r--r-- | net-nds/ypbind/ChangeLog | 6 | ||||
-rw-r--r-- | net-nds/ypbind/ypbind-1.32-r1.ebuild | 59 | ||||
-rw-r--r-- | net-nds/ypbind/ypbind-1.32.ebuild | 52 |
3 files changed, 5 insertions, 112 deletions
diff --git a/net-nds/ypbind/ChangeLog b/net-nds/ypbind/ChangeLog index 7569f02db860..b5d4a9f303b8 100644 --- a/net-nds/ypbind/ChangeLog +++ b/net-nds/ypbind/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for net-nds/ypbind # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-nds/ypbind/ChangeLog,v 1.74 2012/03/18 18:18:06 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-nds/ypbind/ChangeLog,v 1.75 2012/06/27 18:13:20 kensington Exp $ + + 27 Jun 2012; Michael Palimaka <kensington@gentoo.org> -ypbind-1.32-r1.ebuild, + -ypbind-1.32.ebuild: + Remove old. 18 Mar 2012; Raúl Porcel <armin76@gentoo.org> ypbind-1.33.ebuild: alpha/ia64/sparc stable wrt #404843 diff --git a/net-nds/ypbind/ypbind-1.32-r1.ebuild b/net-nds/ypbind/ypbind-1.32-r1.ebuild deleted file mode 100644 index 4fc2933bdefe..000000000000 --- a/net-nds/ypbind/ypbind-1.32-r1.ebuild +++ /dev/null @@ -1,59 +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/ypbind/ypbind-1.32-r1.ebuild,v 1.1 2011/03/24 19:29:18 jer 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="debug dbus nls slp" - -RDEPEND=" - net-nds/yp-tools - debug? ( dev-libs/dmalloc ) - dbus? ( dev-libs/dbus-glib ) - slp? ( net-libs/openslp ) - || ( net-nds/portmap net-nds/rpcbind )" -DEPEND=" - ${RDEPEND} - nls? ( sys-devel/gettext ) -" - -src_prepare() { - epatch "${FILESDIR}/${PN}-1.31-man-port.patch" # bug #77810 -} - -src_configure() { - econf \ - $(use_enable nls) $(use_enable slp) \ - $(use_with debug dmalloc) $(use_enable dbus dbus-nm) -} - -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." -} diff --git a/net-nds/ypbind/ypbind-1.32.ebuild b/net-nds/ypbind/ypbind-1.32.ebuild deleted file mode 100644 index 3841fd657eb7..000000000000 --- a/net-nds/ypbind/ypbind-1.32.ebuild +++ /dev/null @@ -1,52 +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/ypbind/ypbind-1.32.ebuild,v 1.7 2011/05/20 19:10:03 xarthisius 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}/${PN}-1.31-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." -} |