summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDoug Goldstein <cardoe@gentoo.org>2008-10-02 14:49:08 +0000
committerDoug Goldstein <cardoe@gentoo.org>2008-10-02 14:49:08 +0000
commit257f903f6ace9367f13008b8a3b76aa2057b794b (patch)
treec1c58208e3fed1769483c8c7c0df4d3b90f85844 /media-tv
parentVersion bump. (diff)
downloadgentoo-2-257f903f6ace9367f13008b8a3b76aa2057b794b.tar.gz
gentoo-2-257f903f6ace9367f13008b8a3b76aa2057b794b.tar.bz2
gentoo-2-257f903f6ace9367f13008b8a3b76aa2057b794b.zip
clean up for bug #237302
(Portage version: 2.2_rc11/cvs/Linux 2.6.26-gentoo-r1 x86_64)
Diffstat (limited to 'media-tv')
-rw-r--r--media-tv/mythtv/ChangeLog9
-rw-r--r--media-tv/mythtv/mythtv-0.20.2_p15634.ebuild4
-rw-r--r--media-tv/mythtv/mythtv-0.21_p17637.ebuild5
-rw-r--r--media-tv/mythtv/mythtv-0.21_p17722.ebuild5
-rw-r--r--media-tv/mythtv/mythtv-0.21_p18116.ebuild5
-rw-r--r--media-tv/mythtv/mythtv-0.21_p18314.ebuild5
-rw-r--r--media-tv/mythtv/mythtv-0.21_p18501.ebuild5
-rw-r--r--media-tv/mythtv/mythtv-0.22_alpha17733.ebuild5
-rw-r--r--media-tv/mythtv/mythtv-0.22_alpha18528.ebuild5
9 files changed, 24 insertions, 24 deletions
diff --git a/media-tv/mythtv/ChangeLog b/media-tv/mythtv/ChangeLog
index 638c54766352..c3539a0e3952 100644
--- a/media-tv/mythtv/ChangeLog
+++ b/media-tv/mythtv/ChangeLog
@@ -1,6 +1,13 @@
# ChangeLog for media-tv/mythtv
# Copyright 2000-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-tv/mythtv/ChangeLog,v 1.254 2008/10/01 22:03:21 cardoe Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-tv/mythtv/ChangeLog,v 1.255 2008/10/02 14:49:08 cardoe Exp $
+
+ 02 Oct 2008; Doug Goldstein <cardoe@gentoo.org>
+ mythtv-0.20.2_p15634.ebuild, mythtv-0.21_p17637.ebuild,
+ mythtv-0.21_p17722.ebuild, mythtv-0.21_p18116.ebuild,
+ mythtv-0.21_p18314.ebuild, mythtv-0.21_p18501.ebuild,
+ mythtv-0.22_alpha17733.ebuild, mythtv-0.22_alpha18528.ebuild:
+ clean up for bug #237302
*mythtv-0.21_p18501 (01 Oct 2008)
diff --git a/media-tv/mythtv/mythtv-0.20.2_p15634.ebuild b/media-tv/mythtv/mythtv-0.20.2_p15634.ebuild
index 335dc31e3208..8f3b88ce9332 100644
--- a/media-tv/mythtv/mythtv-0.20.2_p15634.ebuild
+++ b/media-tv/mythtv/mythtv-0.20.2_p15634.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-tv/mythtv/mythtv-0.20.2_p15634.ebuild,v 1.5 2008/07/27 21:44:36 carlo Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-tv/mythtv/mythtv-0.20.2_p15634.ebuild,v 1.6 2008/10/02 14:49:08 cardoe Exp $
EAPI=1
@@ -300,7 +300,7 @@ src_install() {
}
pkg_preinst() {
- enewuser mythtv -1 /bin/bash /home/mythtv ${MYTHTV_GROUPS} || die "Problem adding mythtv user"
+ enewuser mythtv -1 /bin/bash /home/mythtv ${MYTHTV_GROUPS}
usermod -a -G ${MYTHTV_GROUPS} mythtv
export CONFIG_PROTECT="${CONFIG_PROTECT} ${ROOT}/home/mythtv/"
diff --git a/media-tv/mythtv/mythtv-0.21_p17637.ebuild b/media-tv/mythtv/mythtv-0.21_p17637.ebuild
index cf3564aec67e..3667f2eba121 100644
--- a/media-tv/mythtv/mythtv-0.21_p17637.ebuild
+++ b/media-tv/mythtv/mythtv-0.21_p17637.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-tv/mythtv/mythtv-0.21_p17637.ebuild,v 1.2 2008/07/07 17:31:34 cardoe Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-tv/mythtv/mythtv-0.21_p17637.ebuild,v 1.3 2008/10/02 14:49:08 cardoe Exp $
EAPI=1
inherit flag-o-matic multilib eutils qt3 mythtv toolchain-funcs python confutils
@@ -72,8 +72,7 @@ pkg_setup() {
elog "the NVIDIA 4, 5, 6 & 7 series cards."
fi
- enewuser mythtv -1 /bin/bash /home/mythtv ${MYTHTV_GROUPS} \
- || die "Problem adding mythtv user"
+ enewuser mythtv -1 /bin/bash /home/mythtv ${MYTHTV_GROUPS}
usermod -a -G ${MYTHTV_GROUPS} mythtv
}
diff --git a/media-tv/mythtv/mythtv-0.21_p17722.ebuild b/media-tv/mythtv/mythtv-0.21_p17722.ebuild
index 80ee35a2bd6e..f046c96cd8fd 100644
--- a/media-tv/mythtv/mythtv-0.21_p17722.ebuild
+++ b/media-tv/mythtv/mythtv-0.21_p17722.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-tv/mythtv/mythtv-0.21_p17722.ebuild,v 1.1 2008/07/07 17:31:34 cardoe Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-tv/mythtv/mythtv-0.21_p17722.ebuild,v 1.2 2008/10/02 14:49:08 cardoe Exp $
EAPI=1
inherit flag-o-matic multilib eutils qt3 mythtv toolchain-funcs python confutils
@@ -72,8 +72,7 @@ pkg_setup() {
elog "the NVIDIA 4, 5, 6 & 7 series cards."
fi
- enewuser mythtv -1 /bin/bash /home/mythtv ${MYTHTV_GROUPS} \
- || die "Problem adding mythtv user"
+ enewuser mythtv -1 /bin/bash /home/mythtv ${MYTHTV_GROUPS}
usermod -a -G ${MYTHTV_GROUPS} mythtv
}
diff --git a/media-tv/mythtv/mythtv-0.21_p18116.ebuild b/media-tv/mythtv/mythtv-0.21_p18116.ebuild
index 0182295c8497..17d92e0ef29f 100644
--- a/media-tv/mythtv/mythtv-0.21_p18116.ebuild
+++ b/media-tv/mythtv/mythtv-0.21_p18116.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-tv/mythtv/mythtv-0.21_p18116.ebuild,v 1.1 2008/08/12 03:28:35 cardoe Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-tv/mythtv/mythtv-0.21_p18116.ebuild,v 1.2 2008/10/02 14:49:08 cardoe Exp $
EAPI=1
inherit flag-o-matic multilib eutils qt3 mythtv toolchain-funcs python confutils
@@ -72,8 +72,7 @@ pkg_setup() {
elog "the NVIDIA 4, 5, 6 & 7 series cards."
fi
- enewuser mythtv -1 /bin/bash /home/mythtv ${MYTHTV_GROUPS} \
- || die "Problem adding mythtv user"
+ enewuser mythtv -1 /bin/bash /home/mythtv ${MYTHTV_GROUPS}
usermod -a -G ${MYTHTV_GROUPS} mythtv
}
diff --git a/media-tv/mythtv/mythtv-0.21_p18314.ebuild b/media-tv/mythtv/mythtv-0.21_p18314.ebuild
index 569275db00a6..1df35bd0e0ff 100644
--- a/media-tv/mythtv/mythtv-0.21_p18314.ebuild
+++ b/media-tv/mythtv/mythtv-0.21_p18314.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-tv/mythtv/mythtv-0.21_p18314.ebuild,v 1.2 2008/09/17 21:43:57 mr_bones_ Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-tv/mythtv/mythtv-0.21_p18314.ebuild,v 1.3 2008/10/02 14:49:08 cardoe Exp $
EAPI=1
inherit flag-o-matic multilib eutils qt3 mythtv toolchain-funcs python confutils
@@ -69,8 +69,7 @@ pkg_setup() {
elog "the NVIDIA 4, 5, 6 & 7 series cards."
fi
- enewuser mythtv -1 /bin/bash /home/mythtv ${MYTHTV_GROUPS} \
- || die "Problem adding mythtv user"
+ enewuser mythtv -1 /bin/bash /home/mythtv ${MYTHTV_GROUPS}
usermod -a -G ${MYTHTV_GROUPS} mythtv
}
diff --git a/media-tv/mythtv/mythtv-0.21_p18501.ebuild b/media-tv/mythtv/mythtv-0.21_p18501.ebuild
index b214a4d7a951..08023d22da9d 100644
--- a/media-tv/mythtv/mythtv-0.21_p18501.ebuild
+++ b/media-tv/mythtv/mythtv-0.21_p18501.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-tv/mythtv/mythtv-0.21_p18501.ebuild,v 1.1 2008/10/01 22:03:21 cardoe Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-tv/mythtv/mythtv-0.21_p18501.ebuild,v 1.2 2008/10/02 14:49:08 cardoe Exp $
EAPI=2
inherit flag-o-matic multilib eutils qt3 mythtv toolchain-funcs python confutils
@@ -66,8 +66,7 @@ pkg_setup() {
elog "the NVIDIA 4, 5, 6 & 7 series cards."
fi
- enewuser mythtv -1 /bin/bash /home/mythtv ${MYTHTV_GROUPS} \
- || die "Problem adding mythtv user"
+ enewuser mythtv -1 /bin/bash /home/mythtv ${MYTHTV_GROUPS}
usermod -a -G ${MYTHTV_GROUPS} mythtv
}
diff --git a/media-tv/mythtv/mythtv-0.22_alpha17733.ebuild b/media-tv/mythtv/mythtv-0.22_alpha17733.ebuild
index b8df3327b94d..ba569d1a8861 100644
--- a/media-tv/mythtv/mythtv-0.22_alpha17733.ebuild
+++ b/media-tv/mythtv/mythtv-0.22_alpha17733.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-tv/mythtv/mythtv-0.22_alpha17733.ebuild,v 1.1 2008/07/07 17:31:34 cardoe Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-tv/mythtv/mythtv-0.22_alpha17733.ebuild,v 1.2 2008/10/02 14:49:08 cardoe Exp $
EAPI=1
inherit flag-o-matic multilib eutils qt4 mythtv toolchain-funcs python
@@ -70,8 +70,7 @@ pkg_setup() {
elog "the NVIDIA 4, 5, 6 & & series cards."
fi
- enewuser mythtv -1 /bin/bash /home/mythtv ${MYTHTV_GROUPS} \
- || die "Problem adding mythtv user"
+ enewuser mythtv -1 /bin/bash /home/mythtv ${MYTHTV_GROUPS}
usermod -a -G ${MYTHTV_GROUPS} mythtv
}
diff --git a/media-tv/mythtv/mythtv-0.22_alpha18528.ebuild b/media-tv/mythtv/mythtv-0.22_alpha18528.ebuild
index 94b4ee325171..aa4a72e81286 100644
--- a/media-tv/mythtv/mythtv-0.22_alpha18528.ebuild
+++ b/media-tv/mythtv/mythtv-0.22_alpha18528.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-tv/mythtv/mythtv-0.22_alpha18528.ebuild,v 1.1 2008/10/01 14:47:57 cardoe Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-tv/mythtv/mythtv-0.22_alpha18528.ebuild,v 1.2 2008/10/02 14:49:08 cardoe Exp $
EAPI=2
inherit flag-o-matic multilib eutils qt4 mythtv toolchain-funcs python
@@ -70,8 +70,7 @@ pkg_setup() {
elog "the NVIDIA 4, 5, 6 & & series cards."
fi
- enewuser mythtv -1 /bin/bash /home/mythtv ${MYTHTV_GROUPS} \
- || die "Problem adding mythtv user"
+ enewuser mythtv -1 /bin/bash /home/mythtv ${MYTHTV_GROUPS}
usermod -a -G ${MYTHTV_GROUPS} mythtv
}