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-extb: vdr-extb-0.3.1.ebuild ChangeLog
Date: Fri, 28 Jan 2011 23:31:34
Message-Id: 20110128233124.5C11920054@flycatcher.gentoo.org
1 hd_brummy 11/01/28 23:31:24
2
3 Modified: vdr-extb-0.3.1.ebuild ChangeLog
4 Log:
5 fixed #336198; minor ebuild fixes; eapi=3
6
7 (Portage version: 2.1.9.25/cvs/Linux i686)
8
9 Revision Changes Path
10 1.2 media-plugins/vdr-extb/vdr-extb-0.3.1.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/vdr-extb/vdr-extb-0.3.1.ebuild?rev=1.2&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/vdr-extb/vdr-extb-0.3.1.ebuild?rev=1.2&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/vdr-extb/vdr-extb-0.3.1.ebuild?r1=1.1&r2=1.2
15
16 Index: vdr-extb-0.3.1.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/media-plugins/vdr-extb/vdr-extb-0.3.1.ebuild,v
19 retrieving revision 1.1
20 retrieving revision 1.2
21 diff -u -r1.1 -r1.2
22 --- vdr-extb-0.3.1.ebuild 2 Dec 2010 15:10:01 -0000 1.1
23 +++ vdr-extb-0.3.1.ebuild 28 Jan 2011 23:31:24 -0000 1.2
24 @@ -1,8 +1,8 @@
25 -# Copyright 1999-2010 Gentoo Foundation
26 +# Copyright 1999-2011 Gentoo Foundation
27 # Distributed under the terms of the GNU General Public License v2
28 -# $Header: /var/cvsroot/gentoo-x86/media-plugins/vdr-extb/vdr-extb-0.3.1.ebuild,v 1.1 2010/12/02 15:10:01 hd_brummy Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/media-plugins/vdr-extb/vdr-extb-0.3.1.ebuild,v 1.2 2011/01/28 23:31:24 hd_brummy Exp $
30
31 -EAPI="2"
32 +EAPI="3"
33
34 inherit vdr-plugin
35
36 @@ -19,35 +19,44 @@
37
38 DEPEND=">=media-video/vdr-1.6.0
39 app-misc/lirc"
40 +RDEPEND="${DEPEND}"
41
42 src_prepare() {
43 vdr-plugin_src_prepare
44
45 + sed -i "${WORKDIR}"/extb/src/LinPIC/Makefile \
46 + -e "s:\$(LDLIBS):\$(LDFLAGS) \$(LDLIBS):"
47 +
48 cd "${WORKDIR}"
49 epatch "${FILESDIR}/${P}-gentoo.diff"
50 epatch "${FILESDIR}/${P}_vdr-1.7.13.diff"
51 }
52
53 +src_compile() {
54 + vdr-plugin_src_compile
55 +
56 + emake -C "${WORKDIR}/extb/src/LinPIC" all
57 +}
58 src_install() {
59 vdr-plugin_src_install
60
61 dodoc README.de
62 - dodoc "${S}/../lircd.conf.extb_FW1.08"
63 + dodoc "${WORKDIR}/lircd.conf.extb_FW1.08"
64 docinto wakeup
65 dodoc "${S}/wakeup/README.de"
66
67 - dobin "${S}/../extb/bin/extb.sh"
68 - dobin "${S}/../extb/bin/picdl"
69 - dobin "${S}/../extb/bin/status.sh"
70 - dobin "${S}/../extb/bin/tx.sh"
71 + dobin "${WORKDIR}/extb/src/LinPIC/picdl"
72 + dobin "${WORKDIR}/extb/bin/extb.sh"
73 + dobin "${WORKDIR}/extb/bin/status.sh"
74 + dobin "${WORKDIR}/extb/bin/tx.sh"
75 dobin "${S}/wakeup/extb-poweroff.pl"
76 dobin "${S}/wakeup/examples/checkscript.sh"
77
78 insinto /usr/share/extb/
79 - doins "${S}/../extb_1.08.hex"
80 + doins "${WORKDIR}/extb_1.08.hex"
81
82 insinto /etc/extb
83 - doins "${S}/../extb/bin/PICflags.conf"
84 + doins "${WORKDIR}/extb/bin/PICflags.conf"
85 doins "${S}/wakeup/examples/extb-poweroff.conf"
86 }
87
88
89
90
91 1.6 media-plugins/vdr-extb/ChangeLog
92
93 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/vdr-extb/ChangeLog?rev=1.6&view=markup
94 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/vdr-extb/ChangeLog?rev=1.6&content-type=text/plain
95 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/vdr-extb/ChangeLog?r1=1.5&r2=1.6
96
97 Index: ChangeLog
98 ===================================================================
99 RCS file: /var/cvsroot/gentoo-x86/media-plugins/vdr-extb/ChangeLog,v
100 retrieving revision 1.5
101 retrieving revision 1.6
102 diff -u -r1.5 -r1.6
103 --- ChangeLog 2 Dec 2010 15:10:01 -0000 1.5
104 +++ ChangeLog 28 Jan 2011 23:31:24 -0000 1.6
105 @@ -1,6 +1,10 @@
106 # ChangeLog for media-plugins/vdr-extb
107 -# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
108 -# $Header: /var/cvsroot/gentoo-x86/media-plugins/vdr-extb/ChangeLog,v 1.5 2010/12/02 15:10:01 hd_brummy Exp $
109 +# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
110 +# $Header: /var/cvsroot/gentoo-x86/media-plugins/vdr-extb/ChangeLog,v 1.6 2011/01/28 23:31:24 hd_brummy Exp $
111 +
112 + 28 Jan 2011; Joerg Bornkessel <hd_brummy@g.o>
113 + vdr-extb-0.3.1.ebuild:
114 + fixed #336198; minor ebuild fixes; eapi=3
115
116 *vdr-extb-0.3.1 (02 Dec 2010)