swift       14/11/02 10:18:14

  Modified:             nut-2.7.2-r2.ebuild nut-2.6.5-r1.ebuild ChangeLog
  Log:
  Remove sec-policy/selinux-* dependency from DEPEND but keep in RDEPEND (bug 
#527698)
  
  (Portage version: 2.2.8-r2/cvs/Linux x86_64, signed Manifest commit with key 
0x2EDD52403B68AF47)

Revision  Changes    Path
1.2                  sys-power/nut/nut-2.7.2-r2.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-power/nut/nut-2.7.2-r2.ebuild?rev=1.2&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-power/nut/nut-2.7.2-r2.ebuild?rev=1.2&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-power/nut/nut-2.7.2-r2.ebuild?r1=1.1&r2=1.2

Index: nut-2.7.2-r2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-power/nut/nut-2.7.2-r2.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- nut-2.7.2-r2.ebuild 8 Sep 2014 04:55:35 -0000       1.1
+++ nut-2.7.2-r2.ebuild 2 Nov 2014 10:18:14 -0000       1.2
@@ -1,6 +1,6 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-power/nut/nut-2.7.2-r2.ebuild,v 1.1 
2014/09/08 04:55:35 prometheanfire Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-power/nut/nut-2.7.2-r2.ebuild,v 1.2 
2014/11/02 10:18:14 swift Exp $
 
 EAPI=5
 inherit autotools bash-completion-r1 eutils fixheadtails multilib user systemd 
flag-o-matic toolchain-funcs
@@ -18,19 +18,21 @@
 KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~x86 ~x86-fbsd"
 
 IUSE="avahi cgi ipmi snmp +usb selinux ssl tcpd xml"
-RDEPEND="avahi? ( net-dns/avahi )
+CDEPEND="avahi? ( net-dns/avahi )
        cgi? ( >=media-libs/gd-2[png] )
        snmp? ( net-analyzer/net-snmp )
        usb? ( virtual/libusb:0 )
-       selinux? ( sec-policy/selinux-nut )
        ssl? ( >=dev-libs/openssl-1 )
        tcpd? ( sys-apps/tcp-wrappers )
        xml? ( >=net-libs/neon-0.25.0 )
        ipmi? ( sys-libs/freeipmi )
        virtual/udev"
-DEPEND="$RDEPEND
+DEPEND="$CDEPEND
        >=sys-apps/sed-4
        virtual/pkgconfig"
+RDEPEND="${CDEPEND}
+       selinux? ( sec-policy/selinux-nut )
+"
 
 S=${WORKDIR}/${MY_P}
 



1.7                  sys-power/nut/nut-2.6.5-r1.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-power/nut/nut-2.6.5-r1.ebuild?rev=1.7&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-power/nut/nut-2.6.5-r1.ebuild?rev=1.7&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-power/nut/nut-2.6.5-r1.ebuild?r1=1.6&r2=1.7

Index: nut-2.6.5-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-power/nut/nut-2.6.5-r1.ebuild,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- nut-2.6.5-r1.ebuild 29 Jun 2014 08:28:45 -0000      1.6
+++ nut-2.6.5-r1.ebuild 2 Nov 2014 10:18:14 -0000       1.7
@@ -1,6 +1,6 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-power/nut/nut-2.6.5-r1.ebuild,v 1.6 
2014/06/29 08:28:45 swift Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-power/nut/nut-2.6.5-r1.ebuild,v 1.7 
2014/11/02 10:18:14 swift Exp $
 
 EAPI=5
 inherit autotools bash-completion-r1 eutils fixheadtails multilib user systemd
@@ -18,19 +18,21 @@
 KEYWORDS="amd64 ~arm ppc ppc64 x86 ~x86-fbsd"
 IUSE="avahi cgi ipmi snmp usb selinux ssl tcpd xml"
 
-RDEPEND="avahi? ( net-dns/avahi )
+CDEPEND="avahi? ( net-dns/avahi )
        cgi? ( >=media-libs/gd-2[png] )
        snmp? ( net-analyzer/net-snmp )
        usb? ( virtual/libusb:0 )
-       selinux? ( sec-policy/selinux-nut )
        ssl? ( >=dev-libs/openssl-1 )
        tcpd? ( sys-apps/tcp-wrappers )
        xml? ( >=net-libs/neon-0.25.0 )
        ipmi? ( sys-libs/freeipmi )
        virtual/udev"
-DEPEND="$RDEPEND
+DEPEND="$CDEPEND
        >=sys-apps/sed-4
        virtual/pkgconfig"
+RDEPEND="${CDEPEND}
+       selinux? ( sec-policy/selinux-nut )
+"
 
 S=${WORKDIR}/${MY_P}
 



1.118                sys-power/nut/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-power/nut/ChangeLog?rev=1.118&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-power/nut/ChangeLog?rev=1.118&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-power/nut/ChangeLog?r1=1.117&r2=1.118

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-power/nut/ChangeLog,v
retrieving revision 1.117
retrieving revision 1.118
diff -u -r1.117 -r1.118
--- ChangeLog   8 Sep 2014 04:55:35 -0000       1.117
+++ ChangeLog   2 Nov 2014 10:18:14 -0000       1.118
@@ -1,6 +1,11 @@
 # ChangeLog for sys-power/nut
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-power/nut/ChangeLog,v 1.117 2014/09/08 
04:55:35 prometheanfire Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-power/nut/ChangeLog,v 1.118 2014/11/02 
10:18:14 swift Exp $
+
+  02 Nov 2014; Sven Vermeulen <[email protected]> nut-2.6.5-r1.ebuild,
+  nut-2.7.2-r2.ebuild:
+  Remove sec-policy/selinux-* dependency from DEPEND but keep in RDEPEND (bug
+  #527698)
 
 *nut-2.7.2-r2 (08 Sep 2014)
 




Reply via email to