summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPacho Ramos <pacho@gentoo.org>2011-11-28 20:06:09 +0000
committerPacho Ramos <pacho@gentoo.org>2011-11-28 20:06:09 +0000
commita1be6b33b9daf87a9a6d871f251055d3ca0630bd (patch)
tree44bbffbf284de3ae2ed0f34a93b4d7439aa61938 /net-libs/telepathy-glib
parentUse array for myeconfargs. (diff)
downloadgentoo-2-a1be6b33b9daf87a9a6d871f251055d3ca0630bd.tar.gz
gentoo-2-a1be6b33b9daf87a9a6d871f251055d3ca0630bd.tar.bz2
gentoo-2-a1be6b33b9daf87a9a6d871f251055d3ca0630bd.zip
Version bump, remove old.
(Portage version: 2.1.10.38/cvs/Linux x86_64)
Diffstat (limited to 'net-libs/telepathy-glib')
-rw-r--r--net-libs/telepathy-glib/ChangeLog8
-rw-r--r--net-libs/telepathy-glib/telepathy-glib-0.16.3.ebuild (renamed from net-libs/telepathy-glib/telepathy-glib-0.16.1.ebuild)12
2 files changed, 13 insertions, 7 deletions
diff --git a/net-libs/telepathy-glib/ChangeLog b/net-libs/telepathy-glib/ChangeLog
index 5b18e13b26e1..1e91f8dcb8e5 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.94 2011/11/20 13:15:55 pacho Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-libs/telepathy-glib/ChangeLog,v 1.95 2011/11/28 20:06:09 pacho Exp $
+
+*telepathy-glib-0.16.3 (28 Nov 2011)
+
+ 28 Nov 2011; Pacho Ramos <pacho@gentoo.org> +telepathy-glib-0.16.3.ebuild,
+ -telepathy-glib-0.16.1.ebuild:
+ Version bump, remove old.
*telepathy-glib-0.16.2 (20 Nov 2011)
diff --git a/net-libs/telepathy-glib/telepathy-glib-0.16.1.ebuild b/net-libs/telepathy-glib/telepathy-glib-0.16.3.ebuild
index 07ca2b0bbfba..c330c3d85ec4 100644
--- a/net-libs/telepathy-glib/telepathy-glib-0.16.1.ebuild
+++ b/net-libs/telepathy-glib/telepathy-glib-0.16.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.16.1.ebuild,v 1.1 2011/10/25 11:43:56 pacho Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-libs/telepathy-glib/telepathy-glib-0.16.3.ebuild,v 1.1 2011/11/28 20:06:09 pacho Exp $
EAPI="4"
PYTHON_DEPEND="2:2.5"
@@ -18,10 +18,10 @@ IUSE="debug +introspection +vala"
RDEPEND=">=dev-libs/glib-2.28.0:2
>=dev-libs/dbus-glib-0.82
- introspection? ( >=dev-libs/gobject-introspection-0.9.6 )
+ introspection? ( >=dev-libs/gobject-introspection-1.30 )
vala? (
- dev-lang/vala:0.14[vapigen]
- >=dev-libs/gobject-introspection-0.9.6 )"
+ >=dev-lang/vala-0.14.0:0.14[vapigen]
+ >=dev-libs/gobject-introspection-1.30 )"
DEPEND="${RDEPEND}
dev-libs/libxslt
>=dev-util/pkgconfig-0.21"
@@ -53,12 +53,12 @@ src_configure() {
src_test() {
unset DBUS_SESSION_BUS_ADDRESS
# Needs dbus for tests (auto-launched)
- Xemake -j1 check || die
+ Xemake -j1 check
}
src_install() {
emake install DESTDIR="${D}"
dodoc AUTHORS ChangeLog NEWS README
- find "${D}" -name '*.la' -exec rm -f '{}' + || die
+ find "${D}" -name '*.la' -exec rm -f '{}' +
}