diff options
author | Doug Goldstein <cardoe@gentoo.org> | 2008-04-23 18:19:09 +0000 |
---|---|---|
committer | Doug Goldstein <cardoe@gentoo.org> | 2008-04-23 18:19:09 +0000 |
commit | 3f7b99b39054a9efb14382c8d6674ce4255169d4 (patch) | |
tree | 3e0e1c289eecd57095c567a5eff78acede92b3db /media-plugins/mythphone | |
parent | Initial import (diff) | |
download | historical-3f7b99b39054a9efb14382c8d6674ce4255169d4.tar.gz historical-3f7b99b39054a9efb14382c8d6674ce4255169d4.tar.bz2 historical-3f7b99b39054a9efb14382c8d6674ce4255169d4.zip |
bump to newer upstream revision
Package-Manager: portage-2.1.5_rc6
Diffstat (limited to 'media-plugins/mythphone')
-rw-r--r-- | media-plugins/mythphone/ChangeLog | 8 | ||||
-rw-r--r-- | media-plugins/mythphone/mythphone-0.21_p17105.ebuild | 14 |
2 files changed, 21 insertions, 1 deletions
diff --git a/media-plugins/mythphone/ChangeLog b/media-plugins/mythphone/ChangeLog index e3d3570e2a0e..f09844d5212f 100644 --- a/media-plugins/mythphone/ChangeLog +++ b/media-plugins/mythphone/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for media-plugins/mythphone # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-plugins/mythphone/ChangeLog,v 1.28 2008/03/09 20:47:07 cardoe Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-plugins/mythphone/ChangeLog,v 1.29 2008/04/23 18:17:27 cardoe Exp $ + +*mythphone-0.21_p17105 (23 Apr 2008) + + 23 Apr 2008; Doug Goldstein <cardoe@gentoo.org> + +mythphone-0.21_p17105.ebuild: + bump to newer upstream revision *mythphone-0.21_p16468 (09 Mar 2008) diff --git a/media-plugins/mythphone/mythphone-0.21_p17105.ebuild b/media-plugins/mythphone/mythphone-0.21_p17105.ebuild new file mode 100644 index 000000000000..3e31ead3430d --- /dev/null +++ b/media-plugins/mythphone/mythphone-0.21_p17105.ebuild @@ -0,0 +1,14 @@ +# Copyright 1999-2008 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/media-plugins/mythphone/mythphone-0.21_p17105.ebuild,v 1.1 2008/04/23 18:17:27 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) |