summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthias Schwarzott <zzam@gentoo.org>2008-02-25 10:35:31 +0000
committerMatthias Schwarzott <zzam@gentoo.org>2008-02-25 10:35:31 +0000
commitc5f3ad537bab5178597180e1559af522efdaceaf (patch)
tree3d272c91ccf25af5fecc109f255322916e2ec3c2 /media-plugins/vdr-fepg
parentAdd nspr betas (diff)
downloadgentoo-2-c5f3ad537bab5178597180e1559af522efdaceaf.tar.gz
gentoo-2-c5f3ad537bab5178597180e1559af522efdaceaf.tar.bz2
gentoo-2-c5f3ad537bab5178597180e1559af522efdaceaf.zip
Version bumped.
(Portage version: 2.1.4.4)
Diffstat (limited to 'media-plugins/vdr-fepg')
-rw-r--r--media-plugins/vdr-fepg/ChangeLog9
-rw-r--r--media-plugins/vdr-fepg/vdr-fepg-0.4.0.ebuild16
2 files changed, 23 insertions, 2 deletions
diff --git a/media-plugins/vdr-fepg/ChangeLog b/media-plugins/vdr-fepg/ChangeLog
index 1fdaaaf79c3b..c394e7084016 100644
--- a/media-plugins/vdr-fepg/ChangeLog
+++ b/media-plugins/vdr-fepg/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for media-plugins/vdr-fepg
-# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-plugins/vdr-fepg/ChangeLog,v 1.7 2007/12/13 12:16:52 zzam Exp $
+# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/media-plugins/vdr-fepg/ChangeLog,v 1.8 2008/02/25 10:35:31 zzam Exp $
+
+*vdr-fepg-0.4.0 (25 Feb 2008)
+
+ 25 Feb 2008; Matthias Schwarzott <zzam@gentoo.org> +vdr-fepg-0.4.0.ebuild:
+ Version bumped.
*vdr-fepg-0.3.1 (13 Dec 2007)
diff --git a/media-plugins/vdr-fepg/vdr-fepg-0.4.0.ebuild b/media-plugins/vdr-fepg/vdr-fepg-0.4.0.ebuild
new file mode 100644
index 000000000000..b57ba01c06c0
--- /dev/null
+++ b/media-plugins/vdr-fepg/vdr-fepg-0.4.0.ebuild
@@ -0,0 +1,16 @@
+# Copyright 1999-2008 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/media-plugins/vdr-fepg/vdr-fepg-0.4.0.ebuild,v 1.1 2008/02/25 10:35:31 zzam Exp $
+
+inherit vdr-plugin
+
+DESCRIPTION="VDR plugin: show epg of multiple channels graphically"
+HOMEPAGE="http://www.fepg.tk/"
+SRC_URI="http://www.fepg.org/files/${P}.tgz"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+DEPEND=">=media-video/vdr-1.3.36"