summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDoug Goldstein <cardoe@gentoo.org>2005-06-06 09:19:53 +0000
committerDoug Goldstein <cardoe@gentoo.org>2005-06-06 09:19:53 +0000
commitfe2c38bbc096fa3684416b677cea7c8f6fb765d5 (patch)
tree5340702c1041d7a7d6ca227434e3646537b124a5 /media-plugins/mythnews
parentstable on ppc64 (diff)
downloadhistorical-fe2c38bbc096fa3684416b677cea7c8f6fb765d5.tar.gz
historical-fe2c38bbc096fa3684416b677cea7c8f6fb765d5.tar.bz2
historical-fe2c38bbc096fa3684416b677cea7c8f6fb765d5.zip
Fixed deps for removed mythfrontend
Package-Manager: portage-2.0.51.22-r1
Diffstat (limited to 'media-plugins/mythnews')
-rw-r--r--media-plugins/mythnews/ChangeLog5
-rw-r--r--media-plugins/mythnews/files/digest-mythnews-0.161
-rw-r--r--media-plugins/mythnews/files/digest-mythnews-0.181
-rw-r--r--media-plugins/mythnews/mythnews-0.16.ebuild20
-rw-r--r--media-plugins/mythnews/mythnews-0.17.ebuild4
-rw-r--r--media-plugins/mythnews/mythnews-0.18.ebuild20
6 files changed, 6 insertions, 45 deletions
diff --git a/media-plugins/mythnews/ChangeLog b/media-plugins/mythnews/ChangeLog
index 58893abb15f2..b27b3d53f8f8 100644
--- a/media-plugins/mythnews/ChangeLog
+++ b/media-plugins/mythnews/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for media-plugins/mythnews
# Copyright 2000-2005 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-plugins/mythnews/ChangeLog,v 1.18 2005/06/06 09:10:26 cardoe Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-plugins/mythnews/ChangeLog,v 1.19 2005/06/06 09:11:20 cardoe Exp $
+
+ 06 Jun 2005; Doug Goldstein <cardoe@gentoo.org> mythnews-0.17.ebuild:
+ Fixed deps for removed mythfrontend
06 Jun 2005; Doug Goldstein <cardoe@gentoo.org> -mythnews-0.16.ebuild,
-mythnews-0.18.ebuild:
diff --git a/media-plugins/mythnews/files/digest-mythnews-0.16 b/media-plugins/mythnews/files/digest-mythnews-0.16
deleted file mode 100644
index 134cacc5e535..000000000000
--- a/media-plugins/mythnews/files/digest-mythnews-0.16
+++ /dev/null
@@ -1 +0,0 @@
-MD5 3ec7fff53731f2ff27fa486bab724331 mythnews-0.16.tar.bz2 34966
diff --git a/media-plugins/mythnews/files/digest-mythnews-0.18 b/media-plugins/mythnews/files/digest-mythnews-0.18
deleted file mode 100644
index 297d44c23408..000000000000
--- a/media-plugins/mythnews/files/digest-mythnews-0.18
+++ /dev/null
@@ -1 +0,0 @@
-MD5 b314a1a23679b4244d63cb93566b9e67 mythplugins-0.18.tar.bz2 2504735
diff --git a/media-plugins/mythnews/mythnews-0.16.ebuild b/media-plugins/mythnews/mythnews-0.16.ebuild
deleted file mode 100644
index 4ef23897e9db..000000000000
--- a/media-plugins/mythnews/mythnews-0.16.ebuild
+++ /dev/null
@@ -1,20 +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/mythnews/mythnews-0.16.ebuild,v 1.3 2005/01/22 08:22:15 cardoe 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
-}
diff --git a/media-plugins/mythnews/mythnews-0.17.ebuild b/media-plugins/mythnews/mythnews-0.17.ebuild
index 7ccf0e932cb4..e548ca04f443 100644
--- a/media-plugins/mythnews/mythnews-0.17.ebuild
+++ b/media-plugins/mythnews/mythnews-0.17.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-plugins/mythnews/mythnews-0.17.ebuild,v 1.1 2005/02/11 15:47:48 cardoe Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-plugins/mythnews/mythnews-0.17.ebuild,v 1.2 2005/06/06 09:11:20 cardoe Exp $
inherit myth
@@ -13,7 +13,7 @@ SLOT="0"
KEYWORDS="~x86 ~amd64"
DEPEND=">=sys-apps/sed-4
- || ( ~media-tv/mythtv-${PV} ~media-tv/mythfrontend-${PV} )"
+ ~media-tv/mythtv-${PV}"
setup_pro() {
return 0
diff --git a/media-plugins/mythnews/mythnews-0.18.ebuild b/media-plugins/mythnews/mythnews-0.18.ebuild
deleted file mode 100644
index d59a9880e15b..000000000000
--- a/media-plugins/mythnews/mythnews-0.18.ebuild
+++ /dev/null
@@ -1,20 +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/mythnews/mythnews-0.18.ebuild,v 1.1 2005/04/18 08:15:13 eradicator Exp $
-
-inherit myth
-
-DESCRIPTION="RSS feed news reading module for MythTV."
-HOMEPAGE="http://www.mythtv.org/"
-SRC_URI="http://www.mythtv.org/mc/mythplugins-${PV}.tar.bz2"
-IUSE=""
-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
-}