public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in app-forensics/ovaldi: ovaldi-5.10.1.2.ebuild ovaldi-5.10.1.4.ebuild ChangeLog
@ 2014-11-02  8:08 Sven Vermeulen (swift)
  0 siblings, 0 replies; only message in thread
From: Sven Vermeulen (swift) @ 2014-11-02  8:08 UTC (permalink / raw
  To: gentoo-commits

swift       14/11/02 08:08:56

  Modified:             ovaldi-5.10.1.2.ebuild ovaldi-5.10.1.4.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.3                  app-forensics/ovaldi/ovaldi-5.10.1.2.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-forensics/ovaldi/ovaldi-5.10.1.2.ebuild?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-forensics/ovaldi/ovaldi-5.10.1.2.ebuild?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-forensics/ovaldi/ovaldi-5.10.1.2.ebuild?r1=1.2&r2=1.3

Index: ovaldi-5.10.1.2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-forensics/ovaldi/ovaldi-5.10.1.2.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- ovaldi-5.10.1.2.ebuild	1 Mar 2014 22:12:04 -0000	1.2
+++ ovaldi-5.10.1.2.ebuild	2 Nov 2014 08:08:56 -0000	1.3
@@ -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/ovaldi/ovaldi-5.10.1.2.ebuild,v 1.2 2014/03/01 22:12:04 mgorny Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-forensics/ovaldi/ovaldi-5.10.1.2.ebuild,v 1.3 2014/11/02 08:08:56 swift Exp $
 
 EAPI=3
 
@@ -20,9 +20,9 @@
 	dev-libs/libpcre
 	dev-libs/xalan-c
 	dev-libs/xerces-c
-	ldap? ( net-nds/openldap )
+	ldap? ( net-nds/openldap )"
+RDEPEND="${DEPEND}
 	selinux? ( sys-libs/libselinux )"
-RDEPEND="${DEPEND}"
 
 S="${WORKDIR}/${P}-src"
 



1.3                  app-forensics/ovaldi/ovaldi-5.10.1.4.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-forensics/ovaldi/ovaldi-5.10.1.4.ebuild?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-forensics/ovaldi/ovaldi-5.10.1.4.ebuild?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-forensics/ovaldi/ovaldi-5.10.1.4.ebuild?r1=1.2&r2=1.3

Index: ovaldi-5.10.1.4.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-forensics/ovaldi/ovaldi-5.10.1.4.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- ovaldi-5.10.1.4.ebuild	1 Mar 2014 22:12:04 -0000	1.2
+++ ovaldi-5.10.1.4.ebuild	2 Nov 2014 08:08:56 -0000	1.3
@@ -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/ovaldi/ovaldi-5.10.1.4.ebuild,v 1.2 2014/03/01 22:12:04 mgorny Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-forensics/ovaldi/ovaldi-5.10.1.4.ebuild,v 1.3 2014/11/02 08:08:56 swift Exp $
 
 EAPI=5
 
@@ -15,7 +15,7 @@
 KEYWORDS="~amd64 ~x86"
 IUSE="acl ldap rpm selinux"
 
-RDEPEND="dev-libs/libgcrypt:0
+CDEPEND="dev-libs/libgcrypt:0
 	dev-libs/libpcre
 	dev-libs/xalan-c
 	dev-libs/xerces-c
@@ -23,10 +23,11 @@
 	sys-libs/libcap
 	acl? ( sys-apps/acl )
 	ldap? ( net-nds/openldap )
-	rpm? ( app-arch/rpm )
-	selinux? ( sys-libs/libselinux )"
-DEPEND="${RDEPEND}
+	rpm? ( app-arch/rpm )"
+DEPEND="${CDEPEND}
 	sys-apps/sed"
+RDEPEND="${CDEPEND}
+	selinux? ( sys-libs/libselinux )"
 
 S="${WORKDIR}/${P}-src"
 



1.7                  app-forensics/ovaldi/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-forensics/ovaldi/ChangeLog,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- ChangeLog	1 Mar 2014 22:12:04 -0000	1.6
+++ ChangeLog	2 Nov 2014 08:08:56 -0000	1.7
@@ -1,6 +1,11 @@
 # ChangeLog for app-forensics/ovaldi
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-forensics/ovaldi/ChangeLog,v 1.6 2014/03/01 22:12:04 mgorny Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-forensics/ovaldi/ChangeLog,v 1.7 2014/11/02 08:08:56 swift Exp $
+
+  02 Nov 2014; Sven Vermeulen <swift@gentoo.org> ovaldi-5.10.1.2.ebuild,
+  ovaldi-5.10.1.4.ebuild:
+  Remove sec-policy/selinux-* dependency from DEPEND but keep in RDEPEND (bug
+  #527698)
 
   01 Mar 2014; Michał Górny <mgorny@gentoo.org> ovaldi-5.10.1.2.ebuild,
   ovaldi-5.10.1.4.ebuild, ovaldi-5.9.1.ebuild:





^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2014-11-02  8:08 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-11-02  8:08 [gentoo-commits] gentoo-x86 commit in app-forensics/ovaldi: ovaldi-5.10.1.2.ebuild ovaldi-5.10.1.4.ebuild ChangeLog Sven Vermeulen (swift)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox