diff options
author | Matthias Schwarzott <zzam@gentoo.org> | 2008-08-14 10:59:00 +0000 |
---|---|---|
committer | Matthias Schwarzott <zzam@gentoo.org> | 2008-08-14 10:59:00 +0000 |
commit | adfb6b3e1b5afe0dd31b02f5f0026e5d77c398d2 (patch) | |
tree | c99c612da6022f3273ec9feffd2c29de4830c711 /media-plugins/vdr-lcr | |
parent | Version bump (diff) | |
download | gentoo-2-adfb6b3e1b5afe0dd31b02f5f0026e5d77c398d2.tar.gz gentoo-2-adfb6b3e1b5afe0dd31b02f5f0026e5d77c398d2.tar.bz2 gentoo-2-adfb6b3e1b5afe0dd31b02f5f0026e5d77c398d2.zip |
Version bumped.
(Portage version: 2.2_rc8/cvs/Linux 2.6.25-tuxonice-r6 i686)
Diffstat (limited to 'media-plugins/vdr-lcr')
-rw-r--r-- | media-plugins/vdr-lcr/ChangeLog | 9 | ||||
-rw-r--r-- | media-plugins/vdr-lcr/vdr-lcr-0.0.9.ebuild | 34 |
2 files changed, 41 insertions, 2 deletions
diff --git a/media-plugins/vdr-lcr/ChangeLog b/media-plugins/vdr-lcr/ChangeLog index 3e2ceb8475db..e6895c240089 100644 --- a/media-plugins/vdr-lcr/ChangeLog +++ b/media-plugins/vdr-lcr/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for media-plugins/vdr-lcr -# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-plugins/vdr-lcr/ChangeLog,v 1.10 2007/01/05 16:35:45 hd_brummy Exp $ +# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/media-plugins/vdr-lcr/ChangeLog,v 1.11 2008/08/14 10:59:00 zzam Exp $ + +*vdr-lcr-0.0.9 (14 Aug 2008) + + 14 Aug 2008; Matthias Schwarzott <zzam@gentoo.org> +vdr-lcr-0.0.9.ebuild: + Version bumped. 05 Jan 2007; Joerg Bornkessel <hd_brummy@gentoo.org> vdr-lcr-0.0.8.ebuild: einfo converted to elog diff --git a/media-plugins/vdr-lcr/vdr-lcr-0.0.9.ebuild b/media-plugins/vdr-lcr/vdr-lcr-0.0.9.ebuild new file mode 100644 index 000000000000..736af911b3df --- /dev/null +++ b/media-plugins/vdr-lcr/vdr-lcr-0.0.9.ebuild @@ -0,0 +1,34 @@ +# Copyright 1999-2008 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/media-plugins/vdr-lcr/vdr-lcr-0.0.9.ebuild,v 1.1 2008/08/14 10:59:00 zzam Exp $ + +inherit vdr-plugin + +DESCRIPTION="Video Disk Recorder Least Cost Routing (LCR) PlugIn" +HOMEPAGE="http://lcr.vdr-developer.org" +SRC_URI="http://lcr.vdr-developer.org/downloads/${P}.tar.bz2" + +SLOT="0" +LICENSE="GPL-2" +KEYWORDS="~amd64 ~x86" +IUSE="" + +DEPEND=">=media-video/vdr-1.5.7 + >=dev-perl/libwww-perl-5.69-r2 + >=dev-perl/HTML-Parser-3.34-r1 + >=www-client/lynx-2.8.4" + +src_install() { + vdr-plugin_src_install + + dobin contrib/vdr-lcr-retrieve_data.pl +} + +pkg_postinst() { + vdr-plugin_pkg_postinst + + echo + elog "By default, this plugin only supports the German telephone network" + elog "Find more info in /usr/bin/vdr-lcr-retrieve-data.pl how to add your" + elog "own Provider-Parser, or contact the maintainer" +} |