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

vapier      09/05/30 21:46:22

  Modified:             ChangeLog rpcbind-9999.ebuild rpcbind-0.2.0.ebuild
  Log:
  Add keywords for all.
  (Portage version: 2.2_rc33/cvs/Linux x86_64)

Revision  Changes    Path
1.6                  net-nds/rpcbind/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-nds/rpcbind/ChangeLog,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- ChangeLog	30 May 2009 20:53:26 -0000	1.5
+++ ChangeLog	30 May 2009 21:46:22 -0000	1.6
@@ -1,6 +1,10 @@
 # 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.5 2009/05/30 20:53:26 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-nds/rpcbind/ChangeLog,v 1.6 2009/05/30 21:46:22 vapier Exp $
+
+  30 May 2009; Mike Frysinger <vapier@gentoo.org> rpcbind-0.2.0.ebuild,
+  rpcbind-9999.ebuild:
+  Add keywords for all.
 
 *rpcbind-0.2.0 (30 May 2009)
 



1.2                  net-nds/rpcbind/rpcbind-9999.ebuild

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

Index: rpcbind-9999.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-nds/rpcbind/rpcbind-9999.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- rpcbind-9999.ebuild	17 Jan 2009 17:37:19 -0000	1.1
+++ rpcbind-9999.ebuild	30 May 2009 21:46:22 -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/rpcbind/rpcbind-9999.ebuild,v 1.1 2009/01/17 17:37:19 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-nds/rpcbind/rpcbind-9999.ebuild,v 1.2 2009/05/30 21:46:22 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="~amd64 ~x86"
+	KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86"
 fi
 
 DESCRIPTION="portmap replacement which supports RPC over various protocols"
@@ -20,6 +20,7 @@
 IUSE=""
 
 DEPEND="net-libs/libtirpc"
