swegener    14/11/01 11:47:25

  Modified:             screen-4.0.3-r7.ebuild screen-4.2.1-r2.ebuild
                        screen-4.0.3-r8.ebuild ChangeLog
                        screen-4.0.3-r6.ebuild screen-9999.ebuild
  Log:
  Move selinux policy to RDEPEND, bug #527730.
  
  (Portage version: 2.2.12/cvs/Linux x86_64, signed Manifest commit with key 
0x64D4CF24)

Revision  Changes    Path
1.6                  app-misc/screen/screen-4.0.3-r7.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-misc/screen/screen-4.0.3-r7.ebuild?rev=1.6&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-misc/screen/screen-4.0.3-r7.ebuild?rev=1.6&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-misc/screen/screen-4.0.3-r7.ebuild?r1=1.5&r2=1.6

Index: screen-4.0.3-r7.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-misc/screen/screen-4.0.3-r7.ebuild,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- screen-4.0.3-r7.ebuild      10 Mar 2014 21:21:35 -0000      1.5
+++ screen-4.0.3-r7.ebuild      1 Nov 2014 11:47:25 -0000       1.6
@@ -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-misc/screen/screen-4.0.3-r7.ebuild,v 
1.5 2014/03/10 21:21:35 swegener Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-misc/screen/screen-4.0.3-r7.ebuild,v 
1.6 2014/11/01 11:47:25 swegener Exp $
 
 EAPI=4
 
@@ -17,10 +17,10 @@
 KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 
~sh ~sparc ~x86 ~sparc-fbsd ~x86-fbsd ~hppa-hpux ~amd64-linux ~arm-linux 
~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris 
~x64-solaris ~x86-solaris"
 IUSE="debug nethack pam selinux multiuser"
 
-RDEPEND=">=sys-libs/ncurses-5.2
-       pam? ( virtual/pam )
+DEPEND=">=sys-libs/ncurses-5.2
+       pam? ( virtual/pam )"
+RDEPEND="${DEPEND}
        selinux? ( sec-policy/selinux-screen )"
