Gentoo Archives: gentoo-commits

From: "Brent Baude (ranger)" <ranger@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-embedded/libftdi: libftdi-0.14.ebuild ChangeLog
Date: Wed, 28 Jan 2009 14:53:54
Message-Id: E1LSBnc-0007aw-Qe@stork.gentoo.org
1 ranger 09/01/28 14:53:52
2
3 Modified: libftdi-0.14.ebuild ChangeLog
4 Log:
5 stable ppc64, bug 255061
6 (Portage version: 2.2_rc17/cvs/Linux 2.6.25-gentoo-r7 ppc64)
7
8 Revision Changes Path
9 1.3 dev-embedded/libftdi/libftdi-0.14.ebuild
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-embedded/libftdi/libftdi-0.14.ebuild?rev=1.3&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-embedded/libftdi/libftdi-0.14.ebuild?rev=1.3&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-embedded/libftdi/libftdi-0.14.ebuild?r1=1.2&r2=1.3
14
15 Index: libftdi-0.14.ebuild
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/dev-embedded/libftdi/libftdi-0.14.ebuild,v
18 retrieving revision 1.2
19 retrieving revision 1.3
20 diff -u -r1.2 -r1.3
21 --- libftdi-0.14.ebuild 18 Jan 2009 15:33:36 -0000 1.2
22 +++ libftdi-0.14.ebuild 28 Jan 2009 14:53:52 -0000 1.3
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.14.ebuild,v 1.2 2009/01/18 15:33:36 maekke Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/dev-embedded/libftdi/libftdi-0.14.ebuild,v 1.3 2009/01/28 14:53:52 ranger Exp $
28
29 DESCRIPTION="Userspace access to FTDI USB interface chips"
30 HOMEPAGE="http://www.intra2net.com/opensource/ftdi/"
31 @@ -8,7 +8,7 @@
32
33 LICENSE="LGPL-2"
34 SLOT="0"
35 -KEYWORDS="amd64 ~ppc ~ppc64 ~sparc x86"
36 +KEYWORDS="amd64 ~ppc ppc64 ~sparc x86"
37 IUSE="doc examples"
38
39 RDEPEND=">=dev-libs/libusb-0.1.7"
40
41
42
43 1.35 dev-embedded/libftdi/ChangeLog
44
45 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-embedded/libftdi/ChangeLog?rev=1.35&view=markup
46 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-embedded/libftdi/ChangeLog?rev=1.35&content-type=text/plain
47 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-embedded/libftdi/ChangeLog?r1=1.34&r2=1.35
48
49 Index: ChangeLog
50 ===================================================================
51 RCS file: /var/cvsroot/gentoo-x86/dev-embedded/libftdi/ChangeLog,v
52 retrieving revision 1.34
53 retrieving revision 1.35
54 diff -u -r1.34 -r1.35
55 --- ChangeLog 18 Jan 2009 15:33:36 -0000 1.34
56 +++ ChangeLog 28 Jan 2009 14:53:52 -0000 1.35
57 @@ -1,6 +1,9 @@
58 # ChangeLog for dev-embedded/libftdi
59 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
60 -# $Header: /var/cvsroot/gentoo-x86/dev-embedded/libftdi/ChangeLog,v 1.34 2009/01/18 15:33:36 maekke Exp $
61 +# $Header: /var/cvsroot/gentoo-x86/dev-embedded/libftdi/ChangeLog,v 1.35 2009/01/28 14:53:52 ranger Exp $
62 +
63 + 28 Jan 2009; Brent Baude <ranger@g.o> libftdi-0.14.ebuild:
64 + stable ppc64, bug 255061
65
66 18 Jan 2009; Markus Meier <maekke@g.o> libftdi-0.14.ebuild:
67 amd64/x86 stable, bug #255061