swift       14/11/02 08:06:56

  Modified:             aide-0.15.1.ebuild aide-0.14.2.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.7                  app-forensics/aide/aide-0.15.1.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-forensics/aide/aide-0.15.1.ebuild?rev=1.7&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-forensics/aide/aide-0.15.1.ebuild?rev=1.7&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-forensics/aide/aide-0.15.1.ebuild?r1=1.6&r2=1.7

Index: aide-0.15.1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-forensics/aide/aide-0.15.1.ebuild,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- aide-0.15.1.ebuild  1 Mar 2014 23:07:16 -0000       1.6
+++ aide-0.15.1.ebuild  2 Nov 2014 08:06:56 -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/app-forensics/aide/aide-0.15.1.ebuild,v 1.6 
2014/03/01 23:07:16 mgorny Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-forensics/aide/aide-0.15.1.ebuild,v 1.7 
2014/11/02 08:06:56 swift Exp $
 
 EAPI="3"
 
@@ -15,7 +15,7 @@
 KEYWORDS="~amd64 ~x86"
 IUSE="acl audit curl mhash nls postgres prelink selinux static xattr zlib"
 
-DEPEND="acl? ( virtual/acl )
+CDEPEND="acl? ( virtual/acl )
        audit? ( sys-process/audit )
        curl? ( net-misc/curl )
        mhash? ( >=app-crypt/mhash-0.9.2 )
@@ -25,14 +25,14 @@
        prelink? ( sys-devel/prelink )
        selinux? (
                sys-libs/libselinux
-               sec-policy/selinux-aide
        )
        xattr? ( sys-apps/attr )
        zlib? ( sys-libs/zlib )"
 
-RDEPEND="!static? ( ${DEPEND} )"
+RDEPEND="!static? ( ${CDEPEND} )
+       selinux? ( sec-policy/selinux-aide )"
 
-DEPEND="${DEPEND}
+DEPEND="${CDEPEND}
        nls? ( sys-devel/gettext )
        sys-devel/bison
        sys-devel/flex"



1.10                 app-forensics/aide/aide-0.14.2.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-forensics/aide/aide-0.14.2.ebuild?rev=1.10&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-forensics/aide/aide-0.14.2.ebuild?rev=1.10&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-forensics/aide/aide-0.14.2.ebuild?r1=1.9&r2=1.10

Index: aide-0.14.2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-forensics/aide/aide-0.14.2.ebuild,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- aide-0.14.2.ebuild  1 Mar 2014 23:07:16 -0000       1.9
+++ aide-0.14.2.ebuild  2 Nov 2014 08:06:56 -0000       1.10
@@ -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/app-forensics/aide/aide-0.14.2.ebuild,v 1.9 
2014/03/01 23:07:16 mgorny Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-forensics/aide/aide-0.14.2.ebuild,v 
1.10 2014/11/02 08:06:56 swift Exp $
 
 EAPI="3"
 
@@ -15,7 +15,7 @@
 KEYWORDS="amd64 x86"
 IUSE="acl audit curl mhash nls postgres prelink selinux static xattr zlib"
 
-DEPEND="acl? ( virtual/acl )
+CDEPEND="acl? ( virtual/acl )
        audit? ( sys-process/audit )
        curl? ( net-misc/curl )
        mhash? ( >=app-crypt/mhash-0.9.2 )
@@ -25,14 +25,14 @@
        prelink? ( sys-devel/prelink )
        selinux? (
                sys-libs/libselinux
-               sec-policy/selinux-aide
        )
        xattr? ( sys-apps/attr )
        zlib? ( sys-libs/zlib )"
 
-RDEPEND="!static? ( ${DEPEND} )"
+RDEPEND="!static? ( ${CDEPEND} )
+       selinux? ( sec-policy/selinux-aide )"
 
-DEPEND="${DEPEND}
+DEPEND="${CDEPEND}
        nls? ( sys-devel/gettext )
        sys-devel/bison
        sys-devel/flex"



1.62                 app-forensics/aide/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-forensics/aide/ChangeLog?rev=1.62&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-forensics/aide/ChangeLog?rev=1.62&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-forensics/aide/ChangeLog?r1=1.61&r2=1.62

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-forensics/aide/ChangeLog,v
retrieving revision 1.61
retrieving revision 1.62
diff -u -r1.61 -r1.62
--- ChangeLog   1 Mar 2014 23:07:16 -0000       1.61
+++ ChangeLog   2 Nov 2014 08:06:56 -0000       1.62
@@ -1,6 +1,11 @@
 # ChangeLog for app-forensics/aide
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-forensics/aide/ChangeLog,v 1.61 
2014/03/01 23:07:16 mgorny Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-forensics/aide/ChangeLog,v 1.62 
2014/11/02 08:06:56 swift Exp $
+
+  02 Nov 2014; Sven Vermeulen <[email protected]> aide-0.14.2.ebuild,
+  aide-0.15.1.ebuild:
+  Remove sec-policy/selinux-* dependency from DEPEND but keep in RDEPEND (bug
+  #527698)
 
   01 Mar 2014; Michał Górny <[email protected]> aide-0.14.2.ebuild,
   aide-0.15.1.ebuild:




Reply via email to