summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDoug Goldstein <cardoe@gentoo.org>2006-12-23 21:32:56 +0000
committerDoug Goldstein <cardoe@gentoo.org>2006-12-23 21:32:56 +0000
commit56b80bbe31a23a8c734ff3b641499d9d75e04447 (patch)
treebacbf24b63bca56e7e30970b56cec0316635e747 /media-tv/mythtv
parentVersion bump from upstream (diff)
downloadgentoo-2-56b80bbe31a23a8c734ff3b641499d9d75e04447.tar.gz
gentoo-2-56b80bbe31a23a8c734ff3b641499d9d75e04447.tar.bz2
gentoo-2-56b80bbe31a23a8c734ff3b641499d9d75e04447.zip
Marking some stable versions for amd64, ppc, and x86 since the current stable ones won't compile with the new stable X.org bits
(Portage version: 2.1.2_rc3-r9)
Diffstat (limited to 'media-tv/mythtv')
-rw-r--r--media-tv/mythtv/ChangeLog7
-rw-r--r--media-tv/mythtv/mythtv-0.20_p11626.ebuild4
-rw-r--r--media-tv/mythtv/mythtv-0.20_p12172.ebuild6
3 files changed, 12 insertions, 5 deletions
diff --git a/media-tv/mythtv/ChangeLog b/media-tv/mythtv/ChangeLog
index a5748c2c5629..a04954ab577f 100644
--- a/media-tv/mythtv/ChangeLog
+++ b/media-tv/mythtv/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for media-tv/mythtv
# Copyright 2000-2006 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-tv/mythtv/ChangeLog,v 1.129 2006/12/20 20:04:49 cardoe Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-tv/mythtv/ChangeLog,v 1.130 2006/12/23 21:32:56 cardoe Exp $
+
+ 23 Dec 2006; Doug Goldstein <cardoe@gentoo.org> mythtv-0.20_p11626.ebuild,
+ mythtv-0.20_p12172.ebuild:
+ Marking some stable versions for amd64, ppc, and x86 since the current
+ stable ones won't compile with the new stable X.org bits
*mythtv-0.20_p12288-r1 (20 Dec 2006)
diff --git a/media-tv/mythtv/mythtv-0.20_p11626.ebuild b/media-tv/mythtv/mythtv-0.20_p11626.ebuild
index 2b5b4ff032e6..1ef687885df8 100644
--- a/media-tv/mythtv/mythtv-0.20_p11626.ebuild
+++ b/media-tv/mythtv/mythtv-0.20_p11626.ebuild
@@ -1,12 +1,12 @@
# Copyright 1999-2006 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.3 2006/11/23 16:43:19 vivo Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-tv/mythtv/mythtv-0.20_p11626.ebuild,v 1.4 2006/12/23 21:32:56 cardoe Exp $
inherit mythtv flag-o-matic multilib eutils debug qt3
DESCRIPTION="Homebrew PVR project"
SLOT="0"
-KEYWORDS="~amd64 ~ppc ~ppc64 ~x86"
+KEYWORDS="~amd64 ppc ~ppc64 ~x86"
IUSE_VIDEO_CARDS="video_cards_i810 video_cards_nvidia video_cards_via"
diff --git a/media-tv/mythtv/mythtv-0.20_p12172.ebuild b/media-tv/mythtv/mythtv-0.20_p12172.ebuild
index 3473c99babfd..6cbf64448a9a 100644
--- a/media-tv/mythtv/mythtv-0.20_p12172.ebuild
+++ b/media-tv/mythtv/mythtv-0.20_p12172.ebuild
@@ -1,12 +1,12 @@
# Copyright 1999-2006 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.1 2006/12/18 03:05:33 cardoe Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-tv/mythtv/mythtv-0.20_p12172.ebuild,v 1.2 2006/12/23 21:32:56 cardoe Exp $
inherit mythtv flag-o-matic multilib eutils debug qt3
DESCRIPTION="Homebrew PVR project"
SLOT="0"
-KEYWORDS="~amd64 ~ppc ~ppc64 ~x86"
+KEYWORDS="amd64 ~ppc ~ppc64 x86"
IUSE_VIDEO_CARDS="video_cards_i810 video_cards_nvidia video_cards_via"
@@ -244,6 +244,8 @@ src_install() {
pkg_preinst() {
enewuser mythtv -1 /bin/bash /home/mythtv ${MYTHTV_GROUPS} || die "Problem adding mythtv user"
usermod -a -G ${MYTHTV_GROUPS} mythtv
+
+ export CONFIG_PROTECT="${CONFIG_PROTECT} ${ROOT}/home/mythtv/"
}
pkg_postinst() {