radhermit    14/12/23 02:14:39

  Modified:             ChangeLog rpcbind-9999.ebuild
  Log:
  Sync changes to live ebuild.
  
  (Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key 
4AB3E85B4F064CA3)

Revision  Changes    Path
1.42                 net-nds/rpcbind/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-nds/rpcbind/ChangeLog,v
retrieving revision 1.41
retrieving revision 1.42
diff -u -r1.41 -r1.42
--- ChangeLog   23 Dec 2014 02:12:31 -0000      1.41
+++ ChangeLog   23 Dec 2014 02:14:39 -0000      1.42
@@ -1,6 +1,9 @@
 # ChangeLog for net-nds/rpcbind
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-nds/rpcbind/ChangeLog,v 1.41 2014/12/23 
02:12:31 radhermit Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-nds/rpcbind/ChangeLog,v 1.42 2014/12/23 
02:14:39 radhermit Exp $
+
+  23 Dec 2014; Tim Harder <radher...@gentoo.org> rpcbind-9999.ebuild:
+  Sync changes to live ebuild.
 
 *rpcbind-0.2.2-r1 (23 Dec 2014)
 



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

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

Index: rpcbind-9999.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-nds/rpcbind/rpcbind-9999.ebuild,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -r1.12 -r1.13
--- rpcbind-9999.ebuild 2 Nov 2014 09:27:00 -0000       1.12
+++ rpcbind-9999.ebuild 23 Dec 2014 02:14:39 -0000      1.13
@@ -1,8 +1,8 @@
 # Copyright 1999-2014 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.12 
2014/11/02 09:27:00 swift Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-nds/rpcbind/rpcbind-9999.ebuild,v 1.13 
2014/12/23 02:14:39 radhermit Exp $
 
-EAPI="4"
+EAPI="5"
 
 inherit eutils systemd
 
@@ -19,9 +19,10 @@
 
 LICENSE="BSD"
 SLOT="0"
-IUSE="debug selinux tcpd warmstarts"
+IUSE="debug selinux systemd tcpd warmstarts"
 
 CDEPEND=">=net-libs/libtirpc-0.2.3
+       systemd? ( sys-apps/systemd:= )
        tcpd? ( sys-apps/tcp-wrappers )"
 DEPEND="${CDEPEND}
        virtual/pkgconfig"
@@ -38,6 +39,7 @@
                --bindir="${EPREFIX}"/sbin \
                --with-statedir="${EPREFIX}"/run/${PN} \
                --with-rpcuser=root \
+               --with-systemdsystemunitdir=$(usex systemd 
"$(systemd_get_unitdir)" "no") \
                $(use_enable tcpd libwrap) \
                $(use_enable debug) \
                $(use_enable warmstarts)




Reply via email to