Gentoo Archives: gentoo-commits

From: "Pacho Ramos (pacho)" <pacho@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in net-libs/telepathy-glib: metadata.xml ChangeLog telepathy-glib-0.12.0.ebuild telepathy-glib-0.8.1.ebuild telepathy-glib-0.8.0.ebuild
Date: Wed, 29 Sep 2010 11:30:00
Message-Id: 20100929112953.0B48920051@flycatcher.gentoo.org
1 pacho 10/09/29 11:29:52
2
3 Modified: metadata.xml ChangeLog
4 Added: telepathy-glib-0.12.0.ebuild
5 Removed: telepathy-glib-0.8.1.ebuild
6 telepathy-glib-0.8.0.ebuild
7 Log:
8 Version bump with bugfixes and some new features, remove old.
9 (Portage version: 2.1.8.3/cvs/Linux x86_64)
10
11 Revision Changes Path
12 1.2 net-libs/telepathy-glib/metadata.xml
13
14 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/telepathy-glib/metadata.xml?rev=1.2&view=markup
15 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/telepathy-glib/metadata.xml?rev=1.2&content-type=text/plain
16 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/telepathy-glib/metadata.xml?r1=1.1&r2=1.2
17
18 Index: metadata.xml
19 ===================================================================
20 RCS file: /var/cvsroot/gentoo-x86/net-libs/telepathy-glib/metadata.xml,v
21 retrieving revision 1.1
22 retrieving revision 1.2
23 diff -u -r1.1 -r1.2
24 --- metadata.xml 20 Apr 2007 16:32:44 -0000 1.1
25 +++ metadata.xml 29 Sep 2010 11:29:52 -0000 1.2
26 @@ -8,5 +8,9 @@
27 </maintainer>
28 <longdescription lang="en">
29 </longdescription>
30 + <use>
31 + <flag name="introspection">Use <pkg>dev-libs/gobject-introspection</pkg>
32 + for introspection</flag>
33 + </use>
34 </pkgmetadata>
35
36
37
38
39 1.51 net-libs/telepathy-glib/ChangeLog
40
41 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/telepathy-glib/ChangeLog?rev=1.51&view=markup
42 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/telepathy-glib/ChangeLog?rev=1.51&content-type=text/plain
43 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/telepathy-glib/ChangeLog?r1=1.50&r2=1.51
44
45 Index: ChangeLog
46 ===================================================================
47 RCS file: /var/cvsroot/gentoo-x86/net-libs/telepathy-glib/ChangeLog,v
48 retrieving revision 1.50
49 retrieving revision 1.51
50 diff -u -r1.50 -r1.51
51 --- ChangeLog 21 Sep 2010 21:22:28 -0000 1.50
52 +++ ChangeLog 29 Sep 2010 11:29:52 -0000 1.51
53 @@ -1,6 +1,15 @@
54 # ChangeLog for net-libs/telepathy-glib
55 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
56 -# $Header: /var/cvsroot/gentoo-x86/net-libs/telepathy-glib/ChangeLog,v 1.50 2010/09/21 21:22:28 eva Exp $
57 +# $Header: /var/cvsroot/gentoo-x86/net-libs/telepathy-glib/ChangeLog,v 1.51 2010/09/29 11:29:52 pacho Exp $
58 +
59 +*telepathy-glib-0.12.0 (29 Sep 2010)
60 +
61 + 29 Sep 2010; Pacho Ramos <pacho@g.o>
62 + -files/telepathy-glib-0.7.33-fix-test.patch,
63 + -files/telepathy-glib-0.7.33-nobuildtest.patch,
64 + -telepathy-glib-0.8.0.ebuild, -telepathy-glib-0.8.1.ebuild,
65 + +telepathy-glib-0.12.0.ebuild:
66 + Version bump with bugfixes and some new features, remove old.
67
68 *telepathy-glib-0.10.7 (21 Sep 2010)
69
70
71
72
73 1.1 net-libs/telepathy-glib/telepathy-glib-0.12.0.ebuild
74
75 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/telepathy-glib/telepathy-glib-0.12.0.ebuild?rev=1.1&view=markup
76 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/telepathy-glib/telepathy-glib-0.12.0.ebuild?rev=1.1&content-type=text/plain
77
78 Index: telepathy-glib-0.12.0.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/net-libs/telepathy-glib/telepathy-glib-0.12.0.ebuild,v 1.1 2010/09/29 11:29:52 pacho Exp $
83
84 EAPI="2"
85
86 DESCRIPTION="GLib bindings for the Telepathy D-Bus protocol."
87 HOMEPAGE="http://telepathy.freedesktop.org"
88 SRC_URI="http://telepathy.freedesktop.org/releases/${PN}/${P}.tar.gz"
89
90 LICENSE="LGPL-2.1"
91 SLOT="0"
92 KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd"
93 IUSE="debug introspection"
94
95 RDEPEND=">=dev-libs/glib-2.24
96 >=dev-libs/dbus-glib-0.82
97 >=dev-lang/python-2.5
98 introspection? ( >=dev-libs/gobject-introspection-0.6.14 )"
99
100 DEPEND="${RDEPEND}
101 dev-libs/libxslt
102 >=dev-util/pkgconfig-0.21"
103
104 src_configure() {
105 # configure help says vala-bindings are experimental
106 econf \
107 $(use_enable debug) \
108 $(use_enable debug backtrace) \
109 $(use_enable debug handle-leak-debug) \
110 $(use_enable introspection) \
111 --disable-vala-bindings
112 }
113
114 src_test() {
115 if ! dbus-launch emake -j1 check; then
116 die "Make check failed. See above for details."
117 fi
118 }
119
120 src_install() {
121 emake install DESTDIR="${D}" || die "emake install failed"
122 dodoc AUTHORS ChangeLog NEWS README || die "dodoc failed"
123 }