public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Mike Frysinger (vapier)" <vapier@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] gentoo-x86 commit in net-nds/rpcbind: ChangeLog rpcbind-9999.ebuild rpcbind-0.2.0.ebuild
Date: Thu, 26 Jan 2012 01:02:24 +0000 (UTC)	[thread overview]
Message-ID: <20120126010224.749192004B@flycatcher.gentoo.org> (raw)

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() {






             reply	other threads:[~2012-01-26  1:02 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-01-26  1:02 Mike Frysinger (vapier) [this message]
  -- strict thread matches above, loose matches on Subject: below --
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)
2011-09-02 20:02 Mike Frysinger (vapier)
2009-11-22 17:50 Mike Frysinger (vapier)
2009-05-30 21:46 Mike Frysinger (vapier)

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20120126010224.749192004B@flycatcher.gentoo.org \
    --to=vapier@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox