summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDoug Goldstein <cardoe@gentoo.org>2005-06-29 08:11:30 +0000
committerDoug Goldstein <cardoe@gentoo.org>2005-06-29 08:11:30 +0000
commitd2001f79a977e4c98edbe43406f966a4ae3f0a2a (patch)
tree763877e1a6175a2375d2f2d404a1f3dd8c6b0c42 /media-plugins/mythphone
parentVersion bump, cleaned out old release candidates. (diff)
downloadgentoo-2-d2001f79a977e4c98edbe43406f966a4ae3f0a2a.tar.gz
gentoo-2-d2001f79a977e4c98edbe43406f966a4ae3f0a2a.tar.bz2
gentoo-2-d2001f79a977e4c98edbe43406f966a4ae3f0a2a.zip
remove old version
(Portage version: 2.0.51.22-r1)
Diffstat (limited to 'media-plugins/mythphone')
-rw-r--r--media-plugins/mythphone/ChangeLog5
-rw-r--r--media-plugins/mythphone/files/digest-mythphone-0.171
-rw-r--r--media-plugins/mythphone/mythphone-0.17.ebuild29
3 files changed, 4 insertions, 31 deletions
diff --git a/media-plugins/mythphone/ChangeLog b/media-plugins/mythphone/ChangeLog
index 50ea29c0c51c..0487e5da9e11 100644
--- a/media-plugins/mythphone/ChangeLog
+++ b/media-plugins/mythphone/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for media-plugins/mythphone
# Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-plugins/mythphone/ChangeLog,v 1.8 2005/06/06 09:16:48 cardoe Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-plugins/mythphone/ChangeLog,v 1.9 2005/06/29 08:10:15 cardoe Exp $
+
+ 29 Jun 2005; Doug Goldstein <cardoe@gentoo.org> -mythphone-0.17.ebuild:
+ remove old version
06 Jun 2005; Doug Goldstein <cardoe@gentoo.org>
-files/mythphone-0.16-include.patch, -mythphone-0.16.ebuild,
diff --git a/media-plugins/mythphone/files/digest-mythphone-0.17 b/media-plugins/mythphone/files/digest-mythphone-0.17
deleted file mode 100644
index 847441d645cb..000000000000
--- a/media-plugins/mythphone/files/digest-mythphone-0.17
+++ /dev/null
@@ -1 +0,0 @@
-MD5 6ece30ab751ce19529d6a0ee89b50f02 mythphone-0.17.tar.bz2 200547
diff --git a/media-plugins/mythphone/mythphone-0.17.ebuild b/media-plugins/mythphone/mythphone-0.17.ebuild
deleted file mode 100644
index 36d4dcb81e76..000000000000
--- a/media-plugins/mythphone/mythphone-0.17.ebuild
+++ /dev/null
@@ -1,29 +0,0 @@
-# Copyright 1999-2005 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-plugins/mythphone/mythphone-0.17.ebuild,v 1.3 2005/06/06 09:16:48 cardoe 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=""
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~x86 ~amd64"
-
-DEPEND=">=sys-apps/sed-4
- ~media-tv/mythtv-${PV}"
-
-setup_pro() {
- return 0
-}
-
-src_compile() {
- econf || die
-
- # currently broken, #64503
- #`use_enable festival`
-
- myth_src_compile
-}