swift       14/11/02 10:00:18

  Modified:             smartmontools-9999.ebuild smartmontools-6.3.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.17                 sys-apps/smartmontools/smartmontools-9999.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/smartmontools/smartmontools-9999.ebuild?rev=1.17&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/smartmontools/smartmontools-9999.ebuild?rev=1.17&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/smartmontools/smartmontools-9999.ebuild?r1=1.16&r2=1.17

Index: smartmontools-9999.ebuild
===================================================================
RCS file: 
/var/cvsroot/gentoo-x86/sys-apps/smartmontools/smartmontools-9999.ebuild,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -r1.16 -r1.17
--- smartmontools-9999.ebuild   9 Aug 2014 09:36:30 -0000       1.16
+++ smartmontools-9999.ebuild   2 Nov 2014 10:00:18 -0000       1.17
@@ -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-apps/smartmontools/smartmontools-9999.ebuild,v 1.16 
2014/08/09 09:36:30 polynomial-c Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/sys-apps/smartmontools/smartmontools-9999.ebuild,v 1.17 
2014/11/02 10:00:18 swift Exp $
 
 EAPI="4"
 
@@ -24,10 +24,11 @@
 DEPEND="caps? ( sys-libs/libcap-ng )
        selinux? (
                sys-libs/libselinux
-               sec-policy/selinux-smartmon
        )"
 RDEPEND="${DEPEND}
-       !minimal? ( virtual/mailx )"
+       !minimal? ( virtual/mailx )
+       selinux? ( sec-policy/selinux-smartmon )
+"
 
 src_prepare() {
        if [[ ${PV} == "9999" ]] ; then



1.7                  sys-apps/smartmontools/smartmontools-6.3.ebuild

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

Index: smartmontools-6.3.ebuild
===================================================================
RCS file: 
/var/cvsroot/gentoo-x86/sys-apps/smartmontools/smartmontools-6.3.ebuild,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- smartmontools-6.3.ebuild    2 Nov 2014 08:52:13 -0000       1.6
+++ smartmontools-6.3.ebuild    2 Nov 2014 10:00:18 -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-apps/smartmontools/smartmontools-6.3.ebuild,v 1.6 
2014/11/02 08:52:13 ago Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/sys-apps/smartmontools/smartmontools-6.3.ebuild,v 1.7 
2014/11/02 10:00:18 swift Exp $
 
 EAPI="4"
 
@@ -28,10 +28,11 @@
        )
        selinux? (
                sys-libs/libselinux
-               sec-policy/selinux-smartmon
        )"
 RDEPEND="${DEPEND}
-       !minimal? ( virtual/mailx )"
+       !minimal? ( virtual/mailx )
+       selinux? ( sec-policy/selinux-smartmon )
+"
 
 src_prepare() {
        if [[ ${PV} == "9999" ]] ; then



1.142                sys-apps/smartmontools/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/smartmontools/ChangeLog?rev=1.142&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/smartmontools/ChangeLog?rev=1.142&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/smartmontools/ChangeLog?r1=1.141&r2=1.142

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-apps/smartmontools/ChangeLog,v
retrieving revision 1.141
retrieving revision 1.142
diff -u -r1.141 -r1.142
--- ChangeLog   2 Nov 2014 08:52:13 -0000       1.141
+++ ChangeLog   2 Nov 2014 10:00:18 -0000       1.142
@@ -1,6 +1,11 @@
 # ChangeLog for sys-apps/smartmontools
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/smartmontools/ChangeLog,v 1.141 
2014/11/02 08:52:13 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/smartmontools/ChangeLog,v 1.142 
2014/11/02 10:00:18 swift Exp $
+
+  02 Nov 2014; Sven Vermeulen <[email protected]> smartmontools-6.3.ebuild,
+  smartmontools-9999.ebuild:
+  Remove sec-policy/selinux-* dependency from DEPEND but keep in RDEPEND (bug
+  #527698)
 
   02 Nov 2014; Agostino Sarubbo <[email protected]> smartmontools-6.3.ebuild:
   Stable for alpha, wrt bug #526444




Reply via email to