Gentoo Archives: gentoo-commits

From: "Hanno Boeck (hanno)" <hanno@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in sys-libs/gwenhywfar: ChangeLog gwenhywfar-2.6.2.ebuild
Date: Mon, 19 Nov 2007 16:59:10
Message-Id: E1Iu9xc-0008E7-GS@stork.gentoo.org
1 hanno 07/11/19 16:59:00
2
3 Modified: ChangeLog
4 Added: gwenhywfar-2.6.2.ebuild
5 Log:
6 gwenhywfar bump
7 (Portage version: 2.1.3.19)
8
9 Revision Changes Path
10 1.51 sys-libs/gwenhywfar/ChangeLog
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-libs/gwenhywfar/ChangeLog?rev=1.51&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-libs/gwenhywfar/ChangeLog?rev=1.51&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-libs/gwenhywfar/ChangeLog?r1=1.50&r2=1.51
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/sys-libs/gwenhywfar/ChangeLog,v
19 retrieving revision 1.50
20 retrieving revision 1.51
21 diff -u -r1.50 -r1.51
22 --- ChangeLog 16 Nov 2007 00:25:33 -0000 1.50
23 +++ ChangeLog 19 Nov 2007 16:58:59 -0000 1.51
24 @@ -1,6 +1,11 @@
25 # ChangeLog for sys-libs/gwenhywfar
26 # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/sys-libs/gwenhywfar/ChangeLog,v 1.50 2007/11/16 00:25:33 beandog Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/sys-libs/gwenhywfar/ChangeLog,v 1.51 2007/11/19 16:58:59 hanno Exp $
29 +
30 +*gwenhywfar-2.6.2 (19 Nov 2007)
31 +
32 + 19 Nov 2007; Hanno Boeck <hanno@g.o> +gwenhywfar-2.6.2.ebuild:
33 + Version bump.
34
35 16 Nov 2007; Steve Dibb <beandog@g.o> gwenhywfar-2.6.1.ebuild:
36 amd64 stable, bug 192840
37
38
39
40 1.1 sys-libs/gwenhywfar/gwenhywfar-2.6.2.ebuild
41
42 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-libs/gwenhywfar/gwenhywfar-2.6.2.ebuild?rev=1.1&view=markup
43 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-libs/gwenhywfar/gwenhywfar-2.6.2.ebuild?rev=1.1&content-type=text/plain
44
45 Index: gwenhywfar-2.6.2.ebuild
46 ===================================================================
47 # Copyright 1999-2007 Gentoo Foundation
48 # Distributed under the terms of the GNU General Public License v2
49 # $Header: /var/cvsroot/gentoo-x86/sys-libs/gwenhywfar/gwenhywfar-2.6.2.ebuild,v 1.1 2007/11/19 16:58:59 hanno Exp $
50
51 DESCRIPTION="A multi-platform helper library for other libraries"
52 HOMEPAGE="http://gwenhywfar.sourceforge.net"
53 SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
54 LICENSE="LGPL-2.1"
55 SLOT="0"
56 KEYWORDS="~amd64 ~hppa ~ppc ~sparc ~x86"
57
58 IUSE="debug ssl doc ncurses"
59
60 DEPEND="ssl? ( >=dev-libs/openssl-0.9.6b )
61 sys-libs/ncurses
62 doc? ( app-doc/doxygen )
63 ncurses? ( sys-libs/ncurses )"
64
65 src_compile() {
66 econf \
67 $(use_enable ssl) \
68 $(use_enable debug) \
69 $(use_enable doc full-doc) \
70 $(use_enable ncurses gwenui) \
71 --with-docpath="/usr/share/doc/${PF}/apidoc" || die "configure failed"
72 emake || die "emake failed"
73 if use doc ; then
74 emake srcdoc || die "emake failed"
75 fi
76 }
77
78 src_install() {
79 emake DESTDIR="${D}" install || die "install failed"
80 dodoc README* AUTHORS ChangeLog TODO || die "dodoc failed"
81 if use doc ; then
82 make DESTDIR="${D}" install-srcdoc || die "install doc failed"
83 fi
84 }
85
86
87
88 --
89 gentoo-commits@g.o mailing list