diff options
Diffstat (limited to 'media-plugins/mythvideo')
-rw-r--r-- | media-plugins/mythvideo/ChangeLog | 5 | ||||
-rw-r--r-- | media-plugins/mythvideo/files/digest-mythvideo-0.17 | 1 | ||||
-rw-r--r-- | media-plugins/mythvideo/mythvideo-0.17.ebuild | 25 |
3 files changed, 4 insertions, 27 deletions
diff --git a/media-plugins/mythvideo/ChangeLog b/media-plugins/mythvideo/ChangeLog index 8ef589dbc740..056e9a2bafe2 100644 --- a/media-plugins/mythvideo/ChangeLog +++ b/media-plugins/mythvideo/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for media-plugins/mythvideo # Copyright 2000-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-plugins/mythvideo/ChangeLog,v 1.28 2005/06/21 23:13:55 herbs Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-plugins/mythvideo/ChangeLog,v 1.29 2005/06/29 08:00:47 cardoe Exp $ + + 29 Jun 2005; Doug Goldstein <cardoe@gentoo.org> -mythvideo-0.17.ebuild: + remove old versions 21 Jun 2005; Herbie Hopkins <herbs@gentoo.org> mythvideo-0.18.1.ebuild: Stable on amd64. diff --git a/media-plugins/mythvideo/files/digest-mythvideo-0.17 b/media-plugins/mythvideo/files/digest-mythvideo-0.17 deleted file mode 100644 index 88f5f40138ab..000000000000 --- a/media-plugins/mythvideo/files/digest-mythvideo-0.17 +++ /dev/null @@ -1 +0,0 @@ -MD5 0db7582e9279ca90e4d6da65ec8ee367 mythvideo-0.17.tar.bz2 299341 diff --git a/media-plugins/mythvideo/mythvideo-0.17.ebuild b/media-plugins/mythvideo/mythvideo-0.17.ebuild deleted file mode 100644 index 86c791634af3..000000000000 --- a/media-plugins/mythvideo/mythvideo-0.17.ebuild +++ /dev/null @@ -1,25 +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/mythvideo/mythvideo-0.17.ebuild,v 1.2 2005/06/06 09:17:59 cardoe Exp $ - -inherit myth eutils - -DESCRIPTION="Video player module for MythTV." -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 - dev-perl/libwww-perl - dev-perl/HTML-Parser - dev-perl/URI - dev-perl/XML-Simple - || ( media-video/mplayer media-video/xine-ui ) - ~media-tv/mythtv-${PV}" - -setup_pro() { - return 0 -} |