summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPacho Ramos <pacho@gentoo.org>2012-09-15 08:03:49 +0000
committerPacho Ramos <pacho@gentoo.org>2012-09-15 08:03:49 +0000
commitbe3a588afb9960c5f2fc88b5bc90e784be0ccb3d (patch)
treeae4c3df710a42fd7fd47ec568df7e120831b9bdc /net-voip
parentPatch readline for ghc 7.6.1 (diff)
downloadgentoo-2-be3a588afb9960c5f2fc88b5bc90e784be0ccb3d.tar.gz
gentoo-2-be3a588afb9960c5f2fc88b5bc90e784be0ccb3d.tar.bz2
gentoo-2-be3a588afb9960c5f2fc88b5bc90e784be0ccb3d.zip
Version bump, drop old.
(Portage version: 2.1.11.17/cvs/Linux 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.16.3.ebuild (renamed from net-voip/telepathy-gabble/telepathy-gabble-0.16.0.ebuild)11
2 files changed, 12 insertions, 7 deletions
diff --git a/net-voip/telepathy-gabble/ChangeLog b/net-voip/telepathy-gabble/ChangeLog
index 08fa30cf5ff8..3fc0a1c83d9f 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-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-voip/telepathy-gabble/ChangeLog,v 1.99 2012/06/23 09:35:55 pacho Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-voip/telepathy-gabble/ChangeLog,v 1.100 2012/09/15 08:03:49 pacho Exp $
+
+*telepathy-gabble-0.16.3 (15 Sep 2012)
+
+ 15 Sep 2012; Pacho Ramos <pacho@gentoo.org> +telepathy-gabble-0.16.3.ebuild,
+ -telepathy-gabble-0.16.0.ebuild:
+ Version bump, drop old.
*telepathy-gabble-0.16.1 (23 Jun 2012)
diff --git a/net-voip/telepathy-gabble/telepathy-gabble-0.16.0.ebuild b/net-voip/telepathy-gabble/telepathy-gabble-0.16.3.ebuild
index 9b79cb828fa6..bb2805beb03e 100644
--- a/net-voip/telepathy-gabble/telepathy-gabble-0.16.0.ebuild
+++ b/net-voip/telepathy-gabble/telepathy-gabble-0.16.3.ebuild
@@ -1,11 +1,11 @@
# Copyright 1999-2012 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.16.0.ebuild,v 1.1 2012/04/23 01:06:54 tetromino Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-voip/telepathy-gabble/telepathy-gabble-0.16.3.ebuild,v 1.1 2012/09/15 08:03:49 pacho Exp $
EAPI="4"
PYTHON_DEPEND="2:2.5"
-inherit python
+inherit python eutils
DESCRIPTION="A Jabber/XMPP connection manager, this handles single and multi user chats and voice calls."
HOMEPAGE="http://telepathy.freedesktop.org"
@@ -16,7 +16,7 @@ SLOT="0"
KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-linux"
IUSE="+jingle test"
-RDEPEND=">=dev-libs/glib-2.24:2
+RDEPEND=">=dev-libs/glib-2.30:2
>=sys-apps/dbus-1.1.0
>=dev-libs/dbus-glib-0.82
>=net-libs/telepathy-glib-0.18
@@ -59,7 +59,6 @@ src_test() {
}
src_install() {
- emake install DESTDIR="${D}"
- dodoc AUTHORS NEWS ChangeLog README
- find "${D}" -name '*.la' -exec rm -f {} +
+ default
+ prune_libtool_files
}