+RDEPEND=${DEPEND}
 
 src_unpack() {
 	if [[ ${PV} == "9999" ]] ; then



1.2                  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.2&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-nds/rpcbind/rpcbind-0.2.0.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-nds/rpcbind/rpcbind-0.2.0.ebuild?r1=1.1&r2=1.2

Index: rpcbind-0.2.0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-nds/rpcbind/rpcbind-0.2.0.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- rpcbind-0.2.0.ebuild	30 May 2009 20:53:26 -0000	1.1
+++ rpcbind-0.2.0.ebuild	30 May 2009 21:46:22 -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/rpcbind/rpcbind-0.2.0.ebuild,v 1.1 2009/05/30 20:53:26 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-nds/rpcbind/rpcbind-0.2.0.ebuild,v 1.2 2009/05/30 21:46:22 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="~amd64 ~x86"
+	KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86"
 fi
 
 DESCRIPTION="portmap replacement which supports RPC over various protocols"
@@ -20,6 +20,7 @@
 IUSE=""
 
 DEPEND="net-libs/libtirpc"
+RDEPEND=${DEPEND}
 
 src_unpack() {
 	if [[ ${PV} == "9999" ]] ; then






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

* [gentoo-commits] gentoo-x86 commit in net-nds/rpcbind: ChangeLog rpcbind-9999.ebuild rpcbind-0.2.0.ebuild
@ 2009-11-22 17:50 Mike Frysinger (vapier)
  0 siblings, 0 replies; 5+ messages in thread
From: Mike Frysinger (vapier) @ 2009-11-22 17:50 UTC (permalink / raw
  To: gentoo-commits

vapier      09/11/22 17:50:34

  Modified:             ChangeLog rpcbind-9999.ebuild rpcbind-0.2.0.ebuild
  Log:
  Update LICENSE field #271921 by Chí-Thanh Christopher Nguyễn.
  (Portage version: 2.2_rc51/cvs/Linux x86_64)

Revision  Changes    Path
1.7                  net-nds/rpcbind/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-nds/rpcbind/ChangeLog,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- ChangeLog	30 May 2009 21:46:22 -0000	1.6
+++ ChangeLog	22 Nov 2009 17:50:34 -0000	1.7
@@ -1,6 +1,10 @@
 # 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.6 2009/05/30 21:46:22 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-nds/rpcbind/ChangeLog,v 1.7 2009/11/22 17:50:34 vapier Exp $
+
+  22 Nov 2009; Mike Frysinger <vapier@gentoo.org> rpcbind-0.2.0.ebuild,
+  rpcbind-9999.ebuild:
+  Update LICENSE field #271921 by Chí-Thanh Christopher Nguyễn.
 
   30 May 2009; Mike Frysinger <vapier@gentoo.org> rpcbind-0.2.0.ebuild,
   rpcbind-9999.ebuild:



1.3                  net-nds/rpcbind/rpcbind-9999.ebuild

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

Index: rpcbind-9999.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-nds/rpcbind/rpcbind-9999.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- rpcbind-9999.ebuild	30 May 2009 21:46:22 -0000	1.2
+++ rpcbind-9999.ebuild	22 Nov 2009 17:50:34 -0000	1.3
@@ -1,12 +1,12 @@
 # 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-9999.ebuild,v 1.2 2009/05/30 21:46:22 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-nds/rpcbind/rpcbind-9999.ebuild,v 1.3 2009/11/22 17:50:34 vapier Exp $
 
 if [[ ${PV} == "9999" ]] ; then
 	EGIT_REPO_URI="git://git.infradead.org/~steved/rpcbind.git"
 	inherit autotools git
 	SRC_URI=""
-	KEYWORDS=""
+	#KEYWORDS=""
 else
 	SRC_URI="mirror://sourceforge/${PN}/${P}.tar.bz2"
 	KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86"
@@ -15,7 +15,7 @@
 DESCRIPTION="portmap replacement which supports RPC over various protocols"
 HOMEPAGE="http://sourceforge.net/projects/rpcbind/"
 
-LICENSE="BSD sun-rpc"
+LICENSE="BSD"
 SLOT="0"
 IUSE=""
 



1.3                  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.3&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-nds/rpcbind/rpcbind-0.2.0.ebuild?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-nds/rpcbind/rpcbind-0.2.0.ebuild?r1=1.2&r2=1.3

Index: rpcbind-0.2.0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-nds/rpcbind/rpcbind-0.2.0.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- rpcbind-0.2.0.ebuild	30 May 2009 21:46:22 -0000	1.2
+++ rpcbind-0.2.0.ebuild	22 Nov 2009 17:50:34 -0000	1.3
@@ -1,12 +1,12 @@
 # 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.2 2009/05/30 21:46:22 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-nds/rpcbind/rpcbind-0.2.0.ebuild,v 1.3 2009/11/22 17:50:34 vapier Exp $
 
 if [[ ${PV} == "9999" ]] ; then
 	EGIT_REPO_URI="git://git.infradead.org/~steved/rpcbind.git"
 	inherit autotools git
 	SRC_URI=""
-	KEYWORDS=""
+	#KEYWORDS=""
 else
 	SRC_URI="mirror://sourceforge/${PN}/${P}.tar.bz2"
 	KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86"
@@ -15,7 +15,7 @@
 DESCRIPTION="portmap replacement which supports RPC over various protocols"
 HOMEPAGE="http://sourceforge.net/projects/rpcbind/"
 
-LICENSE="BSD sun-rpc"
+LICENSE="BSD"
 SLOT="0"
 IUSE=""
 






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

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

vapier      11/09/02 20:02:53

  Modified:             ChangeLog rpcbind-9999.ebuild rpcbind-0.2.0.ebuild
  Log:
  Migrate to EAPI=2 for fun.
  
  (Portage version: 2.2.0_alpha51/cvs/Linux x86_64)

Revision  Changes    Path
1.13                 net-nds/rpcbind/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-nds/rpcbind/ChangeLog,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -r1.12 -r1.13
--- ChangeLog	24 Apr 2011 17:50:22 -0000	1.12
+++ ChangeLog	2 Sep 2011 20:02:53 -0000	1.13
@@ -1,6 +1,10 @@
 # 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.12 2011/04/24 17:50:22 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-nds/rpcbind/ChangeLog,v 1.13 2011/09/02 20:02:53 vapier Exp $
+
+  02 Sep 2011; Mike Frysinger <vapier@gentoo.org> rpcbind-0.2.0.ebuild,
+  rpcbind-9999.ebuild:
+  Migrate to EAPI=2 for fun.
 
   24 Apr 2011; Raúl Porcel <armin76@gentoo.org> rpcbind-0.2.0.ebuild:
   sparc stable wrt #358509



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

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

Index: rpcbind-9999.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-nds/rpcbind/rpcbind-9999.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- rpcbind-9999.ebuild	22 Nov 2009 17:50:34 -0000	1.3
+++ rpcbind-9999.ebuild	2 Sep 2011 20:02:53 -0000	1.4
@@ -1,6 +1,8 @@
-# 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-9999.ebuild,v 1.3 2009/11/22 17:50:34 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-nds/rpcbind/rpcbind-9999.ebuild,v 1.4 2011/09/02 20:02:53 vapier Exp $
+
+EAPI="2"
 
 if [[ ${PV} == "9999" ]] ; then
 	EGIT_REPO_URI="git://git.infradead.org/~steved/rpcbind.git"
@@ -22,21 +24,17 @@
 DEPEND="net-libs/libtirpc"
 RDEPEND=${DEPEND}
 
-src_unpack() {
+src_prepare() {
 	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_configure() {
+	econf --bindir=/sbin
 }
 
 src_install() {



1.9                  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.9&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-nds/rpcbind/rpcbind-0.2.0.ebuild?rev=1.9&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-nds/rpcbind/rpcbind-0.2.0.ebuild?r1=1.8&r2=1.9

Index: rpcbind-0.2.0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-nds/rpcbind/rpcbind-0.2.0.ebuild,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- rpcbind-0.2.0.ebuild	24 Apr 2011 17:50:22 -0000	1.8
+++ rpcbind-0.2.0.ebuild	2 Sep 2011 20:02:53 -0000	1.9
@@ -1,6 +1,8 @@
 # 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.8 2011/04/24 17:50:22 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-nds/rpcbind/rpcbind-0.2.0.ebuild,v 1.9 2011/09/02 20:02:53 vapier Exp $
+
+EAPI="2"
 
 if [[ ${PV} == "9999" ]] ; then
 	EGIT_REPO_URI="git://git.infradead.org/~steved/rpcbind.git"
@@ -9,7 +11,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"
@@ -22,21 +24,17 @@
 DEPEND="net-libs/libtirpc"
 RDEPEND=${DEPEND}
 
-src_unpack() {
+src_prepare() {
 	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_configure() {
+	econf --bindir=/sbin
 }
 
 src_install() {






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

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

vapier      11/09/02 20:08:26

  Modified:             ChangeLog rpcbind-9999.ebuild rpcbind-0.2.0.ebuild
  Log:
  Add pkg-config patch from upstream.
  
  (Portage version: 2.2.0_alpha51/cvs/Linux x86_64)

Revision  Changes    Path
1.14                 net-nds/rpcbind/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-nds/rpcbind/ChangeLog,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -r1.13 -r1.14
--- ChangeLog	2 Sep 2011 20:02:53 -0000	1.13
+++ ChangeLog	2 Sep 2011 20:08:25 -0000	1.14
@@ -1,6 +1,10 @@
 # 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.13 2011/09/02 20:02:53 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-nds/rpcbind/ChangeLog,v 1.14 2011/09/02 20:08:25 vapier Exp $
+
+  02 Sep 2011; Mike Frysinger <vapier@gentoo.org> rpcbind-0.2.0.ebuild,
+  +files/rpcbind-0.2.0-pkgconfig.patch, rpcbind-9999.ebuild:
+  Add pkg-config patch from upstream.
 
   02 Sep 2011; Mike Frysinger <vapier@gentoo.org> rpcbind-0.2.0.ebuild,
   rpcbind-9999.ebuild:



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

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

Index: rpcbind-9999.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-nds/rpcbind/rpcbind-9999.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- rpcbind-9999.ebuild	2 Sep 2011 20:02:53 -0000	1.4
+++ rpcbind-9999.ebuild	2 Sep 2011 20:08:25 -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-9999.ebuild,v 1.4 2011/09/02 20:02:53 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-nds/rpcbind/rpcbind-9999.ebuild,v 1.5 2011/09/02 20:08:25 vapier Exp $
 
 EAPI="2"
 
@@ -21,8 +21,9 @@
 SLOT="0"
 IUSE=""
 
-DEPEND="net-libs/libtirpc"
-RDEPEND=${DEPEND}
+RDEPEND="net-libs/libtirpc"
+DEPEND="${RDEPEND}
+	dev-util/pkgconfig"
 
 src_prepare() {
 	if [[ ${PV} == "9999" ]] ; then



1.10                 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.10&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-nds/rpcbind/rpcbind-0.2.0.ebuild?rev=1.10&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-nds/rpcbind/rpcbind-0.2.0.ebuild?r1=1.9&r2=1.10

Index: rpcbind-0.2.0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-nds/rpcbind/rpcbind-0.2.0.ebuild,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- rpcbind-0.2.0.ebuild	2 Sep 2011 20:02:53 -0000	1.9
+++ rpcbind-0.2.0.ebuild	2 Sep 2011 20:08:25 -0000	1.10
@@ -1,9 +1,10 @@
 # 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.9 2011/09/02 20:02:53 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-nds/rpcbind/rpcbind-0.2.0.ebuild,v 1.10 2011/09/02 20:08:25 vapier Exp $
 
 EAPI="2"
 
+inherit autotools
 if [[ ${PV} == "9999" ]] ; then
 	EGIT_REPO_URI="git://git.infradead.org/~steved/rpcbind.git"
 	inherit autotools git
@@ -21,15 +22,16 @@
 SLOT="0"
 IUSE=""
 
-DEPEND="net-libs/libtirpc"
-RDEPEND=${DEPEND}
+RDEPEND="net-libs/libtirpc"
+DEPEND="${RDEPEND}
+	dev-util/pkgconfig"
 
 src_prepare() {
 	if [[ ${PV} == "9999" ]] ; then
 		eautoreconf
 	else
-		# fix busted timestamps
-		find . -type f -print0 | xargs -0 touch -r .
+		epatch "${FILESDIR}"/${P}-pkgconfig.patch
+		eautoreconf
 	fi
 }
 






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

* [gentoo-commits] gentoo-x86 commit in net-nds/rpcbind: ChangeLog rpcbind-9999.ebuild rpcbind-0.2.0.ebuild
@ 2012-01-26  1:02 Mike Frysinger (vapier)
  0 siblings, 0 replies; 5+ messages in thread
From: Mike Frysinger (vapier) @ 2012-01-26  1:02 UTC (permalink / raw
  To: gentoo-commits

vapier      12/01/26 01:02:24

  Modified:             ChangeLog rpcbind-9999.ebuild rpcbind-0.2.0.ebuild
  Log:
  Add USE=tcpd support #400607 by Tor.
  
  (Portage version: 2.2.0_alpha84/cvs/Linux x86_64)

Revision  Changes    Path
1.18                 net-nds/rpcbind/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-nds/rpcbind/ChangeLog,v
retrieving revision 1.17
retrieving revision 1.18
diff -u -r1.17 -r1.18
--- ChangeLog	28 Dec 2011 15:56:31 -0000	1.17
+++ ChangeLog	26 Jan 2012 01:02:24 -0000	1.18
@@ -1,6 +1,10 @@
 # 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.17 2011/12/28 15:56:31 swift Exp $
+# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/net-nds/rpcbind/ChangeLog,v 1.18 2012/01/26 01:02:24 vapier Exp $
+
+  26 Jan 2012; Mike Frysinger <vapier@gentoo.org> rpcbind-0.2.0.ebuild,
+  rpcbind-9999.ebuild:
+  Add USE=tcpd support #400607 by Tor.
 
   28 Dec 2011; <swift@gentoo.org> rpcbind-0.2.0.ebuild:
   Add selinux dependency for selinux-rpcbind



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

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

Index: rpcbind-9999.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-nds/rpcbind/rpcbind-9999.ebuild,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- rpcbind-9999.ebuild	21 Sep 2011 08:18:29 -0000	1.6
+++ rpcbind-9999.ebuild	26 Jan 2012 01:02:24 -0000	1.7
@@ -1,6 +1,6 @@
-# Copyright 1999-2011 Gentoo Foundation
+# Copyright 1999-2012 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-nds/rpcbind/rpcbind-9999.ebuild,v 1.6 2011/09/21 08:18:29 mgorny Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-nds/rpcbind/rpcbind-9999.ebuild,v 1.7 2012/01/26 01:02:24 vapier Exp $
 
 EAPI="2"
 
@@ -19,9 +19,11 @@
 
 LICENSE="BSD"
 SLOT="0"
-IUSE=""
+IUSE="selinux tcpd"
 
-RDEPEND="net-libs/libtirpc"
+RDEPEND="net-libs/libtirpc
+	selinux? ( sec-policy/selinux-rpcbind )
+	tcpd? ( sys-apps/tcp-wrappers )"
 DEPEND="${RDEPEND}
 	dev-util/pkgconfig"
 
@@ -35,7 +37,9 @@
 }
 
 src_configure() {
-	econf --bindir=/sbin
+	econf \
+		--bindir=/sbin \
+		$(use_enable tcpd libwrap)
 }
 
 src_install() {



1.13                 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.13&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-nds/rpcbind/rpcbind-0.2.0.ebuild?rev=1.13&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-nds/rpcbind/rpcbind-0.2.0.ebuild?r1=1.12&r2=1.13

Index: rpcbind-0.2.0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-nds/rpcbind/rpcbind-0.2.0.ebuild,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -r1.12 -r1.13
--- rpcbind-0.2.0.ebuild	28 Dec 2011 15:56:31 -0000	1.12
+++ rpcbind-0.2.0.ebuild	26 Jan 2012 01:02:24 -0000	1.13
@@ -1,13 +1,14 @@
-# Copyright 1999-2011 Gentoo Foundation
+# Copyright 1999-2012 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.12 2011/12/28 15:56:31 swift Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-nds/rpcbind/rpcbind-0.2.0.ebuild,v 1.13 2012/01/26 01:02:24 vapier Exp $
 
 EAPI="2"
 
 inherit autotools
+
 if [[ ${PV} == "9999" ]] ; then
 	EGIT_REPO_URI="git://git.infradead.org/~steved/rpcbind.git"
-	inherit autotools git
+	inherit autotools git-2
 	SRC_URI=""
 	#KEYWORDS=""
 else
@@ -20,10 +21,11 @@
 
 LICENSE="BSD"
 SLOT="0"
-IUSE="selinux"
+IUSE="selinux tcpd"
 
 RDEPEND="net-libs/libtirpc
-	selinux? ( sec-policy/selinux-rpcbind )"
+	selinux? ( sec-policy/selinux-rpcbind )
+	tcpd? ( sys-apps/tcp-wrappers )"
 DEPEND="${RDEPEND}
 	dev-util/pkgconfig"
 
@@ -37,7 +39,9 @@
 }
 
 src_configure() {
-	econf --bindir=/sbin
+	econf \
+		--bindir=/sbin \
+		$(use_enable tcpd libwrap)
 }
 
 src_install() {






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

end of thread, other threads:[~2012-01-26  1:02 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-09-02 20:08 [gentoo-commits] gentoo-x86 commit in net-nds/rpcbind: ChangeLog rpcbind-9999.ebuild rpcbind-0.2.0.ebuild Mike Frysinger (vapier)
  -- strict thread matches above, loose matches on Subject: below --
2012-01-26  1:02 Mike Frysinger (vapier)
2011-09-02 20:02 Mike Frysinger (vapier)
2009-11-22 17:50 Mike Frysinger (vapier)
2009-05-30 21:46 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