swift       14/11/02 09:48:46

  Modified:             man-db-2.6.7.1.ebuild man-db-2.6.6.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-apps/man-db/man-db-2.6.7.1.ebuild

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

Index: man-db-2.6.7.1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-apps/man-db/man-db-2.6.7.1.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- man-db-2.6.7.1.ebuild       15 Apr 2014 04:39:31 -0000      1.1
+++ man-db-2.6.7.1.ebuild       2 Nov 2014 09:48:46 -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-apps/man-db/man-db-2.6.7.1.ebuild,v 1.1 
2014/04/15 04:39:31 radhermit Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/man-db/man-db-2.6.7.1.ebuild,v 1.2 
2014/11/02 09:48:46 swift Exp $
 
 EAPI="4"
 
@@ -15,21 +15,23 @@
 KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 
~sh ~sparc ~x86 ~arm-linux ~x86-linux"
 IUSE="berkdb +gdbm nls selinux static-libs zlib"
 
-RDEPEND=">=dev-libs/libpipeline-1.3.0
+CDEPEND=">=dev-libs/libpipeline-1.3.0
        berkdb? ( sys-libs/db )
        gdbm? ( sys-libs/gdbm )
        !berkdb? ( !gdbm? ( sys-libs/gdbm ) )
        sys-apps/groff
-       selinux? ( sec-policy/selinux-mandb )
        zlib? ( sys-libs/zlib )
        !sys-apps/man"
-DEPEND="${RDEPEND}
+DEPEND="${CDEPEND}
        app-arch/xz-utils
        virtual/pkgconfig
        nls? (
                app-text/po4a
                sys-devel/gettext
        )"
+RDEPEND="${CDEPEND}
+       selinux? ( sec-policy/selinux-mandb )
+"
 
 pkg_setup() {
        # Create user now as Makefile in src_install does setuid/chown



1.12                 sys-apps/man-db/man-db-2.6.6.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/man-db/man-db-2.6.6.ebuild?rev=1.12&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/man-db/man-db-2.6.6.ebuild?rev=1.12&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/man-db/man-db-2.6.6.ebuild?r1=1.11&r2=1.12

Index: man-db-2.6.6.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-apps/man-db/man-db-2.6.6.ebuild,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- man-db-2.6.6.ebuild 27 Oct 2014 01:42:17 -0000      1.11
+++ man-db-2.6.6.ebuild 2 Nov 2014 09:48:46 -0000       1.12
@@ -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/man-db/man-db-2.6.6.ebuild,v 1.11 
2014/10/27 01:42:17 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/man-db/man-db-2.6.6.ebuild,v 1.12 
2014/11/02 09:48:46 swift Exp $
 
 EAPI="4"
 
@@ -15,21 +15,23 @@
 KEYWORDS="alpha amd64 arm arm64 hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc 
x86 ~arm-linux ~x86-linux"
 IUSE="berkdb +gdbm nls selinux static-libs zlib"
 
-RDEPEND="dev-libs/libpipeline
+CDEPEND="dev-libs/libpipeline
        berkdb? ( sys-libs/db )
        gdbm? ( sys-libs/gdbm )
        !berkdb? ( !gdbm? ( sys-libs/gdbm ) )
        sys-apps/groff
-       selinux? ( sec-policy/selinux-mandb )
        zlib? ( sys-libs/zlib )
        !sys-apps/man"
-DEPEND="${RDEPEND}
+DEPEND="${CDEPEND}
        app-arch/xz-utils
        virtual/pkgconfig
        nls? (
                app-text/po4a
                sys-devel/gettext
        )"
+RDEPEND="${CDEPEND}
+       selinux? ( sec-policy/selinux-mandb )
+"
 
 pkg_setup() {
        # Create user now as Makefile in src_install does setuid/chown



1.76                 sys-apps/man-db/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-apps/man-db/ChangeLog,v
retrieving revision 1.75
retrieving revision 1.76
diff -u -r1.75 -r1.76
--- ChangeLog   27 Oct 2014 01:42:17 -0000      1.75
+++ ChangeLog   2 Nov 2014 09:48:46 -0000       1.76
@@ -1,6 +1,11 @@
 # ChangeLog for sys-apps/man-db
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/man-db/ChangeLog,v 1.75 2014/10/27 
01:42:17 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/man-db/ChangeLog,v 1.76 2014/11/02 
09:48:46 swift Exp $
+
+  02 Nov 2014; Sven Vermeulen <[email protected]> man-db-2.6.6.ebuild,
+  man-db-2.6.7.1.ebuild:
+  Remove sec-policy/selinux-* dependency from DEPEND but keep in RDEPEND (bug
+  #527698)
 
   27 Oct 2014; Mike Frysinger <[email protected]> man-db-2.6.6.ebuild:
   Mark arm64/m68k/s390/sh stable.




Reply via email to