diff options
author | Daniel Ahlberg <aliz@gentoo.org> | 2004-07-14 13:29:30 +0000 |
---|---|---|
committer | Daniel Ahlberg <aliz@gentoo.org> | 2004-07-14 13:29:30 +0000 |
commit | 81aa1ea6e191df3912455701268a7c6e00e911b8 (patch) | |
tree | 26d3eb6e46eed9c096e48bfd0ef570acd5277057 /media-plugins | |
parent | sync IUSE (missing) (Manifest recommit) (diff) | |
download | gentoo-2-81aa1ea6e191df3912455701268a7c6e00e911b8.tar.gz gentoo-2-81aa1ea6e191df3912455701268a7c6e00e911b8.tar.bz2 gentoo-2-81aa1ea6e191df3912455701268a7c6e00e911b8.zip |
Perl dependencies
Diffstat (limited to 'media-plugins')
-rw-r--r-- | media-plugins/mythvideo/ChangeLog | 5 | ||||
-rw-r--r-- | media-plugins/mythvideo/mythvideo-0.15.1.ebuild | 5 |
2 files changed, 8 insertions, 2 deletions
diff --git a/media-plugins/mythvideo/ChangeLog b/media-plugins/mythvideo/ChangeLog index 26f9346ba88a..38f362006545 100644 --- a/media-plugins/mythvideo/ChangeLog +++ b/media-plugins/mythvideo/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for media-plugins/mythvideo # Copyright 2000-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-plugins/mythvideo/ChangeLog,v 1.15 2004/06/24 23:34:03 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-plugins/mythvideo/ChangeLog,v 1.16 2004/07/14 13:29:30 aliz Exp $ + + 14 Jul 2004; Daniel Ahlberg <aliz@gentoo.org> mythvideo-0.15.1.ebuild: + Added some perl depenedencies for imdb perl scripts. *mythvideo-0.15.1 (01 Jun 2004) diff --git a/media-plugins/mythvideo/mythvideo-0.15.1.ebuild b/media-plugins/mythvideo/mythvideo-0.15.1.ebuild index f9644c75881d..c806402e6be6 100644 --- a/media-plugins/mythvideo/mythvideo-0.15.1.ebuild +++ b/media-plugins/mythvideo/mythvideo-0.15.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-plugins/mythvideo/mythvideo-0.15.1.ebuild,v 1.2 2004/06/24 23:34:03 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-plugins/mythvideo/mythvideo-0.15.1.ebuild,v 1.3 2004/07/14 13:29:30 aliz Exp $ IUSE="" @@ -15,6 +15,9 @@ SLOT="0" KEYWORDS="~x86" DEPEND=">=sys-apps/sed-4 + dev-perl/libwww-perl + dev-perl/HTML-Parser + dev-perl/URI || ( media-video/mplayer media-video/xine-ui ) || ( >=media-tv/mythtv-${PV}* >=media-tv/mythfrontend-${PV}* )" |