swift       14/11/02 08:10:31

  Modified:             tmux-9999.ebuild tmux-1.9a.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.13                 app-misc/tmux/tmux-9999.ebuild

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

Index: tmux-9999.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-misc/tmux/tmux-9999.ebuild,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -r1.12 -r1.13
--- tmux-9999.ebuild    17 May 2014 14:54:47 -0000      1.12
+++ tmux-9999.ebuild    2 Nov 2014 08:10:31 -0000       1.13
@@ -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/tmux/tmux-9999.ebuild,v 1.12 
2014/05/17 14:54:47 swift Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-misc/tmux/tmux-9999.ebuild,v 1.13 
2014/11/02 08:10:31 swift Exp $
 
 EAPI=5
 AUTOTOOLS_AUTORECONF=true
@@ -19,11 +19,11 @@
 
 COMMON_DEPEND="
        >=dev-libs/libevent-2.0.10
-       sys-libs/ncurses
-       selinux? ( sec-policy/selinux-screen )"
+       sys-libs/ncurses"
 DEPEND="${COMMON_DEPEND}
        virtual/pkgconfig"
 RDEPEND="${COMMON_DEPEND}
+       selinux? ( sec-policy/selinux-screen )
        vim-syntax? ( || (
                app-editors/vim
                app-editors/gvim ) )"



1.11                 app-misc/tmux/tmux-1.9a.ebuild

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

Index: tmux-1.9a.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-misc/tmux/tmux-1.9a.ebuild,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- tmux-1.9a.ebuild    11 Oct 2014 14:00:58 -0000      1.10
+++ tmux-1.9a.ebuild    2 Nov 2014 08:10:31 -0000       1.11
@@ -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/tmux/tmux-1.9a.ebuild,v 1.10 
2014/10/11 14:00:58 klausman Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-misc/tmux/tmux-1.9a.ebuild,v 1.11 
2014/11/02 08:10:31 swift Exp $
 
 EAPI=5
 AUTOTOOLS_AUTORECONF=true
@@ -18,11 +18,11 @@
 
 COMMON_DEPEND="
        >=dev-libs/libevent-2.0.10
-       sys-libs/ncurses
-       selinux? ( sec-policy/selinux-screen )"
+       sys-libs/ncurses"
 DEPEND="${COMMON_DEPEND}
        virtual/pkgconfig"
 RDEPEND="${COMMON_DEPEND}
+       selinux? ( sec-policy/selinux-screen )
        vim-syntax? ( || (
                app-editors/vim
                app-editors/gvim ) )"



1.114                app-misc/tmux/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-misc/tmux/ChangeLog,v
retrieving revision 1.113
retrieving revision 1.114
diff -u -r1.113 -r1.114
--- ChangeLog   12 Oct 2014 15:59:55 -0000      1.113
+++ ChangeLog   2 Nov 2014 08:10:31 -0000       1.114
@@ -1,6 +1,11 @@
 # ChangeLog for app-misc/tmux
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-misc/tmux/ChangeLog,v 1.113 2014/10/12 
15:59:55 jlec Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-misc/tmux/ChangeLog,v 1.114 2014/11/02 
08:10:31 swift Exp $
+
+  02 Nov 2014; Sven Vermeulen <[email protected]> tmux-1.9a.ebuild,
+  tmux-9999.ebuild:
+  Remove sec-policy/selinux-* dependency from DEPEND but keep in RDEPEND (bug
+  #527698)
 
   12 Oct 2014; Justin Lecher <[email protected]> -tmux-1.8.ebuild:
   Drop old




Reply via email to