Gentoo Archives: gentoo-commits

From: "Alexis Ballier (aballier)" <aballier@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in net-libs/telepathy-glib: telepathy-glib-0.7.31.ebuild ChangeLog
Date: Thu, 18 Jun 2009 13:02:52
Message-Id: E1MHHGO-0005WT-Li@stork.gentoo.org
1 aballier 09/06/18 13:02:44
2
3 Modified: telepathy-glib-0.7.31.ebuild ChangeLog
4 Log:
5 keyword ~x86-fbsd and call elibtoolize for a sane .so versionning.
6 (Portage version: 2.2_rc33/cvs/Linux x86_64)
7
8 Revision Changes Path
9 1.2 net-libs/telepathy-glib/telepathy-glib-0.7.31.ebuild
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-libs/telepathy-glib/telepathy-glib-0.7.31.ebuild?rev=1.2&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-libs/telepathy-glib/telepathy-glib-0.7.31.ebuild?rev=1.2&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-libs/telepathy-glib/telepathy-glib-0.7.31.ebuild?r1=1.1&r2=1.2
14
15 Index: telepathy-glib-0.7.31.ebuild
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/net-libs/telepathy-glib/telepathy-glib-0.7.31.ebuild,v
18 retrieving revision 1.1
19 retrieving revision 1.2
20 diff -u -r1.1 -r1.2
21 --- telepathy-glib-0.7.31.ebuild 1 Jun 2009 21:52:50 -0000 1.1
22 +++ telepathy-glib-0.7.31.ebuild 18 Jun 2009 13:02:44 -0000 1.2
23 @@ -1,6 +1,8 @@
24 # Copyright 1999-2009 Gentoo Foundation
25 # Distributed under the terms of the GNU General Public License v2
26 -# $Header: /var/cvsroot/gentoo-x86/net-libs/telepathy-glib/telepathy-glib-0.7.31.ebuild,v 1.1 2009/06/01 21:52:50 eva Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/net-libs/telepathy-glib/telepathy-glib-0.7.31.ebuild,v 1.2 2009/06/18 13:02:44 aballier Exp $
28 +
29 +inherit libtool
30
31 DESCRIPTION="GLib bindings for the Telepathy D-Bus protocol."
32 HOMEPAGE="http://telepathy.freedesktop.org"
33 @@ -8,7 +10,7 @@
34
35 LICENSE="LGPL-2.1"
36 SLOT="0"
37 -KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc ~x86"
38 +KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd"
39 IUSE="debug doc"
40
41 RDEPEND=">=dev-libs/glib-2.16
42 @@ -20,6 +22,12 @@
43 >=dev-util/pkgconfig-0.21
44 doc? ( >=dev-util/gtk-doc-1.10 )"
45
46 +src_unpack() {
47 + unpack ${A}
48 + cd "${S}"
49 + elibtoolize # for sane .so versionning on BSD
50 +}
51 +
52 src_compile() {
53 econf \
54 $(use_enable doc gtk-doc) \
55
56
57
58 1.30 net-libs/telepathy-glib/ChangeLog
59
60 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-libs/telepathy-glib/ChangeLog?rev=1.30&view=markup
61 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-libs/telepathy-glib/ChangeLog?rev=1.30&content-type=text/plain
62 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-libs/telepathy-glib/ChangeLog?r1=1.29&r2=1.30
63
64 Index: ChangeLog
65 ===================================================================
66 RCS file: /var/cvsroot/gentoo-x86/net-libs/telepathy-glib/ChangeLog,v
67 retrieving revision 1.29
68 retrieving revision 1.30
69 diff -u -r1.29 -r1.30
70 --- ChangeLog 1 Jun 2009 21:52:50 -0000 1.29
71 +++ ChangeLog 18 Jun 2009 13:02:44 -0000 1.30
72 @@ -1,6 +1,10 @@
73 # ChangeLog for net-libs/telepathy-glib
74 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
75 -# $Header: /var/cvsroot/gentoo-x86/net-libs/telepathy-glib/ChangeLog,v 1.29 2009/06/01 21:52:50 eva Exp $
76 +# $Header: /var/cvsroot/gentoo-x86/net-libs/telepathy-glib/ChangeLog,v 1.30 2009/06/18 13:02:44 aballier Exp $
77 +
78 + 18 Jun 2009; Alexis Ballier <aballier@g.o>
79 + telepathy-glib-0.7.31.ebuild:
80 + keyword ~x86-fbsd and call elibtoolize for a sane .so versionning.
81
82 *telepathy-glib-0.7.31 (01 Jun 2009)