diff options
author | Doug Goldstein <cardoe@gentoo.org> | 2007-04-20 00:55:00 +0000 |
---|---|---|
committer | Doug Goldstein <cardoe@gentoo.org> | 2007-04-20 00:55:00 +0000 |
commit | 6fc4fb8a0f7926a81bd8be2d45b755186e590433 (patch) | |
tree | 73e5e0bfce19ae075058947b30cae273edef53ff /media-plugins/mythphone | |
parent | remove old version (diff) | |
download | gentoo-2-6fc4fb8a0f7926a81bd8be2d45b755186e590433.tar.gz gentoo-2-6fc4fb8a0f7926a81bd8be2d45b755186e590433.tar.bz2 gentoo-2-6fc4fb8a0f7926a81bd8be2d45b755186e590433.zip |
remove old version
(Portage version: 2.1.2.4)
Diffstat (limited to 'media-plugins/mythphone')
-rw-r--r-- | media-plugins/mythphone/ChangeLog | 7 | ||||
-rw-r--r-- | media-plugins/mythphone/files/digest-mythphone-0.19 | 3 | ||||
-rw-r--r-- | media-plugins/mythphone/mythphone-0.19.ebuild | 19 |
3 files changed, 5 insertions, 24 deletions
diff --git a/media-plugins/mythphone/ChangeLog b/media-plugins/mythphone/ChangeLog index d78ee9a04e08..91325d20b54f 100644 --- a/media-plugins/mythphone/ChangeLog +++ b/media-plugins/mythphone/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for media-plugins/mythphone -# Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-plugins/mythphone/ChangeLog,v 1.16 2006/12/24 08:04:30 cardoe Exp $ +# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/media-plugins/mythphone/ChangeLog,v 1.17 2007/04/20 00:55:00 cardoe Exp $ + + 20 Apr 2007; Doug Goldstein <cardoe@gentoo.org> -mythphone-0.19.ebuild: + remove old version 24 Dec 2006; Doug Goldstein <cardoe@gentoo.org> -mythphone-0.20.ebuild, mythphone-0.20_p11671.ebuild: diff --git a/media-plugins/mythphone/files/digest-mythphone-0.19 b/media-plugins/mythphone/files/digest-mythphone-0.19 deleted file mode 100644 index 016213b09192..000000000000 --- a/media-plugins/mythphone/files/digest-mythphone-0.19 +++ /dev/null @@ -1,3 +0,0 @@ -MD5 201d60d5d60222038d8c97831f7e4288 mythplugins-0.19.tar.bz2 5418591 -RMD160 33e65196760476713cf91f1edf94b1e082475bfb mythplugins-0.19.tar.bz2 5418591 -SHA256 5dd3df0204bf22cbf5f9ee0a636bcbe4ea6fd8754dd23af78f35fc1feec8c0e7 mythplugins-0.19.tar.bz2 5418591 diff --git a/media-plugins/mythphone/mythphone-0.19.ebuild b/media-plugins/mythphone/mythphone-0.19.ebuild deleted file mode 100644 index aa17d2fe06c3..000000000000 --- a/media-plugins/mythphone/mythphone-0.19.ebuild +++ /dev/null @@ -1,19 +0,0 @@ -# Copyright 1999-2006 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-plugins/mythphone/mythphone-0.19.ebuild,v 1.3 2006/09/14 05:42:15 cardoe Exp $ - -inherit mythtv-plugins - -DESCRIPTION="Phone and video calls with SIP." -IUSE="festival" -KEYWORDS="~amd64 ~ppc ~x86" - -RDEPEND="festival? ( app-accessibility/festival )" -DEPEND="${RDEPEND}" - -MTVCONF=$(use_enable festival) - -src_unpack() { - mythtv-plugins_src_unpack - epatch "${FILESDIR}"/${P}-gcc41.patch -} |