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-r1.ebuild
@ 2008-11-20 21:20 Jeroen Roovers (jer)
  0 siblings, 0 replies; 3+ messages in thread
From: Jeroen Roovers (jer) @ 2008-11-20 21:20 UTC (permalink / raw
  To: gentoo-commits

jer         08/11/20 21:20:36

  Modified:             ChangeLog ypbind-1.19.1-r1.ebuild
  Log:
  Fix quoting (bug #247610).
  (Portage version: 2.2_rc14/cvs/Linux 2.6.25-gentoo-r7-JeR i686)

Revision  Changes    Path
1.44                 net-nds/ypbind/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-nds/ypbind/ChangeLog,v
retrieving revision 1.43
retrieving revision 1.44
diff -u -r1.43 -r1.44
--- ChangeLog	2 Nov 2008 13:02:14 -0000	1.43
+++ ChangeLog	20 Nov 2008 21:20:36 -0000	1.44
@@ -1,6 +1,9 @@
 # ChangeLog for net-nds/ypbind
 # Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-nds/ypbind/ChangeLog,v 1.43 2008/11/02 13:02:14 jmbsvicetto Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-nds/ypbind/ChangeLog,v 1.44 2008/11/20 21:20:36 jer Exp $
+
+  20 Nov 2008; Jeroen Roovers <jer@gentoo.org> ypbind-1.19.1-r1.ebuild:
+  Fix quoting (bug #247610).
 
   02 Nov 2008; Jorge Manuel B. S. Vicetto <jmbsvicetto@gentoo.org>
   metadata.xml:



1.5                  net-nds/ypbind/ypbind-1.19.1-r1.ebuild

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

Index: ypbind-1.19.1-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-nds/ypbind/ypbind-1.19.1-r1.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- ypbind-1.19.1-r1.ebuild	2 Nov 2008 12:16:21 -0000	1.4
+++ ypbind-1.19.1-r1.ebuild	20 Nov 2008 21:20:36 -0000	1.5
@@ -1,6 +1,6 @@
 # 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-r1.ebuild,v 1.4 2008/11/02 12:16:21 jmbsvicetto Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-nds/ypbind/ypbind-1.19.1-r1.ebuild,v 1.5 2008/11/20 21:20:36 jer Exp $
 
 MY_P=${PN}-mt-${PV}
 S="${WORKDIR}/${MY_P}"
@@ -33,8 +33,8 @@
 	insinto /etc
 	newins etc/yp.conf yp.conf.example
 
-	newconfd "${FILESDIR}/ypbind.confd-r1 ypbind"
-	newinitd "${FILESDIR}/ypbind.initd ypbind"
+	newconfd "${FILESDIR}/ypbind.confd-r1" ypbind
+	newinitd "${FILESDIR}/ypbind.initd" ypbind
 }
 
 pkg_postinst() {






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

* [gentoo-commits] gentoo-x86 commit in net-nds/ypbind: ChangeLog ypbind-1.19.1-r1.ebuild
@ 2009-06-04  5:58 Mike Frysinger (vapier)
  0 siblings, 0 replies; 3+ messages in thread
From: Mike Frysinger (vapier) @ 2009-06-04  5:58 UTC (permalink / raw
  To: gentoo-commits

vapier      09/06/04 05:58:07

  Modified:             ChangeLog ypbind-1.19.1-r1.ebuild
  Log:
  Allow portmap or rpcbind #272363 by peteru.
  (Portage version: 2.2_rc33/cvs/Linux x86_64)

Revision  Changes    Path
1.47                 net-nds/ypbind/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-nds/ypbind/ChangeLog,v
retrieving revision 1.46
retrieving revision 1.47
diff -u -r1.46 -r1.47
--- ChangeLog	24 Feb 2009 17:25:01 -0000	1.46
+++ ChangeLog	4 Jun 2009 05:58:07 -0000	1.47
@@ -1,6 +1,9 @@
 # ChangeLog for net-nds/ypbind
-# Copyright 2002-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-nds/ypbind/ChangeLog,v 1.46 2009/02/24 17:25:01 drizzt Exp $
+# 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 $
+
+  04 Jun 2009; Mike Frysinger <vapier@gentoo.org> ypbind-1.19.1-r1.ebuild:
+  Allow portmap or rpcbind #272363 by peteru.
 
   24 Feb 2009; Timothy Redaelli <drizzt@gentoo.org> files/ypbind.initd:
   Remove bashism in init.d file



1.6                  net-nds/ypbind/ypbind-1.19.1-r1.ebuild

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

Index: ypbind-1.19.1-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-nds/ypbind/ypbind-1.19.1-r1.ebuild,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- ypbind-1.19.1-r1.ebuild	20 Nov 2008 21:20:36 -0000	1.5
+++ ypbind-1.19.1-r1.ebuild	4 Jun 2009 05:58:07 -0000	1.6
@@ -1,6 +1,6 @@
-# Copyright 1999-2008 Gentoo Foundation
+# 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-r1.ebuild,v 1.5 2008/11/20 21:20:36 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-nds/ypbind/ypbind-1.19.1-r1.ebuild,v 1.6 2009/06/04 05:58:07 vapier Exp $
 
 MY_P=${PN}-mt-${PV}
 S="${WORKDIR}/${MY_P}"
@@ -16,7 +16,7 @@
 
 RDEPEND="slp? ( net-libs/openslp )
 	net-nds/yp-tools
-	net-nds/portmap"
+	|| ( net-nds/portmap net-nds/rpcbind )"
 DEPEND="${RDEPEND}
 	nls? ( sys-devel/gettext )"
 






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

* [gentoo-commits] gentoo-x86 commit in net-nds/ypbind: ChangeLog ypbind-1.19.1-r1.ebuild
@ 2009-07-07  1:15 Jeroen Roovers (jer)
  0 siblings, 0 replies; 3+ messages in thread
From: Jeroen Roovers (jer) @ 2009-07-07  1:15 UTC (permalink / raw
  To: gentoo-commits

jer         09/07/07 01:15:53

  Modified:             ChangeLog ypbind-1.19.1-r1.ebuild
  Log:
  Stable for HPPA too.
  (Portage version: 2.2_rc33/cvs/Linux i686)

Revision  Changes    Path
1.49                 net-nds/ypbind/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-nds/ypbind/ChangeLog,v
retrieving revision 1.48
retrieving revision 1.49
diff -u -r1.48 -r1.49
--- ChangeLog	7 Jul 2009 01:15:12 -0000	1.48
+++ ChangeLog	7 Jul 2009 01:15:53 -0000	1.49
@@ -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.48 2009/07/07 01:15:12 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-nds/ypbind/ChangeLog,v 1.49 2009/07/07 01:15:53 jer Exp $
+
+  07 Jul 2009; Jeroen Roovers <jer@gentoo.org> ypbind-1.19.1-r1.ebuild:
+  Stable for HPPA too.
 
 *ypbind-1.19.1-r2 (07 Jul 2009)
 



1.7                  net-nds/ypbind/ypbind-1.19.1-r1.ebuild

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

Index: ypbind-1.19.1-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-nds/ypbind/ypbind-1.19.1-r1.ebuild,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- ypbind-1.19.1-r1.ebuild	4 Jun 2009 05:58:07 -0000	1.6
+++ ypbind-1.19.1-r1.ebuild	7 Jul 2009 01:15:53 -0000	1.7
@@ -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-r1.ebuild,v 1.6 2009/06/04 05:58:07 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-nds/ypbind/ypbind-1.19.1-r1.ebuild,v 1.7 2009/07/07 01:15:53 jer Exp $
 
 MY_P=${PN}-mt-${PV}
 S="${WORKDIR}/${MY_P}"
@@ -11,7 +11,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] 3+ messages in thread

end of thread, other threads:[~2009-07-07  1:15 UTC | newest]

Thread overview: 3+ 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-r1.ebuild Jeroen Roovers (jer)
  -- strict thread matches above, loose matches on Subject: below --
2009-06-04  5:58 Mike Frysinger (vapier)
2008-11-20 21:20 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