summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSantiago M. Mola <coldwind@gentoo.org>2008-06-13 17:23:49 +0000
committerSantiago M. Mola <coldwind@gentoo.org>2008-06-13 17:23:49 +0000
commit114430edf5520d47c5c02bea2c4702a73069e7c5 (patch)
tree8f03dcff0eb1481128f6e97cc85a6999c56d4d45 /net-voip
parentVersion bump and remove old. (diff)
downloadgentoo-2-114430edf5520d47c5c02bea2c4702a73069e7c5.tar.gz
gentoo-2-114430edf5520d47c5c02bea2c4702a73069e7c5.tar.bz2
gentoo-2-114430edf5520d47c5c02bea2c4702a73069e7c5.zip
Version bump and remove old.
(Portage version: 2.2_pre8/cvs/Linux 2.6.25-gentoo-r3 x86_64)
Diffstat (limited to 'net-voip')
-rw-r--r--net-voip/telepathy-gabble/ChangeLog8
-rw-r--r--net-voip/telepathy-gabble/telepathy-gabble-0.7.6.ebuild (renamed from net-voip/telepathy-gabble/telepathy-gabble-0.7.3.ebuild)8
2 files changed, 10 insertions, 6 deletions
diff --git a/net-voip/telepathy-gabble/ChangeLog b/net-voip/telepathy-gabble/ChangeLog
index 4301aa810afc..d88332681773 100644
--- a/net-voip/telepathy-gabble/ChangeLog
+++ b/net-voip/telepathy-gabble/ChangeLog
@@ -1,6 +1,12 @@
# ChangeLog for net-voip/telepathy-gabble
# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-voip/telepathy-gabble/ChangeLog,v 1.33 2008/05/05 15:06:13 coldwind Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-voip/telepathy-gabble/ChangeLog,v 1.34 2008/06/13 17:23:49 coldwind Exp $
+
+*telepathy-gabble-0.7.6 (13 Jun 2008)
+
+ 13 Jun 2008; Santiago M. Mola <coldwind@gentoo.org>
+ -telepathy-gabble-0.7.3.ebuild, +telepathy-gabble-0.7.6.ebuild:
+ Version bump and remove old.
*telepathy-gabble-0.7.5 (05 May 2008)
diff --git a/net-voip/telepathy-gabble/telepathy-gabble-0.7.3.ebuild b/net-voip/telepathy-gabble/telepathy-gabble-0.7.6.ebuild
index b270cd0b99c5..56a9bd4ab505 100644
--- a/net-voip/telepathy-gabble/telepathy-gabble-0.7.3.ebuild
+++ b/net-voip/telepathy-gabble/telepathy-gabble-0.7.6.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-voip/telepathy-gabble/telepathy-gabble-0.7.3.ebuild,v 1.2 2008/04/21 18:18:07 mr_bones_ Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-voip/telepathy-gabble/telepathy-gabble-0.7.6.ebuild,v 1.1 2008/06/13 17:23:49 coldwind Exp $
inherit eutils
@@ -15,7 +15,7 @@ IUSE="debug test"
RDEPEND=">=dev-libs/glib-2.4
>=dev-libs/dbus-glib-0.72
- >=net-libs/telepathy-glib-0.7.0
+ >=net-libs/telepathy-glib-0.7.8
dev-lang/python
>=net-libs/loudmouth-1.3.2"
@@ -41,9 +41,7 @@ src_compile() {
}
src_test() {
- if ! dbus-launch emake -j1 check; then
- die "Make check failed. See above for details."
- fi
+ emake -j1 check || die "Make check failed. See above for details."
}
src_install() {