-DEPEND="${RDEPEND}"
 
 pkg_setup() {
        # Make sure utmp group exists, as it's used later on.



1.6                  app-misc/screen/screen-4.2.1-r2.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-misc/screen/screen-4.2.1-r2.ebuild?rev=1.6&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-misc/screen/screen-4.2.1-r2.ebuild?rev=1.6&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-misc/screen/screen-4.2.1-r2.ebuild?r1=1.5&r2=1.6

Index: screen-4.2.1-r2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-misc/screen/screen-4.2.1-r2.ebuild,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- screen-4.2.1-r2.ebuild      2 Oct 2014 18:41:59 -0000       1.5
+++ screen-4.2.1-r2.ebuild      1 Nov 2014 11:47:25 -0000       1.6
@@ -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-misc/screen/screen-4.2.1-r2.ebuild,v 
1.5 2014/10/02 18:41:59 grobian Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-misc/screen/screen-4.2.1-r2.ebuild,v 
1.6 2014/11/01 11:47:25 swegener Exp $
 
 EAPI=5
 
@@ -15,12 +15,12 @@
 KEYWORDS=" ~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 
~sh ~sparc ~x86 ~sparc-fbsd ~x86-fbsd ~hppa-hpux ~amd64-linux ~arm-linux 
~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris 
~x64-solaris ~x86-solaris"
 IUSE="debug nethack pam selinux multiuser"
 
-RDEPEND=">=sys-libs/ncurses-5.2
-       pam? ( virtual/pam )
+CDEPEND=">=sys-libs/ncurses-5.2
+       pam? ( virtual/pam )"
+RDEPEND="${CDEPEND}
        selinux? ( sec-policy/selinux-screen )"
-DEPEND="${RDEPEND}
+DEPEND="${CDEPEND}
        sys-apps/texinfo"
-RDEPEND="${RDEPEND}"
 
 pkg_setup() {
        # Make sure utmp group exists, as it's used later on.



1.8                  app-misc/screen/screen-4.0.3-r8.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-misc/screen/screen-4.0.3-r8.ebuild?rev=1.8&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-misc/screen/screen-4.0.3-r8.ebuild?rev=1.8&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-misc/screen/screen-4.0.3-r8.ebuild?r1=1.7&r2=1.8

Index: screen-4.0.3-r8.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-misc/screen/screen-4.0.3-r8.ebuild,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- screen-4.0.3-r8.ebuild      30 Aug 2014 10:32:59 -0000      1.7
+++ screen-4.0.3-r8.ebuild      1 Nov 2014 11:47:25 -0000       1.8
@@ -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-misc/screen/screen-4.0.3-r8.ebuild,v 
1.7 2014/08/30 10:32:59 polynomial-c Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-misc/screen/screen-4.0.3-r8.ebuild,v 
1.8 2014/11/01 11:47:25 swegener Exp $
 
 EAPI=4
 
@@ -17,11 +17,10 @@
 KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 
~sh ~sparc ~x86 ~sparc-fbsd ~x86-fbsd ~hppa-hpux ~amd64-linux ~arm-linux 
~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris 
~x64-solaris ~x86-solaris"
 IUSE="debug nethack pam selinux multiuser"
 
-RDEPEND=">=sys-libs/ncurses-5.2
-       pam? ( virtual/pam )
-       selinux? ( sec-policy/selinux-screen )"
-DEPEND="${RDEPEND}"
-RDEPEND="${RDEPEND}
+DEPEND=">=sys-libs/ncurses-5.2
+       pam? ( virtual/pam )"
+RDEPEND="${DEPEND}
+       selinux? ( sec-policy/selinux-screen )
        !<sys-apps/openrc-0.11.6"
 
 pkg_setup() {



1.202                app-misc/screen/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-misc/screen/ChangeLog?rev=1.202&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-misc/screen/ChangeLog?rev=1.202&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-misc/screen/ChangeLog?r1=1.201&r2=1.202

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-misc/screen/ChangeLog,v
retrieving revision 1.201
retrieving revision 1.202
diff -u -r1.201 -r1.202
--- ChangeLog   2 Oct 2014 18:41:59 -0000       1.201
+++ ChangeLog   1 Nov 2014 11:47:25 -0000       1.202
@@ -1,6 +1,11 @@
 # ChangeLog for app-misc/screen
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-misc/screen/ChangeLog,v 1.201 
2014/10/02 18:41:59 grobian Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-misc/screen/ChangeLog,v 1.202 
2014/11/01 11:47:25 swegener Exp $
+
+  01 Nov 2014; Sven Wegener <[email protected]> screen-4.0.3-r6.ebuild,
+  screen-4.0.3-r7.ebuild, screen-4.0.3-r8.ebuild, screen-4.2.1-r2.ebuild,
+  screen-9999.ebuild:
+  Move selinux policy to RDEPEND, bug #527730.
 
   02 Oct 2014; Fabian Groffen <[email protected]> screen-4.2.1-r2.ebuild:
   Extend Solaris fix to allow compilation



1.6                  app-misc/screen/screen-4.0.3-r6.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-misc/screen/screen-4.0.3-r6.ebuild?rev=1.6&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-misc/screen/screen-4.0.3-r6.ebuild?rev=1.6&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-misc/screen/screen-4.0.3-r6.ebuild?r1=1.5&r2=1.6

Index: screen-4.0.3-r6.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-misc/screen/screen-4.0.3-r6.ebuild,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- screen-4.0.3-r6.ebuild      10 Mar 2014 21:21:35 -0000      1.5
+++ screen-4.0.3-r6.ebuild      1 Nov 2014 11:47:25 -0000       1.6
@@ -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-misc/screen/screen-4.0.3-r6.ebuild,v 
1.5 2014/03/10 21:21:35 swegener Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-misc/screen/screen-4.0.3-r6.ebuild,v 
1.6 2014/11/01 11:47:25 swegener Exp $
 
 EAPI=4
 
@@ -17,10 +17,10 @@
 KEYWORDS="alpha amd64 arm arm64 hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc 
x86 ~sparc-fbsd ~x86-fbsd ~hppa-hpux ~amd64-linux ~x86-linux ~ppc-macos 
~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
 IUSE="debug nethack pam selinux multiuser"
 
-RDEPEND=">=sys-libs/ncurses-5.2
-       pam? ( virtual/pam )
+DEPEND=">=sys-libs/ncurses-5.2
+       pam? ( virtual/pam )"
+RDEPEND="${DEPEND}
        selinux? ( sec-policy/selinux-screen )"
-DEPEND="${RDEPEND}"
 
 pkg_setup() {
        # Make sure utmp group exists, as it's used later on.



1.5                  app-misc/screen/screen-9999.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-misc/screen/screen-9999.ebuild?rev=1.5&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-misc/screen/screen-9999.ebuild?rev=1.5&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-misc/screen/screen-9999.ebuild?r1=1.4&r2=1.5

Index: screen-9999.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-misc/screen/screen-9999.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- screen-9999.ebuild  30 Aug 2014 10:32:59 -0000      1.4
+++ screen-9999.ebuild  1 Nov 2014 11:47:25 -0000       1.5
@@ -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-misc/screen/screen-9999.ebuild,v 1.4 
2014/08/30 10:32:59 polynomial-c Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-misc/screen/screen-9999.ebuild,v 1.5 
2014/11/01 11:47:25 swegener Exp $
 
 EAPI=5
 
@@ -20,12 +20,12 @@
 KEYWORDS=""
 IUSE="debug nethack pam selinux multiuser"
 
-RDEPEND=">=sys-libs/ncurses-5.2
-       pam? ( virtual/pam )
+CDEPEND=">=sys-libs/ncurses-5.2
+       pam? ( virtual/pam )"
+RDEPEND="${CDEPEND}
        selinux? ( sec-policy/selinux-screen )"
-DEPEND="${RDEPEND}
+DEPEND="${CDEPEND}
        sys-apps/texinfo"
-RDEPEND="${RDEPEND}"
 
 S="${WORKDIR}"/${P}/src
 




Reply via email to