diff options
-rw-r--r-- | media-plugins/vdr-infosatepg/ChangeLog | 10 | ||||
-rw-r--r-- | media-plugins/vdr-infosatepg/vdr-infosatepg-0.0.10.ebuild | 18 |
2 files changed, 26 insertions, 2 deletions
diff --git a/media-plugins/vdr-infosatepg/ChangeLog b/media-plugins/vdr-infosatepg/ChangeLog index 1b4e83024f9b..c574dafad644 100644 --- a/media-plugins/vdr-infosatepg/ChangeLog +++ b/media-plugins/vdr-infosatepg/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for media-plugins/vdr-infosatepg -# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-plugins/vdr-infosatepg/ChangeLog,v 1.1 2009/02/18 21:15:51 hd_brummy Exp $ +# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/media-plugins/vdr-infosatepg/ChangeLog,v 1.2 2010/06/06 11:07:08 hd_brummy Exp $ + +*vdr-infosatepg-0.0.10 (06 Jun 2010) + + 06 Jun 2010; Joerg Bornkessel <hd_brummy@gentoo.org> + +vdr-infosatepg-0.0.10.ebuild: + version bump, #322063 *vdr-infosatepg-0.0.8 (18 Feb 2009) diff --git a/media-plugins/vdr-infosatepg/vdr-infosatepg-0.0.10.ebuild b/media-plugins/vdr-infosatepg/vdr-infosatepg-0.0.10.ebuild new file mode 100644 index 000000000000..501740259f32 --- /dev/null +++ b/media-plugins/vdr-infosatepg/vdr-infosatepg-0.0.10.ebuild @@ -0,0 +1,18 @@ +# Copyright 1999-2010 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/media-plugins/vdr-infosatepg/vdr-infosatepg-0.0.10.ebuild,v 1.1 2010/06/06 11:07:08 hd_brummy Exp $ + +EAPI="2" + +inherit vdr-plugin + +DESCRIPTION="VDR Plugin: Reads the contents of infosat and writes the data into the EPG." +HOMEPAGE="http://projects.vdr-developer.org/projects/show/plg-infosatepg" +SRC_URI="http://projects.vdr-developer.org/attachments/download/163/${P}.tgz" + +SLOT="0" +LICENSE="GPL-2" +KEYWORDS="~x86 ~amd64" +IUSE="" + +DEPEND=">=media-video/vdr-1.6.0" |