diff options
author | Pacho Ramos <pacho@gentoo.org> | 2011-10-17 10:30:27 +0000 |
---|---|---|
committer | Pacho Ramos <pacho@gentoo.org> | 2011-10-17 10:30:27 +0000 |
commit | 82c04bc51fd84c95aede118568ea6a53c62938d0 (patch) | |
tree | 5b845a46582e033e25797d97ee7fc94d604b2488 /net-libs | |
parent | version bump (diff) | |
download | gentoo-2-82c04bc51fd84c95aede118568ea6a53c62938d0.tar.gz gentoo-2-82c04bc51fd84c95aede118568ea6a53c62938d0.tar.bz2 gentoo-2-82c04bc51fd84c95aede118568ea6a53c62938d0.zip |
Version bump, remove old.
(Portage version: 2.1.10.27/cvs/Linux x86_64)
Diffstat (limited to 'net-libs')
-rw-r--r-- | net-libs/telepathy-glib/ChangeLog | 8 | ||||
-rw-r--r-- | net-libs/telepathy-glib/telepathy-glib-0.12.7.ebuild | 61 | ||||
-rw-r--r-- | net-libs/telepathy-glib/telepathy-glib-0.16.0.ebuild (renamed from net-libs/telepathy-glib/telepathy-glib-0.14.9.ebuild) | 19 |
3 files changed, 17 insertions, 71 deletions
diff --git a/net-libs/telepathy-glib/ChangeLog b/net-libs/telepathy-glib/ChangeLog index 32ad2a99e3f2..c8d59553d156 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.88 2011/10/16 17:45:25 xarthisius Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-libs/telepathy-glib/ChangeLog,v 1.89 2011/10/17 10:30:27 pacho Exp $ + +*telepathy-glib-0.16.0 (17 Oct 2011) + + 17 Oct 2011; Pacho Ramos <pacho@gentoo.org> -telepathy-glib-0.12.7.ebuild, + -telepathy-glib-0.14.9.ebuild, +telepathy-glib-0.16.0.ebuild: + Version bump, remove old. 16 Oct 2011; Kacper Kowalik <xarthisius@gentoo.org> telepathy-glib-0.14.10.ebuild: diff --git a/net-libs/telepathy-glib/telepathy-glib-0.12.7.ebuild b/net-libs/telepathy-glib/telepathy-glib-0.12.7.ebuild deleted file mode 100644 index 8c00a0ab3390..000000000000 --- a/net-libs/telepathy-glib/telepathy-glib-0.12.7.ebuild +++ /dev/null @@ -1,61 +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.12.7.ebuild,v 1.6 2011/03/22 20:09:33 ranger Exp $ - -EAPI="3" -PYTHON_DEPEND="2:2.5" - -inherit python - -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.24 - >=dev-libs/dbus-glib-0.82 - introspection? ( >=dev-libs/gobject-introspection-0.6.14 ) - vala? ( - dev-lang/vala:0.10[vapigen] - >=dev-libs/gobject-introspection-0.9.6 ) -" -DEPEND="${RDEPEND} - dev-libs/libxslt - >=dev-util/pkgconfig-0.21" - -pkg_setup() { - python_set_active_version 2 - python_pkg_setup -} - -src_configure() { - local myconf - - if use vala; then - myconf="--enable-introspection - VALAC=$(type -p valac-0.10) - VAPIGEN=$(type -p vapigen-0.10)" - fi - - econf \ - $(use_enable debug backtrace) \ - $(use_enable debug handle-leak-debug) \ - $(use_enable introspection) \ - $(use_enable vala vala-bindings) \ - ${myconf} -} - -src_test() { - if ! dbus-launch emake -j1 check; then - die "Make check failed. See above for details." - fi -} - -src_install() { - emake install DESTDIR="${D}" || die "emake install failed" - dodoc AUTHORS ChangeLog NEWS README || die "dodoc failed" -} diff --git a/net-libs/telepathy-glib/telepathy-glib-0.14.9.ebuild b/net-libs/telepathy-glib/telepathy-glib-0.16.0.ebuild index a825f5e85231..ac57362a854e 100644 --- a/net-libs/telepathy-glib/telepathy-glib-0.14.9.ebuild +++ b/net-libs/telepathy-glib/telepathy-glib-0.16.0.ebuild @@ -1,8 +1,8 @@ # 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.2 2011/08/05 09:31:38 zmedico Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-libs/telepathy-glib/telepathy-glib-0.16.0.ebuild,v 1.1 2011/10/17 10:30:27 pacho Exp $ -EAPI="3" +EAPI="4" PYTHON_DEPEND="2:2.5" inherit python virtualx @@ -16,11 +16,11 @@ SLOT="0" KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd ~x86-linux" IUSE="debug +introspection +vala" -RDEPEND=">=dev-libs/glib-2.25.16:2 +RDEPEND=">=dev-libs/glib-2.28.0: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.14[vapigen] >=dev-libs/gobject-introspection-0.9.6 )" DEPEND="${RDEPEND} dev-libs/libxslt @@ -36,8 +36,8 @@ src_configure() { if use vala; then myconf="--enable-introspection - VALAC=$(type -p valac-0.12) - VAPIGEN=$(type -p vapigen-0.12)" + VALAC=$(type -p valac-0.14) + VAPIGEN=$(type -p vapigen-0.14)" fi econf --disable-static \ @@ -51,13 +51,14 @@ src_configure() { } src_test() { + unset DBUS_SESSION_BUS_ADDRESS # 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" + emake install DESTDIR="${D}" + dodoc AUTHORS ChangeLog NEWS README - find "${ED}" -name '*.la' -exec rm -f '{}' + || die + find "${D}" -name '*.la' -exec rm -f '{}' + || die } |