Gentoo Archives: gentoo-commits

From: "Samuli Suominen (ssuominen)" <ssuominen@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in sys-libs/gwenhywfar: metadata.xml ChangeLog gwenhywfar-4.0.1.ebuild
Date: Wed, 03 Nov 2010 12:17:54
Message-Id: 20101103121750.133AA20051@flycatcher.gentoo.org
1 ssuominen 10/11/03 12:17:50
2
3 Modified: metadata.xml ChangeLog
4 Added: gwenhywfar-4.0.1.ebuild
5 Log:
6 Version bump.
7
8 (Portage version: 2.2.0_alpha3/cvs/Linux x86_64)
9
10 Revision Changes Path
11 1.2 sys-libs/gwenhywfar/metadata.xml
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/gwenhywfar/metadata.xml?rev=1.2&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/gwenhywfar/metadata.xml?rev=1.2&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/gwenhywfar/metadata.xml?r1=1.1&r2=1.2
16
17 Index: metadata.xml
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/sys-libs/gwenhywfar/metadata.xml,v
20 retrieving revision 1.1
21 retrieving revision 1.2
22 diff -u -r1.1 -r1.2
23 --- metadata.xml 23 Nov 2004 23:11:12 -0000 1.1
24 +++ metadata.xml 3 Nov 2010 12:17:49 -0000 1.2
25 @@ -1,6 +1,11 @@
26 <?xml version="1.0" encoding="UTF-8"?>
27 <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
28 <pkgmetadata>
29 -<herd>no-herd</herd>
30 -<maintainer><email>hanno@g.o</email></maintainer>
31 + <herd>no-herd</herd>
32 + <maintainer>
33 + <email>hanno@g.o</email>
34 + </maintainer>
35 + <use>
36 + <flag name="fox">Use <pkg>x11-libs/fox</pkg> graphical toolkit</flag>
37 + </use>
38 </pkgmetadata>
39
40
41
42 1.82 sys-libs/gwenhywfar/ChangeLog
43
44 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/gwenhywfar/ChangeLog?rev=1.82&view=markup
45 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/gwenhywfar/ChangeLog?rev=1.82&content-type=text/plain
46 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/gwenhywfar/ChangeLog?r1=1.81&r2=1.82
47
48 Index: ChangeLog
49 ===================================================================
50 RCS file: /var/cvsroot/gentoo-x86/sys-libs/gwenhywfar/ChangeLog,v
51 retrieving revision 1.81
52 retrieving revision 1.82
53 diff -u -r1.81 -r1.82
54 --- ChangeLog 1 Feb 2010 17:47:37 -0000 1.81
55 +++ ChangeLog 3 Nov 2010 12:17:49 -0000 1.82
56 @@ -1,6 +1,12 @@
57 # ChangeLog for sys-libs/gwenhywfar
58 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
59 -# $Header: /var/cvsroot/gentoo-x86/sys-libs/gwenhywfar/ChangeLog,v 1.81 2010/02/01 17:47:37 jer Exp $
60 +# $Header: /var/cvsroot/gentoo-x86/sys-libs/gwenhywfar/ChangeLog,v 1.82 2010/11/03 12:17:49 ssuominen Exp $
61 +
62 +*gwenhywfar-4.0.1 (03 Nov 2010)
63 +
64 + 03 Nov 2010; Samuli Suominen <ssuominen@g.o>
65 + +gwenhywfar-4.0.1.ebuild:
66 + Version bump.
67
68 01 Feb 2010; Jeroen Roovers <jer@g.o> gwenhywfar-3.10.1.ebuild:
69 Stable for HPPA too.
70
71
72
73 1.1 sys-libs/gwenhywfar/gwenhywfar-4.0.1.ebuild
74
75 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/gwenhywfar/gwenhywfar-4.0.1.ebuild?rev=1.1&view=markup
76 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/gwenhywfar/gwenhywfar-4.0.1.ebuild?rev=1.1&content-type=text/plain
77
78 Index: gwenhywfar-4.0.1.ebuild
79 ===================================================================
80 # Copyright 1999-2010 Gentoo Foundation
81 # Distributed under the terms of the GNU General Public License v2
82 # $Header: /var/cvsroot/gentoo-x86/sys-libs/gwenhywfar/gwenhywfar-4.0.1.ebuild,v 1.1 2010/11/03 12:17:49 ssuominen Exp $
83
84 EAPI=2
85
86 DESCRIPTION="A multi-platform helper library for other libraries"
87 HOMEPAGE="http://www.aquamaniac.de/aqbanking/"
88 SRC_URI="http://www.aquamaniac.de/sites/download/download.php?package=01&release=54&file=01&dummy=${P}.tar.gz -> ${P}.tar.gz"
89
90 LICENSE="LGPL-2.1"
91 SLOT="0"
92 KEYWORDS="~amd64 ~hppa ~ppc ~ppc64 ~sparc ~x86"
93 IUSE="debug doc fox gtk qt4"
94
95 RDEPEND="dev-libs/libgpg-error
96 >=dev-libs/libgcrypt-1.2.0
97 >=dev-libs/openssl-1.0.0
98 >=net-libs/gnutls-2.0.1
99 virtual/libiconv
100 virtual/libintl
101 fox? ( x11-libs/fox:1.6 )
102 gtk? ( >=x11-libs/gtk+-2.17.5:2 )
103 qt4? ( x11-libs/qt-gui:4 )"
104 DEPEND="${RDEPEND}
105 dev-util/pkgconfig
106 sys-devel/gettext
107 doc? ( app-doc/doxygen )"
108
109 src_configure() {
110 local guis
111 use fox && guis="${guis} fox"
112 use gtk && guis="${guis} gtk2"
113 use qt4 && guis="${guis} qt4"
114
115 econf \
116 --disable-dependency-tracking \
117 --enable-ssl \
118 --enable-visibility \
119 $(use_enable debug) \
120 $(use_enable doc full-doc) \
121 --with-guis="${guis}" \
122 --with-docpath=/usr/share/doc/${PF}/apidoc
123 }
124
125 src_compile() {
126 emake || die
127
128 if use doc; then
129 emake srcdoc || die
130 fi
131 }
132
133 src_install() {
134 emake DESTDIR="${D}" install || die
135 dodoc AUTHORS ChangeLog README TODO
136
137 if use doc; then
138 emake DESTDIR="${D}" install-srcdoc || die
139 fi
140
141 find "${D}" -name '*.la' -exec rm -f '{}' +
142 }