summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDoug Goldstein <cardoe@gentoo.org>2005-05-20 09:10:36 +0000
committerDoug Goldstein <cardoe@gentoo.org>2005-05-20 09:10:36 +0000
commit5c786ca6044f677de738b586d04b33cd63c6a0d1 (patch)
tree43a91268c0f1ec2e209105a962bd2249488a8886 /media-plugins/mythphone
parenta little src_compile cleanage (diff)
downloadhistorical-5c786ca6044f677de738b586d04b33cd63c6a0d1.tar.gz
historical-5c786ca6044f677de738b586d04b33cd63c6a0d1.tar.bz2
historical-5c786ca6044f677de738b586d04b33cd63c6a0d1.zip
rev bump; new eclass; clean ups
Package-Manager: portage-2.0.51.22-r1
Diffstat (limited to 'media-plugins/mythphone')
-rw-r--r--media-plugins/mythphone/ChangeLog7
-rw-r--r--media-plugins/mythphone/Manifest16
-rw-r--r--media-plugins/mythphone/files/digest-mythphone-0.18.11
-rw-r--r--media-plugins/mythphone/mythphone-0.18.1.ebuild18
4 files changed, 29 insertions, 13 deletions
diff --git a/media-plugins/mythphone/ChangeLog b/media-plugins/mythphone/ChangeLog
index e534ea747cfb..98eccbfd0f96 100644
--- a/media-plugins/mythphone/ChangeLog
+++ b/media-plugins/mythphone/ChangeLog
@@ -1,6 +1,11 @@
# 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.5 2005/04/18 08:18:00 eradicator Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-plugins/mythphone/ChangeLog,v 1.6 2005/05/20 09:09:15 cardoe Exp $
+
+*mythphone-0.18.1 (20 May 2005)
+
+ 20 May 2005; Doug Goldstein <cardoe@gentoo.org> +mythphone-0.18.1.ebuild:
+ rev bump; new eclass; clean ups
*mythphone-0.18 (18 Apr 2005)
diff --git a/media-plugins/mythphone/Manifest b/media-plugins/mythphone/Manifest
index 6e24a341eaa3..4a575757ead4 100644
--- a/media-plugins/mythphone/Manifest
+++ b/media-plugins/mythphone/Manifest
@@ -1,19 +1,11 @@
------BEGIN PGP SIGNED MESSAGE-----
-Hash: SHA1
-
-MD5 1e8ec559b051f5135296d5060a8ab45f ChangeLog 953
+MD5 f8647614c6e78dfff3ecf08c1d7b1fb8 ChangeLog 1097
MD5 20e2255501865de5b568424821abf69d metadata.xml 161
MD5 d6660ef12c48f83da964d4f1069a311b mythphone-0.16.ebuild 739
MD5 23182c4cb930e22179a4bda7403a768d mythphone-0.17.ebuild 656
MD5 b7bfb724675487036102961c438cbe07 mythphone-0.18.ebuild 707
+MD5 f81787fbc2b4c1047f9c6837af14832c mythphone-0.18.1.ebuild 568
MD5 bf30357411353ae10a9bafe9186a9fe8 files/digest-mythphone-0.16 67
-MD5 c8a5b3151324b04836f22f4d9586c498 files/mythphone-0.16-include.patch 242
MD5 f817c793f79edc3d5ab358874d1ebe74 files/digest-mythphone-0.17 67
MD5 e994e3c11d65c5762c760d5bb22021da files/digest-mythphone-0.18 70
------BEGIN PGP SIGNATURE-----
-Version: GnuPG v1.4.1 (GNU/Linux)
-
-iD8DBQFCY21JArHZZzCEUG0RAkDWAJ9xliXXD5Od9coNIGdEHLsvYHyKdgCfY7gI
-uNqVcoe/5kSs4SMDZ/4a8zo=
-=GBRc
------END PGP SIGNATURE-----
+MD5 c8a5b3151324b04836f22f4d9586c498 files/mythphone-0.16-include.patch 242
+MD5 8739e9d1295223762426254acdc96551 files/digest-mythphone-0.18.1 72
diff --git a/media-plugins/mythphone/files/digest-mythphone-0.18.1 b/media-plugins/mythphone/files/digest-mythphone-0.18.1
new file mode 100644
index 000000000000..204d389e2528
--- /dev/null
+++ b/media-plugins/mythphone/files/digest-mythphone-0.18.1
@@ -0,0 +1 @@
+MD5 1d94d19e2a13c24a408ced9b6c4f5b47 mythplugins-0.18.1.tar.bz2 2523885
diff --git a/media-plugins/mythphone/mythphone-0.18.1.ebuild b/media-plugins/mythphone/mythphone-0.18.1.ebuild
new file mode 100644
index 000000000000..c4c65bbc7aa5
--- /dev/null
+++ b/media-plugins/mythphone/mythphone-0.18.1.ebuild
@@ -0,0 +1,18 @@
+# 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.18.1.ebuild,v 1.1 2005/05/20 09:09:15 cardoe Exp $
+
+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="~x86 ~amd64"
+
+DEPEND="~media-tv/mythtv-${PV}
+ festival? ( app-accessibility/festival )"
+
+MTVCONF=$(use_enable festival)