diff options
author | Doug Goldstein <cardoe@gentoo.org> | 2009-07-19 05:31:37 +0000 |
---|---|---|
committer | Doug Goldstein <cardoe@gentoo.org> | 2009-07-19 05:31:37 +0000 |
commit | 88a352e768ef3fe3f1fcd5c62c2bc06831d6d4b7 (patch) | |
tree | b93dd684da5eb44d44b4028e45ec0a0b52194faf /media-plugins | |
parent | version bump. use new eclass bits. clean up old versions. (diff) | |
download | gentoo-2-88a352e768ef3fe3f1fcd5c62c2bc06831d6d4b7.tar.gz gentoo-2-88a352e768ef3fe3f1fcd5c62c2bc06831d6d4b7.tar.bz2 gentoo-2-88a352e768ef3fe3f1fcd5c62c2bc06831d6d4b7.zip |
use new eclass bits. clean up old versions.
(Portage version: 2.1.6.13/cvs/Linux x86_64)
Diffstat (limited to 'media-plugins')
-rw-r--r-- | media-plugins/mythphone/ChangeLog | 8 | ||||
-rw-r--r-- | media-plugins/mythphone/mythphone-0.21_p16468.ebuild | 14 | ||||
-rw-r--r-- | media-plugins/mythphone/mythphone-0.21_p17105.ebuild | 7 |
3 files changed, 10 insertions, 19 deletions
diff --git a/media-plugins/mythphone/ChangeLog b/media-plugins/mythphone/ChangeLog index 2fb98e124768..8736ea182f49 100644 --- a/media-plugins/mythphone/ChangeLog +++ b/media-plugins/mythphone/ChangeLog @@ -1,6 +1,10 @@ # 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.33 2008/12/23 17:25:59 maekke Exp $ +# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/media-plugins/mythphone/ChangeLog,v 1.34 2009/07/19 05:31:37 cardoe Exp $ + + 19 Jul 2009; Doug Goldstein <cardoe@gentoo.org> + -mythphone-0.21_p16468.ebuild, mythphone-0.21_p17105.ebuild: + use new eclass bits. clean up old versions. 23 Dec 2008; Markus Meier <maekke@gentoo.org> mythphone-0.21_p17105.ebuild: diff --git a/media-plugins/mythphone/mythphone-0.21_p16468.ebuild b/media-plugins/mythphone/mythphone-0.21_p16468.ebuild deleted file mode 100644 index 0ad7618a20d0..000000000000 --- a/media-plugins/mythphone/mythphone-0.21_p16468.ebuild +++ /dev/null @@ -1,14 +0,0 @@ -# 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_p16468.ebuild,v 1.1 2008/03/09 20:47:07 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) diff --git a/media-plugins/mythphone/mythphone-0.21_p17105.ebuild b/media-plugins/mythphone/mythphone-0.21_p17105.ebuild index 3031a4dbd1bc..4a51e942c962 100644 --- a/media-plugins/mythphone/mythphone-0.21_p17105.ebuild +++ b/media-plugins/mythphone/mythphone-0.21_p17105.ebuild @@ -1,8 +1,9 @@ -# Copyright 1999-2008 Gentoo Foundation +# Copyright 1999-2009 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.4 2008/12/23 17:25:59 maekke Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-plugins/mythphone/mythphone-0.21_p17105.ebuild,v 1.5 2009/07/19 05:31:37 cardoe Exp $ -inherit mythtv-plugins subversion +EAPI=2 +inherit qt3 mythtv-plugins DESCRIPTION="Phone and video calls with SIP." IUSE="festival" |