diff options
author | 2014-01-08 14:20:34 +0000 | |
---|---|---|
committer | 2014-01-08 14:20:34 +0000 | |
commit | aea68d2305c3a2ad4d4f3ae3c68c7c0e5f04cb03 (patch) | |
tree | 2cc0d8642b1e59e6c8a36a2150bfced331ac597e /media-plugins/vdr-mlist | |
parent | bump; eapi=5; vdr-plugin-2.eclass (diff) | |
download | gentoo-2-aea68d2305c3a2ad4d4f3ae3c68c7c0e5f04cb03.tar.gz gentoo-2-aea68d2305c3a2ad4d4f3ae3c68c7c0e5f04cb03.tar.bz2 gentoo-2-aea68d2305c3a2ad4d4f3ae3c68c7c0e5f04cb03.zip |
converted to vdr-plugin-2.eclass
(Portage version: 2.2.1/cvs/Linux i686, signed Manifest commit with key 34C2808A)
Diffstat (limited to 'media-plugins/vdr-mlist')
-rw-r--r-- | media-plugins/vdr-mlist/ChangeLog | 5 | ||||
-rw-r--r-- | media-plugins/vdr-mlist/vdr-mlist-1.0.1.ebuild | 8 |
2 files changed, 9 insertions, 4 deletions
diff --git a/media-plugins/vdr-mlist/ChangeLog b/media-plugins/vdr-mlist/ChangeLog index ab4aa7d68be4..86cd94c90a66 100644 --- a/media-plugins/vdr-mlist/ChangeLog +++ b/media-plugins/vdr-mlist/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for media-plugins/vdr-mlist # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-plugins/vdr-mlist/ChangeLog,v 1.13 2014/01/02 16:58:19 hd_brummy Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-plugins/vdr-mlist/ChangeLog,v 1.14 2014/01/08 14:20:34 hd_brummy Exp $ + + 08 Jan 2014; Joerg Bornkessel <hd_brummy@gentoo.org> vdr-mlist-1.0.1.ebuild: + converted to vdr-plugin-2.eclass 02 Jan 2014; Joerg Bornkessel <hd_brummy@gentoo.org> vdr-mlist-1.0.2.ebuild: stable amd64 x86, wrt bug 495764 diff --git a/media-plugins/vdr-mlist/vdr-mlist-1.0.1.ebuild b/media-plugins/vdr-mlist/vdr-mlist-1.0.1.ebuild index 522674123774..26711eb356ab 100644 --- a/media-plugins/vdr-mlist/vdr-mlist-1.0.1.ebuild +++ b/media-plugins/vdr-mlist/vdr-mlist-1.0.1.ebuild @@ -1,10 +1,12 @@ -# Copyright 1999-2011 Gentoo Foundation +# Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-plugins/vdr-mlist/vdr-mlist-1.0.1.ebuild,v 1.3 2011/12/21 08:42:52 phajdan.jr Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-plugins/vdr-mlist/vdr-mlist-1.0.1.ebuild,v 1.4 2014/01/08 14:20:34 hd_brummy Exp $ + +EAPI=5 IUSE="" -inherit vdr-plugin eutils +inherit vdr-plugin-2 DESCRIPTION="VDR plugin: Show a history of the last OSD message" HOMEPAGE="http://www.joachim-wilke.de/?alias=vdr-mlist" |