Gentoo Archives: gentoo-commits

From: "Markus Meier (maekke)" <maekke@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-embedded/libftdi: ChangeLog libftdi-0.9.ebuild
Date: Fri, 22 Feb 2008 22:03:37
Message-Id: E1JSfzR-0000AI-3o@stork.gentoo.org
1 maekke 08/02/22 22:03:33
2
3 Modified: ChangeLog libftdi-0.9.ebuild
4 Log:
5 x86 stable, bug #211127, add quotes
6 (Portage version: 2.1.4.4)
7
8 Revision Changes Path
9 1.16 dev-embedded/libftdi/ChangeLog
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-embedded/libftdi/ChangeLog?rev=1.16&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-embedded/libftdi/ChangeLog?rev=1.16&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-embedded/libftdi/ChangeLog?r1=1.15&r2=1.16
14
15 Index: ChangeLog
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/dev-embedded/libftdi/ChangeLog,v
18 retrieving revision 1.15
19 retrieving revision 1.16
20 diff -u -r1.15 -r1.16
21 --- ChangeLog 22 Feb 2008 19:53:12 -0000 1.15
22 +++ ChangeLog 22 Feb 2008 22:03:32 -0000 1.16
23 @@ -1,6 +1,9 @@
24 # ChangeLog for dev-embedded/libftdi
25 # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
26 -# $Header: /var/cvsroot/gentoo-x86/dev-embedded/libftdi/ChangeLog,v 1.15 2008/02/22 19:53:12 vapier Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/dev-embedded/libftdi/ChangeLog,v 1.16 2008/02/22 22:03:32 maekke Exp $
28 +
29 + 22 Feb 2008; Markus Meier <maekke@g.o> libftdi-0.9.ebuild:
30 + x86 stable, bug #211127, add quotes
31
32 *libftdi-0.10 (22 Feb 2008)
33
34
35
36
37 1.2 dev-embedded/libftdi/libftdi-0.9.ebuild
38
39 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-embedded/libftdi/libftdi-0.9.ebuild?rev=1.2&view=markup
40 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-embedded/libftdi/libftdi-0.9.ebuild?rev=1.2&content-type=text/plain
41 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-embedded/libftdi/libftdi-0.9.ebuild?r1=1.1&r2=1.2
42
43 Index: libftdi-0.9.ebuild
44 ===================================================================
45 RCS file: /var/cvsroot/gentoo-x86/dev-embedded/libftdi/libftdi-0.9.ebuild,v
46 retrieving revision 1.1
47 retrieving revision 1.2
48 diff -u -r1.1 -r1.2
49 --- libftdi-0.9.ebuild 11 Apr 2007 21:18:31 -0000 1.1
50 +++ libftdi-0.9.ebuild 22 Feb 2008 22:03:32 -0000 1.2
51 @@ -1,6 +1,6 @@
52 -# Copyright 1999-2007 Gentoo Foundation
53 +# Copyright 1999-2008 Gentoo Foundation
54 # Distributed under the terms of the GNU General Public License v2
55 -# $Header: /var/cvsroot/gentoo-x86/dev-embedded/libftdi/libftdi-0.9.ebuild,v 1.1 2007/04/11 21:18:31 calchan Exp $
56 +# $Header: /var/cvsroot/gentoo-x86/dev-embedded/libftdi/libftdi-0.9.ebuild,v 1.2 2008/02/22 22:03:32 maekke Exp $
57
58 DESCRIPTION="Userspace access to FTDI USB interface chips"
59 HOMEPAGE="http://www.intra2net.com/opensource/ftdi/"
60 @@ -8,7 +8,7 @@
61
62 LICENSE="LGPL-2"
63 SLOT="0"
64 -KEYWORDS="~amd64 ~ppc ~ppc64 ~x86"
65 +KEYWORDS="~amd64 ~ppc ~ppc64 x86"
66 IUSE=""
67
68 DEPEND=">=dev-libs/libusb-0.1.7
69 @@ -16,7 +16,7 @@
70
71 src_unpack() {
72 unpack ${A}
73 - sed -i -e "s/^SUBDIRS = src examples doc/SUBDIRS = src doc/" ${S}/Makefile.in
74 + sed -i -e "s/^SUBDIRS = src examples doc/SUBDIRS = src doc/" "${S}"/Makefile.in
75 }
76
77 src_install() {
78
79
80
81 --
82 gentoo-commits@l.g.o mailing list