Gentoo Archives: gentoo-commits

From: "Joerg Bornkessel (hd_brummy)" <hd_brummy@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in media-plugins/vdr-osdserver: vdr-osdserver-0.1.2.ebuild ChangeLog
Date: Sun, 23 Feb 2014 20:33:57
Message-Id: 20140223203353.F235E2004C@flycatcher.gentoo.org
1 hd_brummy 14/02/23 20:33:53
2
3 Modified: vdr-osdserver-0.1.2.ebuild ChangeLog
4 Log:
5 cleanup old; eapi=5; converted to vdr-plugin-2.eclass
6
7 (Portage version: 2.2.1/cvs/Linux i686, signed Manifest commit with key 34C2808A)
8
9 Revision Changes Path
10 1.2 media-plugins/vdr-osdserver/vdr-osdserver-0.1.2.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/vdr-osdserver/vdr-osdserver-0.1.2.ebuild?rev=1.2&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/vdr-osdserver/vdr-osdserver-0.1.2.ebuild?rev=1.2&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/vdr-osdserver/vdr-osdserver-0.1.2.ebuild?r1=1.1&r2=1.2
15
16 Index: vdr-osdserver-0.1.2.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/media-plugins/vdr-osdserver/vdr-osdserver-0.1.2.ebuild,v
19 retrieving revision 1.1
20 retrieving revision 1.2
21 diff -u -r1.1 -r1.2
22 --- vdr-osdserver-0.1.2.ebuild 30 Nov 2008 17:27:02 -0000 1.1
23 +++ vdr-osdserver-0.1.2.ebuild 23 Feb 2014 20:33:53 -0000 1.2
24 @@ -1,8 +1,10 @@
25 -# Copyright 1999-2008 Gentoo Foundation
26 +# Copyright 1999-2014 Gentoo Foundation
27 # Distributed under the terms of the GNU General Public License v2
28 -# $Header: /var/cvsroot/gentoo-x86/media-plugins/vdr-osdserver/vdr-osdserver-0.1.2.ebuild,v 1.1 2008/11/30 17:27:02 hd_brummy Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/media-plugins/vdr-osdserver/vdr-osdserver-0.1.2.ebuild,v 1.2 2014/02/23 20:33:53 hd_brummy Exp $
30
31 -inherit vdr-plugin
32 +EAPI=5
33 +
34 +inherit vdr-plugin-2
35
36 DESCRIPTION="VDR plugin: provides VDR OSD access to external programs and scripts through a TCP/IP socket connection, just like an X server does."
37 HOMEPAGE="http://www.udo-richter.de/vdr/osdserver.en.html"
38 @@ -20,7 +22,7 @@
39 PATCHES="${FILESDIR}/${PN}-0.1.1-gentoo.diff"
40
41 src_install() {
42 - vdr-plugin_src_install
43 + vdr-plugin-2_src_install
44
45 insinto /etc/vdr/plugins/osdserver
46 doins "${FILESDIR}"/osdserverhosts.conf
47 @@ -29,12 +31,10 @@
48 }
49
50 pkg_postinst() {
51 - vdr-plugin_pkg_postinst
52 + vdr-plugin-2_pkg_postinst
53
54 - echo
55 elog "Check configuration files:"
56 elog "/etc/vdr/plugins/osdserver/osdserverhosts.conf"
57 elog "/etc/conf.d/vdr.osdserver"
58 elog "Examples are in '/usr/share/doc/vdr/${P}/'"
59 - echo
60 }
61
62
63
64 1.3 media-plugins/vdr-osdserver/ChangeLog
65
66 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/vdr-osdserver/ChangeLog?rev=1.3&view=markup
67 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/vdr-osdserver/ChangeLog?rev=1.3&content-type=text/plain
68 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/vdr-osdserver/ChangeLog?r1=1.2&r2=1.3
69
70 Index: ChangeLog
71 ===================================================================
72 RCS file: /var/cvsroot/gentoo-x86/media-plugins/vdr-osdserver/ChangeLog,v
73 retrieving revision 1.2
74 retrieving revision 1.3
75 diff -u -r1.2 -r1.3
76 --- ChangeLog 30 Nov 2008 17:27:02 -0000 1.2
77 +++ ChangeLog 23 Feb 2014 20:33:53 -0000 1.3
78 @@ -1,6 +1,10 @@
79 # ChangeLog for media-plugins/vdr-osdserver
80 -# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
81 -# $Header: /var/cvsroot/gentoo-x86/media-plugins/vdr-osdserver/ChangeLog,v 1.2 2008/11/30 17:27:02 hd_brummy Exp $
82 +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
83 +# $Header: /var/cvsroot/gentoo-x86/media-plugins/vdr-osdserver/ChangeLog,v 1.3 2014/02/23 20:33:53 hd_brummy Exp $
84 +
85 + 23 Feb 2014; Joerg Bornkessel <hd_brummy@g.o>
86 + vdr-osdserver-0.1.2.ebuild:
87 + cleanup old; eapi=5; converted to vdr-plugin-2.eclass
88
89 *vdr-osdserver-0.1.2 (30 Nov 2008)