Gentoo Archives: gentoo-commits

From: "Markos Chandras (hwoarang)" <hwoarang@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in net-libs/telepathy-qt4: telepathy-qt4-0.3.4.ebuild metadata.xml ChangeLog
Date: Sun, 30 May 2010 10:05:16
Message-Id: 20100530100510.2FBCF2CF37@corvid.gentoo.org
1 hwoarang 10/05/30 10:05:10
2
3 Added: telepathy-qt4-0.3.4.ebuild metadata.xml ChangeLog
4 Log:
5 Initial commit of telepathy-qt4. Fixes bug #300397
6 (Portage version: 2.2_rc67/cvs/Linux x86_64)
7
8 Revision Changes Path
9 1.1 net-libs/telepathy-qt4/telepathy-qt4-0.3.4.ebuild
10
11 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/telepathy-qt4/telepathy-qt4-0.3.4.ebuild?rev=1.1&view=markup
12 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/telepathy-qt4/telepathy-qt4-0.3.4.ebuild?rev=1.1&content-type=text/plain
13
14 Index: telepathy-qt4-0.3.4.ebuild
15 ===================================================================
16 # Copyright 1999-2010 Gentoo Foundation
17 # Distributed under the terms of the GNU General Public License v2
18 # $Header: /var/cvsroot/gentoo-x86/net-libs/telepathy-qt4/telepathy-qt4-0.3.4.ebuild,v 1.1 2010/05/30 10:05:10 hwoarang Exp $
19
20 PYTHON_DEPEND="2"
21
22 EAPI="2"
23 inherit versionator python base
24
25 DESCRIPTION="Qt4 bindings for the Telepathy D-Bus protocol"
26 HOMEPAGE="http://telepathy.freedesktop.org/"
27 SRC_URI="http://telepathy.freedesktop.org/releases/${PN}/${P}.tar.gz"
28
29 LICENSE="LGPL-2.1"
30 SLOT="0"
31 KEYWORDS="~amd64 ~x86"
32 IUSE="debug static"
33
34 RDEPEND="x11-libs/qt-core:4
35 x11-libs/qt-dbus:4"
36 DEPEND="${RDEPEND}
37 dev-libs/libxslt
38 dev-util/pkgconfig
39 net-libs/telepathy-farsight"
40
41 pkg_setup() {
42 python_set_active_version 2
43 python_pkg_setup
44 }
45
46 src_configure() {
47 econf $(use_enable debug) $(use_enable static)
48 }
49
50 src_test() {
51 dbus-launch emake -j1 check || die "emake check failed"
52 }
53
54 src_install() {
55 base_src_install
56 ! use static && rm "${D}"/usr/$(get_libdir)/lib${PN}.la
57 }
58
59
60
61 1.1 net-libs/telepathy-qt4/metadata.xml
62
63 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/telepathy-qt4/metadata.xml?rev=1.1&view=markup
64 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/telepathy-qt4/metadata.xml?rev=1.1&content-type=text/plain
65
66 Index: metadata.xml
67 ===================================================================
68 <?xml version="1.0" encoding="UTF-8"?>
69 <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
70 <pkgmetadata>
71 <herd>qt</herd>
72 </pkgmetadata>
73
74
75
76 1.1 net-libs/telepathy-qt4/ChangeLog
77
78 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/telepathy-qt4/ChangeLog?rev=1.1&view=markup
79 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/telepathy-qt4/ChangeLog?rev=1.1&content-type=text/plain
80
81 Index: ChangeLog
82 ===================================================================
83 # ChangeLog for net-libs/telepathy-qt4
84 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
85 # $Header: /var/cvsroot/gentoo-x86/net-libs/telepathy-qt4/ChangeLog,v 1.1 2010/05/30 10:05:10 hwoarang Exp $
86
87 *telepathy-qt4-0.3.4 (30 May 2010)
88
89 30 May 2010; Markos Chandras <hwoarang@g.o>
90 +telepathy-qt4-0.3.4.ebuild, +metadata.xml:
91 Initial commit of telepathy-qt4. Moved from qting-edge overlay. Fixes bug
92 #300397