summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPacho Ramos <pacho@gentoo.org>2011-04-02 16:56:00 +0000
committerPacho Ramos <pacho@gentoo.org>2011-04-02 16:56:00 +0000
commit57c0c1175779506998330689ef34cf6b932048de (patch)
tree4f17d8323234fb7da981865c1139065211516f79 /net-libs
parentStable for HPPA (bug #358791). (diff)
downloadgentoo-2-57c0c1175779506998330689ef34cf6b932048de.tar.gz
gentoo-2-57c0c1175779506998330689ef34cf6b932048de.tar.bz2
gentoo-2-57c0c1175779506998330689ef34cf6b932048de.zip
Version bump, remove old.
(Portage version: 2.1.9.45/cvs/Linux x86_64)
Diffstat (limited to 'net-libs')
-rw-r--r--net-libs/telepathy-glib/ChangeLog8
-rw-r--r--net-libs/telepathy-glib/telepathy-glib-0.14.3.ebuild (renamed from net-libs/telepathy-glib/telepathy-glib-0.13.18.ebuild)8
2 files changed, 12 insertions, 4 deletions
diff --git a/net-libs/telepathy-glib/ChangeLog b/net-libs/telepathy-glib/ChangeLog
index 7f18f170dff9..4e5e6145acf7 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.73 2011/03/23 16:04:33 eva Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-libs/telepathy-glib/ChangeLog,v 1.74 2011/04/02 16:56:00 pacho Exp $
+
+*telepathy-glib-0.14.3 (02 Apr 2011)
+
+ 02 Apr 2011; Pacho Ramos <pacho@gentoo.org> -telepathy-glib-0.13.18.ebuild,
+ +telepathy-glib-0.14.3.ebuild:
+ Version bump, remove old.
23 Mar 2011; Gilles Dartiguelongue <eva@gentoo.org>
-telepathy-glib-0.10.1.ebuild:
diff --git a/net-libs/telepathy-glib/telepathy-glib-0.13.18.ebuild b/net-libs/telepathy-glib/telepathy-glib-0.14.3.ebuild
index 1df53fdbb592..4108a7da30e9 100644
--- a/net-libs/telepathy-glib/telepathy-glib-0.13.18.ebuild
+++ b/net-libs/telepathy-glib/telepathy-glib-0.14.3.ebuild
@@ -1,6 +1,6 @@
# 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.18.ebuild,v 1.1 2011/03/20 21:44:40 nirbheek Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-libs/telepathy-glib/telepathy-glib-0.14.3.ebuild,v 1.1 2011/04/02 16:56:00 pacho Exp $
EAPI="3"
PYTHON_DEPEND="2:2.5"
@@ -16,7 +16,9 @@ SLOT="0"
KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd"
IUSE="debug +introspection +vala"
-RDEPEND=">=dev-libs/glib-2.25.16
+# Tests fail in /stream-tube/creation
+RESTRICT="test"
+RDEPEND=">=dev-libs/glib-2.25.16:2
>=dev-libs/dbus-glib-0.82
introspection? ( >=dev-libs/gobject-introspection-0.9.6 )
vala? (
@@ -59,5 +61,5 @@ 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
+ find "${ED}" -name '*.la' -exec rm -f '{}' + || die
}