summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Ahlberg <aliz@gentoo.org>2004-09-10 19:58:40 +0000
committerDaniel Ahlberg <aliz@gentoo.org>2004-09-10 19:58:40 +0000
commit114381f7ee6b555ed2a596e4335822889978a772 (patch)
tree444e75abfaf80d0acb1d61ea26129437f6c6b722 /media-plugins/mythnews
parentInitial import (diff)
downloadhistorical-114381f7ee6b555ed2a596e4335822889978a772.tar.gz
historical-114381f7ee6b555ed2a596e4335822889978a772.tar.bz2
historical-114381f7ee6b555ed2a596e4335822889978a772.zip
Version bump
Diffstat (limited to 'media-plugins/mythnews')
-rw-r--r--media-plugins/mythnews/ChangeLog7
-rw-r--r--media-plugins/mythnews/Manifest4
-rw-r--r--media-plugins/mythnews/files/digest-mythnews-0.161
-rw-r--r--media-plugins/mythnews/mythnews-0.16.ebuild20
4 files changed, 30 insertions, 2 deletions
diff --git a/media-plugins/mythnews/ChangeLog b/media-plugins/mythnews/ChangeLog
index 0819cf4dbe66..54f986128f9b 100644
--- a/media-plugins/mythnews/ChangeLog
+++ b/media-plugins/mythnews/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for media-plugins/mythnews
# Copyright 2000-2004 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-plugins/mythnews/ChangeLog,v 1.9 2004/06/24 23:33:52 agriffis Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-plugins/mythnews/ChangeLog,v 1.10 2004/09/10 19:58:40 aliz Exp $
+
+*mythnews-0.16 (10 Sep 2004)
+
+ 10 Sep 2004; Daniel Ahlberg <aliz@gentoo.org> mythnews-0.16.ebuild:
+ Version bump.
*mythnews-0.15 (01 Jun 2004)
diff --git a/media-plugins/mythnews/Manifest b/media-plugins/mythnews/Manifest
index 191bd7bd90e8..a78180615a1b 100644
--- a/media-plugins/mythnews/Manifest
+++ b/media-plugins/mythnews/Manifest
@@ -1,8 +1,10 @@
MD5 39d31e64f0b6ca20f6dbb19a4c9ca9ab mythnews-0.13.ebuild 995
MD5 f8394ec97f55b6af1c53024f4e86c8a6 mythnews-0.15.ebuild 1011
MD5 1b21d714db2a72ec10d2cd266b18ed3b mythnews-0.14.ebuild 1009
-MD5 d14b5cb4883636ef5d61ec57caeb444a ChangeLog 1052
+MD5 37a411680ec3da65809a76b4c5e3dd1a ChangeLog 1166
MD5 20e2255501865de5b568424821abf69d metadata.xml 161
+MD5 b8509c98e0d51aee73afa98399a0562c mythnews-0.16.ebuild 554
MD5 ba1aaa752cf2b8e1d989d5db1cb23b5d files/digest-mythnews-0.13 65
MD5 983d80ea01fdfb7d74da92ccc5dc98a0 files/digest-mythnews-0.14 65
MD5 33a5ffe0f2f8797b381ee76faf3940c4 files/digest-mythnews-0.15 65
+MD5 884fcdd1409a7bce37fe7323e4b18942 files/digest-mythnews-0.16 65
diff --git a/media-plugins/mythnews/files/digest-mythnews-0.16 b/media-plugins/mythnews/files/digest-mythnews-0.16
new file mode 100644
index 000000000000..134cacc5e535
--- /dev/null
+++ b/media-plugins/mythnews/files/digest-mythnews-0.16
@@ -0,0 +1 @@
+MD5 3ec7fff53731f2ff27fa486bab724331 mythnews-0.16.tar.bz2 34966
diff --git a/media-plugins/mythnews/mythnews-0.16.ebuild b/media-plugins/mythnews/mythnews-0.16.ebuild
new file mode 100644
index 000000000000..7ab12223f864
--- /dev/null
+++ b/media-plugins/mythnews/mythnews-0.16.ebuild
@@ -0,0 +1,20 @@
+# Copyright 1999-2004 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/media-plugins/mythnews/mythnews-0.16.ebuild,v 1.1 2004/09/10 19:58:40 aliz Exp $
+
+inherit myth
+
+DESCRIPTION="RSS feed news reading module for MythTV."
+HOMEPAGE="http://www.mythtv.org/"
+SRC_URI="http://www.mythtv.org/mc/${P}.tar.bz2"
+IUSE="debug nls"
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~x86 ~amd64"
+
+DEPEND=">=sys-apps/sed-4
+ || ( ~media-tv/mythtv-${PV} ~media-tv/mythfrontend-${PV} )"
+
+setup_pro() {
+ return 0
+}