public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in net-libs/telepathy-qt4: metadata.xml ChangeLog telepathy-qt4-0.5.12.ebuild
@ 2011-03-23  8:23 Tomas Chvatal (scarabeus)
  0 siblings, 0 replies; only message in thread
From: Tomas Chvatal (scarabeus) @ 2011-03-23  8:23 UTC (permalink / raw
  To: gentoo-commits

scarabeus    11/03/23 08:23:48

  Modified:             metadata.xml ChangeLog
  Added:                telepathy-qt4-0.5.12.ebuild
  Log:
  Version bump. Fix automagicness. Non-maintainer commit.
  
  (Portage version: 2.2.0_alpha28/cvs/Linux x86_64)

Revision  Changes    Path
1.3                  net-libs/telepathy-qt4/metadata.xml

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/telepathy-qt4/metadata.xml?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/telepathy-qt4/metadata.xml?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/telepathy-qt4/metadata.xml?r1=1.2&r2=1.3

Index: metadata.xml
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-libs/telepathy-qt4/metadata.xml,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- metadata.xml	4 Mar 2011 12:56:42 -0000	1.2
+++ metadata.xml	23 Mar 2011 08:23:47 -0000	1.3
@@ -1,9 +1,9 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
 <pkgmetadata>
-  <herd>qt</herd>
-  <use>
-    <flag name='glib'>Enable support for various telepathy/glib related
-	packages</flag>
-  </use>
+	<herd>qt</herd>
+	<use>
+		<flag name='glib'>Enable support for various telepathy/glib related packages</flag>
+		<flag name='farsight'>Enable support for farsight connection manager</flag>
+	</use>
 </pkgmetadata>



1.6                  net-libs/telepathy-qt4/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/telepathy-qt4/ChangeLog?rev=1.6&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/telepathy-qt4/ChangeLog?rev=1.6&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/telepathy-qt4/ChangeLog?r1=1.5&r2=1.6

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-libs/telepathy-qt4/ChangeLog,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- ChangeLog	4 Mar 2011 12:56:42 -0000	1.5
+++ ChangeLog	23 Mar 2011 08:23:47 -0000	1.6
@@ -1,6 +1,13 @@
 # ChangeLog for net-libs/telepathy-qt4
 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-libs/telepathy-qt4/ChangeLog,v 1.5 2011/03/04 12:56:42 tampakrap Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-libs/telepathy-qt4/ChangeLog,v 1.6 2011/03/23 08:23:47 scarabeus Exp $
+
+*telepathy-qt4-0.5.12 (23 Mar 2011)
+
+  23 Mar 2011; Tomáš Chvátal <scarabeus@gentoo.org>
+  +files/0.5.12_automagicness.patch, +telepathy-qt4-0.5.12.ebuild,
+  metadata.xml:
+  Version bump. Fix automagicness. Non-maintainer commit.
 
 *telepathy-qt4-0.5.8 (04 Mar 2011)
 



1.1                  net-libs/telepathy-qt4/telepathy-qt4-0.5.12.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/telepathy-qt4/telepathy-qt4-0.5.12.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/telepathy-qt4/telepathy-qt4-0.5.12.ebuild?rev=1.1&content-type=text/plain

Index: telepathy-qt4-0.5.12.ebuild
===================================================================
# Copyright 1999-2011 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.5.12.ebuild,v 1.1 2011/03/23 08:23:47 scarabeus Exp $

PYTHON_DEPEND="2"

EAPI=3
inherit python base cmake-utils

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 glib farsight"

RDEPEND="
	x11-libs/qt-core:4[glib?]
	x11-libs/qt-dbus:4
	dev-python/dbus-python
	farsight? (
		dev-libs/dbus-glib
		dev-libs/libxml2
		media-libs/gstreamer
		net-libs/telepathy-glib
		net-libs/telepathy-farsight
	)
"
DEPEND="${RDEPEND}
	dev-libs/libxslt
	dev-util/pkgconfig"

PATCHES=(
	"${FILESDIR}/${PV}_automagicness.patch"
)

pkg_setup() {
	python_set_active_version 2
	python_pkg_setup
}

src_configure() {
	local mycmakeargs=(
		$(cmake-utils_use_enable debug DEBUG_OUTPUT)
		$(cmake-utils_use_with glib)
		$(cmake-utils_use_with farsight)
	)
	cmake-utils_src_configure
}






^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2011-03-23  8:23 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-03-23  8:23 [gentoo-commits] gentoo-x86 commit in net-libs/telepathy-qt4: metadata.xml ChangeLog telepathy-qt4-0.5.12.ebuild Tomas Chvatal (scarabeus)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox