diff options
author | Daniel Ahlberg <aliz@gentoo.org> | 2004-09-18 11:39:32 +0000 |
---|---|---|
committer | Daniel Ahlberg <aliz@gentoo.org> | 2004-09-18 11:39:32 +0000 |
commit | 70bec4ac4e14ad34d53646c30ed6dfd73329b2a4 (patch) | |
tree | c9cbdcce67c7cf814634acd0c46fa666790b7fd4 /media-plugins | |
parent | New release (1.6.0) (diff) | |
download | historical-70bec4ac4e14ad34d53646c30ed6dfd73329b2a4.tar.gz historical-70bec4ac4e14ad34d53646c30ed6dfd73329b2a4.tar.bz2 historical-70bec4ac4e14ad34d53646c30ed6dfd73329b2a4.zip |
Disable festival support
Diffstat (limited to 'media-plugins')
-rw-r--r-- | media-plugins/mythphone/ChangeLog | 5 | ||||
-rw-r--r-- | media-plugins/mythphone/Manifest | 4 | ||||
-rw-r--r-- | media-plugins/mythphone/mythphone-0.16.ebuild | 9 |
3 files changed, 12 insertions, 6 deletions
diff --git a/media-plugins/mythphone/ChangeLog b/media-plugins/mythphone/ChangeLog index 28e0e81408d8..f07a4e9f025c 100644 --- a/media-plugins/mythphone/ChangeLog +++ b/media-plugins/mythphone/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for media-plugins/mythphone # Copyright 1999-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-plugins/mythphone/ChangeLog,v 1.1 2004/09/10 20:40:27 aliz Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-plugins/mythphone/ChangeLog,v 1.2 2004/09/18 11:39:32 aliz Exp $ + + 18 Sep 2004; Daniel Ahlberg <aliz@gentoo.org> mythphone-0.16.ebuild: + Disable festival support becuse it's currently broken, bug #64503. *mythphone-0.16 (10 Sep 2004) diff --git a/media-plugins/mythphone/Manifest b/media-plugins/mythphone/Manifest index 7a2959ab9621..3cc129fe1c5c 100644 --- a/media-plugins/mythphone/Manifest +++ b/media-plugins/mythphone/Manifest @@ -1,5 +1,5 @@ -MD5 8e19f5aa425b7e7aa3ff93b6afb5163d ChangeLog 338 +MD5 5545694b31d8a47fe7e7f647c6f1785b ChangeLog 479 MD5 20e2255501865de5b568424821abf69d metadata.xml 161 -MD5 c2a5769c5abb62fe6aaa1b7eb505047a mythphone-0.16.ebuild 754 +MD5 e9b401b2aac55a68bb9476e3dc126200 mythphone-0.16.ebuild 776 MD5 c8a5b3151324b04836f22f4d9586c498 files/mythphone-0.16-include.patch 242 MD5 bf30357411353ae10a9bafe9186a9fe8 files/digest-mythphone-0.16 67 diff --git a/media-plugins/mythphone/mythphone-0.16.ebuild b/media-plugins/mythphone/mythphone-0.16.ebuild index 69a0e3e72ae3..ec261156a83a 100644 --- a/media-plugins/mythphone/mythphone-0.16.ebuild +++ b/media-plugins/mythphone/mythphone-0.16.ebuild @@ -1,13 +1,13 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-plugins/mythphone/mythphone-0.16.ebuild,v 1.1 2004/09/10 20:38:44 aliz Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-plugins/mythphone/mythphone-0.16.ebuild,v 1.2 2004/09/18 11:39:32 aliz Exp $ inherit myth eutils DESCRIPTION="Phone and video calls with SIP." HOMEPAGE="http://www.mythtv.org/" SRC_URI="http://www.mythtv.org/mc/${P}.tar.bz2" -IUSE="debug nls festival" +IUSE="debug nls" LICENSE="GPL-2" SLOT="0" KEYWORDS="~x86 ~amd64" @@ -27,7 +27,10 @@ src_unpack() { } src_compile() { - econf `use_enable festival` || die + econf || die + + # currently broken, #64503 + #`use_enable festival` myth_src_compile } |