summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDoug Goldstein <cardoe@gentoo.org>2007-08-29 19:00:17 +0000
committerDoug Goldstein <cardoe@gentoo.org>2007-08-29 19:00:17 +0000
commit926f88c6abbd663e43c02363dcec757466bcd1e2 (patch)
tree18139715bcaee15d2f1f61f80d7c48a01b6f0ffa /media-plugins
parentFix CONFIG_CHECK for newer kernels(wireless ext) bug 189965 (diff)
downloadgentoo-2-926f88c6abbd663e43c02363dcec757466bcd1e2.tar.gz
gentoo-2-926f88c6abbd663e43c02363dcec757466bcd1e2.tar.bz2
gentoo-2-926f88c6abbd663e43c02363dcec757466bcd1e2.zip
add eject depend for popping out the dvd/cd drive
(Portage version: 2.1.3.7)
Diffstat (limited to 'media-plugins')
-rw-r--r--media-plugins/mythvideo/ChangeLog6
-rw-r--r--media-plugins/mythvideo/mythvideo-0.21_pre14242.ebuild5
-rw-r--r--media-plugins/mythvideo/mythvideo-0.21_pre14320.ebuild5
3 files changed, 11 insertions, 5 deletions
diff --git a/media-plugins/mythvideo/ChangeLog b/media-plugins/mythvideo/ChangeLog
index b40af0705902..73112316c539 100644
--- a/media-plugins/mythvideo/ChangeLog
+++ b/media-plugins/mythvideo/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for media-plugins/mythvideo
# Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-plugins/mythvideo/ChangeLog,v 1.58 2007/08/29 15:34:31 cardoe Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-plugins/mythvideo/ChangeLog,v 1.59 2007/08/29 19:00:17 cardoe Exp $
+
+ 29 Aug 2007; Doug Goldstein <cardoe@gentoo.org>
+ mythvideo-0.21_pre14242.ebuild, mythvideo-0.21_pre14320.ebuild:
+ add eject depend for popping out the dvd/cd drive
29 Aug 2007; Doug Goldstein <cardoe@gentoo.org>
mythvideo-0.20.2_p14282.ebuild:
diff --git a/media-plugins/mythvideo/mythvideo-0.21_pre14242.ebuild b/media-plugins/mythvideo/mythvideo-0.21_pre14242.ebuild
index fe66d98191e3..dcc2e097b43b 100644
--- a/media-plugins/mythvideo/mythvideo-0.21_pre14242.ebuild
+++ b/media-plugins/mythvideo/mythvideo-0.21_pre14242.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-plugins/mythvideo/mythvideo-0.21_pre14242.ebuild,v 1.1 2007/08/21 16:27:17 cardoe Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-plugins/mythvideo/mythvideo-0.21_pre14242.ebuild,v 1.2 2007/08/29 19:00:17 cardoe Exp $
inherit mythtv-plugins subversion
@@ -13,7 +13,8 @@ RDEPEND="dev-perl/libwww-perl
dev-perl/URI
dev-perl/XML-Simple
mplayer? ( || ( media-video/mplayer media-video/mplayer-bin ) )
- xine? ( media-video/xine-ui )"
+ xine? ( media-video/xine-ui )
+ sys-apps/eject"
DEPEND="${RDEPEND}"
src_unpack() {
diff --git a/media-plugins/mythvideo/mythvideo-0.21_pre14320.ebuild b/media-plugins/mythvideo/mythvideo-0.21_pre14320.ebuild
index bbf4ccbd9849..6e28d669c113 100644
--- a/media-plugins/mythvideo/mythvideo-0.21_pre14320.ebuild
+++ b/media-plugins/mythvideo/mythvideo-0.21_pre14320.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-plugins/mythvideo/mythvideo-0.21_pre14320.ebuild,v 1.1 2007/08/27 14:59:21 cardoe Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-plugins/mythvideo/mythvideo-0.21_pre14320.ebuild,v 1.2 2007/08/29 19:00:17 cardoe Exp $
inherit mythtv-plugins subversion
@@ -13,7 +13,8 @@ RDEPEND="dev-perl/libwww-perl
dev-perl/URI
dev-perl/XML-Simple
mplayer? ( || ( media-video/mplayer media-video/mplayer-bin ) )
- xine? ( media-video/xine-ui )"
+ xine? ( media-video/xine-ui )
+ sys-apps/eject"
DEPEND="${RDEPEND}"
src_unpack() {