summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDoug Goldstein <cardoe@gentoo.org>2009-11-22 05:57:25 +0000
committerDoug Goldstein <cardoe@gentoo.org>2009-11-22 05:57:25 +0000
commit9a6fafb953397a5f4d0c402b47719f70a522906b (patch)
treed5ea578608a20e0c35b64c2518e58e7768fdd50e /media-plugins/mythvideo
parentBlock <kdevelop-3.9.96:4 due to file collision. (diff)
downloadgentoo-2-9a6fafb953397a5f4d0c402b47719f70a522906b.tar.gz
gentoo-2-9a6fafb953397a5f4d0c402b47719f70a522906b.tar.bz2
gentoo-2-9a6fafb953397a5f4d0c402b47719f70a522906b.zip
fix JAMU epends. Install default JAMU configuration scripts
(Portage version: 2.1.7.5/cvs/Linux x86_64)
Diffstat (limited to 'media-plugins/mythvideo')
-rw-r--r--media-plugins/mythvideo/ChangeLog8
-rw-r--r--media-plugins/mythvideo/mythvideo-0.22_p22864-r1.ebuild (renamed from media-plugins/mythvideo/mythvideo-0.22_p22864.ebuild)14
2 files changed, 16 insertions, 6 deletions
diff --git a/media-plugins/mythvideo/ChangeLog b/media-plugins/mythvideo/ChangeLog
index 7aa051eff449..78435f687c85 100644
--- a/media-plugins/mythvideo/ChangeLog
+++ b/media-plugins/mythvideo/ChangeLog
@@ -1,6 +1,12 @@
# ChangeLog for media-plugins/mythvideo
# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-plugins/mythvideo/ChangeLog,v 1.82 2009/11/21 05:28:37 cardoe Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-plugins/mythvideo/ChangeLog,v 1.83 2009/11/22 05:57:25 cardoe Exp $
+
+*mythvideo-0.22_p22864-r1 (22 Nov 2009)
+
+ 22 Nov 2009; Doug Goldstein <cardoe@gentoo.org>
+ -mythvideo-0.22_p22864.ebuild, +mythvideo-0.22_p22864-r1.ebuild:
+ fix JAMU epends. Install default JAMU configuration scripts
*mythvideo-0.22_p22864 (21 Nov 2009)
diff --git a/media-plugins/mythvideo/mythvideo-0.22_p22864.ebuild b/media-plugins/mythvideo/mythvideo-0.22_p22864-r1.ebuild
index ad7c9855714f..4efbad6d1d96 100644
--- a/media-plugins/mythvideo/mythvideo-0.22_p22864.ebuild
+++ b/media-plugins/mythvideo/mythvideo-0.22_p22864-r1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-plugins/mythvideo/mythvideo-0.22_p22864.ebuild,v 1.1 2009/11/21 05:28:37 cardoe Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-plugins/mythvideo/mythvideo-0.22_p22864-r1.ebuild,v 1.1 2009/11/22 05:57:25 cardoe Exp $
EAPI=2
@@ -15,7 +15,9 @@ RDEPEND="dev-perl/libwww-perl
dev-perl/URI
dev-perl/XML-Simple
sys-apps/eject
- dev-python/imdbpy"
+ jamu? ( >=dev-python/imdbpy-3.8
+ >=dev-python/mysql-python-1.2.2
+ media-tv/mythtv[python] )"
DEPEND=""
src_install() {
@@ -30,11 +32,13 @@ src_install() {
# setup JAMU cron jobs
if use jamu; then
exeinto /etc/cron.daily
- newexe "${FILESDIR}/mythvideo.daily" mythvideo
+ newexe "${FILESDIR}/mythvideo.daily" mythvideo || die
exeinto /etc/cron.hourly
- newexe "${FILESDIR}/mythvideo.hourly" mythvideo
+ newexe "${FILESDIR}/mythvideo.hourly" mythvideo || die
exeinto /etc/cron.weekly
- newexe "${FILESDIR}/mythvideo.weekly" mythvideo
+ newexe "${FILESDIR}/mythvideo.weekly" mythvideo || die
+ insinto /home/mythtv/.mythtv/
+ newins mythvideo/scripts/jamu-example.conf jamu.conf || die
fi
}