summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDoug Goldstein <cardoe@gentoo.org>2006-09-14 05:42:15 +0000
committerDoug Goldstein <cardoe@gentoo.org>2006-09-14 05:42:15 +0000
commit51afbdb7d41a69d86960322851a55328759ef818 (patch)
treec6dab22dc320dff99083b8fef025dbb166d49643 /media-plugins/mythphone
parentRev bump. Updated both version to new eclass (diff)
downloadgentoo-2-51afbdb7d41a69d86960322851a55328759ef818.tar.gz
gentoo-2-51afbdb7d41a69d86960322851a55328759ef818.tar.bz2
gentoo-2-51afbdb7d41a69d86960322851a55328759ef818.zip
Rev bump. Updated both version to new eclass
(Portage version: 2.1.1)
Diffstat (limited to 'media-plugins/mythphone')
-rw-r--r--media-plugins/mythphone/ChangeLog8
-rw-r--r--media-plugins/mythphone/files/digest-mythphone-0.203
-rw-r--r--media-plugins/mythphone/mythphone-0.19.ebuild10
-rw-r--r--media-plugins/mythphone/mythphone-0.20.ebuild14
4 files changed, 27 insertions, 8 deletions
diff --git a/media-plugins/mythphone/ChangeLog b/media-plugins/mythphone/ChangeLog
index 145d2a5c7f28..6e1a7d0363b8 100644
--- a/media-plugins/mythphone/ChangeLog
+++ b/media-plugins/mythphone/ChangeLog
@@ -1,6 +1,12 @@
# 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.13 2006/06/06 03:36:27 halcy0n Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-plugins/mythphone/ChangeLog,v 1.14 2006/09/14 05:42:15 cardoe Exp $
+
+*mythphone-0.20 (14 Sep 2006)
+
+ 14 Sep 2006; Doug Goldstein <cardoe@gentoo.org> mythphone-0.19.ebuild,
+ +mythphone-0.20.ebuild:
+ Rev bump. Updated both version to new eclass
06 Jun 2006; Mark Loeser <halcy0n@gentoo.org>
+files/mythphone-0.19-gcc41.patch, mythphone-0.19.ebuild:
diff --git a/media-plugins/mythphone/files/digest-mythphone-0.20 b/media-plugins/mythphone/files/digest-mythphone-0.20
new file mode 100644
index 000000000000..731e91a2f5bc
--- /dev/null
+++ b/media-plugins/mythphone/files/digest-mythphone-0.20
@@ -0,0 +1,3 @@
+MD5 aa071a34720466b7dd0c4fa63113ac26 mythplugins-0.20.tar.bz2 17852531
+RMD160 0c3c1a3c94d4feb429b88f0b7b73ea23917940f3 mythplugins-0.20.tar.bz2 17852531
+SHA256 b038e715fc322ef914055508ed1394c38b31b415f62e972f9626409a69223a43 mythplugins-0.20.tar.bz2 17852531
diff --git a/media-plugins/mythphone/mythphone-0.19.ebuild b/media-plugins/mythphone/mythphone-0.19.ebuild
index 2cfee2c9426e..aa17d2fe06c3 100644
--- a/media-plugins/mythphone/mythphone-0.19.ebuild
+++ b/media-plugins/mythphone/mythphone-0.19.ebuild
@@ -1,19 +1,15 @@
# 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.2 2006/06/06 03:36:27 halcy0n Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-plugins/mythphone/mythphone-0.19.ebuild,v 1.3 2006/09/14 05:42:15 cardoe Exp $
-inherit eutils mythtv-plugins
+inherit mythtv-plugins
DESCRIPTION="Phone and video calls with SIP."
-HOMEPAGE="http://www.mythtv.org/"
-SRC_URI="http://www.mythtv.org/mc/mythplugins-${PV}.tar.bz2"
IUSE="festival"
-LICENSE="GPL-2"
-SLOT="0"
KEYWORDS="~amd64 ~ppc ~x86"
RDEPEND="festival? ( app-accessibility/festival )"
-DEPEND="${DEPEND}"
+DEPEND="${RDEPEND}"
MTVCONF=$(use_enable festival)
diff --git a/media-plugins/mythphone/mythphone-0.20.ebuild b/media-plugins/mythphone/mythphone-0.20.ebuild
new file mode 100644
index 000000000000..ffee3192e7d3
--- /dev/null
+++ b/media-plugins/mythphone/mythphone-0.20.ebuild
@@ -0,0 +1,14 @@
+# 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.20.ebuild,v 1.1 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)