diff options
author | Matthias Schwarzott <zzam@gentoo.org> | 2005-11-15 22:46:14 +0000 |
---|---|---|
committer | Matthias Schwarzott <zzam@gentoo.org> | 2005-11-15 22:46:14 +0000 |
commit | 69624671ab2e58852e93f4193c6d2e96fecd3a98 (patch) | |
tree | 553a6533f2788aebb32b4c9b922add9972566a7c /media-plugins/vdr-nordlichtsepg | |
parent | Version bumped to 2.0_pre20051115 to fix a nasty livecd-stage2 bug when not u... (diff) | |
download | gentoo-2-69624671ab2e58852e93f4193c6d2e96fecd3a98.tar.gz gentoo-2-69624671ab2e58852e93f4193c6d2e96fecd3a98.tar.bz2 gentoo-2-69624671ab2e58852e93f4193c6d2e96fecd3a98.zip |
Version bump.
(Portage version: 2.0.51.22-r3)
Diffstat (limited to 'media-plugins/vdr-nordlichtsepg')
4 files changed, 27 insertions, 1 deletions
diff --git a/media-plugins/vdr-nordlichtsepg/ChangeLog b/media-plugins/vdr-nordlichtsepg/ChangeLog index 18f15011b245..462b6e494f7a 100644 --- a/media-plugins/vdr-nordlichtsepg/ChangeLog +++ b/media-plugins/vdr-nordlichtsepg/ChangeLog @@ -1,6 +1,12 @@ # 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 $ +# $Header: /var/cvsroot/gentoo-x86/media-plugins/vdr-nordlichtsepg/ChangeLog,v 1.2 2005/11/15 22:46:14 zzam Exp $ + +*vdr-nordlichtsepg-0.4 (15 Nov 2005) + + 15 Nov 2005; Matthias Schwarzott <zzam@gentoo.org> + +vdr-nordlichtsepg-0.4.ebuild: + Version bump. *vdr-nordlichtsepg-0.3 (08 Oct 2005) diff --git a/media-plugins/vdr-nordlichtsepg/Manifest b/media-plugins/vdr-nordlichtsepg/Manifest index dba7827a2187..45bd7fbd1c60 100644 --- a/media-plugins/vdr-nordlichtsepg/Manifest +++ b/media-plugins/vdr-nordlichtsepg/Manifest @@ -1,4 +1,6 @@ +MD5 0eba7c7cffadfb56039c973fed76693a vdr-nordlichtsepg-0.4.ebuild 514 MD5 0eba7c7cffadfb56039c973fed76693a vdr-nordlichtsepg-0.3.ebuild 514 MD5 27eab04a0e29562b7668033b928f1a60 ChangeLog 411 MD5 a973dfa1638779880ca99f1c1435cac7 metadata.xml 259 MD5 d2cf3076f7c81c94fa90cd2609cd8311 files/digest-vdr-nordlichtsepg-0.3 69 +MD5 b2350508d89ffc88ad7f585c9d13ffa7 files/digest-vdr-nordlichtsepg-0.4 69 diff --git a/media-plugins/vdr-nordlichtsepg/files/digest-vdr-nordlichtsepg-0.4 b/media-plugins/vdr-nordlichtsepg/files/digest-vdr-nordlichtsepg-0.4 new file mode 100644 index 000000000000..f4e1d909e67b --- /dev/null +++ b/media-plugins/vdr-nordlichtsepg/files/digest-vdr-nordlichtsepg-0.4 @@ -0,0 +1 @@ +MD5 2df3799a00995c3a6bd616fc6c5a4e7e vdr-nordlichtsepg-0.4.tgz 14580 diff --git a/media-plugins/vdr-nordlichtsepg/vdr-nordlichtsepg-0.4.ebuild b/media-plugins/vdr-nordlichtsepg/vdr-nordlichtsepg-0.4.ebuild new file mode 100644 index 000000000000..908b1ecb8293 --- /dev/null +++ b/media-plugins/vdr-nordlichtsepg/vdr-nordlichtsepg-0.4.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.4.ebuild,v 1.1 2005/11/15 22:46:14 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" |