Gentoo Archives: gentoo-commits

From: "Mike Frysinger (vapier)" <vapier@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-embedded/libftdi: libftdi-0.17.ebuild ChangeLog
Date: Tue, 29 Dec 2009 07:47:02
Message-Id: E1NPWn3-0006sG-LD@stork.gentoo.org
1 vapier 09/12/29 07:46:49
2
3 Modified: libftdi-0.17.ebuild ChangeLog
4 Log:
5 Fix typo in builddir name #298607 by uzytkownik.
6 (Portage version: 2.2_rc61/cvs/Linux x86_64)
7
8 Revision Changes Path
9 1.2 dev-embedded/libftdi/libftdi-0.17.ebuild
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-embedded/libftdi/libftdi-0.17.ebuild?rev=1.2&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-embedded/libftdi/libftdi-0.17.ebuild?rev=1.2&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-embedded/libftdi/libftdi-0.17.ebuild?r1=1.1&r2=1.2
14
15 Index: libftdi-0.17.ebuild
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/dev-embedded/libftdi/libftdi-0.17.ebuild,v
18 retrieving revision 1.1
19 retrieving revision 1.2
20 diff -u -r1.1 -r1.2
21 --- libftdi-0.17.ebuild 20 Dec 2009 12:39:54 -0000 1.1
22 +++ libftdi-0.17.ebuild 29 Dec 2009 07:46:49 -0000 1.2
23 @@ -1,6 +1,6 @@
24 # Copyright 1999-2009 Gentoo Foundation
25 # Distributed under the terms of the GNU General Public License v2
26 -# $Header: /var/cvsroot/gentoo-x86/dev-embedded/libftdi/libftdi-0.17.ebuild,v 1.1 2009/12/20 12:39:54 vapier Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/dev-embedded/libftdi/libftdi-0.17.ebuild,v 1.2 2009/12/29 07:46:49 vapier Exp $
28
29 EAPI="2"
30
31 @@ -23,6 +23,7 @@
32 # don't bother building examples as we dont want the binaries
33 # installed and the Makefile has broken install targets
34 sed -i '/^SUBDIRS =/s:examples::' Makefile.in
35 + sed -i 's:@top_buildir@:@top_builddir@:' bindings/python/setup.py.in #298607
36 }
37
38 src_configure() {
39
40
41
42 1.49 dev-embedded/libftdi/ChangeLog
43
44 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-embedded/libftdi/ChangeLog?rev=1.49&view=markup
45 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-embedded/libftdi/ChangeLog?rev=1.49&content-type=text/plain
46 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-embedded/libftdi/ChangeLog?r1=1.48&r2=1.49
47
48 Index: ChangeLog
49 ===================================================================
50 RCS file: /var/cvsroot/gentoo-x86/dev-embedded/libftdi/ChangeLog,v
51 retrieving revision 1.48
52 retrieving revision 1.49
53 diff -u -r1.48 -r1.49
54 --- ChangeLog 20 Dec 2009 12:39:54 -0000 1.48
55 +++ ChangeLog 29 Dec 2009 07:46:49 -0000 1.49
56 @@ -1,6 +1,9 @@
57 # ChangeLog for dev-embedded/libftdi
58 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
59 -# $Header: /var/cvsroot/gentoo-x86/dev-embedded/libftdi/ChangeLog,v 1.48 2009/12/20 12:39:54 vapier Exp $
60 +# $Header: /var/cvsroot/gentoo-x86/dev-embedded/libftdi/ChangeLog,v 1.49 2009/12/29 07:46:49 vapier Exp $
61 +
62 + 29 Dec 2009; Mike Frysinger <vapier@g.o> libftdi-0.17.ebuild:
63 + Fix typo in builddir name #298607 by uzytkownik.
64
65 *libftdi-0.17 (20 Dec 2009)