diff options
author | Matthias Schwarzott <zzam@gentoo.org> | 2008-03-30 18:36:25 +0000 |
---|---|---|
committer | Matthias Schwarzott <zzam@gentoo.org> | 2008-03-30 18:36:25 +0000 |
commit | ecd25deefdd66fdeb705be05e5a8eb8354cf67e8 (patch) | |
tree | 943864967f11e0e070e69e5267d864436ca2adcc /media-plugins/vdr-nordlichtsepg | |
parent | Fix the metadata.xml (Kerin isn't a dev, though he and Gordon are maintaining... (diff) | |
download | gentoo-2-ecd25deefdd66fdeb705be05e5a8eb8354cf67e8.tar.gz gentoo-2-ecd25deefdd66fdeb705be05e5a8eb8354cf67e8.tar.bz2 gentoo-2-ecd25deefdd66fdeb705be05e5a8eb8354cf67e8.zip |
Version bumped.
(Portage version: 2.1.4.4)
Diffstat (limited to 'media-plugins/vdr-nordlichtsepg')
-rw-r--r-- | media-plugins/vdr-nordlichtsepg/ChangeLog | 10 | ||||
-rw-r--r-- | media-plugins/vdr-nordlichtsepg/vdr-nordlichtsepg-0.9_pre1.ebuild | 22 |
2 files changed, 30 insertions, 2 deletions
diff --git a/media-plugins/vdr-nordlichtsepg/ChangeLog b/media-plugins/vdr-nordlichtsepg/ChangeLog index 1ddf4855af2a..b78c5d2f8a5b 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-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-plugins/vdr-nordlichtsepg/ChangeLog,v 1.14 2007/07/09 19:35:06 hd_brummy Exp $ +# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/media-plugins/vdr-nordlichtsepg/ChangeLog,v 1.15 2008/03/30 18:36:25 zzam Exp $ + +*vdr-nordlichtsepg-0.9_pre1 (30 Mar 2008) + + 30 Mar 2008; Matthias Schwarzott <zzam@gentoo.org> + +vdr-nordlichtsepg-0.9_pre1.ebuild: + Version bumped. 09 Jul 2007; Joerg Bornkessel <hd_brummy@gentoo.org> +files/vdr-nordlichtsepg-0.8a_vdr-1.5.3.diff, diff --git a/media-plugins/vdr-nordlichtsepg/vdr-nordlichtsepg-0.9_pre1.ebuild b/media-plugins/vdr-nordlichtsepg/vdr-nordlichtsepg-0.9_pre1.ebuild new file mode 100644 index 000000000000..50736832d4d5 --- /dev/null +++ b/media-plugins/vdr-nordlichtsepg/vdr-nordlichtsepg-0.9_pre1.ebuild @@ -0,0 +1,22 @@ +# Copyright 1999-2008 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.9_pre1.ebuild,v 1.1 2008/03/30 18:36:25 zzam Exp $ + +inherit vdr-plugin + +IUSE="" +SLOT="0" + +MY_P="${PN}-${PV/_pre/-test}" + +DESCRIPTION="vdr Plugin: Better EPG view than default vdr" +HOMEPAGE="http://martins-kabuff.de/nordlichtsepg.html" +SRC_URI="http://martins-kabuff.de/download/${MY_P}.tgz" +LICENSE="GPL-2" + +KEYWORDS="~amd64 ~x86" + +DEPEND=">=media-video/vdr-1.3.31" + +S="${WORKDIR}/${PN#vdr-}-${PV%_pre*}" + |