summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDoug Goldstein <cardoe@gentoo.org>2007-08-21 16:24:30 +0000
committerDoug Goldstein <cardoe@gentoo.org>2007-08-21 16:24:30 +0000
commit7bf7861c7e0ffdc7e229f0e82a6b4c06ad7c1e9e (patch)
tree7354a1f4259eb73642d6fa022e90538b47739da7 /media-plugins/mythphone
parenttrunk ebuild from Dave Oxley <dave@daveoxley.co.uk> (diff)
downloadgentoo-2-7bf7861c7e0ffdc7e229f0e82a6b4c06ad7c1e9e.tar.gz
gentoo-2-7bf7861c7e0ffdc7e229f0e82a6b4c06ad7c1e9e.tar.bz2
gentoo-2-7bf7861c7e0ffdc7e229f0e82a6b4c06ad7c1e9e.zip
trunk ebuild from Dave Oxley <dave@daveoxley.co.uk>
(Portage version: 2.1.3.6)
Diffstat (limited to 'media-plugins/mythphone')
-rw-r--r--media-plugins/mythphone/ChangeLog8
-rw-r--r--media-plugins/mythphone/files/digest-mythphone-0.21_pre142420
-rw-r--r--media-plugins/mythphone/mythphone-0.21_pre14242.ebuild14
3 files changed, 21 insertions, 1 deletions
diff --git a/media-plugins/mythphone/ChangeLog b/media-plugins/mythphone/ChangeLog
index 0b0ae07c6485..f6af18717a76 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.21 2007/08/07 16:34:25 cardoe Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-plugins/mythphone/ChangeLog,v 1.22 2007/08/21 16:24:30 cardoe Exp $
+
+*mythphone-0.21_pre14242 (21 Aug 2007)
+
+ 21 Aug 2007; Doug Goldstein <cardoe@gentoo.org>
+ +mythphone-0.21_pre14242.ebuild:
+ trunk ebuild from Dave Oxley <dave@daveoxley.co.uk>
*mythphone-0.20.1_p14146 (07 Aug 2007)
diff --git a/media-plugins/mythphone/files/digest-mythphone-0.21_pre14242 b/media-plugins/mythphone/files/digest-mythphone-0.21_pre14242
new file mode 100644
index 000000000000..e69de29bb2d1
--- /dev/null
+++ b/media-plugins/mythphone/files/digest-mythphone-0.21_pre14242
diff --git a/media-plugins/mythphone/mythphone-0.21_pre14242.ebuild b/media-plugins/mythphone/mythphone-0.21_pre14242.ebuild
new file mode 100644
index 000000000000..0c83cc124925
--- /dev/null
+++ b/media-plugins/mythphone/mythphone-0.21_pre14242.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.21_pre14242.ebuild,v 1.1 2007/08/21 16:24:30 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)