Gentoo Archives: gentoo-commits

From: "Dawid Weglinski (cla)" <cla@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in net-libs/libgadu: ChangeLog libgadu-1.8.0.ebuild
Date: Mon, 21 Apr 2008 13:27:21
Message-Id: E1Jnw3C-0006x5-EI@stork.gentoo.org
1 cla 08/04/21 13:27:18
2
3 Modified: ChangeLog
4 Added: libgadu-1.8.0.ebuild
5 Log:
6 Version bump
7 (Portage version: 2.1.4.4)
8
9 Revision Changes Path
10 1.24 net-libs/libgadu/ChangeLog
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-libs/libgadu/ChangeLog?rev=1.24&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-libs/libgadu/ChangeLog?rev=1.24&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-libs/libgadu/ChangeLog?r1=1.23&r2=1.24
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/net-libs/libgadu/ChangeLog,v
19 retrieving revision 1.23
20 retrieving revision 1.24
21 diff -u -r1.23 -r1.24
22 --- ChangeLog 14 Mar 2008 11:17:53 -0000 1.23
23 +++ ChangeLog 21 Apr 2008 13:27:17 -0000 1.24
24 @@ -1,6 +1,11 @@
25 # ChangeLog for net-libs/libgadu
26 # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/net-libs/libgadu/ChangeLog,v 1.23 2008/03/14 11:17:53 phreak Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/net-libs/libgadu/ChangeLog,v 1.24 2008/04/21 13:27:17 cla Exp $
29 +
30 +*libgadu-1.8.0 (21 Apr 2008)
31 +
32 + 21 Apr 2008; Dawid Węgliński <cla@g.o> +libgadu-1.8.0.ebuild:
33 + Version bump (bug #211364)
34
35 14 Mar 2008; Christian Heim <phreak@g.o> metadata.xml:
36 Removing Karol Wojtaszek (sekretarz, #56912) from metadata.xml.
37
38
39
40 1.1 net-libs/libgadu/libgadu-1.8.0.ebuild
41
42 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-libs/libgadu/libgadu-1.8.0.ebuild?rev=1.1&view=markup
43 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-libs/libgadu/libgadu-1.8.0.ebuild?rev=1.1&content-type=text/plain
44
45 Index: libgadu-1.8.0.ebuild
46 ===================================================================
47 # Copyright 1999-2008 Gentoo Foundation
48 # Distributed under the terms of the GNU General Public License v2
49 # $Header: /var/cvsroot/gentoo-x86/net-libs/libgadu/libgadu-1.8.0.ebuild,v 1.1 2008/04/21 13:27:17 cla Exp $
50
51 inherit eutils libtool
52
53 DESCRIPTION="This library implements the client side of the Gadu-Gadu protocol"
54 HOMEPAGE="http://toxygen.net/libgadu/"
55 SRC_URI="http://toxygen.net/libgadu/files/${P}.tar.gz"
56 LICENSE="GPL-2"
57 SLOT="0"
58
59 KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd"
60
61 IUSE="ssl threads"
62
63 DEPEND="ssl? ( >=dev-libs/openssl-0.9.6m )"
64
65 src_compile() {
66 econf \
67 --enable-shared \
68 `use_with threads pthread` \
69 `use_with ssl openssl` \
70 || die "econf failed"
71
72 emake || die "emake failed"
73 }
74
75 src_install() {
76 einstall || die
77 }
78
79
80
81 --
82 gentoo-commits@l.g.o mailing list