diff options
-rw-r--r-- | media-plugins/vdr-imonlcd/ChangeLog | 6 | ||||
-rw-r--r-- | media-plugins/vdr-imonlcd/vdr-imonlcd-0.0.5-r1.ebuild | 7 |
2 files changed, 8 insertions, 5 deletions
diff --git a/media-plugins/vdr-imonlcd/ChangeLog b/media-plugins/vdr-imonlcd/ChangeLog index 6272f12116c8..2a20dc3b6980 100644 --- a/media-plugins/vdr-imonlcd/ChangeLog +++ b/media-plugins/vdr-imonlcd/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for media-plugins/vdr-imonlcd # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-plugins/vdr-imonlcd/ChangeLog,v 1.2 2011/01/28 23:11:46 idl0r Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-plugins/vdr-imonlcd/ChangeLog,v 1.3 2011/01/29 01:11:20 hd_brummy Exp $ + + 29 Jan 2011; Joerg Bornkessel <hd_brummy@gentoo.org> + vdr-imonlcd-0.0.5-r1.ebuild: + fixed Description *vdr-imonlcd-0.0.5-r1 (28 Jan 2011) diff --git a/media-plugins/vdr-imonlcd/vdr-imonlcd-0.0.5-r1.ebuild b/media-plugins/vdr-imonlcd/vdr-imonlcd-0.0.5-r1.ebuild index e23db24b75f8..a9db12becb56 100644 --- a/media-plugins/vdr-imonlcd/vdr-imonlcd-0.0.5-r1.ebuild +++ b/media-plugins/vdr-imonlcd/vdr-imonlcd-0.0.5-r1.ebuild @@ -1,13 +1,12 @@ # Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-plugins/vdr-imonlcd/vdr-imonlcd-0.0.5-r1.ebuild,v 1.1 2011/01/28 23:11:46 idl0r Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-plugins/vdr-imonlcd/vdr-imonlcd-0.0.5-r1.ebuild,v 1.2 2011/01/29 01:11:20 hd_brummy Exp $ -EAPI=3 +EAPI="3" inherit linux-info vdr-plugin -DESCRIPTION="Video Disc Recorder plugin that shows information about the current state -of VDR on iMON LCD" +DESCRIPTION="VDR Plugin: shows information about the current state of VDR on iMON LCD" HOMEPAGE="http://projects.vdr-developer.org/wiki/plg-imonlcd" SRC_URI="http://projects.vdr-developer.org/attachments/download/408/${P}.tgz" |