public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in media-video/mpv: mpv-9999.ebuild mpv-0.6.0.ebuild mpv-0.3.10.ebuild mpv-0.3.11.ebuild mpv-0.5.4.ebuild mpv-0.6.1.ebuild mpv-0.4.2.ebuild ChangeLog
@ 2014-11-02 12:07 Sven Vermeulen (swift)
  0 siblings, 0 replies; only message in thread
From: Sven Vermeulen (swift) @ 2014-11-02 12:07 UTC (permalink / raw
  To: gentoo-commits

swift       14/11/02 12:07:03

  Modified:             mpv-9999.ebuild mpv-0.6.0.ebuild mpv-0.3.10.ebuild
                        mpv-0.3.11.ebuild mpv-0.5.4.ebuild mpv-0.6.1.ebuild
                        mpv-0.4.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.59                 media-video/mpv/mpv-9999.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/mpv/mpv-9999.ebuild?rev=1.59&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/mpv/mpv-9999.ebuild?rev=1.59&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/mpv/mpv-9999.ebuild?r1=1.58&r2=1.59

Index: mpv-9999.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-video/mpv/mpv-9999.ebuild,v
retrieving revision 1.58
retrieving revision 1.59
diff -u -r1.58 -r1.59
--- mpv-9999.ebuild	27 Oct 2014 19:04:44 -0000	1.58
+++ mpv-9999.ebuild	2 Nov 2014 12:07:03 -0000	1.59
@@ -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/media-video/mpv/mpv-9999.ebuild,v 1.58 2014/10/27 19:04:44 maksbotan Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-video/mpv/mpv-9999.ebuild,v 1.59 2014/11/02 12:07:03 swift Exp $
 
 EAPI=5
 
@@ -100,7 +100,6 @@
 	pulseaudio? ( media-sound/pulseaudio )
 	samba? ( net-fs/samba )
 	sdl? ( media-libs/libsdl2[threads] )
-	selinux? ( sec-policy/selinux-mplayer )
 	v4l? ( media-libs/libv4l )
 	wayland? (
 		>=dev-libs/wayland-1.6.0
@@ -119,6 +118,9 @@
 		xscreensaver? ( x11-proto/scrnsaverproto )
 	)
 "
+RDEPEND+="
+	selinux? ( sec-policy/selinux-mplayer )
+"
 DOCS=( Copyright README.md etc/example.conf etc/input.conf )
 
 pkg_setup() {



1.2                  media-video/mpv/mpv-0.6.0.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/mpv/mpv-0.6.0.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/mpv/mpv-0.6.0.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/mpv/mpv-0.6.0.ebuild?r1=1.1&r2=1.2

Index: mpv-0.6.0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-video/mpv/mpv-0.6.0.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- mpv-0.6.0.ebuild	9 Oct 2014 15:56:26 -0000	1.1
+++ mpv-0.6.0.ebuild	2 Nov 2014 12:07:03 -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/media-video/mpv/mpv-0.6.0.ebuild,v 1.1 2014/10/09 15:56:26 maksbotan Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-video/mpv/mpv-0.6.0.ebuild,v 1.2 2014/11/02 12:07:03 swift Exp $
 
 EAPI=5
 
@@ -107,7 +107,6 @@
 	)
 	samba? ( net-fs/samba )
 	sdl? ( media-libs/libsdl2[threads] )
-	selinux? ( sec-policy/selinux-mplayer )
 	v4l? ( media-libs/libv4l )
 	wayland? (
 		>=dev-libs/wayland-1.6.0
@@ -126,6 +125,9 @@
 		xscreensaver? ( x11-proto/scrnsaverproto )
 	)
 "
+RDEPEND+="
+	selinux? ( sec-policy/selinux-mplayer )
+"
 DOCS=( Copyright README.md etc/example.conf etc/input.conf )
 
 pkg_setup() {



1.8                  media-video/mpv/mpv-0.3.10.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/mpv/mpv-0.3.10.ebuild?rev=1.8&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/mpv/mpv-0.3.10.ebuild?rev=1.8&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/mpv/mpv-0.3.10.ebuild?r1=1.7&r2=1.8

Index: mpv-0.3.10.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-video/mpv/mpv-0.3.10.ebuild,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- mpv-0.3.10.ebuild	14 Oct 2014 14:44:48 -0000	1.7
+++ mpv-0.3.10.ebuild	2 Nov 2014 12:07:03 -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/media-video/mpv/mpv-0.3.10.ebuild,v 1.7 2014/10/14 14:44:48 klausman Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-video/mpv/mpv-0.3.10.ebuild,v 1.8 2014/11/02 12:07:03 swift Exp $
 
 EAPI=5
 
@@ -109,7 +109,6 @@
 	)
 	samba? ( net-fs/samba )
 	sdl? ( media-libs/libsdl2[threads] )
-	selinux? ( sec-policy/selinux-mplayer )
 	v4l? ( media-libs/libv4l )
 	wayland? (
 		>=dev-libs/wayland-1.3.0
@@ -134,6 +133,9 @@
 		xscreensaver? ( x11-proto/scrnsaverproto )
 	)
 "
+RDEPEND+="
+	selinux? ( sec-policy/selinux-mplayer )
+"
 DOCS=( Copyright README.md etc/example.conf etc/input.conf )
 
 pkg_setup() {



1.2                  media-video/mpv/mpv-0.3.11.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/mpv/mpv-0.3.11.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/mpv/mpv-0.3.11.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/mpv/mpv-0.3.11.ebuild?r1=1.1&r2=1.2

Index: mpv-0.3.11.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-video/mpv/mpv-0.3.11.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- mpv-0.3.11.ebuild	9 Jul 2014 16:27:38 -0000	1.1
+++ mpv-0.3.11.ebuild	2 Nov 2014 12:07:03 -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/media-video/mpv/mpv-0.3.11.ebuild,v 1.1 2014/07/09 16:27:38 maksbotan Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-video/mpv/mpv-0.3.11.ebuild,v 1.2 2014/11/02 12:07:03 swift Exp $
 
 EAPI=5
 
@@ -109,7 +109,6 @@
 	)
 	samba? ( net-fs/samba )
 	sdl? ( media-libs/libsdl2[threads] )
-	selinux? ( sec-policy/selinux-mplayer )
 	v4l? ( media-libs/libv4l )
 	wayland? (
 		>=dev-libs/wayland-1.3.0
@@ -134,6 +133,9 @@
 		xscreensaver? ( x11-proto/scrnsaverproto )
 	)
 "
+RDEPEND+="
+	selinux? ( sec-policy/selinux-mplayer )
+"
 DOCS=( Copyright README.md etc/example.conf etc/input.conf )
 
 pkg_setup() {



1.2                  media-video/mpv/mpv-0.5.4.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/mpv/mpv-0.5.4.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/mpv/mpv-0.5.4.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/mpv/mpv-0.5.4.ebuild?r1=1.1&r2=1.2

Index: mpv-0.5.4.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-video/mpv/mpv-0.5.4.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- mpv-0.5.4.ebuild	26 Sep 2014 06:22:42 -0000	1.1
+++ mpv-0.5.4.ebuild	2 Nov 2014 12:07:03 -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/media-video/mpv/mpv-0.5.4.ebuild,v 1.1 2014/09/26 06:22:42 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-video/mpv/mpv-0.5.4.ebuild,v 1.2 2014/11/02 12:07:03 swift Exp $
 
 EAPI=5
 
@@ -108,7 +108,6 @@
 	)
 	samba? ( net-fs/samba )
 	sdl? ( media-libs/libsdl2[threads] )
-	selinux? ( sec-policy/selinux-mplayer )
 	v4l? ( media-libs/libv4l )
 	wayland? (
 		>=dev-libs/wayland-1.3.0
@@ -128,6 +127,9 @@
 		xscreensaver? ( x11-proto/scrnsaverproto )
 	)
 "
+RDEPEND+="
+	selinux? ( sec-policy/selinux-mplayer )
+"
 DOCS=( Copyright README.md etc/example.conf etc/input.conf )
 
 pkg_setup() {



1.2                  media-video/mpv/mpv-0.6.1.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/mpv/mpv-0.6.1.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/mpv/mpv-0.6.1.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/mpv/mpv-0.6.1.ebuild?r1=1.1&r2=1.2

Index: mpv-0.6.1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-video/mpv/mpv-0.6.1.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- mpv-0.6.1.ebuild	13 Oct 2014 12:43:49 -0000	1.1
+++ mpv-0.6.1.ebuild	2 Nov 2014 12:07:03 -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/media-video/mpv/mpv-0.6.1.ebuild,v 1.1 2014/10/13 12:43:49 maksbotan Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-video/mpv/mpv-0.6.1.ebuild,v 1.2 2014/11/02 12:07:03 swift Exp $
 
 EAPI=5
 
@@ -107,7 +107,6 @@
 	)
 	samba? ( net-fs/samba )
 	sdl? ( media-libs/libsdl2[threads] )
-	selinux? ( sec-policy/selinux-mplayer )
 	v4l? ( media-libs/libv4l )
 	wayland? (
 		>=dev-libs/wayland-1.6.0
@@ -126,6 +125,9 @@
 		xscreensaver? ( x11-proto/scrnsaverproto )
 	)
 "
+RDEPEND+="
+	selinux? ( sec-policy/selinux-mplayer )
+"
 DOCS=( Copyright README.md etc/example.conf etc/input.conf )
 
 pkg_setup() {



1.2                  media-video/mpv/mpv-0.4.2.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/mpv/mpv-0.4.2.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/mpv/mpv-0.4.2.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/mpv/mpv-0.4.2.ebuild?r1=1.1&r2=1.2

Index: mpv-0.4.2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-video/mpv/mpv-0.4.2.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- mpv-0.4.2.ebuild	27 Jul 2014 13:28:06 -0000	1.1
+++ mpv-0.4.2.ebuild	2 Nov 2014 12:07:03 -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/media-video/mpv/mpv-0.4.2.ebuild,v 1.1 2014/07/27 13:28:06 zlogene Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-video/mpv/mpv-0.4.2.ebuild,v 1.2 2014/11/02 12:07:03 swift Exp $
 
 EAPI=5
 
@@ -108,7 +108,6 @@
 	)
 	samba? ( net-fs/samba )
 	sdl? ( media-libs/libsdl2[threads] )
-	selinux? ( sec-policy/selinux-mplayer )
 	v4l? ( media-libs/libv4l )
 	wayland? (
 		>=dev-libs/wayland-1.3.0
@@ -128,6 +127,9 @@
 		xscreensaver? ( x11-proto/scrnsaverproto )
 	)
 "
+RDEPEND+="
+	selinux? ( sec-policy/selinux-mplayer )
+"
 DOCS=( Copyright README.md etc/example.conf etc/input.conf )
 
 pkg_setup() {



1.103                media-video/mpv/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/mpv/ChangeLog?rev=1.103&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/mpv/ChangeLog?rev=1.103&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/mpv/ChangeLog?r1=1.102&r2=1.103

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-video/mpv/ChangeLog,v
retrieving revision 1.102
retrieving revision 1.103
diff -u -r1.102 -r1.103
--- ChangeLog	27 Oct 2014 19:04:44 -0000	1.102
+++ ChangeLog	2 Nov 2014 12:07:03 -0000	1.103
@@ -1,6 +1,12 @@
 # ChangeLog for media-video/mpv
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-video/mpv/ChangeLog,v 1.102 2014/10/27 19:04:44 maksbotan Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-video/mpv/ChangeLog,v 1.103 2014/11/02 12:07:03 swift Exp $
+
+  02 Nov 2014; Sven Vermeulen <swift@gentoo.org> mpv-0.3.10.ebuild,
+  mpv-0.3.11.ebuild, mpv-0.4.2.ebuild, mpv-0.5.4.ebuild, mpv-0.6.0.ebuild,
+  mpv-0.6.1.ebuild, mpv-9999.ebuild:
+  Remove sec-policy/selinux-* dependency from DEPEND but keep in RDEPEND (bug
+  #527698)
 
   27 Oct 2014; Maxim Koltsov <maksbotan@gentoo.org> mpv-9999.ebuild:
   Remove quvi support from live ebuild, bug #527008. Thanks to Dan Douglas and





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

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

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-11-02 12:07 [gentoo-commits] gentoo-x86 commit in media-video/mpv: mpv-9999.ebuild mpv-0.6.0.ebuild mpv-0.3.10.ebuild mpv-0.3.11.ebuild mpv-0.5.4.ebuild mpv-0.6.1.ebuild mpv-0.4.2.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