Gentoo Archives: gentoo-commits

From: "Alon Bar-Lev (alonbl)" <alonbl@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in app-crypt/pinentry: pinentry-0.8.3.ebuild ChangeLog
Date: Fri, 27 Dec 2013 19:09:39
Message-Id: 20131227190933.978AD2004C@flycatcher.gentoo.org
1 alonbl 13/12/27 19:09:33
2
3 Modified: pinentry-0.8.3.ebuild ChangeLog
4 Log:
5 Fix aix build, bug#493384, thanks to Michael Haubenwallner
6
7 (Portage version: 2.2.7/cvs/Linux x86_64, signed Manifest commit with key BF20DC51)
8
9 Revision Changes Path
10 1.3 app-crypt/pinentry/pinentry-0.8.3.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-crypt/pinentry/pinentry-0.8.3.ebuild?rev=1.3&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-crypt/pinentry/pinentry-0.8.3.ebuild?rev=1.3&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-crypt/pinentry/pinentry-0.8.3.ebuild?r1=1.2&r2=1.3
15
16 Index: pinentry-0.8.3.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/app-crypt/pinentry/pinentry-0.8.3.ebuild,v
19 retrieving revision 1.2
20 retrieving revision 1.3
21 diff -u -r1.2 -r1.3
22 --- pinentry-0.8.3.ebuild 6 Nov 2013 21:45:32 -0000 1.2
23 +++ pinentry-0.8.3.ebuild 27 Dec 2013 19:09:33 -0000 1.3
24 @@ -1,6 +1,6 @@
25 # Copyright 1999-2013 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27 -# $Header: /var/cvsroot/gentoo-x86/app-crypt/pinentry/pinentry-0.8.3.ebuild,v 1.2 2013/11/06 21:45:32 alonbl Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/app-crypt/pinentry/pinentry-0.8.3.ebuild,v 1.3 2013/12/27 19:09:33 alonbl Exp $
29
30 EAPI=5
31
32 @@ -27,6 +27,7 @@
33 sys-devel/gettext
34 gtk? ( virtual/pkgconfig )
35 qt4? ( virtual/pkgconfig )
36 + ppc-aix? ( dev-libs/gnulib )
37 "
38 REQUIRED_USE="
39 || ( ncurses gtk qt4 )
40 @@ -53,6 +54,12 @@
41 src_configure() {
42 use static && append-ldflags -static
43
44 + if [[ ${CHOST} == *-aix* ]] ; then
45 + append-flags -I"${EPREFIX}/usr/$(get_libdir)/gnulib/include"
46 + append-ldflags -L"${EPREFIX}/usr/$(get_libdir)/gnulib/$(get_libdir)"
47 + append-libs -lgnu
48 + fi
49 +
50 # Issues finding qt on multilib systems
51 export QTLIB="${QTDIR}/$(get_libdir)"
52
53
54
55
56 1.149 app-crypt/pinentry/ChangeLog
57
58 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-crypt/pinentry/ChangeLog?rev=1.149&view=markup
59 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-crypt/pinentry/ChangeLog?rev=1.149&content-type=text/plain
60 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-crypt/pinentry/ChangeLog?r1=1.148&r2=1.149
61
62 Index: ChangeLog
63 ===================================================================
64 RCS file: /var/cvsroot/gentoo-x86/app-crypt/pinentry/ChangeLog,v
65 retrieving revision 1.148
66 retrieving revision 1.149
67 diff -u -r1.148 -r1.149
68 --- ChangeLog 6 Nov 2013 21:45:32 -0000 1.148
69 +++ ChangeLog 27 Dec 2013 19:09:33 -0000 1.149
70 @@ -1,6 +1,9 @@
71 # ChangeLog for app-crypt/pinentry
72 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
73 -# $Header: /var/cvsroot/gentoo-x86/app-crypt/pinentry/ChangeLog,v 1.148 2013/11/06 21:45:32 alonbl Exp $
74 +# $Header: /var/cvsroot/gentoo-x86/app-crypt/pinentry/ChangeLog,v 1.149 2013/12/27 19:09:33 alonbl Exp $
75 +
76 + 27 Dec 2013; Alon Bar-Lev <alonbl@g.o> pinentry-0.8.3.ebuild:
77 + Fix aix build, bug#493384, thanks to Michael Haubenwallner
78
79 06 Nov 2013; Alon Bar-Lev <alonbl@g.o> pinentry-0.8.2.ebuild,
80 pinentry-0.8.3.ebuild: