* [gentoo-commits] gentoo-x86 commit in net-libs/telepathy-qt4: ChangeLog telepathy-qt4-0.3.4-r1.ebuild telepathy-qt4-0.3.4.ebuild
@ 2010-06-02 19:50 Markos Chandras (hwoarang)
0 siblings, 0 replies; only message in thread
From: Markos Chandras (hwoarang) @ 2010-06-02 19:50 UTC (permalink / raw
To: gentoo-commits
hwoarang 10/06/02 19:50:45
Modified: ChangeLog
Added: telepathy-qt4-0.3.4-r1.ebuild
Removed: telepathy-qt4-0.3.4.ebuild
Log:
Use static-libs use flag instead of static. Fixes bug #322493 thanks to Kacper Kowalik (Xarthisius)
(Portage version: 2.2_rc67/cvs/Linux x86_64)
Revision Changes Path
1.2 net-libs/telepathy-qt4/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/telepathy-qt4/ChangeLog?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/telepathy-qt4/ChangeLog?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/telepathy-qt4/ChangeLog?r1=1.1&r2=1.2
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-libs/telepathy-qt4/ChangeLog,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- ChangeLog 30 May 2010 10:05:10 -0000 1.1
+++ ChangeLog 2 Jun 2010 19:50:45 -0000 1.2
@@ -1,6 +1,13 @@
# ChangeLog for net-libs/telepathy-qt4
# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-libs/telepathy-qt4/ChangeLog,v 1.1 2010/05/30 10:05:10 hwoarang Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-libs/telepathy-qt4/ChangeLog,v 1.2 2010/06/02 19:50:45 hwoarang Exp $
+
+*telepathy-qt4-0.3.4-r1 (02 Jun 2010)
+
+ 02 Jun 2010; Markos Chandras <hwoarang@gentoo.org>
+ -telepathy-qt4-0.3.4.ebuild, +telepathy-qt4-0.3.4-r1.ebuild:
+ Use static-libs use flag instead of static. Fixes bug #322493 thanks to
+ Kacper Kowalik (Xarthisius)
*telepathy-qt4-0.3.4 (30 May 2010)
1.1 net-libs/telepathy-qt4/telepathy-qt4-0.3.4-r1.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/telepathy-qt4/telepathy-qt4-0.3.4-r1.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/telepathy-qt4/telepathy-qt4-0.3.4-r1.ebuild?rev=1.1&content-type=text/plain
Index: telepathy-qt4-0.3.4-r1.ebuild
===================================================================
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/net-libs/telepathy-qt4/telepathy-qt4-0.3.4-r1.ebuild,v 1.1 2010/06/02 19:50:45 hwoarang Exp $
PYTHON_DEPEND="2"
EAPI="2"
inherit base multilib python versionator
DESCRIPTION="Qt4 bindings for the Telepathy D-Bus protocol"
HOMEPAGE="http://telepathy.freedesktop.org/"
SRC_URI="http://telepathy.freedesktop.org/releases/${PN}/${P}.tar.gz"
LICENSE="LGPL-2.1"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE="debug static-libs"
RDEPEND="x11-libs/qt-core:4
x11-libs/qt-dbus:4
x11-libs/qt-test:4"
DEPEND="${RDEPEND}
dev-libs/libxslt
dev-util/pkgconfig
net-libs/telepathy-farsight"
pkg_setup() {
python_set_active_version 2
python_pkg_setup
}
src_configure() {
econf $(use_enable debug) $(use_enable static-libs static)
}
src_test() {
dbus-launch emake -j1 check || die "emake check failed"
}
src_install() {
base_src_install
! use static-libs && rm "${D}"/usr/$(get_libdir)/lib${PN}.la
}
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2010-06-02 19:50 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-06-02 19:50 [gentoo-commits] gentoo-x86 commit in net-libs/telepathy-qt4: ChangeLog telepathy-qt4-0.3.4-r1.ebuild telepathy-qt4-0.3.4.ebuild Markos Chandras (hwoarang)
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox