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.2.9.ebuild metadata.xml ChangeLog vdr-extb-0.3.0.ebuild Manifest
Date: Thu, 27 Mar 2008 22:17:42
Message-Id: E1Jf0Pi-0007Ov-Mn@stork.gentoo.org
1 hd_brummy 08/03/27 22:17:38
2
3 Added: vdr-extb-0.2.9.ebuild metadata.xml ChangeLog
4 vdr-extb-0.3.0.ebuild Manifest
5 Log:
6 initial ebuild , moved from gentoo.de overlay
7 (Portage version: 2.1.4.4)
8
9 Revision Changes Path
10 1.1 media-plugins/vdr-extb/vdr-extb-0.2.9.ebuild
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-plugins/vdr-extb/vdr-extb-0.2.9.ebuild?rev=1.1&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-plugins/vdr-extb/vdr-extb-0.2.9.ebuild?rev=1.1&content-type=text/plain
14
15 Index: vdr-extb-0.2.9.ebuild
16 ===================================================================
17 # Copyright 1999-2008 Gentoo Foundation
18 # Distributed under the terms of the GNU General Public License v2
19 # $Header: /var/cvsroot/gentoo-x86/media-plugins/vdr-extb/vdr-extb-0.2.9.ebuild,v 1.1 2008/03/27 22:17:38 hd_brummy Exp $
20
21 inherit vdr-plugin
22
23 DESCRIPTION="VDR Plugin: used to control the VDR Extension Board"
24 HOMEPAGE="http://www.deltab.de/content/view/74/76/"
25 SRC_URI="mirror://vdrfiles/${PN}/${P}.tgz
26 mirror://vdrfiles/${PN}/extb_firmware_1.08_lircd.conf.zip
27 mirror://vdrfiles/${PN}/extb.tar.gz"
28
29 SLOT="0"
30 LICENSE="GPL-2"
31 KEYWORDS="~x86 ~amd64"
32 IUSE=""
33
34 DEPEND=">=media-video/vdr-1.2.5
35 app-misc/lirc"
36
37 src_unpack() {
38 vdr-plugin_src_unpack
39
40 cd "${WORKDIR}"
41 epatch "${FILESDIR}/${P}-gentoo.diff"
42 }
43
44 src_install() {
45 vdr-plugin_src_install
46
47 dodoc README.de
48 dodoc "${S}/../lircd.conf.extb_FW1.08"
49 docinto wakeup
50 dodoc "${S}/wakeup/README.de"
51
52 dobin "${S}/../extb/bin/extb.sh"
53 dobin "${S}/../extb/bin/picdl"
54 dobin "${S}/../extb/bin/status.sh"
55 dobin "${S}/../extb/bin/tx.sh"
56 dobin "${S}/wakeup/extb-poweroff.pl"
57 dobin "${S}/wakeup/examples/checkscript.sh"
58
59 insinto /usr/share/extb/
60 doins "${S}/../extb_1.08.hex"
61
62 insinto /etc/extb
63 doins "${S}/../extb/bin/PICflags.conf"
64 doins "${S}/wakeup/examples/extb-poweroff.conf"
65
66 newinitd "${FILESDIR}/rc.irexec" irexec
67 }
68
69 pkg_postinst() {
70 vdr-plugin_pkg_postinst
71
72 einfo
73 einfo "You need to upload the included firmware (1.08)"
74 einfo "into the extension board and update your lircd.conf"
75 einfo "See the supplied lircd.conf.extb_FW1.08 in"
76 einfo "/usr/share/doc/vdrplugin-extb"
77 }
78
79
80
81 1.1 media-plugins/vdr-extb/metadata.xml
82
83 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-plugins/vdr-extb/metadata.xml?rev=1.1&view=markup
84 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-plugins/vdr-extb/metadata.xml?rev=1.1&content-type=text/plain
85
86 Index: metadata.xml
87 ===================================================================
88 <?xml version="1.0" encoding="UTF-8"?>
89 <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
90 <pkgmetadata>
91 <herd>media-tv</herd>
92 <maintainer>
93 <email>vdr@g.o</email>
94 <name>Gentoo VDR Project</name>
95 </maintainer>
96 <longdescription>VDR plugin to rename records on OSD</longdescription>
97 </pkgmetadata>
98
99
100
101 1.1 media-plugins/vdr-extb/ChangeLog
102
103 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-plugins/vdr-extb/ChangeLog?rev=1.1&view=markup
104 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-plugins/vdr-extb/ChangeLog?rev=1.1&content-type=text/plain
105
106 Index: ChangeLog
107 ===================================================================
108 # ChangeLog for media-plugins/vdr-extb
109 # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
110 # $Header: /var/cvsroot/gentoo-x86/media-plugins/vdr-extb/ChangeLog,v 1.1 2008/03/27 22:17:38 hd_brummy Exp $
111
112 *vdr-extb-0.3.0 (27 Mar 2008)
113 *vdr-extb-0.2.9 (27 Mar 2008)
114
115 27 Mar 2008; Joerg Bornkessel <hd_brummy@g.o>
116 +files/vdr-extb-0.2.9-gentoo.diff, +files/extb-wakeup-0.2.9.tar.gz,
117 +files/rc.irexec, +files/vdr.extb, +metadata.xml, +vdr-extb-0.2.9.ebuild,
118 +vdr-extb-0.3.0.ebuild:
119 initial ebuild , moved from gentoo.de overlay
120
121
122
123
124 1.1 media-plugins/vdr-extb/vdr-extb-0.3.0.ebuild
125
126 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-plugins/vdr-extb/vdr-extb-0.3.0.ebuild?rev=1.1&view=markup
127 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-plugins/vdr-extb/vdr-extb-0.3.0.ebuild?rev=1.1&content-type=text/plain
128
129 Index: vdr-extb-0.3.0.ebuild
130 ===================================================================
131 # Copyright 1999-2008 Gentoo Foundation
132 # Distributed under the terms of the GNU General Public License v2
133 # $Header: /var/cvsroot/gentoo-x86/media-plugins/vdr-extb/vdr-extb-0.3.0.ebuild,v 1.1 2008/03/27 22:17:38 hd_brummy Exp $
134
135 inherit vdr-plugin
136
137 DESCRIPTION="VDR Plugin: used to control the VDR Extension Board"
138 HOMEPAGE="http://www.deltab.de/content/view/74/76/"
139 SRC_URI="mirror://vdrfiles/${PN}/${P}.tgz
140 mirror://vdrfiles/${PN}/extb_firmware_1.08_lircd.conf.zip
141 mirror://vdrfiles/${PN}/extb.tar.gz"
142
143 SLOT="0"
144 LICENSE="GPL-2"
145 KEYWORDS="~x86 ~amd64"
146 IUSE=""
147
148 DEPEND=">=media-video/vdr-1.6.0
149 app-misc/lirc"
150
151 src_unpack() {
152 vdr-plugin_src_unpack
153
154 cd "${WORKDIR}"
155 epatch "${FILESDIR}/${PN}-0.2.9-gentoo.diff"
156 }
157
158 src_install() {
159 vdr-plugin_src_install
160
161 dodoc README.de
162 dodoc "${S}/../lircd.conf.extb_FW1.08"
163 docinto wakeup
164 dodoc "${S}/wakeup/README.de"
165
166 dobin "${S}/../extb/bin/extb.sh"
167 dobin "${S}/../extb/bin/picdl"
168 dobin "${S}/../extb/bin/status.sh"
169 dobin "${S}/../extb/bin/tx.sh"
170 dobin "${S}/wakeup/extb-poweroff.pl"
171 dobin "${S}/wakeup/examples/checkscript.sh"
172
173 insinto /usr/share/extb/
174 doins "${S}/../extb_1.08.hex"
175
176 insinto /etc/extb
177 doins "${S}/../extb/bin/PICflags.conf"
178 doins "${S}/wakeup/examples/extb-poweroff.conf"
179
180 newinitd "${FILESDIR}/rc.irexec" irexec
181 }
182
183 pkg_postinst() {
184 vdr-plugin_pkg_postinst
185
186 einfo
187 einfo "You need to upload the included firmware (1.08)"
188 einfo "into the extension board and update your lircd.conf"
189 einfo "See the supplied lircd.conf.extb_FW1.08 in"
190 einfo "/usr/share/doc/vdrplugin-extb"
191 }
192
193
194
195 1.1 media-plugins/vdr-extb/Manifest
196
197 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-plugins/vdr-extb/Manifest?rev=1.1&view=markup
198 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-plugins/vdr-extb/Manifest?rev=1.1&content-type=text/plain
199
200 Index: Manifest
201 ===================================================================
202 AUX extb-wakeup-0.2.9.tar.gz 6019 RMD160 e2b9eb17759030ca29306fe6a42640a376a6395c SHA1 55b454ca4fafd093bb6f8fc01c1eeb73ca084f90 SHA256 c6476355c0cd93bc2fb369e454ac49221d5d1a95cb75c62367b6e10163f95ae9
203 AUX rc.irexec 458 RMD160 b7ce10929847f6cd8d31c5137a5a09a1ef54e53e SHA1 ee5799d4a54ab84e14684ad6e0b5746c0daca3ae SHA256 f44bbcb50451738f66d01e7aa504fc7d65f3d17b6a0e820e3f0371af669e26a6
204 AUX vdr-extb-0.2.9-gentoo.diff 1793 RMD160 224e11d896cc940dcaa7eecf10e19ef24c9dc5d8 SHA1 69b6af4eba01993a0092e0df6b966c543addc83f SHA256 010ad26b16c996b6ccf48d62f0e25c35a2717bb161d7748d4c58628f7e825d20
205 AUX vdr.extb 119 RMD160 d44a0faf09aaa4cb3650b949533f1d96a5eb7573 SHA1 9626f897fe05147694d47ec79ef1b1332b101a2e SHA256 3f334d880b1604d7e1789805137f7c871cc7a68cb3d44ac8f6cd5bf977dc1bba
206 DIST extb.tar.gz 45417 RMD160 f3f29769ad5898488f28f9c3823691702195486d SHA1 5f57677ab855ccf4bdde34779c90f2506065d0be SHA256 9a9b873a3b04d32da164f5c8199ddaa1ce67a824d40ed3653c2d79e879739345
207 DIST extb_firmware_1.08_lircd.conf.zip 8197 RMD160 24a1b8e59dcbf056749213078506d57640c876b4 SHA1 5236f845e8eebc42267a7755cd429a5c433d9b13 SHA256 149021182aadc3d1b62b81c4fe4a5d12f467a1762e3a5dd5e1619ce52db029b3
208 DIST vdr-extb-0.2.9.tgz 47072 RMD160 fdebd176583a32ffe42269f500cc18a508a6e4b4 SHA1 1142f95d180259aa34659c4ec4f905bf0b757396 SHA256 3cf899c2fc31fd85be245ff4e970c126f3ecde8594abcd5bae029538b53fd337
209 DIST vdr-extb-0.3.0.tgz 53672 RMD160 68920262c1402503c64a7110d0e6f4f484baafa6 SHA1 df32ec50c8092d0a1d703cab744f0bac4ab05d60 SHA256 025a9193538368d95d081da882c2c2e479b8a5136808e48b6a9b86b740b5db7f
210 EBUILD vdr-extb-0.2.9.ebuild 1545 RMD160 e68b18766e8ea977629f7c8b10be4ad927659aee SHA1 a47aa405fed4c946e0db57441bf281adeb7db630 SHA256 b0f64917bbb83c2e0ba378bf14654f08b20ace1ebf1530366a9fe4848a16c274
211 EBUILD vdr-extb-0.3.0.ebuild 1552 RMD160 b90febbc4f623e8bc7da57b90ef15d1aa8bd6e5b SHA1 5fd4e5b80f4b282d9bdbe73d520463ae1e8279aa SHA256 b8acc6aec46a3e55a591e1a69d7a594254cbfa407c54fa9a686232dd7b9978f5
212 MISC ChangeLog 460 RMD160 05f45f7b6f41d14fca18d7e6ce517eaeb0a6f47c SHA1 91335062e19b1f4006a29674346481f63009fb77 SHA256 5a9b26a8a79e0cdc003db4b6cec4d8a3f2c9604b410826e3bd40449dc427c020
213 MISC metadata.xml 337 RMD160 f0276e381deb2e62761aa580195b1c05be29f5d5 SHA1 401d1f6dd5361fa11c936bfa18aa86047a82c614 SHA256 ca40fe91ad4ff2629c376890772b86f0e306359568fd5dad9a5c9804d0791b7f
214
215
216
217 --
218 gentoo-commits@l.g.o mailing list