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.32.ebuild
@ 2010-08-28  0:27 Jeroen Roovers (jer)
  0 siblings, 0 replies; 7+ messages in thread
From: Jeroen Roovers (jer) @ 2010-08-28  0:27 UTC (permalink / raw
  To: gentoo-commits

jer         10/08/28 00:27:01

  Modified:             ChangeLog
  Added:                ypbind-1.32.ebuild
  Log:
  Version bump.
  
  (Portage version: 2.2_rc69/cvs/Linux i686)

Revision  Changes    Path
1.58                 net-nds/ypbind/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-nds/ypbind/ChangeLog?rev=1.58&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-nds/ypbind/ChangeLog?rev=1.58&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-nds/ypbind/ChangeLog?r1=1.57&r2=1.58

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-nds/ypbind/ChangeLog,v
retrieving revision 1.57
retrieving revision 1.58
diff -u -r1.57 -r1.58
--- ChangeLog	28 Aug 2010 00:24:08 -0000	1.57
+++ ChangeLog	28 Aug 2010 00:27:01 -0000	1.58
@@ -1,6 +1,11 @@
 # ChangeLog for net-nds/ypbind
 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-nds/ypbind/ChangeLog,v 1.57 2010/08/28 00:24:08 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-nds/ypbind/ChangeLog,v 1.58 2010/08/28 00:27:01 jer Exp $
+
+*ypbind-1.32 (28 Aug 2010)
+
+  28 Aug 2010; Jeroen Roovers <jer@gentoo.org> +ypbind-1.32.ebuild:
+  Version bump.
 
   28 Aug 2010; Jeroen Roovers <jer@gentoo.org> ypbind-1.31.ebuild:
   Stable for HPPA (bug #320327).



1.1                  net-nds/ypbind/ypbind-1.32.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-nds/ypbind/ypbind-1.32.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-nds/ypbind/ypbind-1.32.ebuild?rev=1.1&content-type=text/plain

Index: ypbind-1.32.ebuild
===================================================================
# Copyright 1999-2010 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.1 2010/08/28 00:27:01 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}/${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."
}






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

* [gentoo-commits] gentoo-x86 commit in net-nds/ypbind: ChangeLog ypbind-1.32.ebuild
@ 2011-03-23 20:27 Christoph Mende (angelos)
  0 siblings, 0 replies; 7+ messages in thread
From: Christoph Mende (angelos) @ 2011-03-23 20:27 UTC (permalink / raw
  To: gentoo-commits

angelos     11/03/23 20:27:19

  Modified:             ChangeLog ypbind-1.32.ebuild
  Log:
  Stable on amd64 wrt bug #360165
  
  (Portage version: 2.2.0_alpha28/cvs/Linux x86_64)

Revision  Changes    Path
1.60                 net-nds/ypbind/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-nds/ypbind/ChangeLog?rev=1.60&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-nds/ypbind/ChangeLog?rev=1.60&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-nds/ypbind/ChangeLog?r1=1.59&r2=1.60

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-nds/ypbind/ChangeLog,v
retrieving revision 1.59
retrieving revision 1.60
diff -u -r1.59 -r1.60
--- ChangeLog	30 Sep 2010 21:36:56 -0000	1.59
+++ ChangeLog	23 Mar 2011 20:27:19 -0000	1.60
@@ -1,6 +1,9 @@
 # ChangeLog for net-nds/ypbind
-# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-nds/ypbind/ChangeLog,v 1.59 2010/09/30 21:36:56 ranger Exp $
+# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/net-nds/ypbind/ChangeLog,v 1.60 2011/03/23 20:27:19 angelos Exp $
+
+  23 Mar 2011; Christoph Mende <angelos@gentoo.org> ypbind-1.32.ebuild:
+  Stable on amd64 wrt bug #360165
 
   30 Sep 2010; Brent Baude <ranger@gentoo.org> ypbind-1.31.ebuild:
   stable ppc64, bug 320327



1.2                  net-nds/ypbind/ypbind-1.32.ebuild

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

Index: ypbind-1.32.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-nds/ypbind/ypbind-1.32.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- ypbind-1.32.ebuild	28 Aug 2010 00:27:01 -0000	1.1
+++ ypbind-1.32.ebuild	23 Mar 2011 20:27:19 -0000	1.2
@@ -1,6 +1,6 @@
-# Copyright 1999-2010 Gentoo Foundation
+# 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.1 2010/08/28 00:27:01 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-nds/ypbind/ypbind-1.32.ebuild,v 1.2 2011/03/23 20:27:19 angelos Exp $
 
 EAPI="2"
 
@@ -15,7 +15,7 @@
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86"
+KEYWORDS="~alpha amd64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86"
 IUSE="nls slp"
 
 RDEPEND="slp? ( net-libs/openslp )






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

* [gentoo-commits] gentoo-x86 commit in net-nds/ypbind: ChangeLog ypbind-1.32.ebuild
@ 2011-03-27 16:27 Tobias Klausmann (klausman)
  0 siblings, 0 replies; 7+ messages in thread
From: Tobias Klausmann (klausman) @ 2011-03-27 16:27 UTC (permalink / raw
  To: gentoo-commits

klausman    11/03/27 16:27:35

  Modified:             ChangeLog ypbind-1.32.ebuild
  Log:
  Stable on alpha, bug #360165
  
  (Portage version: 2.1.9.44/cvs/Linux x86_64)

Revision  Changes    Path
1.62                 net-nds/ypbind/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-nds/ypbind/ChangeLog?rev=1.62&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-nds/ypbind/ChangeLog?rev=1.62&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-nds/ypbind/ChangeLog?r1=1.61&r2=1.62

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-nds/ypbind/ChangeLog,v
retrieving revision 1.61
retrieving revision 1.62
diff -u -r1.61 -r1.62
--- ChangeLog	24 Mar 2011 19:29:17 -0000	1.61
+++ ChangeLog	27 Mar 2011 16:27:35 -0000	1.62
@@ -1,6 +1,9 @@
 # ChangeLog for net-nds/ypbind
 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-nds/ypbind/ChangeLog,v 1.61 2011/03/24 19:29:17 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-nds/ypbind/ChangeLog,v 1.62 2011/03/27 16:27:35 klausman Exp $
+
+  27 Mar 2011; Tobias Klausmann <klausman@gentoo.org> ypbind-1.32.ebuild:
+  Stable on alpha, bug #360165
 
 *ypbind-1.32-r1 (24 Mar 2011)
 



1.3                  net-nds/ypbind/ypbind-1.32.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-nds/ypbind/ypbind-1.32.ebuild?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-nds/ypbind/ypbind-1.32.ebuild?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-nds/ypbind/ypbind-1.32.ebuild?r1=1.2&r2=1.3

Index: ypbind-1.32.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-nds/ypbind/ypbind-1.32.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- ypbind-1.32.ebuild	23 Mar 2011 20:27:19 -0000	1.2
+++ ypbind-1.32.ebuild	27 Mar 2011 16:27:35 -0000	1.3
@@ -1,6 +1,6 @@
 # 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.2 2011/03/23 20:27:19 angelos Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-nds/ypbind/ypbind-1.32.ebuild,v 1.3 2011/03/27 16:27:35 klausman Exp $
 
 EAPI="2"
 
@@ -15,7 +15,7 @@
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86"
+KEYWORDS="alpha amd64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86"
 IUSE="nls slp"
 
 RDEPEND="slp? ( net-libs/openslp )






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

* [gentoo-commits] gentoo-x86 commit in net-nds/ypbind: ChangeLog ypbind-1.32.ebuild
@ 2011-03-28 13:25 PaweA Hajdan (phajdan.jr)
  0 siblings, 0 replies; 7+ messages in thread
From: PaweA Hajdan (phajdan.jr) @ 2011-03-28 13:25 UTC (permalink / raw
  To: gentoo-commits

phajdan.jr    11/03/28 13:25:43

  Modified:             ChangeLog ypbind-1.32.ebuild
  Log:
  x86 stable wrt bug #360165
  
  (Portage version: 2.1.9.42/cvs/Linux i686)

Revision  Changes    Path
1.63                 net-nds/ypbind/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-nds/ypbind/ChangeLog?rev=1.63&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-nds/ypbind/ChangeLog?rev=1.63&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-nds/ypbind/ChangeLog?r1=1.62&r2=1.63

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-nds/ypbind/ChangeLog,v
retrieving revision 1.62
retrieving revision 1.63
diff -u -r1.62 -r1.63
--- ChangeLog	27 Mar 2011 16:27:35 -0000	1.62
+++ ChangeLog	28 Mar 2011 13:25:43 -0000	1.63
@@ -1,6 +1,9 @@
 # ChangeLog for net-nds/ypbind
 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-nds/ypbind/ChangeLog,v 1.62 2011/03/27 16:27:35 klausman Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-nds/ypbind/ChangeLog,v 1.63 2011/03/28 13:25:43 phajdan.jr Exp $
+
+  28 Mar 2011; Pawel Hajdan jr <phajdan.jr@gentoo.org> ypbind-1.32.ebuild:
+  x86 stable wrt bug #360165
 
   27 Mar 2011; Tobias Klausmann <klausman@gentoo.org> ypbind-1.32.ebuild:
   Stable on alpha, bug #360165



1.4                  net-nds/ypbind/ypbind-1.32.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-nds/ypbind/ypbind-1.32.ebuild?rev=1.4&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-nds/ypbind/ypbind-1.32.ebuild?rev=1.4&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-nds/ypbind/ypbind-1.32.ebuild?r1=1.3&r2=1.4

Index: ypbind-1.32.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-nds/ypbind/ypbind-1.32.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- ypbind-1.32.ebuild	27 Mar 2011 16:27:35 -0000	1.3
+++ ypbind-1.32.ebuild	28 Mar 2011 13:25:43 -0000	1.4
@@ -1,6 +1,6 @@
 # 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.3 2011/03/27 16:27:35 klausman Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-nds/ypbind/ypbind-1.32.ebuild,v 1.4 2011/03/28 13:25:43 phajdan.jr Exp $
 
 EAPI="2"
 
@@ -15,7 +15,7 @@
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="alpha amd64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86"
+KEYWORDS="alpha amd64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc x86"
 IUSE="nls slp"
 
 RDEPEND="slp? ( net-libs/openslp )






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

* [gentoo-commits] gentoo-x86 commit in net-nds/ypbind: ChangeLog ypbind-1.32.ebuild
@ 2011-03-30 16:33 Jeroen Roovers (jer)
  0 siblings, 0 replies; 7+ messages in thread
From: Jeroen Roovers (jer) @ 2011-03-30 16:33 UTC (permalink / raw
  To: gentoo-commits

jer         11/03/30 16:33:40

  Modified:             ChangeLog ypbind-1.32.ebuild
  Log:
  Stable for HPPA (bug #360165).
  
  (Portage version: 2.2.0_alpha29/cvs/Linux i686)

Revision  Changes    Path
1.64                 net-nds/ypbind/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-nds/ypbind/ChangeLog?rev=1.64&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-nds/ypbind/ChangeLog?rev=1.64&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-nds/ypbind/ChangeLog?r1=1.63&r2=1.64

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-nds/ypbind/ChangeLog,v
retrieving revision 1.63
retrieving revision 1.64
diff -u -r1.63 -r1.64
--- ChangeLog	28 Mar 2011 13:25:43 -0000	1.63
+++ ChangeLog	30 Mar 2011 16:33:40 -0000	1.64
@@ -1,6 +1,9 @@
 # ChangeLog for net-nds/ypbind
 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-nds/ypbind/ChangeLog,v 1.63 2011/03/28 13:25:43 phajdan.jr Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-nds/ypbind/ChangeLog,v 1.64 2011/03/30 16:33:40 jer Exp $
+
+  30 Mar 2011; Jeroen Roovers <jer@gentoo.org> ypbind-1.32.ebuild:
+  Stable for HPPA (bug #360165).
 
   28 Mar 2011; Pawel Hajdan jr <phajdan.jr@gentoo.org> ypbind-1.32.ebuild:
   x86 stable wrt bug #360165



1.5                  net-nds/ypbind/ypbind-1.32.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-nds/ypbind/ypbind-1.32.ebuild?rev=1.5&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-nds/ypbind/ypbind-1.32.ebuild?rev=1.5&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-nds/ypbind/ypbind-1.32.ebuild?r1=1.4&r2=1.5

Index: ypbind-1.32.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-nds/ypbind/ypbind-1.32.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- ypbind-1.32.ebuild	28 Mar 2011 13:25:43 -0000	1.4
+++ ypbind-1.32.ebuild	30 Mar 2011 16:33:40 -0000	1.5
@@ -1,6 +1,6 @@
 # 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.4 2011/03/28 13:25:43 phajdan.jr Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-nds/ypbind/ypbind-1.32.ebuild,v 1.5 2011/03/30 16:33:40 jer Exp $
 
 EAPI="2"
 
@@ -15,7 +15,7 @@
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="alpha amd64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc x86"
+KEYWORDS="alpha amd64 hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc x86"
 IUSE="nls slp"
 
 RDEPEND="slp? ( net-libs/openslp )






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

* [gentoo-commits] gentoo-x86 commit in net-nds/ypbind: ChangeLog ypbind-1.32.ebuild
@ 2011-04-16 17:07 Raul Porcel (armin76)
  0 siblings, 0 replies; 7+ messages in thread
From: Raul Porcel (armin76) @ 2011-04-16 17:07 UTC (permalink / raw
  To: gentoo-commits

armin76     11/04/16 17:07:44

  Modified:             ChangeLog ypbind-1.32.ebuild
  Log:
  ia64/sparc stable wrt #360165
  
  (Portage version: 2.1.9.45/cvs/Linux ia64)

Revision  Changes    Path
1.65                 net-nds/ypbind/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-nds/ypbind/ChangeLog?rev=1.65&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-nds/ypbind/ChangeLog?rev=1.65&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-nds/ypbind/ChangeLog?r1=1.64&r2=1.65

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-nds/ypbind/ChangeLog,v
retrieving revision 1.64
retrieving revision 1.65
diff -u -r1.64 -r1.65
--- ChangeLog	30 Mar 2011 16:33:40 -0000	1.64
+++ ChangeLog	16 Apr 2011 17:07:44 -0000	1.65
@@ -1,6 +1,9 @@
 # ChangeLog for net-nds/ypbind
 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-nds/ypbind/ChangeLog,v 1.64 2011/03/30 16:33:40 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-nds/ypbind/ChangeLog,v 1.65 2011/04/16 17:07:44 armin76 Exp $
+
+  16 Apr 2011; Raúl Porcel <armin76@gentoo.org> ypbind-1.32.ebuild:
+  ia64/sparc stable wrt #360165
 
   30 Mar 2011; Jeroen Roovers <jer@gentoo.org> ypbind-1.32.ebuild:
   Stable for HPPA (bug #360165).



1.6                  net-nds/ypbind/ypbind-1.32.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-nds/ypbind/ypbind-1.32.ebuild?rev=1.6&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-nds/ypbind/ypbind-1.32.ebuild?rev=1.6&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-nds/ypbind/ypbind-1.32.ebuild?r1=1.5&r2=1.6

Index: ypbind-1.32.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-nds/ypbind/ypbind-1.32.ebuild,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- ypbind-1.32.ebuild	30 Mar 2011 16:33:40 -0000	1.5
+++ ypbind-1.32.ebuild	16 Apr 2011 17:07:44 -0000	1.6
@@ -1,6 +1,6 @@
 # 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.5 2011/03/30 16:33:40 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-nds/ypbind/ypbind-1.32.ebuild,v 1.6 2011/04/16 17:07:44 armin76 Exp $
 
 EAPI="2"
 
@@ -15,7 +15,7 @@
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="alpha amd64 hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc x86"
+KEYWORDS="alpha amd64 hppa ia64 ~mips ~ppc ~ppc64 sparc x86"
 IUSE="nls slp"
 
 RDEPEND="slp? ( net-libs/openslp )






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

* [gentoo-commits] gentoo-x86 commit in net-nds/ypbind: ChangeLog ypbind-1.32.ebuild
@ 2011-05-20 19:10 Kacper Kowalik (xarthisius)
  0 siblings, 0 replies; 7+ messages in thread
From: Kacper Kowalik (xarthisius) @ 2011-05-20 19:10 UTC (permalink / raw
  To: gentoo-commits

xarthisius    11/05/20 19:10:03

  Modified:             ChangeLog ypbind-1.32.ebuild
  Log:
  ppc/ppc64 stable wrt #360165
  
  (Portage version: 2.2.0_alpha34/cvs/Linux x86_64)

Revision  Changes    Path
1.66                 net-nds/ypbind/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-nds/ypbind/ChangeLog?rev=1.66&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-nds/ypbind/ChangeLog?rev=1.66&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-nds/ypbind/ChangeLog?r1=1.65&r2=1.66

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-nds/ypbind/ChangeLog,v
retrieving revision 1.65
retrieving revision 1.66
diff -u -r1.65 -r1.66
--- ChangeLog	16 Apr 2011 17:07:44 -0000	1.65
+++ ChangeLog	20 May 2011 19:10:03 -0000	1.66
@@ -1,6 +1,9 @@
 # ChangeLog for net-nds/ypbind
 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-nds/ypbind/ChangeLog,v 1.65 2011/04/16 17:07:44 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-nds/ypbind/ChangeLog,v 1.66 2011/05/20 19:10:03 xarthisius Exp $
+
+  20 May 2011; Kacper Kowalik <xarthisius@gentoo.org> ypbind-1.32.ebuild:
+  ppc/ppc64 stable wrt #360165
 
   16 Apr 2011; Raúl Porcel <armin76@gentoo.org> ypbind-1.32.ebuild:
   ia64/sparc stable wrt #360165



1.7                  net-nds/ypbind/ypbind-1.32.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-nds/ypbind/ypbind-1.32.ebuild?rev=1.7&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-nds/ypbind/ypbind-1.32.ebuild?rev=1.7&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-nds/ypbind/ypbind-1.32.ebuild?r1=1.6&r2=1.7

Index: ypbind-1.32.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-nds/ypbind/ypbind-1.32.ebuild,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- ypbind-1.32.ebuild	16 Apr 2011 17:07:44 -0000	1.6
+++ ypbind-1.32.ebuild	20 May 2011 19:10:03 -0000	1.7
@@ -1,6 +1,6 @@
 # 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.6 2011/04/16 17:07:44 armin76 Exp $
+# $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"
 
@@ -15,7 +15,7 @@
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="alpha amd64 hppa ia64 ~mips ~ppc ~ppc64 sparc x86"
+KEYWORDS="alpha amd64 hppa ia64 ~mips ppc ppc64 sparc x86"
 IUSE="nls slp"
 
 RDEPEND="slp? ( net-libs/openslp )






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

end of thread, other threads:[~2011-05-20 19:10 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-05-20 19:10 [gentoo-commits] gentoo-x86 commit in net-nds/ypbind: ChangeLog ypbind-1.32.ebuild Kacper Kowalik (xarthisius)
  -- strict thread matches above, loose matches on Subject: below --
2011-04-16 17:07 Raul Porcel (armin76)
2011-03-30 16:33 Jeroen Roovers (jer)
2011-03-28 13:25 PaweA Hajdan (phajdan.jr)
2011-03-27 16:27 Tobias Klausmann (klausman)
2011-03-23 20:27 Christoph Mende (angelos)
2010-08-28  0:27 Jeroen Roovers (jer)

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