Gentoo Archives: gentoo-commits

From: "Samuli Suominen (ssuominen)" <ssuominen@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-libs/libusb: ChangeLog libusb-0.1.12-r7.ebuild libusb-1.0.8.ebuild
Date: Wed, 28 Sep 2011 13:03:41
Message-Id: 20110928130327.463E520036@flycatcher.gentoo.org
1 ssuominen 11/09/28 13:03:27
2
3 Modified: ChangeLog libusb-0.1.12-r7.ebuild
4 libusb-1.0.8.ebuild
5 Log:
6 USE="static-libs" and remove useless libtool files.
7
8 (Portage version: 2.2.0_alpha59/cvs/Linux x86_64)
9
10 Revision Changes Path
11 1.112 dev-libs/libusb/ChangeLog
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/libusb/ChangeLog?rev=1.112&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/libusb/ChangeLog?rev=1.112&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/libusb/ChangeLog?r1=1.111&r2=1.112
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/dev-libs/libusb/ChangeLog,v
20 retrieving revision 1.111
21 retrieving revision 1.112
22 diff -u -r1.111 -r1.112
23 --- ChangeLog 27 Sep 2011 17:27:43 -0000 1.111
24 +++ ChangeLog 28 Sep 2011 13:03:27 -0000 1.112
25 @@ -1,6 +1,10 @@
26 # ChangeLog for dev-libs/libusb
27 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/libusb/ChangeLog,v 1.111 2011/09/27 17:27:43 grobian Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/dev-libs/libusb/ChangeLog,v 1.112 2011/09/28 13:03:27 ssuominen Exp $
30 +
31 + 28 Sep 2011; Samuli Suominen <ssuominen@g.o> libusb-0.1.12-r7.ebuild,
32 + libusb-1.0.8.ebuild:
33 + USE="static-libs" and remove useless libtool files.
34
35 27 Sep 2011; Fabian Groffen <grobian@g.o> libusb-0.1.12-r7.ebuild,
36 libusb-1.0.8.ebuild:
37
38
39
40 1.3 dev-libs/libusb/libusb-0.1.12-r7.ebuild
41
42 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/libusb/libusb-0.1.12-r7.ebuild?rev=1.3&view=markup
43 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/libusb/libusb-0.1.12-r7.ebuild?rev=1.3&content-type=text/plain
44 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/libusb/libusb-0.1.12-r7.ebuild?r1=1.2&r2=1.3
45
46 Index: libusb-0.1.12-r7.ebuild
47 ===================================================================
48 RCS file: /var/cvsroot/gentoo-x86/dev-libs/libusb/libusb-0.1.12-r7.ebuild,v
49 retrieving revision 1.2
50 retrieving revision 1.3
51 diff -u -r1.2 -r1.3
52 --- libusb-0.1.12-r7.ebuild 27 Sep 2011 17:27:43 -0000 1.2
53 +++ libusb-0.1.12-r7.ebuild 28 Sep 2011 13:03:27 -0000 1.3
54 @@ -1,6 +1,6 @@
55 # Copyright 1999-2011 Gentoo Foundation
56 # Distributed under the terms of the GNU General Public License v2
57 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/libusb/libusb-0.1.12-r7.ebuild,v 1.2 2011/09/27 17:27:43 grobian Exp $
58 +# $Header: /var/cvsroot/gentoo-x86/dev-libs/libusb/libusb-0.1.12-r7.ebuild,v 1.3 2011/09/28 13:03:27 ssuominen Exp $
59
60 EAPI=3
61
62 @@ -13,7 +13,7 @@
63 LICENSE="LGPL-2"
64 SLOT="0"
65 KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos"
66 -IUSE="debug doc nocxx"
67 +IUSE="debug doc nocxx static-libs"
68 RESTRICT="test"
69
70 RDEPEND="!dev-libs/libusb-compat"
71 @@ -42,6 +42,7 @@
72
73 src_configure() {
74 econf \
75 + $(use_enable static-libs static) \
76 $(use_enable debug debug all) \
77 $(use_enable doc build-docs)
78 }
79 @@ -53,4 +54,6 @@
80
81 gen_usr_ldscript -a usb
82 use nocxx && rm -f "${ED}"/usr/include/usbpp.h
83 +
84 + rm -f "${ED}"/usr/lib*/libusb*.la
85 }
86
87
88
89 1.11 dev-libs/libusb/libusb-1.0.8.ebuild
90
91 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/libusb/libusb-1.0.8.ebuild?rev=1.11&view=markup
92 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/libusb/libusb-1.0.8.ebuild?rev=1.11&content-type=text/plain
93 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/libusb/libusb-1.0.8.ebuild?r1=1.10&r2=1.11
94
95 Index: libusb-1.0.8.ebuild
96 ===================================================================
97 RCS file: /var/cvsroot/gentoo-x86/dev-libs/libusb/libusb-1.0.8.ebuild,v
98 retrieving revision 1.10
99 retrieving revision 1.11
100 diff -u -r1.10 -r1.11
101 --- libusb-1.0.8.ebuild 27 Sep 2011 17:27:43 -0000 1.10
102 +++ libusb-1.0.8.ebuild 28 Sep 2011 13:03:27 -0000 1.11
103 @@ -1,6 +1,6 @@
104 # Copyright 1999-2011 Gentoo Foundation
105 # Distributed under the terms of the GNU General Public License v2
106 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/libusb/libusb-1.0.8.ebuild,v 1.10 2011/09/27 17:27:43 grobian Exp $
107 +# $Header: /var/cvsroot/gentoo-x86/dev-libs/libusb/libusb-1.0.8.ebuild,v 1.11 2011/09/28 13:03:27 ssuominen Exp $
108
109 EAPI="2"
110
111 @@ -10,13 +10,14 @@
112 LICENSE="LGPL-2.1"
113 SLOT="1"
114 KEYWORDS="alpha amd64 arm hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc x86 -x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos"
115 -IUSE="debug doc"
116 +IUSE="debug doc static-libs"
117
118 DEPEND="doc? ( app-doc/doxygen )"
119 RDEPEND=""
120
121 src_configure() {
122 econf \
123 + $(use_enable static-libs static) \
124 $(use_enable debug debug-log)
125 }
126
127 @@ -39,4 +40,6 @@
128
129 dohtml doc/html/*
130 fi
131 +
132 + rm -f "${D}"/usr/lib*/libusb*.la
133 }