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