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-streamdev: ChangeLog vdr-streamdev-0.6.1.ebuild
Date: Mon, 27 Jan 2014 17:19:25
Message-Id: 20140127171919.4B2B32004C@flycatcher.gentoo.org
1 hd_brummy 14/01/27 17:19:19
2
3 Modified: ChangeLog vdr-streamdev-0.6.1.ebuild
4 Log:
5 fixed install routine, plugin dosnt install the plugin lib(s)
6
7 (Portage version: 2.2.1/cvs/Linux i686, signed Manifest commit with key 34C2808A)
8
9 Revision Changes Path
10 1.24 media-plugins/vdr-streamdev/ChangeLog
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/vdr-streamdev/ChangeLog?rev=1.24&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/vdr-streamdev/ChangeLog?rev=1.24&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/vdr-streamdev/ChangeLog?r1=1.23&r2=1.24
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/media-plugins/vdr-streamdev/ChangeLog,v
19 retrieving revision 1.23
20 retrieving revision 1.24
21 diff -u -r1.23 -r1.24
22 --- ChangeLog 2 Jan 2014 13:12:22 -0000 1.23
23 +++ ChangeLog 27 Jan 2014 17:19:19 -0000 1.24
24 @@ -1,6 +1,10 @@
25 # ChangeLog for media-plugins/vdr-streamdev
26 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/media-plugins/vdr-streamdev/ChangeLog,v 1.23 2014/01/02 13:12:22 hd_brummy Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/media-plugins/vdr-streamdev/ChangeLog,v 1.24 2014/01/27 17:19:19 hd_brummy Exp $
29 +
30 + 27 Jan 2014; Joerg Bornkessel <hd_brummy@g.o>
31 + vdr-streamdev-0.6.1.ebuild:
32 + fixed install routine, plugin dosnt install the plugin lib(s)
33
34 02 Jan 2014; Joerg Bornkessel <hd_brummy@g.o>
35 -vdr-streamdev-0.5.1.ebuild, vdr-streamdev-0.6.0.ebuild:
36
37
38
39 1.2 media-plugins/vdr-streamdev/vdr-streamdev-0.6.1.ebuild
40
41 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/vdr-streamdev/vdr-streamdev-0.6.1.ebuild?rev=1.2&view=markup
42 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/vdr-streamdev/vdr-streamdev-0.6.1.ebuild?rev=1.2&content-type=text/plain
43 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/vdr-streamdev/vdr-streamdev-0.6.1.ebuild?r1=1.1&r2=1.2
44
45 Index: vdr-streamdev-0.6.1.ebuild
46 ===================================================================
47 RCS file: /var/cvsroot/gentoo-x86/media-plugins/vdr-streamdev/vdr-streamdev-0.6.1.ebuild,v
48 retrieving revision 1.1
49 retrieving revision 1.2
50 diff -u -r1.1 -r1.2
51 --- vdr-streamdev-0.6.1.ebuild 27 Dec 2013 17:22:23 -0000 1.1
52 +++ vdr-streamdev-0.6.1.ebuild 27 Jan 2014 17:19:19 -0000 1.2
53 @@ -1,8 +1,8 @@
54 -# Copyright 1999-2013 Gentoo Foundation
55 +# Copyright 1999-2014 Gentoo Foundation
56 # Distributed under the terms of the GNU General Public License v2
57 -# $Header: /var/cvsroot/gentoo-x86/media-plugins/vdr-streamdev/vdr-streamdev-0.6.1.ebuild,v 1.1 2013/12/27 17:22:23 hd_brummy Exp $
58 +# $Header: /var/cvsroot/gentoo-x86/media-plugins/vdr-streamdev/vdr-streamdev-0.6.1.ebuild,v 1.2 2014/01/27 17:19:19 hd_brummy Exp $
59
60 -EAPI="5"
61 +EAPI=5
62
63 inherit vdr-plugin-2
64
65 @@ -34,6 +34,8 @@
66 for flag in client server; do
67 if ! use ${flag}; then
68 sed -i Makefile \
69 + -e '/^.PHONY:/s/'${flag}'//' \
70 + -e '/^.PHONY:/s/'install-${flag}'//' \
71 -e '/^all:/s/'${flag}'//' \
72 -e '/^install:/s/'install-${flag}'//'
73 fi