summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoerg Bornkessel <hd_brummy@gentoo.org>2006-02-28 00:05:20 +0000
committerJoerg Bornkessel <hd_brummy@gentoo.org>2006-02-28 00:05:20 +0000
commitc7284b113eac9918811fa3b16980664033f35ca1 (patch)
tree981bb5bf39efb55f819250bb21a2d3231d0b8622 /media-plugins
parentppc/2.4/hardened profile (diff)
downloadhistorical-c7284b113eac9918811fa3b16980664033f35ca1.tar.gz
historical-c7284b113eac9918811fa3b16980664033f35ca1.tar.bz2
historical-c7284b113eac9918811fa3b16980664033f35ca1.zip
intial import from gentoo.de overlay cvs
Package-Manager: portage-2.0.54
Diffstat (limited to 'media-plugins')
-rw-r--r--media-plugins/vdr-lcr/ChangeLog10
-rw-r--r--media-plugins/vdr-lcr/Manifest15
-rw-r--r--media-plugins/vdr-lcr/files/digest-vdr-lcr-0.0.31
-rw-r--r--media-plugins/vdr-lcr/metadata.xml15
-rw-r--r--media-plugins/vdr-lcr/vdr-lcr-0.0.3.ebuild34
5 files changed, 75 insertions, 0 deletions
diff --git a/media-plugins/vdr-lcr/ChangeLog b/media-plugins/vdr-lcr/ChangeLog
new file mode 100644
index 000000000000..b714909bd9d5
--- /dev/null
+++ b/media-plugins/vdr-lcr/ChangeLog
@@ -0,0 +1,10 @@
+# ChangeLog for media-plugins/vdr-lcr
+# Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/media-plugins/vdr-lcr/ChangeLog,v 1.1 2006/02/28 00:05:20 hd_brummy Exp $
+
+*vdr-lcr-0.0.3 (28 Feb 2006)
+
+ 28 Feb 2006; Joerg Bornkessel <hd_brummy@gentoo.org> +metadata.xml,
+ +vdr-lcr-0.0.3.ebuild:
+ import ebuild from gentoo.de overlay cvs
+
diff --git a/media-plugins/vdr-lcr/Manifest b/media-plugins/vdr-lcr/Manifest
new file mode 100644
index 000000000000..4d59801917db
--- /dev/null
+++ b/media-plugins/vdr-lcr/Manifest
@@ -0,0 +1,15 @@
+-----BEGIN PGP SIGNED MESSAGE-----
+Hash: SHA1
+
+MD5 3b8c5cf22d9cc1f8ac3724add1a22485 ChangeLog 387
+MD5 3208436a558872bd854ba7fdfb067bae files/digest-vdr-lcr-0.0.3 65
+MD5 39901b6ecb5930c3cf71fefaf9d10228 metadata.xml 478
+MD5 958d6e56f2655e83d557fb39b37ed089 vdr-lcr-0.0.3.ebuild 914
+-----BEGIN PGP SIGNATURE-----
+Version: GnuPG v1.4.2.1 (GNU/Linux)
+Comment: no further Information
+
+iD8DBQFEA5PTdn07HTTCgIoRArFgAJ92oju5EpP7PrfS4OHKsLiCTixX5ACglLzP
+nEPS5sZsSrRMBYRa18I4bpY=
+=zbvl
+-----END PGP SIGNATURE-----
diff --git a/media-plugins/vdr-lcr/files/digest-vdr-lcr-0.0.3 b/media-plugins/vdr-lcr/files/digest-vdr-lcr-0.0.3
new file mode 100644
index 000000000000..93c658976258
--- /dev/null
+++ b/media-plugins/vdr-lcr/files/digest-vdr-lcr-0.0.3
@@ -0,0 +1 @@
+MD5 b30d18ed115ca5a207b336ef0e626897 vdr-lcr-0.0.3.tar.bz2 27142
diff --git a/media-plugins/vdr-lcr/metadata.xml b/media-plugins/vdr-lcr/metadata.xml
new file mode 100644
index 000000000000..ba4bdc3efc83
--- /dev/null
+++ b/media-plugins/vdr-lcr/metadata.xml
@@ -0,0 +1,15 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+ <herd>media-tv</herd>
+ <maintainer>
+ <email>hd_brummy@gentoo.org</email>
+ <name>Joerg Bornkessel</name>
+ <description>
+ Please contacts maintainer before you something change.
+ </description>
+ </maintainer>
+ <longdescription>
+ Video Disk Recorder (VDR) Plugin to show best telefon tarif (LCR) on OSD
+ </longdescription>
+</pkgmetadata>
diff --git a/media-plugins/vdr-lcr/vdr-lcr-0.0.3.ebuild b/media-plugins/vdr-lcr/vdr-lcr-0.0.3.ebuild
new file mode 100644
index 000000000000..627577a9f4b6
--- /dev/null
+++ b/media-plugins/vdr-lcr/vdr-lcr-0.0.3.ebuild
@@ -0,0 +1,34 @@
+# Copyright 1999-2006 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.3.ebuild,v 1.1 2006/02/28 00:05:20 hd_brummy 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
+ mirror://vdrfiles/${PN}/${P}.tar.bz2"
+
+SLOT="0"
+LICENSE="GPL-2"
+KEYWORDS="~x86 ~amd64"
+IUSE=""
+
+DEPEND=">=media-video/vdr-1.3.21
+ >=libwww-perl-5.69-r2
+ >=HTML-Parser-3.34-r1"
+
+src_install() {
+ vdr-plugin_src_install
+
+ dobin contrib/retrieve-data.pl
+}
+
+src_postinst() {
+ vdr-plugin_pkg_postinst
+
+ echo
+ einfo "LCR - Plugin support per default only German telefon net"
+ einfo "Find more info in /usr/bin/retrieve-data.pl how to add your"
+ einfo "own Provider-Parser, or contact the maintainer"
+}