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: d0_blind_id-0.5.ebuild ChangeLog
Date: Thu, 25 Jun 2015 03:25:26
Message-Id: 20150625032519.0D884A51@oystercatcher.gentoo.org
1 mr_bones_ 15/06/25 03:25:19
2
3 Modified: d0_blind_id-0.5.ebuild ChangeLog
4 Log:
5 fix out-of-source build with modified patch from Nikoli (bug #477310)
6
7 (Portage version: 2.2.18/cvs/Linux x86_64, unsigned Manifest commit)
8
9 Revision Changes Path
10 1.6 dev-libs/d0_blind_id/d0_blind_id-0.5.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/d0_blind_id/d0_blind_id-0.5.ebuild?rev=1.6&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/d0_blind_id/d0_blind_id-0.5.ebuild?rev=1.6&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/d0_blind_id/d0_blind_id-0.5.ebuild?r1=1.5&r2=1.6
15
16 Index: d0_blind_id-0.5.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/dev-libs/d0_blind_id/d0_blind_id-0.5.ebuild,v
19 retrieving revision 1.5
20 retrieving revision 1.6
21 diff -u -r1.5 -r1.6
22 --- d0_blind_id-0.5.ebuild 4 May 2012 18:35:54 -0000 1.5
23 +++ d0_blind_id-0.5.ebuild 25 Jun 2015 03:25:18 -0000 1.6
24 @@ -1,8 +1,9 @@
25 -# Copyright 1999-2012 Gentoo Foundation
26 +# Copyright 1999-2015 Gentoo Foundation
27 # Distributed under the terms of the GNU General Public License v2
28 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/d0_blind_id/d0_blind_id-0.5.ebuild,v 1.5 2012/05/04 18:35:54 jdhore Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/dev-libs/d0_blind_id/d0_blind_id-0.5.ebuild,v 1.6 2015/06/25 03:25:18 mr_bones_ Exp $
30
31 -EAPI=4
32 +EAPI=5
33 +AUTOTOOLS_AUTORECONF=1
34 inherit autotools-utils
35
36 DESCRIPTION="Blind-ID library for user identification using RSA blind signatures"
37 @@ -14,24 +15,26 @@
38 KEYWORDS="amd64 x86"
39 IUSE="static-libs"
40
41 -RDEPEND="dev-libs/gmp"
42 +RDEPEND="dev-libs/gmp:0"
43 DEPEND="${RDEPEND}
44 virtual/pkgconfig"
45
46 DOCS=( d0_blind_id.txt )
47
48 -AUTOTOOLS_IN_SOURCE_BUILD=1
49 +src_prepare() {
50 + # fix out-of-source build
51 + sed -i \
52 + -e 's, d0_rijndael.c, "$srcdir/d0_rijndael.c",' \
53 + configure.ac || die
54 +
55 + autotools-utils_src_prepare
56 +}
57
58 src_configure() {
59 local myeconfargs=(
60 --enable-rijndael
61 --without-openssl
62 --without-tommath
63 - $(use_enable static-libs static)
64 )
65 autotools-utils_src_configure
66 }
67 -
68 -src_install() {
69 - autotools-utils_src_install
70 -}
71
72
73
74 1.13 dev-libs/d0_blind_id/ChangeLog
75
76 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/d0_blind_id/ChangeLog?rev=1.13&view=markup
77 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/d0_blind_id/ChangeLog?rev=1.13&content-type=text/plain
78 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/d0_blind_id/ChangeLog?r1=1.12&r2=1.13
79
80 Index: ChangeLog
81 ===================================================================
82 RCS file: /var/cvsroot/gentoo-x86/dev-libs/d0_blind_id/ChangeLog,v
83 retrieving revision 1.12
84 retrieving revision 1.13
85 diff -u -r1.12 -r1.13
86 --- ChangeLog 30 Jan 2013 22:58:37 -0000 1.12
87 +++ ChangeLog 25 Jun 2015 03:25:18 -0000 1.13
88 @@ -1,6 +1,9 @@
89 # ChangeLog for dev-libs/d0_blind_id
90 -# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
91 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/d0_blind_id/ChangeLog,v 1.12 2013/01/30 22:58:37 mr_bones_ Exp $
92 +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
93 +# $Header: /var/cvsroot/gentoo-x86/dev-libs/d0_blind_id/ChangeLog,v 1.13 2015/06/25 03:25:18 mr_bones_ Exp $
94 +
95 + 25 Jun 2015; Michael Sterrett <mr_bones_@g.o> d0_blind_id-0.5.ebuild:
96 + fix out-of-source build with modified patch from Nikoli (bug #477310)
97
98 30 Jan 2013; Michael Sterrett <mr_bones_@g.o> -d0_blind_id-0.3.ebuild:
99 old