summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDoug Goldstein <cardoe@gentoo.org>2007-05-17 01:50:02 +0000
committerDoug Goldstein <cardoe@gentoo.org>2007-05-17 01:50:02 +0000
commitd8c4da69246446df3e585f06677bcc07a3ff145b (patch)
tree729762dce2a23cdbd80e8301ee9e57e92fb50145 /media-tv
parentFix get_libdir typo. (diff)
downloadgentoo-2-d8c4da69246446df3e585f06677bcc07a3ff145b.tar.gz
gentoo-2-d8c4da69246446df3e585f06677bcc07a3ff145b.tar.bz2
gentoo-2-d8c4da69246446df3e585f06677bcc07a3ff145b.zip
udev & static dev seem to switch between tty and uucp group for serial devices. add MythTV to both
(Portage version: 2.1.2.7)
Diffstat (limited to 'media-tv')
-rw-r--r--media-tv/mythtv/ChangeLog11
-rw-r--r--media-tv/mythtv/mythtv-0.20.1_p13344.ebuild4
-rw-r--r--media-tv/mythtv/mythtv-0.20_p11626.ebuild4
-rw-r--r--media-tv/mythtv/mythtv-0.20_p12172.ebuild4
-rw-r--r--media-tv/mythtv/mythtv-0.20_p12325.ebuild4
-rw-r--r--media-tv/mythtv/mythtv-0.20_p12884.ebuild4
-rw-r--r--media-tv/mythtv/mythtv-0.20_p12963.ebuild4
-rw-r--r--media-tv/mythtv/mythtv-0.20_p13053.ebuild4
-rw-r--r--media-tv/mythtv/mythtv-0.20_p13110.ebuild4
-rw-r--r--media-tv/mythtv/mythtv-0.21_pre12945.ebuild4
-rw-r--r--media-tv/mythtv/mythtv-0.21_pre13285.ebuild4
11 files changed, 30 insertions, 21 deletions
diff --git a/media-tv/mythtv/ChangeLog b/media-tv/mythtv/ChangeLog
index 1b7e6c29b9e6..3c8f8dccd89c 100644
--- a/media-tv/mythtv/ChangeLog
+++ b/media-tv/mythtv/ChangeLog
@@ -1,6 +1,15 @@
# ChangeLog for media-tv/mythtv
# Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-tv/mythtv/ChangeLog,v 1.153 2007/05/15 17:57:20 cardoe Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-tv/mythtv/ChangeLog,v 1.154 2007/05/17 01:50:02 cardoe Exp $
+
+ 17 May 2007; Doug Goldstein <cardoe@gentoo.org> mythtv-0.20_p11626.ebuild,
+ mythtv-0.20_p12172.ebuild, mythtv-0.20_p12325.ebuild,
+ mythtv-0.20_p12884.ebuild, mythtv-0.20_p12963.ebuild,
+ mythtv-0.20_p13053.ebuild, mythtv-0.20_p13110.ebuild,
+ mythtv-0.20.1_p13344.ebuild, mythtv-0.21_pre12945.ebuild,
+ mythtv-0.21_pre13285.ebuild:
+ udev & static dev seem to switch between tty and uucp group for serial
+ devices. add MythTV to both
15 May 2007; Doug Goldstein <cardoe@gentoo.org>
files/mythbackend-0.18.2.rc:
diff --git a/media-tv/mythtv/mythtv-0.20.1_p13344.ebuild b/media-tv/mythtv/mythtv-0.20.1_p13344.ebuild
index 96fd261ba033..c8a902385dd2 100644
--- a/media-tv/mythtv/mythtv-0.20.1_p13344.ebuild
+++ b/media-tv/mythtv/mythtv-0.20.1_p13344.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-tv/mythtv/mythtv-0.20.1_p13344.ebuild,v 1.1 2007/04/26 16:11:51 cardoe Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-tv/mythtv/mythtv-0.20.1_p13344.ebuild,v 1.2 2007/05/17 01:50:02 cardoe Exp $
inherit mythtv flag-o-matic multilib eutils qt3
@@ -57,7 +57,7 @@ PDEPEND="=x11-themes/mythtv-themes-${MY_PV}*"
S="${WORKDIR}/${PN}-${MY_PV}"
-MYTHTV_GROUPS="video,audio,tty"
+MYTHTV_GROUPS="video,audio,tty,uucp"
pkg_setup() {
diff --git a/media-tv/mythtv/mythtv-0.20_p11626.ebuild b/media-tv/mythtv/mythtv-0.20_p11626.ebuild
index de611ede6834..1d30185be34a 100644
--- a/media-tv/mythtv/mythtv-0.20_p11626.ebuild
+++ b/media-tv/mythtv/mythtv-0.20_p11626.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-tv/mythtv/mythtv-0.20_p11626.ebuild,v 1.5 2007/01/05 03:44:44 flameeyes Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-tv/mythtv/mythtv-0.20_p11626.ebuild,v 1.6 2007/05/17 01:50:02 cardoe Exp $
inherit mythtv flag-o-matic multilib eutils qt3
@@ -52,7 +52,7 @@ PDEPEND="=x11-themes/mythtv-themes-${MY_PV}*"
S="${WORKDIR}/${PN}-${MY_PV}"
-MYTHTV_GROUPS="video,audio,tty"
+MYTHTV_GROUPS="video,audio,tty,uucp"
pkg_setup() {
diff --git a/media-tv/mythtv/mythtv-0.20_p12172.ebuild b/media-tv/mythtv/mythtv-0.20_p12172.ebuild
index c0ddda0c7fac..e0f7e73efda1 100644
--- a/media-tv/mythtv/mythtv-0.20_p12172.ebuild
+++ b/media-tv/mythtv/mythtv-0.20_p12172.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-tv/mythtv/mythtv-0.20_p12172.ebuild,v 1.3 2007/01/05 03:44:44 flameeyes Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-tv/mythtv/mythtv-0.20_p12172.ebuild,v 1.4 2007/05/17 01:50:02 cardoe Exp $
inherit mythtv flag-o-matic multilib eutils qt3
@@ -52,7 +52,7 @@ PDEPEND="=x11-themes/mythtv-themes-${MY_PV}*"
S="${WORKDIR}/${PN}-${MY_PV}"
-MYTHTV_GROUPS="video,audio,tty"
+MYTHTV_GROUPS="video,audio,tty,uucp"
pkg_setup() {
diff --git a/media-tv/mythtv/mythtv-0.20_p12325.ebuild b/media-tv/mythtv/mythtv-0.20_p12325.ebuild
index 742a42643420..aeea64574db4 100644
--- a/media-tv/mythtv/mythtv-0.20_p12325.ebuild
+++ b/media-tv/mythtv/mythtv-0.20_p12325.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-tv/mythtv/mythtv-0.20_p12325.ebuild,v 1.3 2007/04/20 15:03:26 beandog Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-tv/mythtv/mythtv-0.20_p12325.ebuild,v 1.4 2007/05/17 01:50:02 cardoe Exp $
inherit mythtv flag-o-matic multilib eutils qt3
@@ -55,7 +55,7 @@ PDEPEND="=x11-themes/mythtv-themes-${MY_PV}*"
S="${WORKDIR}/${PN}-${MY_PV}"
-MYTHTV_GROUPS="video,audio,tty"
+MYTHTV_GROUPS="video,audio,tty,uucp"
pkg_setup() {
diff --git a/media-tv/mythtv/mythtv-0.20_p12884.ebuild b/media-tv/mythtv/mythtv-0.20_p12884.ebuild
index 4f87b89c677c..2660ebc01caf 100644
--- a/media-tv/mythtv/mythtv-0.20_p12884.ebuild
+++ b/media-tv/mythtv/mythtv-0.20_p12884.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-tv/mythtv/mythtv-0.20_p12884.ebuild,v 1.1 2007/03/01 05:59:46 cardoe Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-tv/mythtv/mythtv-0.20_p12884.ebuild,v 1.2 2007/05/17 01:50:02 cardoe Exp $
inherit mythtv flag-o-matic multilib eutils qt3
@@ -57,7 +57,7 @@ PDEPEND="=x11-themes/mythtv-themes-${MY_PV}*"
S="${WORKDIR}/${PN}-${MY_PV}"
-MYTHTV_GROUPS="video,audio,tty"
+MYTHTV_GROUPS="video,audio,tty,uucp"
pkg_setup() {
diff --git a/media-tv/mythtv/mythtv-0.20_p12963.ebuild b/media-tv/mythtv/mythtv-0.20_p12963.ebuild
index afd57604c7a2..f380792d1d7a 100644
--- a/media-tv/mythtv/mythtv-0.20_p12963.ebuild
+++ b/media-tv/mythtv/mythtv-0.20_p12963.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-tv/mythtv/mythtv-0.20_p12963.ebuild,v 1.2 2007/03/19 04:24:12 cardoe Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-tv/mythtv/mythtv-0.20_p12963.ebuild,v 1.3 2007/05/17 01:50:02 cardoe Exp $
inherit mythtv flag-o-matic multilib eutils qt3
@@ -57,7 +57,7 @@ PDEPEND="=x11-themes/mythtv-themes-${MY_PV}*"
S="${WORKDIR}/${PN}-${MY_PV}"
-MYTHTV_GROUPS="video,audio,tty"
+MYTHTV_GROUPS="video,audio,tty,uucp"
pkg_setup() {
diff --git a/media-tv/mythtv/mythtv-0.20_p13053.ebuild b/media-tv/mythtv/mythtv-0.20_p13053.ebuild
index b35f5f751d78..6a1ed70936a5 100644
--- a/media-tv/mythtv/mythtv-0.20_p13053.ebuild
+++ b/media-tv/mythtv/mythtv-0.20_p13053.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-tv/mythtv/mythtv-0.20_p13053.ebuild,v 1.2 2007/03/19 04:24:12 cardoe Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-tv/mythtv/mythtv-0.20_p13053.ebuild,v 1.3 2007/05/17 01:50:02 cardoe Exp $
inherit mythtv flag-o-matic multilib eutils qt3
@@ -57,7 +57,7 @@ PDEPEND="=x11-themes/mythtv-themes-${MY_PV}*"
S="${WORKDIR}/${PN}-${MY_PV}"
-MYTHTV_GROUPS="video,audio,tty"
+MYTHTV_GROUPS="video,audio,tty,uucp"
pkg_setup() {
diff --git a/media-tv/mythtv/mythtv-0.20_p13110.ebuild b/media-tv/mythtv/mythtv-0.20_p13110.ebuild
index b7bcb49cd6bf..b4f70d1f37c6 100644
--- a/media-tv/mythtv/mythtv-0.20_p13110.ebuild
+++ b/media-tv/mythtv/mythtv-0.20_p13110.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-tv/mythtv/mythtv-0.20_p13110.ebuild,v 1.1 2007/03/23 04:49:48 cardoe Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-tv/mythtv/mythtv-0.20_p13110.ebuild,v 1.2 2007/05/17 01:50:02 cardoe Exp $
inherit mythtv flag-o-matic multilib eutils qt3
@@ -57,7 +57,7 @@ PDEPEND="=x11-themes/mythtv-themes-${MY_PV}*"
S="${WORKDIR}/${PN}-${MY_PV}"
-MYTHTV_GROUPS="video,audio,tty"
+MYTHTV_GROUPS="video,audio,tty,uucp"
pkg_setup() {
diff --git a/media-tv/mythtv/mythtv-0.21_pre12945.ebuild b/media-tv/mythtv/mythtv-0.21_pre12945.ebuild
index c4fcbdb6c606..16931615b42c 100644
--- a/media-tv/mythtv/mythtv-0.21_pre12945.ebuild
+++ b/media-tv/mythtv/mythtv-0.21_pre12945.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-tv/mythtv/mythtv-0.21_pre12945.ebuild,v 1.4 2007/03/19 15:49:21 cardoe Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-tv/mythtv/mythtv-0.21_pre12945.ebuild,v 1.5 2007/05/17 01:50:02 cardoe Exp $
inherit flag-o-matic multilib eutils qt3 mythtv subversion
@@ -57,7 +57,7 @@ PDEPEND="=x11-themes/mythtv-themes-${MY_PV}*"
S="${WORKDIR}/${PN}-${MY_PV}"
-MYTHTV_GROUPS="video,audio,tty"
+MYTHTV_GROUPS="video,audio,tty,uucp"
pkg_setup() {
diff --git a/media-tv/mythtv/mythtv-0.21_pre13285.ebuild b/media-tv/mythtv/mythtv-0.21_pre13285.ebuild
index be33ae6b0097..dd7c82f13549 100644
--- a/media-tv/mythtv/mythtv-0.21_pre13285.ebuild
+++ b/media-tv/mythtv/mythtv-0.21_pre13285.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-tv/mythtv/mythtv-0.21_pre13285.ebuild,v 1.1 2007/04/19 14:08:55 cardoe Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-tv/mythtv/mythtv-0.21_pre13285.ebuild,v 1.2 2007/05/17 01:50:02 cardoe Exp $
inherit flag-o-matic multilib eutils qt3 mythtv subversion
@@ -57,7 +57,7 @@ PDEPEND="=x11-themes/mythtv-themes-${MY_PV}*"
S="${WORKDIR}/${PN}-${MY_PV}"
-MYTHTV_GROUPS="video,audio,tty"
+MYTHTV_GROUPS="video,audio,tty,uucp"
pkg_setup() {