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: ChangeLog libftdi-9999.1.0.ebuild libftdi-9999.ebuild
Date: Mon, 26 Sep 2011 18:13:38
Message-Id: 20110926181328.5F6E320036@flycatcher.gentoo.org
1 vapier 11/09/26 18:13:28
2
3 Modified: ChangeLog libftdi-9999.1.0.ebuild
4 libftdi-9999.ebuild
5 Log:
6 Add support for USE=static-libs.
7
8 Revision Changes Path
9 1.55 dev-embedded/libftdi/ChangeLog
10
11 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-embedded/libftdi/ChangeLog?rev=1.55&view=markup
12 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-embedded/libftdi/ChangeLog?rev=1.55&content-type=text/plain
13 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-embedded/libftdi/ChangeLog?r1=1.54&r2=1.55
14
15 Index: ChangeLog
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/dev-embedded/libftdi/ChangeLog,v
18 retrieving revision 1.54
19 retrieving revision 1.55
20 diff -u -r1.54 -r1.55
21 --- ChangeLog 20 Sep 2011 22:01:38 -0000 1.54
22 +++ ChangeLog 26 Sep 2011 18:13:28 -0000 1.55
23 @@ -1,6 +1,10 @@
24 # ChangeLog for dev-embedded/libftdi
25 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
26 -# $Header: /var/cvsroot/gentoo-x86/dev-embedded/libftdi/ChangeLog,v 1.54 2011/09/20 22:01:38 mgorny Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/dev-embedded/libftdi/ChangeLog,v 1.55 2011/09/26 18:13:28 vapier Exp $
28 +
29 + 26 Sep 2011; Mike Frysinger <vapier@g.o> libftdi-9999.ebuild,
30 + libftdi-9999.1.0.ebuild:
31 + Add support for USE=static-libs.
32
33 20 Sep 2011; Michał Górny <mgorny@g.o> libftdi-9999.ebuild,
34 libftdi-9999.1.0.ebuild:
35
36
37
38 1.4 dev-embedded/libftdi/libftdi-9999.1.0.ebuild
39
40 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-embedded/libftdi/libftdi-9999.1.0.ebuild?rev=1.4&view=markup
41 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-embedded/libftdi/libftdi-9999.1.0.ebuild?rev=1.4&content-type=text/plain
42 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-embedded/libftdi/libftdi-9999.1.0.ebuild?r1=1.3&r2=1.4
43
44 Index: libftdi-9999.1.0.ebuild
45 ===================================================================
46 RCS file: /var/cvsroot/gentoo-x86/dev-embedded/libftdi/libftdi-9999.1.0.ebuild,v
47 retrieving revision 1.3
48 retrieving revision 1.4
49 diff -u -r1.3 -r1.4
50 --- libftdi-9999.1.0.ebuild 20 Sep 2011 22:01:38 -0000 1.3
51 +++ libftdi-9999.1.0.ebuild 26 Sep 2011 18:13:28 -0000 1.4
52 @@ -1,6 +1,6 @@
53 # Copyright 1999-2011 Gentoo Foundation
54 # Distributed under the terms of the GNU General Public License v2
55 -# $Header: /var/cvsroot/gentoo-x86/dev-embedded/libftdi/libftdi-9999.1.0.ebuild,v 1.3 2011/09/20 22:01:38 mgorny Exp $
56 +# $Header: /var/cvsroot/gentoo-x86/dev-embedded/libftdi/libftdi-9999.1.0.ebuild,v 1.4 2011/09/26 18:13:28 vapier Exp $
57
58 EAPI="2"
59
60 @@ -17,7 +17,7 @@
61
62 LICENSE="LGPL-2"
63 SLOT="0"
64 -IUSE="cxx doc examples python"
65 +IUSE="cxx doc examples python static-libs"
66
67 RDEPEND="virtual/libusb:1
68 cxx? ( dev-libs/boost )
69 @@ -38,11 +38,13 @@
70 $(use_enable cxx libftdipp) \
71 $(use_with doc docs) \
72 $(use_with examples) \
73 - $(use_enable python python-binding)
74 + $(use_enable python python-binding) \
75 + $(use_enable static-libs static)
76 }
77
78 src_install() {
79 emake DESTDIR="${D}" install || die
80 + use static-libs || find "${D}" -name '*.la' -delete
81 dodoc ChangeLog README
82
83 if use doc ; then
84
85
86
87 1.4 dev-embedded/libftdi/libftdi-9999.ebuild
88
89 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-embedded/libftdi/libftdi-9999.ebuild?rev=1.4&view=markup
90 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-embedded/libftdi/libftdi-9999.ebuild?rev=1.4&content-type=text/plain
91 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-embedded/libftdi/libftdi-9999.ebuild?r1=1.3&r2=1.4
92
93 Index: libftdi-9999.ebuild
94 ===================================================================
95 RCS file: /var/cvsroot/gentoo-x86/dev-embedded/libftdi/libftdi-9999.ebuild,v
96 retrieving revision 1.3
97 retrieving revision 1.4
98 diff -u -r1.3 -r1.4
99 --- libftdi-9999.ebuild 20 Sep 2011 22:01:38 -0000 1.3
100 +++ libftdi-9999.ebuild 26 Sep 2011 18:13:28 -0000 1.4
101 @@ -1,6 +1,6 @@
102 # Copyright 1999-2011 Gentoo Foundation
103 # Distributed under the terms of the GNU General Public License v2
104 -# $Header: /var/cvsroot/gentoo-x86/dev-embedded/libftdi/libftdi-9999.ebuild,v 1.3 2011/09/20 22:01:38 mgorny Exp $
105 +# $Header: /var/cvsroot/gentoo-x86/dev-embedded/libftdi/libftdi-9999.ebuild,v 1.4 2011/09/26 18:13:28 vapier Exp $
106
107 EAPI="2"
108
109 @@ -17,7 +17,7 @@
110
111 LICENSE="LGPL-2"
112 SLOT="0"
113 -IUSE="cxx doc examples python"
114 +IUSE="cxx doc examples python static-libs"
115
116 RDEPEND="virtual/libusb:0
117 cxx? ( dev-libs/boost )
118 @@ -37,11 +37,13 @@
119 $(use_enable cxx libftdipp) \
120 $(use_with doc docs) \
121 $(use_with examples) \
122 - $(use_enable python python-binding)
123 + $(use_enable python python-binding) \
124 + $(use_enable static-libs static)
125 }
126
127 src_install() {
128 emake DESTDIR="${D}" install || die
129 + use static-libs || find "${D}" -name '*.la' -delete
130 dodoc ChangeLog README
131
132 if use doc ; then