summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSven Vermeulen <swift@gentoo.org>2014-11-02 12:07:03 +0000
committerSven Vermeulen <swift@gentoo.org>2014-11-02 12:07:03 +0000
commitd10db9dc4dcf95ee1882d2ca1e3e277eff613280 (patch)
tree0ecbda56096758b9e07962a2fa91006d861243b8 /media-video
parentVersion bump, solves bug #525234 (diff)
downloadgentoo-2-d10db9dc4dcf95ee1882d2ca1e3e277eff613280.tar.gz
gentoo-2-d10db9dc4dcf95ee1882d2ca1e3e277eff613280.tar.bz2
gentoo-2-d10db9dc4dcf95ee1882d2ca1e3e277eff613280.zip
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)
Diffstat (limited to 'media-video')
-rw-r--r--media-video/mpv/ChangeLog8
-rw-r--r--media-video/mpv/mpv-0.3.10.ebuild6
-rw-r--r--media-video/mpv/mpv-0.3.11.ebuild6
-rw-r--r--media-video/mpv/mpv-0.4.2.ebuild6
-rw-r--r--media-video/mpv/mpv-0.5.4.ebuild6
-rw-r--r--media-video/mpv/mpv-0.6.0.ebuild6
-rw-r--r--media-video/mpv/mpv-0.6.1.ebuild6
-rw-r--r--media-video/mpv/mpv-9999.ebuild6
8 files changed, 35 insertions, 15 deletions
diff --git a/media-video/mpv/ChangeLog b/media-video/mpv/ChangeLog
index 738b799d6130..e2556f1acd81 100644
--- a/media-video/mpv/ChangeLog
+++ b/media-video/mpv/ChangeLog
@@ -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
diff --git a/media-video/mpv/mpv-0.3.10.ebuild b/media-video/mpv/mpv-0.3.10.ebuild
index 948d0e33720d..d6501c2da94e 100644
--- a/media-video/mpv/mpv-0.3.10.ebuild
+++ b/media-video/mpv/mpv-0.3.10.ebuild
@@ -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 @@ RDEPEND+="
)
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 @@ DEPEND="${RDEPEND}
xscreensaver? ( x11-proto/scrnsaverproto )
)
"
+RDEPEND+="
+ selinux? ( sec-policy/selinux-mplayer )
+"
DOCS=( Copyright README.md etc/example.conf etc/input.conf )
pkg_setup() {
diff --git a/media-video/mpv/mpv-0.3.11.ebuild b/media-video/mpv/mpv-0.3.11.ebuild
index c74be5b59e79..1f00b837cb49 100644
--- a/media-video/mpv/mpv-0.3.11.ebuild
+++ b/media-video/mpv/mpv-0.3.11.ebuild
@@ -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 @@ RDEPEND+="
)
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 @@ DEPEND="${RDEPEND}
xscreensaver? ( x11-proto/scrnsaverproto )
)
"
+RDEPEND+="
+ selinux? ( sec-policy/selinux-mplayer )
+"
DOCS=( Copyright README.md etc/example.conf etc/input.conf )
pkg_setup() {
diff --git a/media-video/mpv/mpv-0.4.2.ebuild b/media-video/mpv/mpv-0.4.2.ebuild
index 269dafc84ceb..326dd3bcdcca 100644
--- a/media-video/mpv/mpv-0.4.2.ebuild
+++ b/media-video/mpv/mpv-0.4.2.ebuild
@@ -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 @@ RDEPEND+="
)
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 @@ DEPEND="${RDEPEND}
xscreensaver? ( x11-proto/scrnsaverproto )
)
"
+RDEPEND+="
+ selinux? ( sec-policy/selinux-mplayer )
+"
DOCS=( Copyright README.md etc/example.conf etc/input.conf )
pkg_setup() {
diff --git a/media-video/mpv/mpv-0.5.4.ebuild b/media-video/mpv/mpv-0.5.4.ebuild
index 5f737aaac382..9c8dd0d2b53d 100644
--- a/media-video/mpv/mpv-0.5.4.ebuild
+++ b/media-video/mpv/mpv-0.5.4.ebuild
@@ -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 @@ RDEPEND+="
)
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 @@ DEPEND="${RDEPEND}
xscreensaver? ( x11-proto/scrnsaverproto )
)
"
+RDEPEND+="
+ selinux? ( sec-policy/selinux-mplayer )
+"
DOCS=( Copyright README.md etc/example.conf etc/input.conf )
pkg_setup() {
diff --git a/media-video/mpv/mpv-0.6.0.ebuild b/media-video/mpv/mpv-0.6.0.ebuild
index 9797de1e913a..3b5fa2bfdc0e 100644
--- a/media-video/mpv/mpv-0.6.0.ebuild
+++ b/media-video/mpv/mpv-0.6.0.ebuild
@@ -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 @@ RDEPEND+="
)
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 @@ DEPEND="${RDEPEND}
xscreensaver? ( x11-proto/scrnsaverproto )
)
"
+RDEPEND+="
+ selinux? ( sec-policy/selinux-mplayer )
+"
DOCS=( Copyright README.md etc/example.conf etc/input.conf )
pkg_setup() {
diff --git a/media-video/mpv/mpv-0.6.1.ebuild b/media-video/mpv/mpv-0.6.1.ebuild
index 9e7682648fdc..48ff645b7d58 100644
--- a/media-video/mpv/mpv-0.6.1.ebuild
+++ b/media-video/mpv/mpv-0.6.1.ebuild
@@ -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 @@ RDEPEND+="
)
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 @@ DEPEND="${RDEPEND}
xscreensaver? ( x11-proto/scrnsaverproto )
)
"
+RDEPEND+="
+ selinux? ( sec-policy/selinux-mplayer )
+"
DOCS=( Copyright README.md etc/example.conf etc/input.conf )
pkg_setup() {
diff --git a/media-video/mpv/mpv-9999.ebuild b/media-video/mpv/mpv-9999.ebuild
index cfa660410dac..9899699ef2ab 100644
--- a/media-video/mpv/mpv-9999.ebuild
+++ b/media-video/mpv/mpv-9999.ebuild
@@ -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 @@ RDEPEND+="
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 @@ DEPEND="${RDEPEND}
xscreensaver? ( x11-proto/scrnsaverproto )
)
"
+RDEPEND+="
+ selinux? ( sec-policy/selinux-mplayer )
+"
DOCS=( Copyright README.md etc/example.conf etc/input.conf )
pkg_setup() {