* [gentoo-commits] proj/gnome:gnome-next commit in: net-libs/telepathy-glib/
@ 2011-07-16 18:24 Priit Laes
0 siblings, 0 replies; 2+ messages in thread
From: Priit Laes @ 2011-07-16 18:24 UTC (permalink / raw
To: gentoo-commits
commit: 54c945690c3f81172d8d99dd9c3b7f996cda7c94
Author: Priit Laes <plaes <AT> plaes <DOT> org>
AuthorDate: Sat Jul 16 18:12:42 2011 +0000
Commit: Priit Laes <plaes <AT> plaes <DOT> org>
CommitDate: Sat Jul 16 18:12:42 2011 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/gnome.git;a=commit;h=54c94569
net-libs/telepathy-glib: Added 0.15.4 to overlay
---
.../telepathy-glib/telepathy-glib-0.15.4.ebuild | 63 ++++++++++++++++++++
1 files changed, 63 insertions(+), 0 deletions(-)
diff --git a/net-libs/telepathy-glib/telepathy-glib-0.15.4.ebuild b/net-libs/telepathy-glib/telepathy-glib-0.15.4.ebuild
new file mode 100644
index 0000000..a3a1d35
--- /dev/null
+++ b/net-libs/telepathy-glib/telepathy-glib-0.15.4.ebuild
@@ -0,0 +1,63 @@
+# Copyright 1999-2011 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/net-libs/telepathy-glib/telepathy-glib-0.14.9.ebuild,v 1.1 2011/07/08 15:43:34 pacho Exp $
+
+EAPI="3"
+PYTHON_DEPEND="2:2.5"
+
+inherit python virtualx
+
+DESCRIPTION="GLib 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="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd"
+IUSE="debug +introspection +vala"
+
+RDEPEND=">=dev-libs/glib-2.28:2
+ >=dev-libs/dbus-glib-0.82
+ introspection? ( >=dev-libs/gobject-introspection-0.9.6 )
+ vala? (
+ dev-lang/vala:0.12[vapigen]
+ >=dev-libs/gobject-introspection-0.9.6 )"
+DEPEND="${RDEPEND}
+ dev-libs/libxslt
+ >=dev-util/pkgconfig-0.21"
+
+src_prepare() {
+ python_convert_shebangs -r 2 examples tests tools
+ default_src_prepare
+}
+
+src_configure() {
+ local myconf
+
+ if use vala; then
+ myconf="--enable-introspection
+ VALAC=$(type -p valac-0.12)
+ VAPIGEN=$(type -p vapigen-0.12)"
+ fi
+
+ econf --disable-static \
+ PYTHON=$(PYTHON -2 -a) \
+ $(use_enable debug backtrace) \
+ $(use_enable debug handle-leak-debug) \
+ $(use_enable debug debug-cache) \
+ $(use_enable introspection) \
+ $(use_enable vala vala-bindings) \
+ ${myconf}
+}
+
+src_test() {
+ # Needs dbus for tests (auto-launched)
+ Xemake -j1 check || die
+}
+
+src_install() {
+ emake install DESTDIR="${D}" || die "emake install failed"
+ dodoc AUTHORS ChangeLog NEWS README || die "dodoc failed"
+
+ find "${ED}" -name '*.la' -exec rm -f '{}' + || die
+}
^ permalink raw reply related [flat|nested] 2+ messages in thread
* [gentoo-commits] proj/gnome:gnome-next commit in: net-libs/telepathy-glib/
@ 2011-08-22 18:29 Alexandre Restovtsev
0 siblings, 0 replies; 2+ messages in thread
From: Alexandre Restovtsev @ 2011-08-22 18:29 UTC (permalink / raw
To: gentoo-commits
commit: 592a0e1f74c7cb57220e1e6d3e3e8d3fc3578dc0
Author: Alexandre Rostovtsev <tetromino <AT> gmail <DOT> com>
AuthorDate: Mon Aug 22 18:24:49 2011 +0000
Commit: Alexandre Restovtsev <tetromino <AT> gmail <DOT> com>
CommitDate: Mon Aug 22 18:24:49 2011 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/gnome.git;a=commit;h=592a0e1f
net-libs/telepathy-glib: 0.15.4 → 0.15.5
Version bump bringing massive amounts of new API. Needed for
empathy-3.1.5.1.
---
...-0.15.4.ebuild => telepathy-glib-0.15.5.ebuild} | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/net-libs/telepathy-glib/telepathy-glib-0.15.4.ebuild b/net-libs/telepathy-glib/telepathy-glib-0.15.5.ebuild
similarity index 97%
rename from net-libs/telepathy-glib/telepathy-glib-0.15.4.ebuild
rename to net-libs/telepathy-glib/telepathy-glib-0.15.5.ebuild
index a3a1d35..4e36880 100644
--- a/net-libs/telepathy-glib/telepathy-glib-0.15.4.ebuild
+++ b/net-libs/telepathy-glib/telepathy-glib-0.15.5.ebuild
@@ -20,7 +20,7 @@ RDEPEND=">=dev-libs/glib-2.28:2
>=dev-libs/dbus-glib-0.82
introspection? ( >=dev-libs/gobject-introspection-0.9.6 )
vala? (
- dev-lang/vala:0.12[vapigen]
+ >=dev-lang/vala-0.11.2:0.12[vapigen]
>=dev-libs/gobject-introspection-0.9.6 )"
DEPEND="${RDEPEND}
dev-libs/libxslt
^ permalink raw reply related [flat|nested] 2+ messages in thread
end of thread, other threads:[~2011-08-22 18:30 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-07-16 18:24 [gentoo-commits] proj/gnome:gnome-next commit in: net-libs/telepathy-glib/ Priit Laes
-- strict thread matches above, loose matches on Subject: below --
2011-08-22 18:29 Alexandre Restovtsev
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox