diff options
author | Matthias Schwarzott <zzam@gentoo.org> | 2005-10-08 21:52:18 +0000 |
---|---|---|
committer | Matthias Schwarzott <zzam@gentoo.org> | 2005-10-08 21:52:18 +0000 |
commit | 9f486f8366f223cde2d6c840754bf36b42fc28d7 (patch) | |
tree | d4f3517144d961379195e2fc5bd3b793950757ca /media-plugins | |
parent | Stable ppc-macos. Bug 108337 (diff) | |
download | gentoo-2-9f486f8366f223cde2d6c840754bf36b42fc28d7.tar.gz gentoo-2-9f486f8366f223cde2d6c840754bf36b42fc28d7.tar.bz2 gentoo-2-9f486f8366f223cde2d6c840754bf36b42fc28d7.zip |
Initial import of ebuild by myself.
(Portage version: 2.0.51.22-r3)
Diffstat (limited to 'media-plugins')
5 files changed, 40 insertions, 0 deletions
diff --git a/media-plugins/vdr-nordlichtsepg/ChangeLog b/media-plugins/vdr-nordlichtsepg/ChangeLog new file mode 100644 index 000000000000..18f15011b245 --- /dev/null +++ b/media-plugins/vdr-nordlichtsepg/ChangeLog @@ -0,0 +1,10 @@ +# ChangeLog for media-plugins/vdr-nordlichtsepg +# Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/media-plugins/vdr-nordlichtsepg/ChangeLog,v 1.1 2005/10/08 21:52:18 zzam Exp $ + +*vdr-nordlichtsepg-0.3 (08 Oct 2005) + + 08 Oct 2005; Matthias Schwarzott <zzam@gentoo.org> +metadata.xml, + +vdr-nordlichtsepg-0.3.ebuild: + Initial import of ebuild by myself. + diff --git a/media-plugins/vdr-nordlichtsepg/Manifest b/media-plugins/vdr-nordlichtsepg/Manifest new file mode 100644 index 000000000000..46e42eb135d7 --- /dev/null +++ b/media-plugins/vdr-nordlichtsepg/Manifest @@ -0,0 +1,3 @@ +MD5 21edac7247995b654b1567703dcb2fb9 vdr-nordlichtsepg-0.3.ebuild 500 +MD5 2dfeb78aeafe21e4952c3bb12be04581 ChangeLog 295 +MD5 d2cf3076f7c81c94fa90cd2609cd8311 files/digest-vdr-nordlichtsepg-0.3 69 diff --git a/media-plugins/vdr-nordlichtsepg/files/digest-vdr-nordlichtsepg-0.3 b/media-plugins/vdr-nordlichtsepg/files/digest-vdr-nordlichtsepg-0.3 new file mode 100644 index 000000000000..e0e76bb2430b --- /dev/null +++ b/media-plugins/vdr-nordlichtsepg/files/digest-vdr-nordlichtsepg-0.3 @@ -0,0 +1 @@ +MD5 adeb08856f1b1306c235e693b8fe1006 vdr-nordlichtsepg-0.3.tgz 13954 diff --git a/media-plugins/vdr-nordlichtsepg/metadata.xml b/media-plugins/vdr-nordlichtsepg/metadata.xml new file mode 100644 index 000000000000..fb84c475836b --- /dev/null +++ b/media-plugins/vdr-nordlichtsepg/metadata.xml @@ -0,0 +1,9 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> + <herd>media-tv</herd> + <maintainer> + <email>zzam@gentoo.org</email> + <name>Matthias Schwarzott</name> + </maintainer> +</pkgmetadata> diff --git a/media-plugins/vdr-nordlichtsepg/vdr-nordlichtsepg-0.3.ebuild b/media-plugins/vdr-nordlichtsepg/vdr-nordlichtsepg-0.3.ebuild new file mode 100644 index 000000000000..494bb92a402c --- /dev/null +++ b/media-plugins/vdr-nordlichtsepg/vdr-nordlichtsepg-0.3.ebuild @@ -0,0 +1,17 @@ +# Copyright 1999-2005 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/media-plugins/vdr-nordlichtsepg/vdr-nordlichtsepg-0.3.ebuild,v 1.1 2005/10/08 21:52:18 zzam Exp $ + +inherit vdr-plugin + +IUSE="" +SLOT="0" + +DESCRIPTION="vdr Plugin: Better EPG view than default vdr" +HOMEPAGE="http://martins-kabuff.de/nordlichtsepg.html" +SRC_URI="http://martins-kabuff.de/download/${P}.tgz" +LICENSE="GPL-2" + +KEYWORDS="~x86" + +DEPEND=">=media-video/vdr-1.3.31" |