Gentoo Archives: gentoo-commits

From: "Steve Dibb (beandog)" <beandog@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in app-cdr/binflash: binflash-1.50b.ebuild ChangeLog binflash-1.49b.ebuild
Date: Thu, 03 Jun 2010 14:17:30
Message-Id: 20100603141725.6E7932CF43@corvid.gentoo.org
1 beandog 10/06/03 14:17:25
2
3 Modified: ChangeLog
4 Added: binflash-1.50b.ebuild
5 Removed: binflash-1.49b.ebuild
6 Log:
7 Version bump, remove old, bug 306461
8 (Portage version: 2.1.8.3/cvs/Linux x86_64)
9
10 Revision Changes Path
11 1.5 app-cdr/binflash/ChangeLog
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-cdr/binflash/ChangeLog?rev=1.5&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-cdr/binflash/ChangeLog?rev=1.5&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-cdr/binflash/ChangeLog?r1=1.4&r2=1.5
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/app-cdr/binflash/ChangeLog,v
20 retrieving revision 1.4
21 retrieving revision 1.5
22 diff -u -r1.4 -r1.5
23 --- ChangeLog 16 Feb 2010 15:16:49 -0000 1.4
24 +++ ChangeLog 3 Jun 2010 14:17:25 -0000 1.5
25 @@ -1,6 +1,12 @@
26 # ChangeLog for app-cdr/binflash
27 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/app-cdr/binflash/ChangeLog,v 1.4 2010/02/16 15:16:49 beandog Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/app-cdr/binflash/ChangeLog,v 1.5 2010/06/03 14:17:25 beandog Exp $
30 +
31 +*binflash-1.50b (03 Jun 2010)
32 +
33 + 03 Jun 2010; Steve Dibb <beandog@g.o> -binflash-1.49b.ebuild,
34 + +binflash-1.50b.ebuild:
35 + Version bump, remove old, bug 306461
36
37 *binflash-1.49b (16 Feb 2010)
38
39
40
41
42 1.1 app-cdr/binflash/binflash-1.50b.ebuild
43
44 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-cdr/binflash/binflash-1.50b.ebuild?rev=1.1&view=markup
45 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-cdr/binflash/binflash-1.50b.ebuild?rev=1.1&content-type=text/plain
46
47 Index: binflash-1.50b.ebuild
48 ===================================================================
49 # Copyright 1999-2010 Gentoo Foundation
50 # Distributed under the terms of the GNU General Public License v2
51 # $Header: /var/cvsroot/gentoo-x86/app-cdr/binflash/binflash-1.50b.ebuild,v 1.1 2010/06/03 14:17:25 beandog Exp $
52
53 MY_PN=${PN/bin/nec}
54
55 DESCRIPTION="Tool to flash DVD burner with a binary firmware file"
56 HOMEPAGE="http://binflash.cdfreaks.com"
57 SRC_URI="http://binflash.cdfreaks.com/download/1/2/${MY_PN}_linux.tgz"
58
59 LICENSE="as-is"
60 SLOT="0"
61 KEYWORDS="~amd64 ~x86"
62 IUSE=""
63
64 RESTRICT="fetch strip"
65
66 pkg_nofetch() {
67 elog "We cannot download this file for your due to license restrictions."
68 elog "Please visit ${HOMEPAGE} and download ${A} into ${DISTDIR}."
69 }
70
71 src_install() {
72 into /opt
73 dobin ${MY_PN} || die "dobin failed."
74 }