Gentoo Archives: gentoo-commits

From: "Michael Sterrett (mr_bones_)" <mr_bones_@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-libs/d0_blind_id: ChangeLog d0_blind_id-0.3.ebuild
Date: Sun, 27 Nov 2011 17:40:47
Message-Id: 20111127174033.6740E2004B@flycatcher.gentoo.org
1 mr_bones_ 11/11/27 17:40:33
2
3 Modified: ChangeLog d0_blind_id-0.3.ebuild
4 Log:
5 use more autotools-utils (bug #392173)
6
7 (Portage version: 2.1.10.11/cvs/Linux i686)
8
9 Revision Changes Path
10 1.6 dev-libs/d0_blind_id/ChangeLog
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/d0_blind_id/ChangeLog?rev=1.6&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/d0_blind_id/ChangeLog?rev=1.6&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/d0_blind_id/ChangeLog?r1=1.5&r2=1.6
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/dev-libs/d0_blind_id/ChangeLog,v
19 retrieving revision 1.5
20 retrieving revision 1.6
21 diff -u -r1.5 -r1.6
22 --- ChangeLog 27 Nov 2011 04:43:17 -0000 1.5
23 +++ ChangeLog 27 Nov 2011 17:40:33 -0000 1.6
24 @@ -1,6 +1,9 @@
25 # ChangeLog for dev-libs/d0_blind_id
26 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/d0_blind_id/ChangeLog,v 1.5 2011/11/27 04:43:17 radhermit Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/dev-libs/d0_blind_id/ChangeLog,v 1.6 2011/11/27 17:40:33 mr_bones_ Exp $
29 +
30 + 27 Nov 2011; Michael Sterrett <mr_bones_@g.o> d0_blind_id-0.3.ebuild:
31 + use more autotools-utils (bug #392173)
32
33 27 Nov 2011; Tim Harder <radhermit@g.o> d0_blind_id-0.3.ebuild:
34 Build in the source tree.
35
36
37
38 1.6 dev-libs/d0_blind_id/d0_blind_id-0.3.ebuild
39
40 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/d0_blind_id/d0_blind_id-0.3.ebuild?rev=1.6&view=markup
41 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/d0_blind_id/d0_blind_id-0.3.ebuild?rev=1.6&content-type=text/plain
42 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/d0_blind_id/d0_blind_id-0.3.ebuild?r1=1.5&r2=1.6
43
44 Index: d0_blind_id-0.3.ebuild
45 ===================================================================
46 RCS file: /var/cvsroot/gentoo-x86/dev-libs/d0_blind_id/d0_blind_id-0.3.ebuild,v
47 retrieving revision 1.5
48 retrieving revision 1.6
49 diff -u -r1.5 -r1.6
50 --- d0_blind_id-0.3.ebuild 27 Nov 2011 04:43:17 -0000 1.5
51 +++ d0_blind_id-0.3.ebuild 27 Nov 2011 17:40:33 -0000 1.6
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-libs/d0_blind_id/d0_blind_id-0.3.ebuild,v 1.5 2011/11/27 04:43:17 radhermit Exp $
56 +# $Header: /var/cvsroot/gentoo-x86/dev-libs/d0_blind_id/d0_blind_id-0.3.ebuild,v 1.6 2011/11/27 17:40:33 mr_bones_ Exp $
57
58 EAPI=4
59 inherit autotools-utils
60 @@ -23,11 +23,13 @@
61 AUTOTOOLS_IN_SOURCE_BUILD=1
62
63 src_configure() {
64 - econf \
65 - --enable-rijndael \
66 - --without-openssl \
67 - --without-tommath \
68 + local myeconfargs=(
69 + --enable-rijndael
70 + --without-openssl
71 + --without-tommath
72 $(use_enable static-libs static)
73 + )
74 + autotools-utils_src_configure
75 }
76
77 src_install() {