From 434f76a97f3ced91b7c412704ed026e48ef1e3bb Mon Sep 17 00:00:00 2001 From: Nirbheek Chauhan Date: Wed, 23 Mar 2011 02:47:43 +0000 Subject: Bump to 0.14.1 (Portage version: 2.1.9.44/cvs/Linux x86_64) --- net-libs/telepathy-glib/ChangeLog | 8 ++- .../telepathy-glib/telepathy-glib-0.13.17.ebuild | 63 --------------------- .../telepathy-glib/telepathy-glib-0.14.1.ebuild | 65 ++++++++++++++++++++++ 3 files changed, 72 insertions(+), 64 deletions(-) delete mode 100644 net-libs/telepathy-glib/telepathy-glib-0.13.17.ebuild create mode 100644 net-libs/telepathy-glib/telepathy-glib-0.14.1.ebuild (limited to 'net-libs/telepathy-glib') diff --git a/net-libs/telepathy-glib/ChangeLog b/net-libs/telepathy-glib/ChangeLog index 6d21c4f32896..cee99b649626 100644 --- a/net-libs/telepathy-glib/ChangeLog +++ b/net-libs/telepathy-glib/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for net-libs/telepathy-glib # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-libs/telepathy-glib/ChangeLog,v 1.71 2011/03/22 20:09:33 ranger Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-libs/telepathy-glib/ChangeLog,v 1.72 2011/03/23 02:47:43 nirbheek Exp $ + +*telepathy-glib-0.14.1 (23 Mar 2011) + + 23 Mar 2011; Nirbheek Chauhan + -telepathy-glib-0.13.17.ebuild, +telepathy-glib-0.14.1.ebuild: + Bump to 0.14.1 22 Mar 2011; Brent Baude telepathy-glib-0.12.7.ebuild: Marking telepathy-glib-0.12.7 ppc stable for bug 353436 diff --git a/net-libs/telepathy-glib/telepathy-glib-0.13.17.ebuild b/net-libs/telepathy-glib/telepathy-glib-0.13.17.ebuild deleted file mode 100644 index b82c4e70c06a..000000000000 --- a/net-libs/telepathy-glib/telepathy-glib-0.13.17.ebuild +++ /dev/null @@ -1,63 +0,0 @@ -# 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.13.17.ebuild,v 1.1 2011/03/14 19:36:46 nirbheek 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.25.16 - >=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 "${D}" -name '*.la' -exec rm -f '{}' + || die -} diff --git a/net-libs/telepathy-glib/telepathy-glib-0.14.1.ebuild b/net-libs/telepathy-glib/telepathy-glib-0.14.1.ebuild new file mode 100644 index 000000000000..d6a5e2563dd2 --- /dev/null +++ b/net-libs/telepathy-glib/telepathy-glib-0.14.1.ebuild @@ -0,0 +1,65 @@ +# 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.1.ebuild,v 1.1 2011/03/23 02:47:43 nirbheek 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" + +# Tests fail in /stream-tube/creation +RESTRICT="test" +RDEPEND=">=dev-libs/glib-2.25.16 + >=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 "${D}" -name '*.la' -exec rm -f '{}' + || die +} -- cgit v1.2.3-65-gdbad