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: ChangeLog vdr-extb-0.3.1.ebuild vdr-extb-0.2.9.ebuild vdr-extb-0.3.0.ebuild
Date: Thu, 02 Dec 2010 15:10:19
Message-Id: 20101202151008.339A820057@flycatcher.gentoo.org
1 hd_brummy 10/12/02 15:10:08
2
3 Modified: ChangeLog
4 Added: vdr-extb-0.3.1.ebuild
5 Removed: vdr-extb-0.2.9.ebuild vdr-extb-0.3.0.ebuild
6 Log:
7 clean up; version bump, fixed also bug #336198
8 (Portage version: 2.1.8.3/cvs/Linux i686)
9
10 Revision Changes Path
11 1.5 media-plugins/vdr-extb/ChangeLog
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/vdr-extb/ChangeLog?rev=1.5&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/vdr-extb/ChangeLog?rev=1.5&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/vdr-extb/ChangeLog?r1=1.4&r2=1.5
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/media-plugins/vdr-extb/ChangeLog,v
20 retrieving revision 1.4
21 retrieving revision 1.5
22 diff -u -r1.4 -r1.5
23 --- ChangeLog 20 Jun 2009 23:56:07 -0000 1.4
24 +++ ChangeLog 2 Dec 2010 15:10:01 -0000 1.5
25 @@ -1,6 +1,15 @@
26 # ChangeLog for media-plugins/vdr-extb
27 -# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/media-plugins/vdr-extb/ChangeLog,v 1.4 2009/06/20 23:56:07 flameeyes Exp $
29 +# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
30 +# $Header: /var/cvsroot/gentoo-x86/media-plugins/vdr-extb/ChangeLog,v 1.5 2010/12/02 15:10:01 hd_brummy Exp $
31 +
32 +*vdr-extb-0.3.1 (02 Dec 2010)
33 +
34 + 02 Dec 2010; Joerg Bornkessel <hd_brummy@g.o>
35 + -vdr-extb-0.2.9.ebuild, -files/vdr-extb-0.2.9-gentoo.diff,
36 + -vdr-extb-0.3.0.ebuild, -files/vdr-extb-0.3.0-gcc4.3.diff,
37 + +vdr-extb-0.3.1.ebuild, +files/vdr-extb-0.3.1-gentoo.diff,
38 + +files/vdr-extb-0.3.1_vdr-1.7.13.diff:
39 + clean up; version bump, fixed also bug #336198
40
41 20 Jun 2009; Diego E. Pettenò <flameeyes@g.o>
42 -files/extb-wakeup-0.2.9.tar.gz, -files/vdr.extb:
43
44
45
46 1.1 media-plugins/vdr-extb/vdr-extb-0.3.1.ebuild
47
48 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/vdr-extb/vdr-extb-0.3.1.ebuild?rev=1.1&view=markup
49 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/vdr-extb/vdr-extb-0.3.1.ebuild?rev=1.1&content-type=text/plain
50
51 Index: vdr-extb-0.3.1.ebuild
52 ===================================================================
53 # Copyright 1999-2010 Gentoo Foundation
54 # Distributed under the terms of the GNU General Public License v2
55 # $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 $
56
57 EAPI="2"
58
59 inherit vdr-plugin
60
61 DESCRIPTION="VDR Plugin: used to control the VDR Extension Board"
62 HOMEPAGE="http://www.deltab.de/content/view/74/76/"
63 SRC_URI="http://www.deltab.de/component/option,com_docman/task,doc_download/gid,102/ -> "${P}".tar.gz
64 mirror://vdrfiles/${PN}/extb_firmware_1.08_lircd.conf.zip
65 mirror://vdrfiles/${PN}/extb.tar.gz"
66
67 SLOT="0"
68 LICENSE="GPL-2"
69 KEYWORDS="~x86 ~amd64"
70 IUSE=""
71
72 DEPEND=">=media-video/vdr-1.6.0
73 app-misc/lirc"
74
75 src_prepare() {
76 vdr-plugin_src_prepare
77
78 cd "${WORKDIR}"
79 epatch "${FILESDIR}/${P}-gentoo.diff"
80 epatch "${FILESDIR}/${P}_vdr-1.7.13.diff"
81 }
82
83 src_install() {
84 vdr-plugin_src_install
85
86 dodoc README.de
87 dodoc "${S}/../lircd.conf.extb_FW1.08"
88 docinto wakeup
89 dodoc "${S}/wakeup/README.de"
90
91 dobin "${S}/../extb/bin/extb.sh"
92 dobin "${S}/../extb/bin/picdl"
93 dobin "${S}/../extb/bin/status.sh"
94 dobin "${S}/../extb/bin/tx.sh"
95 dobin "${S}/wakeup/extb-poweroff.pl"
96 dobin "${S}/wakeup/examples/checkscript.sh"
97
98 insinto /usr/share/extb/
99 doins "${S}/../extb_1.08.hex"
100
101 insinto /etc/extb
102 doins "${S}/../extb/bin/PICflags.conf"
103 doins "${S}/wakeup/examples/extb-poweroff.conf"
104 }
105
106 pkg_postinst() {
107 vdr-plugin_pkg_postinst
108
109 einfo
110 einfo "You need to upload the included firmware (1.08)"
111 einfo "(you will find it in /usr/share/extb/)"
112 einfo "into the extension board and update your lircd.conf"
113 einfo "See the supplied lircd.conf.extb_FW1.08 in"
114 einfo "/usr/share/doc/vdrplugin-extb"
115 }