public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in net-nds/rpcbind: ChangeLog rpcbind-0.2.0.ebuild
@ 2009-05-30 20:53 Mike Frysinger (vapier)
  0 siblings, 0 replies; 8+ messages in thread
From: Mike Frysinger (vapier) @ 2009-05-30 20:53 UTC (permalink / raw
  To: gentoo-commits

vapier      09/05/30 20:53:26

  Modified:             ChangeLog
  Added:                rpcbind-0.2.0.ebuild
  Log:
  Version bump.
  (Portage version: 2.2_rc33/cvs/Linux x86_64)

Revision  Changes    Path
1.5                  net-nds/rpcbind/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-nds/rpcbind/ChangeLog,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- ChangeLog	17 Jan 2009 17:37:19 -0000	1.4
+++ ChangeLog	30 May 2009 20:53:26 -0000	1.5
@@ -1,6 +1,11 @@
 # ChangeLog for net-nds/rpcbind
 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-nds/rpcbind/ChangeLog,v 1.4 2009/01/17 17:37:19 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-nds/rpcbind/ChangeLog,v 1.5 2009/05/30 20:53:26 vapier Exp $
+
+*rpcbind-0.2.0 (30 May 2009)
+
+  30 May 2009; Mike Frysinger <vapier@gentoo.org> +rpcbind-0.2.0.ebuild:
+  Version bump.
 
 *rpcbind-9999 (17 Jan 2009)
 



1.1                  net-nds/rpcbind/rpcbind-0.2.0.ebuild

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

Index: rpcbind-0.2.0.ebuild
===================================================================
# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/net-nds/rpcbind/rpcbind-0.2.0.ebuild,v 1.1 2009/05/30 20:53:26 vapier Exp $

if [[ ${PV} == "9999" ]] ; then
	EGIT_REPO_URI="git://git.infradead.org/~steved/rpcbind.git"
	inherit autotools git
	SRC_URI=""
	KEYWORDS=""
else
	SRC_URI="mirror://sourceforge/${PN}/${P}.tar.bz2"
	KEYWORDS="~amd64 ~x86"
fi

DESCRIPTION="portmap replacement which supports RPC over various protocols"
HOMEPAGE="http://sourceforge.net/projects/rpcbind/"

LICENSE="BSD sun-rpc"
SLOT="0"
IUSE=""

DEPEND="net-libs/libtirpc"

src_unpack() {
	if [[ ${PV} == "9999" ]] ; then
		git_src_unpack
		eautoreconf
	else
		unpack ${A}
		cd "${S}"
		# fix busted timestamps
		find . -type f -print0 | xargs -0 touch -r .
	fi
}

src_compile() {
	econf --bindir=/sbin || die
	emake || die
}

src_install() {
	emake DESTDIR="${D}" install || die
	doman man/rpc{bind,info}.8
	dodoc AUTHORS ChangeLog NEWS README
	newinitd "${FILESDIR}"/rpcbind.initd rpcbind || die
	newconfd "${FILESDIR}"/rpcbind.confd rpcbind || die
}






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

* [gentoo-commits] gentoo-x86 commit in net-nds/rpcbind: ChangeLog rpcbind-0.2.0.ebuild
@ 2011-03-13 12:38 Kacper Kowalik (xarthisius)
  0 siblings, 0 replies; 8+ messages in thread
From: Kacper Kowalik (xarthisius) @ 2011-03-13 12:38 UTC (permalink / raw
  To: gentoo-commits

xarthisius    11/03/13 12:38:53

  Modified:             ChangeLog rpcbind-0.2.0.ebuild
  Log:
  ppc/ppc64 stable wrt #317517
  
  (Portage version: 2.2.0_alpha26/cvs/Linux x86_64)

Revision  Changes    Path
1.8                  net-nds/rpcbind/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-nds/rpcbind/ChangeLog,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- ChangeLog	22 Nov 2009 17:50:34 -0000	1.7
+++ ChangeLog	13 Mar 2011 12:38:53 -0000	1.8
@@ -1,6 +1,9 @@
 # ChangeLog for net-nds/rpcbind
-# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-nds/rpcbind/ChangeLog,v 1.7 2009/11/22 17:50:34 vapier Exp $
+# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/net-nds/rpcbind/ChangeLog,v 1.8 2011/03/13 12:38:53 xarthisius Exp $
+
+  13 Mar 2011; Kacper Kowalik <xarthisius@gentoo.org> rpcbind-0.2.0.ebuild:
+  ppc/ppc64 stable wrt #317517
 
   22 Nov 2009; Mike Frysinger <vapier@gentoo.org> rpcbind-0.2.0.ebuild,
   rpcbind-9999.ebuild:



1.4                  net-nds/rpcbind/rpcbind-0.2.0.ebuild

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

Index: rpcbind-0.2.0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-nds/rpcbind/rpcbind-0.2.0.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- rpcbind-0.2.0.ebuild	22 Nov 2009 17:50:34 -0000	1.3
+++ rpcbind-0.2.0.ebuild	13 Mar 2011 12:38:53 -0000	1.4
@@ -1,6 +1,6 @@
-# Copyright 1999-2009 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/rpcbind/rpcbind-0.2.0.ebuild,v 1.3 2009/11/22 17:50:34 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-nds/rpcbind/rpcbind-0.2.0.ebuild,v 1.4 2011/03/13 12:38:53 xarthisius Exp $
 
 if [[ ${PV} == "9999" ]] ; then
 	EGIT_REPO_URI="git://git.infradead.org/~steved/rpcbind.git"
@@ -9,7 +9,7 @@
 	#KEYWORDS=""
 else
 	SRC_URI="mirror://sourceforge/${PN}/${P}.tar.bz2"
-	KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86"
+	KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ppc ppc64 ~s390 ~sh ~sparc ~x86"
 fi
 
 DESCRIPTION="portmap replacement which supports RPC over various protocols"






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

* [gentoo-commits] gentoo-x86 commit in net-nds/rpcbind: ChangeLog rpcbind-0.2.0.ebuild
@ 2011-03-14 19:07 Markos Chandras (hwoarang)
  0 siblings, 0 replies; 8+ messages in thread
From: Markos Chandras (hwoarang) @ 2011-03-14 19:07 UTC (permalink / raw
  To: gentoo-commits

hwoarang    11/03/14 19:07:47

  Modified:             ChangeLog rpcbind-0.2.0.ebuild
  Log:
  Stable on amd64 wrt bug #317517
  
  (Portage version: 2.1.9.42/cvs/Linux x86_64)

Revision  Changes    Path
1.9                  net-nds/rpcbind/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-nds/rpcbind/ChangeLog,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- ChangeLog	13 Mar 2011 12:38:53 -0000	1.8
+++ ChangeLog	14 Mar 2011 19:07:47 -0000	1.9
@@ -1,6 +1,9 @@
 # ChangeLog for net-nds/rpcbind
 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-nds/rpcbind/ChangeLog,v 1.8 2011/03/13 12:38:53 xarthisius Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-nds/rpcbind/ChangeLog,v 1.9 2011/03/14 19:07:47 hwoarang Exp $
+
+  14 Mar 2011; Markos Chandras <hwoarang@gentoo.org> rpcbind-0.2.0.ebuild:
+  Stable on amd64 wrt bug #317517
 
   13 Mar 2011; Kacper Kowalik <xarthisius@gentoo.org> rpcbind-0.2.0.ebuild:
   ppc/ppc64 stable wrt #317517



1.5                  net-nds/rpcbind/rpcbind-0.2.0.ebuild

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

Index: rpcbind-0.2.0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-nds/rpcbind/rpcbind-0.2.0.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- rpcbind-0.2.0.ebuild	13 Mar 2011 12:38:53 -0000	1.4
+++ rpcbind-0.2.0.ebuild	14 Mar 2011 19:07:47 -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/rpcbind/rpcbind-0.2.0.ebuild,v 1.4 2011/03/13 12:38:53 xarthisius Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-nds/rpcbind/rpcbind-0.2.0.ebuild,v 1.5 2011/03/14 19:07:47 hwoarang Exp $
 
 if [[ ${PV} == "9999" ]] ; then
 	EGIT_REPO_URI="git://git.infradead.org/~steved/rpcbind.git"
@@ -9,7 +9,7 @@
 	#KEYWORDS=""
 else
 	SRC_URI="mirror://sourceforge/${PN}/${P}.tar.bz2"
-	KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ppc ppc64 ~s390 ~sh ~sparc ~x86"
+	KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~mips ppc ppc64 ~s390 ~sh ~sparc ~x86"
 fi
 
 DESCRIPTION="portmap replacement which supports RPC over various protocols"






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

* [gentoo-commits] gentoo-x86 commit in net-nds/rpcbind: ChangeLog rpcbind-0.2.0.ebuild
@ 2011-03-18  8:47 Mike Frysinger (vapier)
  0 siblings, 0 replies; 8+ messages in thread
From: Mike Frysinger (vapier) @ 2011-03-18  8:47 UTC (permalink / raw
  To: gentoo-commits

vapier      11/03/18 08:47:07

  Modified:             ChangeLog rpcbind-0.2.0.ebuild
  Log:
  Mark alpha/arm/hppa/ia64/s390/sh stable #317517.
  
  (Portage version: 2.2.0_alpha26/cvs/Linux x86_64)

Revision  Changes    Path
1.10                 net-nds/rpcbind/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-nds/rpcbind/ChangeLog,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- ChangeLog	14 Mar 2011 19:07:47 -0000	1.9
+++ ChangeLog	18 Mar 2011 08:47:06 -0000	1.10
@@ -1,6 +1,9 @@
 # ChangeLog for net-nds/rpcbind
 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-nds/rpcbind/ChangeLog,v 1.9 2011/03/14 19:07:47 hwoarang Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-nds/rpcbind/ChangeLog,v 1.10 2011/03/18 08:47:06 vapier Exp $
+
+  18 Mar 2011; Mike Frysinger <vapier@gentoo.org> rpcbind-0.2.0.ebuild:
+  Mark alpha/arm/hppa/ia64/s390/sh stable #317517.
 
   14 Mar 2011; Markos Chandras <hwoarang@gentoo.org> rpcbind-0.2.0.ebuild:
   Stable on amd64 wrt bug #317517



1.6                  net-nds/rpcbind/rpcbind-0.2.0.ebuild

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

Index: rpcbind-0.2.0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-nds/rpcbind/rpcbind-0.2.0.ebuild,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- rpcbind-0.2.0.ebuild	14 Mar 2011 19:07:47 -0000	1.5
+++ rpcbind-0.2.0.ebuild	18 Mar 2011 08:47:06 -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/rpcbind/rpcbind-0.2.0.ebuild,v 1.5 2011/03/14 19:07:47 hwoarang Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-nds/rpcbind/rpcbind-0.2.0.ebuild,v 1.6 2011/03/18 08:47:06 vapier Exp $
 
 if [[ ${PV} == "9999" ]] ; then
 	EGIT_REPO_URI="git://git.infradead.org/~steved/rpcbind.git"
@@ -9,7 +9,7 @@
 	#KEYWORDS=""
 else
 	SRC_URI="mirror://sourceforge/${PN}/${P}.tar.bz2"
-	KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~mips ppc ppc64 ~s390 ~sh ~sparc ~x86"
+	KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 s390 sh ~sparc ~x86"
 fi
 
 DESCRIPTION="portmap replacement which supports RPC over various protocols"






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

* [gentoo-commits] gentoo-x86 commit in net-nds/rpcbind: ChangeLog rpcbind-0.2.0.ebuild
@ 2011-03-24 10:05 Thomas Kahle (tomka)
  0 siblings, 0 replies; 8+ messages in thread
From: Thomas Kahle (tomka) @ 2011-03-24 10:05 UTC (permalink / raw
  To: gentoo-commits

tomka       11/03/24 10:05:57

  Modified:             ChangeLog rpcbind-0.2.0.ebuild
  Log:
  x86 stable per bug 317517
  
  (Portage version: 2.1.9.44/cvs/Linux i686)

Revision  Changes    Path
1.11                 net-nds/rpcbind/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-nds/rpcbind/ChangeLog,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- ChangeLog	18 Mar 2011 08:47:06 -0000	1.10
+++ ChangeLog	24 Mar 2011 10:05:57 -0000	1.11
@@ -1,6 +1,9 @@
 # ChangeLog for net-nds/rpcbind
 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-nds/rpcbind/ChangeLog,v 1.10 2011/03/18 08:47:06 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-nds/rpcbind/ChangeLog,v 1.11 2011/03/24 10:05:57 tomka Exp $
+
+  24 Mar 2011; Thomas Kahle <tomka@gentoo.org> rpcbind-0.2.0.ebuild:
+  x86 stable per bug 317517
 
   18 Mar 2011; Mike Frysinger <vapier@gentoo.org> rpcbind-0.2.0.ebuild:
   Mark alpha/arm/hppa/ia64/s390/sh stable #317517.



1.7                  net-nds/rpcbind/rpcbind-0.2.0.ebuild

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

Index: rpcbind-0.2.0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-nds/rpcbind/rpcbind-0.2.0.ebuild,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- rpcbind-0.2.0.ebuild	18 Mar 2011 08:47:06 -0000	1.6
+++ rpcbind-0.2.0.ebuild	24 Mar 2011 10:05:57 -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/rpcbind/rpcbind-0.2.0.ebuild,v 1.6 2011/03/18 08:47:06 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-nds/rpcbind/rpcbind-0.2.0.ebuild,v 1.7 2011/03/24 10:05:57 tomka Exp $
 
 if [[ ${PV} == "9999" ]] ; then
 	EGIT_REPO_URI="git://git.infradead.org/~steved/rpcbind.git"
@@ -9,7 +9,7 @@
 	#KEYWORDS=""
 else
 	SRC_URI="mirror://sourceforge/${PN}/${P}.tar.bz2"
-	KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 s390 sh ~sparc ~x86"
+	KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 s390 sh ~sparc x86"
 fi
 
 DESCRIPTION="portmap replacement which supports RPC over various protocols"






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

* [gentoo-commits] gentoo-x86 commit in net-nds/rpcbind: ChangeLog rpcbind-0.2.0.ebuild
@ 2011-04-24 17:50 Raul Porcel (armin76)
  0 siblings, 0 replies; 8+ messages in thread
From: Raul Porcel (armin76) @ 2011-04-24 17:50 UTC (permalink / raw
  To: gentoo-commits

armin76     11/04/24 17:50:23

  Modified:             ChangeLog rpcbind-0.2.0.ebuild
  Log:
  sparc stable wrt #358509
  
  (Portage version: 2.1.9.45/cvs/Linux ia64)

Revision  Changes    Path
1.12                 net-nds/rpcbind/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-nds/rpcbind/ChangeLog,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- ChangeLog	24 Mar 2011 10:05:57 -0000	1.11
+++ ChangeLog	24 Apr 2011 17:50:22 -0000	1.12
@@ -1,6 +1,9 @@
 # ChangeLog for net-nds/rpcbind
 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-nds/rpcbind/ChangeLog,v 1.11 2011/03/24 10:05:57 tomka Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-nds/rpcbind/ChangeLog,v 1.12 2011/04/24 17:50:22 armin76 Exp $
+
+  24 Apr 2011; Raúl Porcel <armin76@gentoo.org> rpcbind-0.2.0.ebuild:
+  sparc stable wrt #358509
 
   24 Mar 2011; Thomas Kahle <tomka@gentoo.org> rpcbind-0.2.0.ebuild:
   x86 stable per bug 317517



1.8                  net-nds/rpcbind/rpcbind-0.2.0.ebuild

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

Index: rpcbind-0.2.0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-nds/rpcbind/rpcbind-0.2.0.ebuild,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- rpcbind-0.2.0.ebuild	24 Mar 2011 10:05:57 -0000	1.7
+++ rpcbind-0.2.0.ebuild	24 Apr 2011 17:50:22 -0000	1.8
@@ -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/rpcbind/rpcbind-0.2.0.ebuild,v 1.7 2011/03/24 10:05:57 tomka Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-nds/rpcbind/rpcbind-0.2.0.ebuild,v 1.8 2011/04/24 17:50:22 armin76 Exp $
 
 if [[ ${PV} == "9999" ]] ; then
 	EGIT_REPO_URI="git://git.infradead.org/~steved/rpcbind.git"
@@ -9,7 +9,7 @@
 	#KEYWORDS=""
 else
 	SRC_URI="mirror://sourceforge/${PN}/${P}.tar.bz2"
-	KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 s390 sh ~sparc x86"
+	KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 s390 sh sparc x86"
 fi
 
 DESCRIPTION="portmap replacement which supports RPC over various protocols"






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

* [gentoo-commits] gentoo-x86 commit in net-nds/rpcbind: ChangeLog rpcbind-0.2.0.ebuild
@ 2011-09-02 20:10 Mike Frysinger (vapier)
  0 siblings, 0 replies; 8+ messages in thread
From: Mike Frysinger (vapier) @ 2011-09-02 20:10 UTC (permalink / raw
  To: gentoo-commits

vapier      11/09/02 20:10:56

  Modified:             ChangeLog rpcbind-0.2.0.ebuild
  Log:
  Oops, lost some KEYWORDS there ... back to stable.
  
  (Portage version: 2.2.0_alpha51/cvs/Linux x86_64)

Revision  Changes    Path
1.15                 net-nds/rpcbind/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-nds/rpcbind/ChangeLog,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -r1.14 -r1.15
--- ChangeLog	2 Sep 2011 20:08:25 -0000	1.14
+++ ChangeLog	2 Sep 2011 20:10:55 -0000	1.15
@@ -1,6 +1,9 @@
 # ChangeLog for net-nds/rpcbind
 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-nds/rpcbind/ChangeLog,v 1.14 2011/09/02 20:08:25 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-nds/rpcbind/ChangeLog,v 1.15 2011/09/02 20:10:55 vapier Exp $
+
+  02 Sep 2011; Mike Frysinger <vapier@gentoo.org> rpcbind-0.2.0.ebuild:
+  Oops, lost some KEYWORDS there ... back to stable.
 
   02 Sep 2011; Mike Frysinger <vapier@gentoo.org> rpcbind-0.2.0.ebuild,
   +files/rpcbind-0.2.0-pkgconfig.patch, rpcbind-9999.ebuild:



1.11                 net-nds/rpcbind/rpcbind-0.2.0.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-nds/rpcbind/rpcbind-0.2.0.ebuild?rev=1.11&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-nds/rpcbind/rpcbind-0.2.0.ebuild?rev=1.11&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-nds/rpcbind/rpcbind-0.2.0.ebuild?r1=1.10&r2=1.11

Index: rpcbind-0.2.0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-nds/rpcbind/rpcbind-0.2.0.ebuild,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- rpcbind-0.2.0.ebuild	2 Sep 2011 20:08:25 -0000	1.10
+++ rpcbind-0.2.0.ebuild	2 Sep 2011 20:10:55 -0000	1.11
@@ -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/rpcbind/rpcbind-0.2.0.ebuild,v 1.10 2011/09/02 20:08:25 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-nds/rpcbind/rpcbind-0.2.0.ebuild,v 1.11 2011/09/02 20:10:55 vapier Exp $
 
 EAPI="2"
 
@@ -12,7 +12,7 @@
 	#KEYWORDS=""
 else
 	SRC_URI="mirror://sourceforge/${PN}/${P}.tar.bz2"
-	KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86"
+	KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 s390 sh sparc x86"
 fi
 
 DESCRIPTION="portmap replacement which supports RPC over various protocols"






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

* [gentoo-commits] gentoo-x86 commit in net-nds/rpcbind: ChangeLog rpcbind-0.2.0.ebuild
@ 2011-12-28 15:56 Sven Vermeulen (swift)
  0 siblings, 0 replies; 8+ messages in thread
From: Sven Vermeulen (swift) @ 2011-12-28 15:56 UTC (permalink / raw
  To: gentoo-commits

swift       11/12/28 15:56:31

  Modified:             ChangeLog rpcbind-0.2.0.ebuild
  Log:
  Adding USE=selinux triggered dependency on selinux-rpcbind
  
  (Portage version: 2.1.10.41/cvs/Linux x86_64)

Revision  Changes    Path
1.17                 net-nds/rpcbind/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-nds/rpcbind/ChangeLog,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -r1.16 -r1.17
--- ChangeLog	21 Sep 2011 08:18:29 -0000	1.16
+++ ChangeLog	28 Dec 2011 15:56:31 -0000	1.17
@@ -1,6 +1,9 @@
 # ChangeLog for net-nds/rpcbind
 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-nds/rpcbind/ChangeLog,v 1.16 2011/09/21 08:18:29 mgorny Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-nds/rpcbind/ChangeLog,v 1.17 2011/12/28 15:56:31 swift Exp $
+
+  28 Dec 2011; <swift@gentoo.org> rpcbind-0.2.0.ebuild:
+  Add selinux dependency for selinux-rpcbind
 
   21 Sep 2011; Michał Górny <mgorny@gentoo.org> rpcbind-9999.ebuild:
   Migrate to git-2.



1.12                 net-nds/rpcbind/rpcbind-0.2.0.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-nds/rpcbind/rpcbind-0.2.0.ebuild?rev=1.12&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-nds/rpcbind/rpcbind-0.2.0.ebuild?rev=1.12&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-nds/rpcbind/rpcbind-0.2.0.ebuild?r1=1.11&r2=1.12

Index: rpcbind-0.2.0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-nds/rpcbind/rpcbind-0.2.0.ebuild,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- rpcbind-0.2.0.ebuild	2 Sep 2011 20:10:55 -0000	1.11
+++ rpcbind-0.2.0.ebuild	28 Dec 2011 15:56:31 -0000	1.12
@@ -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/rpcbind/rpcbind-0.2.0.ebuild,v 1.11 2011/09/02 20:10:55 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-nds/rpcbind/rpcbind-0.2.0.ebuild,v 1.12 2011/12/28 15:56:31 swift Exp $
 
 EAPI="2"
 
@@ -20,9 +20,10 @@
 
 LICENSE="BSD"
 SLOT="0"
-IUSE=""
+IUSE="selinux"
 
-RDEPEND="net-libs/libtirpc"
+RDEPEND="net-libs/libtirpc
+	selinux? ( sec-policy/selinux-rpcbind )"
 DEPEND="${RDEPEND}
 	dev-util/pkgconfig"
 






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

end of thread, other threads:[~2011-12-28 15:56 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-03-18  8:47 [gentoo-commits] gentoo-x86 commit in net-nds/rpcbind: ChangeLog rpcbind-0.2.0.ebuild Mike Frysinger (vapier)
  -- strict thread matches above, loose matches on Subject: below --
2011-12-28 15:56 Sven Vermeulen (swift)
2011-09-02 20:10 Mike Frysinger (vapier)
2011-04-24 17:50 Raul Porcel (armin76)
2011-03-24 10:05 Thomas Kahle (tomka)
2011-03-14 19:07 Markos Chandras (hwoarang)
2011-03-13 12:38 Kacper Kowalik (xarthisius)
2009-05-30 20:53 Mike Frysinger (vapier)

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