summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDoug Goldstein <cardoe@gentoo.org>2007-08-07 16:34:25 +0000
committerDoug Goldstein <cardoe@gentoo.org>2007-08-07 16:34:25 +0000
commit057c05938d3327512b2cfce3c371054cd8ff4726 (patch)
treea1294dee49ce97d0b6d24b35bdabbbacaa955a20 /media-plugins/mythphone
parentupstream fixes. new subversion builds. (diff)
downloadgentoo-2-057c05938d3327512b2cfce3c371054cd8ff4726.tar.gz
gentoo-2-057c05938d3327512b2cfce3c371054cd8ff4726.tar.bz2
gentoo-2-057c05938d3327512b2cfce3c371054cd8ff4726.zip
upstream fixes. new subversion builds.
(Portage version: 2.1.3.3)
Diffstat (limited to 'media-plugins/mythphone')
-rw-r--r--media-plugins/mythphone/ChangeLog8
-rw-r--r--media-plugins/mythphone/files/digest-mythphone-0.20.1_p141460
-rw-r--r--media-plugins/mythphone/mythphone-0.20.1_p14146.ebuild14
3 files changed, 21 insertions, 1 deletions
diff --git a/media-plugins/mythphone/ChangeLog b/media-plugins/mythphone/ChangeLog
index 20c7f49b15f5..0b0ae07c6485 100644
--- a/media-plugins/mythphone/ChangeLog
+++ b/media-plugins/mythphone/ChangeLog
@@ -1,6 +1,12 @@
# ChangeLog for media-plugins/mythphone
# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-plugins/mythphone/ChangeLog,v 1.20 2007/06/28 21:07:09 cardoe Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-plugins/mythphone/ChangeLog,v 1.21 2007/08/07 16:34:25 cardoe Exp $
+
+*mythphone-0.20.1_p14146 (07 Aug 2007)
+
+ 07 Aug 2007; Doug Goldstein <cardoe@gentoo.org>
+ +mythphone-0.20.1_p14146.ebuild:
+ upstream fixes. new subversion builds.
28 Jun 2007; Doug Goldstein <cardoe@gentoo.org>
-mythphone-0.20_p11671.ebuild:
diff --git a/media-plugins/mythphone/files/digest-mythphone-0.20.1_p14146 b/media-plugins/mythphone/files/digest-mythphone-0.20.1_p14146
new file mode 100644
index 000000000000..e69de29bb2d1
--- /dev/null
+++ b/media-plugins/mythphone/files/digest-mythphone-0.20.1_p14146
diff --git a/media-plugins/mythphone/mythphone-0.20.1_p14146.ebuild b/media-plugins/mythphone/mythphone-0.20.1_p14146.ebuild
new file mode 100644
index 000000000000..f7f04f64041d
--- /dev/null
+++ b/media-plugins/mythphone/mythphone-0.20.1_p14146.ebuild
@@ -0,0 +1,14 @@
+# Copyright 1999-2007 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/media-plugins/mythphone/mythphone-0.20.1_p14146.ebuild,v 1.1 2007/08/07 16:34:25 cardoe Exp $
+
+inherit mythtv-plugins subversion
+
+DESCRIPTION="Phone and video calls with SIP."
+IUSE="festival"
+KEYWORDS="~amd64 ~ppc ~x86"
+
+RDEPEND="festival? ( app-accessibility/festival )"
+DEPEND="${RDEPEND}"
+
+MTVCONF=$(use_enable festival)