public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in net-nds/ypbind: ChangeLog ypbind-1.19.1-r2.ebuild
@ 2009-07-07  1:15 Jeroen Roovers (jer)
  0 siblings, 0 replies; 2+ messages in thread
From: Jeroen Roovers (jer) @ 2009-07-07  1:15 UTC (permalink / raw
  To: gentoo-commits

jer         09/07/07 01:15:12

  Modified:             ChangeLog
  Added:                ypbind-1.19.1-r2.ebuild
  Log:
  Do not strip. Use emake instead of make.
  (Portage version: 2.2_rc33/cvs/Linux i686)

Revision  Changes    Path
1.48                 net-nds/ypbind/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-nds/ypbind/ChangeLog?rev=1.48&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-nds/ypbind/ChangeLog?rev=1.48&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-nds/ypbind/ChangeLog?r1=1.47&r2=1.48

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-nds/ypbind/ChangeLog,v
retrieving revision 1.47
retrieving revision 1.48
diff -u -r1.47 -r1.48
--- ChangeLog	4 Jun 2009 05:58:07 -0000	1.47
+++ ChangeLog	7 Jul 2009 01:15:12 -0000	1.48
@@ -1,6 +1,12 @@
 # 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.47 2009/06/04 05:58:07 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-nds/ypbind/ChangeLog,v 1.48 2009/07/07 01:15:12 jer Exp $
+
+*ypbind-1.19.1-r2 (07 Jul 2009)
+
+  07 Jul 2009; Jeroen Roovers <jer@gentoo.org> +ypbind-1.19.1-r2.ebuild,
+  +files/ypbind-1.19.1-strip.patch:
+  Do not strip. Use emake instead of make.
 
   04 Jun 2009; Mike Frysinger <vapier@gentoo.org> ypbind-1.19.1-r1.ebuild:
   Allow portmap or rpcbind #272363 by peteru.



1.1                  net-nds/ypbind/ypbind-1.19.1-r2.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-nds/ypbind/ypbind-1.19.1-r2.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-nds/ypbind/ypbind-1.19.1-r2.ebuild?rev=1.1&content-type=text/plain

Index: ypbind-1.19.1-r2.ebuild
===================================================================
# Copyright 1999-2009 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-r2.ebuild,v 1.1 2009/07/07 01:15:12 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="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}-strip.patch"
}

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."
}






^ permalink raw reply	[flat|nested] 2+ messages in thread

* [gentoo-commits] gentoo-x86 commit in net-nds/ypbind: ChangeLog ypbind-1.19.1-r2.ebuild
@ 2009-11-03 15:57 Ulrich Mueller (ulm)
  0 siblings, 0 replies; 2+ messages in thread
From: Ulrich Mueller (ulm) @ 2009-11-03 15:57 UTC (permalink / raw
  To: gentoo-commits

ulm         09/11/03 15:57:00

  Modified:             ChangeLog ypbind-1.19.1-r2.ebuild
  Log:
  Mention "-p port" option in man page, bug 77810.
  (Portage version: 2.2_rc46/cvs/Linux i686)

Revision  Changes    Path
1.51                 net-nds/ypbind/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-nds/ypbind/ChangeLog?rev=1.51&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-nds/ypbind/ChangeLog?rev=1.51&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-nds/ypbind/ChangeLog?r1=1.50&r2=1.51

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-nds/ypbind/ChangeLog,v
retrieving revision 1.50
retrieving revision 1.51
diff -u -r1.50 -r1.51
--- ChangeLog	7 Jul 2009 01:17:18 -0000	1.50
+++ ChangeLog	3 Nov 2009 15:56:59 -0000	1.51
@@ -1,6 +1,10 @@
 # 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.50 2009/07/07 01:17:18 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-nds/ypbind/ChangeLog,v 1.51 2009/11/03 15:56:59 ulm Exp $
+
+  03 Nov 2009; Ulrich Mueller <ulm@gentoo.org> ypbind-1.19.1-r2.ebuild,
+  +files/ypbind-1.19.1-man-port.patch:
+  Mention "-p port" option in man page, bug 77810.
 
   07 Jul 2009; Jeroen Roovers <jer@gentoo.org> -ypbind-1.19.1.ebuild:
   Remove old.



1.2                  net-nds/ypbind/ypbind-1.19.1-r2.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-nds/ypbind/ypbind-1.19.1-r2.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-nds/ypbind/ypbind-1.19.1-r2.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-nds/ypbind/ypbind-1.19.1-r2.ebuild?r1=1.1&r2=1.2

Index: ypbind-1.19.1-r2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-nds/ypbind/ypbind-1.19.1-r2.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- ypbind-1.19.1-r2.ebuild	7 Jul 2009 01:15:12 -0000	1.1
+++ ypbind-1.19.1-r2.ebuild	3 Nov 2009 15:56:59 -0000	1.2
@@ -1,6 +1,6 @@
 # Copyright 1999-2009 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-r2.ebuild,v 1.1 2009/07/07 01:15:12 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-nds/ypbind/ypbind-1.19.1-r2.ebuild,v 1.2 2009/11/03 15:56:59 ulm Exp $
 
 EAPI="2"
 
@@ -26,6 +26,7 @@
 
 src_prepare() {
 	epatch "${FILESDIR}/${P}-strip.patch"
+	epatch "${FILESDIR}/${P}-man-port.patch"
 }
 
 src_configure() {






^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2009-11-03 15:57 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-07-07  1:15 [gentoo-commits] gentoo-x86 commit in net-nds/ypbind: ChangeLog ypbind-1.19.1-r2.ebuild Jeroen Roovers (jer)
  -- strict thread matches above, loose matches on Subject: below --
2009-11-03 15:57 Ulrich Mueller (ulm)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox